make -r PARALLELMFLAGS="" -C /glibc objdir=`pwd` check make[1]: Entering directory '/glibc' AWK='gawk' scripts/check-local-headers.sh \ "/usr/include" "/build/" < /dev/null > /build/check-local-headers.out; \ scripts/evaluate-test.sh check-local-headers $? false false > /build/check-local-headers.test-result make[1]: Leaving directory '/glibc' make[1]: Entering directory '/glibc' /bin/sh scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -Iinclude -I/build -Isysdeps/unix/sysv/linux/i386/i686 -Isysdeps/i386/i686/nptl -Isysdeps/unix/sysv/linux/i386 -Isysdeps/unix/sysv/linux/x86/include -Isysdeps/unix/sysv/linux/x86 -Isysdeps/x86/nptl -Isysdeps/i386/nptl -Isysdeps/unix/sysv/linux/include -Isysdeps/unix/sysv/linux -Isysdeps/nptl -Isysdeps/pthread -Isysdeps/gnu -Isysdeps/unix/inet -Isysdeps/unix/sysv -Isysdeps/unix/i386 -Isysdeps/unix -Isysdeps/posix -Isysdeps/i386/i686/fpu/multiarch -Isysdeps/i386/i686/fpu -Isysdeps/i386/i686/multiarch -Isysdeps/i386/i686 -Isysdeps/i386/fpu -Isysdeps/x86/fpu -Isysdeps/i386 -Isysdeps/x86/include -Isysdeps/x86 -Isysdeps/wordsize-32 -Isysdeps/ieee754/float128 -Isysdeps/ieee754/ldbl-96/include -Isysdeps/ieee754/ldbl-96 -Isysdeps/ieee754/dbl-64 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754 -Isysdeps/generic -Ilibio -I. " \ limits.h values.h features.h features-time64.h gnu-versions.h bits/xopen_lim.h gnu/libc-version.h stdc-predef.h bits/libc-header-start.h gnu/lib-names.h > /build/check-installed-headers-c.out; \ scripts/evaluate-test.sh check-installed-headers-c $? false false > /build/check-installed-headers-c.test-result make[1]: Leaving directory '/glibc' make[1]: Entering directory '/glibc' python3 -B scripts/check-wrapper-headers.py --root=. --subdir=. limits.h values.h features.h features-time64.h gnu-versions.h bits/xopen_lim.h gnu/libc-version.h stdc-predef.h bits/libc-header-start.h gnu/lib-names.h \ --generated libc-modules.h libc-modules.stmp dl-tunable-list.h dl-tunable-list.stmp ld.map libBrokenLocale.map libanl.map libc.map libc_malloc_debug.map libdl.map libm.map libnsl.map libnss_compat.map libnss_db.map libnss_dns.map libnss_files.map libnss_hesiod.map libpthread.map libresolv.map librt.map libthread_db.map libutil.map /build/libc-abis.h gnu/lib-names.h gnu/lib-names-32.h gnu/lib-names-32.stmp libc.so libc_pic.os libc.so.6 format.lds > /build/check-wrapper-headers.out; scripts/evaluate-test.sh check-wrapper-headers $? false false > /build/check-wrapper-headers.test-result make[1]: Leaving directory '/glibc' make[1]: Entering directory '/glibc' /bin/sh scripts/lint-makefiles.sh "python3 -B" `pwd` > /build/lint-makefiles.out ; \ scripts/evaluate-test.sh lint-makefiles $? false false > /build/lint-makefiles.test-result make[1]: Leaving directory '/glibc' make[1]: Entering directory '/glibc' gcc -m32 -Wl,--whole-archive -nostdlib -nostartfiles -r \ /build/libc.a -o /dev/null > /build/link-static-libc.out 2>&1; \ scripts/evaluate-test.sh link-static-libc $? false false > /build/link-static-libc.test-result make[1]: Leaving directory '/glibc' make[1]: Entering directory '/glibc' test -d /build/testroot.pristine || \ mkdir /build/testroot.pristine # We need a working /bin/sh for some of the tests. test -d /build/testroot.pristine/bin || \ mkdir /build/testroot.pristine/bin # We need the compiled locale dir for localedef tests. test -d /build/testroot.pristine//usr/lib/locale || \ mkdir -p /build/testroot.pristine//usr/lib/locale cp /build/support/shell-container /build/testroot.pristine/bin/sh cp /build/support/echo-container /build/testroot.pristine/bin/echo cp /build/support/true-container /build/testroot.pristine/bin/true # Copy these DSOs first so we can overwrite them with our own. for dso in ` env LD_TRACE_LOADED_OBJECTS=1 \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl --inhibit-cache \ /build/testroot.pristine/bin/sh \ | sed -n '/\//{s@.*=> /@/@;s/^[^/]*//;s/ .*//p;}'` ;\ do \ test -d `dirname /build/testroot.pristine$dso` || \ mkdir -p `dirname /build/testroot.pristine$dso` ;\ cp $dso /build/testroot.pristine$dso ;\ done for dso in ` env LD_TRACE_LOADED_OBJECTS=1 \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl --inhibit-cache \ /build/support/links-dso-program-c \ | sed -n '/\//{s@.*=> /@/@;s/^[^/]*//;s/ .*//p;}'` ;\ do \ test -d `dirname /build/testroot.pristine$dso` || \ mkdir -p `dirname /build/testroot.pristine$dso` ;\ cp $dso /build/testroot.pristine$dso ;\ done # is a file that encodes so we # have to purge it rm -f # Setting INSTALL_UNCOMPRESSED causes localedata/Makefile to # install the charmaps uncompressed, as the testroot does not # provide a gunzip program. make[1]: Leaving directory '/glibc' make install DESTDIR=/build/testroot.pristine \ INSTALL_UNCOMPRESSED=yes subdirs='csu iconv locale localedata iconvdata assert ctype intl catgets math setjmp signal stdlib stdio-common libio dlfcn nptl rt malloc string wcsmbs timezone time dirent posix io termios resource misc socket sysvipc gmon gnulib wctype manual po argp conform debug mathvec support nptl_db inet resolv nss hesiod sunrpc nis nscd login elf' make subdir=csu -C csu ..=../ subdir_lib make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make subdir=iconv -C iconv ..=../ subdir_lib make subdir=locale -C locale ..=../ subdir_lib make subdir=localedata -C localedata ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=iconvdata -C iconvdata ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=assert -C assert ..=../ subdir_lib make subdir=ctype -C ctype ..=../ subdir_lib make subdir=intl -C intl ..=../ subdir_lib make subdir=catgets -C catgets ..=../ subdir_lib make subdir=math -C math ..=../ subdir_lib make subdir=setjmp -C setjmp ..=../ subdir_lib make subdir=signal -C signal ..=../ subdir_lib make subdir=stdlib -C stdlib ..=../ subdir_lib make subdir=stdio-common -C stdio-common ..=../ subdir_lib make subdir=libio -C libio ..=../ subdir_lib make subdir=dlfcn -C dlfcn ..=../ subdir_lib make subdir=nptl -C nptl ..=../ subdir_lib make subdir=rt -C rt ..=../ subdir_lib make subdir=malloc -C malloc ..=../ subdir_lib make subdir=string -C string ..=../ subdir_lib make subdir=wcsmbs -C wcsmbs ..=../ subdir_lib make subdir=timezone -C timezone ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=time -C time ..=../ subdir_lib make subdir=dirent -C dirent ..=../ subdir_lib make subdir=posix -C posix ..=../ subdir_lib make subdir=io -C io ..=../ subdir_lib make subdir=termios -C termios ..=../ subdir_lib make subdir=resource -C resource ..=../ subdir_lib make subdir=misc -C misc ..=../ subdir_lib make subdir=socket -C socket ..=../ subdir_lib make subdir=sysvipc -C sysvipc ..=../ subdir_lib make subdir=gmon -C gmon ..=../ subdir_lib make subdir=gnulib -C gnulib ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=wctype -C wctype ..=../ subdir_lib make subdir=manual -C manual ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=po -C po ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=argp -C argp ..=../ subdir_lib make subdir=conform -C conform ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=debug -C debug ..=../ subdir_lib make subdir=mathvec -C mathvec ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=support -C support ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=nptl_db -C nptl_db ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=inet -C inet ..=../ subdir_lib make subdir=resolv -C resolv ..=../ subdir_lib make subdir=nss -C nss ..=../ subdir_lib make subdir=hesiod -C hesiod ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=sunrpc -C sunrpc ..=../ subdir_lib make subdir=nis -C nis ..=../ subdir_lib make[3]: Nothing to be done for 'subdir_lib'. make subdir=nscd -C nscd ..=../ subdir_lib make subdir=login -C login ..=../ subdir_lib make subdir=elf -C elf ..=../ subdir_lib make -f /build/elf/librtld.mk -f rtld-Rules make subdir=csu -C ../csu ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-check_fds.os rtld-errno.os rtld-divdi3.os rtld-check_fds.os rtld-check_fds.os rtld-check_fds.os rtld-sysdep.os' make subdir=dirent -C ../dirent ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-closedir.os rtld-fdopendir.os rtld-readdir64.os rtld-rewinddir.os rtld-getdents64.os rtld-readdir64.os' make subdir=elf -C ../elf ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-dl-addr-obj.os rtld-dl-find_object.os rtld-dl-find_object.os' make subdir=gmon -C ../gmon ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-prof-freq.os rtld-profil.os rtld-profil.os rtld-profil.os' make subdir=io -C ../io ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-access.os rtld-fstat64.os rtld-fstatat64.os rtld-lseek.os rtld-lstat64.os rtld-openat64.os rtld-stat64.os rtld-close_nocancel.os rtld-fcntl_nocancel.os rtld-open64_nocancel.os rtld-open_nocancel.os rtld-pread64_nocancel.os rtld-read_nocancel.os rtld-stat_t64_cp.os rtld-fstat64.os rtld-write_nocancel.os rtld-libc-do-syscall.os' make subdir=malloc -C ../malloc ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-scratch_buffer_set_array_size.os' make subdir=misc -C ../misc ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-mmap.os rtld-mprotect.os rtld-munmap.os rtld-setvmaname.os rtld-mmap.os rtld-atomic_wide_counter.os' make subdir=nptl -C ../nptl ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-lowlevellock.os' make subdir=posix -C ../posix ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-_exit.os rtld-getpid.os rtld-uname.os rtld-environ.os' make subdir=setjmp -C ../setjmp ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-setjmp.os rtld-__longjmp.os' make subdir=signal -C ../signal ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-libc_sigaction.os' make subdir=stdio-common -C ../stdio-common ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-errname.os' make subdir=stdlib -C ../stdlib ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-getenv.os' make subdir=string -C ../string ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-memchr.os rtld-memcmp.os rtld-memcpy.os rtld-memmove.os rtld-mempcpy.os rtld-memset.os rtld-stpcpy.os rtld-strchr.os rtld-strcmp.os rtld-strcspn.os rtld-strdup.os rtld-strerrorname_np.os rtld-strlen.os rtld-strncmp.os rtld-strnlen.os rtld-memset-sse2.os rtld-memset.os rtld-memcpy-ssse3.os rtld-memcpy.os rtld-mempcpy-ssse3.os rtld-mempcpy.os rtld-memmove-ssse3.os rtld-memmove.os rtld-memcpy-ssse3-rep.os rtld-memcpy.os rtld-mempcpy-ssse3-rep.os rtld-mempcpy.os rtld-memmove-ssse3-rep.os rtld-memmove.os rtld-memset-sse2-rep.os rtld-memset.os rtld-strcmp-ssse3.os rtld-strcmp.os rtld-strcmp-sse4.os rtld-strcmp.os rtld-strncmp-c.os rtld-strncmp.os rtld-strncmp-ssse3.os rtld-strncmp.os rtld-strncmp-sse4.os rtld-strncmp.os rtld-memcmp-ssse3.os rtld-memcmp.os rtld-memcmp-sse4.os rtld-memcmp.os rtld-strlen-sse2.os rtld-strlen.os rtld-strlen-sse2-bsf.os rtld-strlen.os rtld-stpcpy-ssse3.os rtld-stpcpy.os rtld-stpcpy-sse2.os rtld-stpcpy.os rtld-strchr-sse2.os rtld-strchr.os rtld-strchr-sse2-bsf.os rtld-strchr.os rtld-memchr-sse2.os rtld-memchr.os rtld-memchr-sse2-bsf.os rtld-memchr.os rtld-strnlen-sse2.os rtld-strnlen.os rtld-strnlen-c.os rtld-strnlen.os rtld-memcpy-sse2-unaligned.os rtld-memcpy.os rtld-mempcpy-sse2-unaligned.os rtld-mempcpy.os rtld-memmove-sse2-unaligned.os rtld-memmove.os rtld-strcspn-c.os rtld-strcspn.os rtld-memchr-ia32.os rtld-memchr.os rtld-memcmp-ia32.os rtld-memcmp.os rtld-memcpy-ia32.os rtld-memmove-ia32.os rtld-mempcpy-ia32.os rtld-mempcpy.os rtld-memset-ia32.os rtld-strchr-ia32.os rtld-strchr.os rtld-strcmp-ia32.os rtld-strcmp.os rtld-strcspn-ia32.os rtld-strcspn.os rtld-strlen-ia32.os rtld-strlen.os rtld-stpcpy-ia32.os rtld-stpcpy.os rtld-cacheinfo.os rtld-memset-sse2.os rtld-strerrorname_np.os rtld-varshift.os rtld-strcspn-c.os' make subdir=time -C ../time ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-setitimer.os' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 /build/libc.a /build/testroot.pristine/usr/lib/libc.a make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 /build/libc_nonshared.a /build/testroot.pristine/usr/lib/libc_nonshared.a make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' ./scripts/mkinstalldirs /build/testroot.pristine/lib mkdir -p -- /build/testroot.pristine/lib /usr/bin/install -c /build/libc.so /build/testroot.pristine/lib/libc.so.6.new mv -f /build/testroot.pristine/lib/libc.so.6.new /build/testroot.pristine/lib/libc.so.6 make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' gcc -m32 -shared -nostdlib -nostartfiles \ -x assembler /dev/null -o /build/format.lds.so objdump -f /build/format.lds.so | sed -n 's/.*file format \(.*\)/OUTPUT_FORMAT(\1)/;T;p' > /build/format.lds rm -f /build/format.lds.so make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' (echo '/* GNU ld script';\ echo ' Use the shared library, but some functions are only in';\ echo ' the static library, so try that secondarily. */';\ cat /build/format.lds; \ echo 'GROUP ( /lib/libc.so.6' \ '/usr/lib/libc_nonshared.a'\ ' AS_NEEDED (' /lib/ld-linux.so.2 ') )' \ ) > /build/testroot.pristine/usr/lib/libc.so.new mv -f /build/testroot.pristine/usr/lib/libc.so.new /build/testroot.pristine/usr/lib/libc.so make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' ./scripts/mkinstalldirs /build/testroot.pristine/usr/include mkdir -p -- /build/testroot.pristine/usr/include /usr/bin/install -c -m 644 include/limits.h /build/testroot.pristine/usr/include/limits.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 include/values.h /build/testroot.pristine/usr/include/values.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 include/features.h /build/testroot.pristine/usr/include/features.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 sysdeps/unix/sysv/linux/features-time64.h /build/testroot.pristine/usr/include/features-time64.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 include/gnu-versions.h /build/testroot.pristine/usr/include/gnu-versions.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' ./scripts/mkinstalldirs /build/testroot.pristine/usr/include/bits mkdir -p -- /build/testroot.pristine/usr/include/bits /usr/bin/install -c -m 644 include/bits/xopen_lim.h /build/testroot.pristine/usr/include/bits/xopen_lim.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' ./scripts/mkinstalldirs /build/testroot.pristine/usr/include/gnu mkdir -p -- /build/testroot.pristine/usr/include/gnu /usr/bin/install -c -m 644 include/gnu/libc-version.h /build/testroot.pristine/usr/include/gnu/libc-version.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 include/stdc-predef.h /build/testroot.pristine/usr/include/stdc-predef.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 bits/libc-header-start.h /build/testroot.pristine/usr/include/bits/libc-header-start.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 /build/gnu/lib-names.h /build/testroot.pristine/usr/include/gnu/lib-names.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' { \ echo '/* This file is automatically generated.';\ echo " This file selects the right generated file of \`__stub_FUNCTION' macros";\ echo ' based on the architecture being compiled for. */'; \ echo ''; \ \ echo ''; \ echo '#if !defined __x86_64__'; echo '# include '; echo '#endif'; rm -f /build/testroot.pristine/usr/include/gnu/stubs.h.new32; echo '#if defined __x86_64__ && defined __LP64__'; echo '# include '; echo '#endif'; rm -f /build/testroot.pristine/usr/include/gnu/stubs.h.new64; echo '#if defined __x86_64__ && defined __ILP32__'; echo '# include '; echo '#endif'; rm -f /build/testroot.pristine/usr/include/gnu/stubs.h.newx32; \ } > /build/testroot.pristine/usr/include/gnu/stubs.h.new mv -f /build/testroot.pristine/usr/include/gnu/stubs.h.new /build/testroot.pristine/usr/include/gnu/stubs.h make[2]: Leaving directory '/glibc' make subdir=csu -C csu ..=../ subdir_install make[3]: Entering directory '/glibc/csu' /usr/bin/install -c -m 644 /build/csu/Mcrt1.o /build/testroot.pristine/usr/lib/Mcrt1.o make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' /usr/bin/install -c -m 644 /build/csu/crt1.o /build/testroot.pristine/usr/lib/crt1.o make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' /usr/bin/install -c -m 644 /build/csu/gcrt1.o /build/testroot.pristine/usr/lib/gcrt1.o make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' /usr/bin/install -c -m 644 /build/csu/Scrt1.o /build/testroot.pristine/usr/lib/Scrt1.o make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' /usr/bin/install -c -m 644 /build/csu/grcrt1.o /build/testroot.pristine/usr/lib/grcrt1.o make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' /usr/bin/install -c -m 644 /build/csu/rcrt1.o /build/testroot.pristine/usr/lib/rcrt1.o make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' /usr/bin/install -c -m 644 /build/csu/crti.o /build/testroot.pristine/usr/lib/crti.o make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' /usr/bin/install -c -m 644 /build/csu/crtn.o /build/testroot.pristine/usr/lib/crtn.o make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' cd /build/csu; /glibc/scripts/mkinstalldirs ./; ln -s . 32 2> /dev/null; test -L 32 make[3]: Leaving directory '/glibc/csu' make[3]: Entering directory '/glibc/csu' (cd /build/csu/.; objdump -h check_fds.o dso_handle.o init-first.o libc-start.o libc-tls.o sysdep.o version.o errno.o errno-loc.o check_fds.os dso_handle.os init-first.os libc-start.os sysdep.os version.os unwind-resume.os errno.os divdi3.os errno-loc.os Mcrt1.o crt1.o crt1-2.0.o Scrt1.o gcrt1.o start.o gmon-start.os grcrt1.o rcrt1.o crti.o crtn.o 32/Mcrt1.o 32/crt1.o 32/gcrt1.o 32/Scrt1.o 32/grcrt1.o 32/rcrt1.o 32/crti.o 32/crtn.o abi-note.o init.o static-reloc.o static-reloc.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/csu/stubsT mv -f /build/csu/stubsT /build/csu/stubs make[3]: Leaving directory '/glibc/csu' make subdir=iconv -C iconv ..=../ subdir_install make[3]: Entering directory '/glibc/iconv' /usr/bin/install -c -m 644 iconv.h /build/testroot.pristine/usr/include/iconv.h make[3]: Leaving directory '/glibc/iconv' make[3]: Entering directory '/glibc/iconv' /usr/bin/install -c -m 644 gconv.h /build/testroot.pristine/usr/include/gconv.h make[3]: Leaving directory '/glibc/iconv' make[3]: Entering directory '/glibc/iconv' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/iconv' make[3]: Entering directory '/glibc/iconv' .././scripts/mkinstalldirs /build/testroot.pristine/usr/sbin mkdir -p -- /build/testroot.pristine/usr/sbin /usr/bin/install -c /build/iconv/iconvconfig /build/testroot.pristine/usr/sbin/iconvconfig.new mv -f /build/testroot.pristine/usr/sbin/iconvconfig.new /build/testroot.pristine/usr/sbin/iconvconfig make[3]: Leaving directory '/glibc/iconv' make[3]: Entering directory '/glibc/iconv' .././scripts/mkinstalldirs /build/testroot.pristine/usr/bin mkdir -p -- /build/testroot.pristine/usr/bin /usr/bin/install -c /build/iconv/iconv_prog /build/testroot.pristine/usr/bin/iconv.new mv -f /build/testroot.pristine/usr/bin/iconv.new /build/testroot.pristine/usr/bin/iconv make[3]: Leaving directory '/glibc/iconv' make[3]: Entering directory '/glibc/iconv' (cd /build/iconv/.; objdump -h iconv_open.o iconv.o iconv_close.o gconv_open.o gconv.o gconv_close.o gconv_db.o gconv_conf.o gconv_builtin.o gconv_simple.o gconv_trans.o gconv_cache.o gconv_dl.o gconv_charset.o iconv_open.os iconv.os iconv_close.os gconv_open.os gconv.os gconv_close.os gconv_db.os gconv_conf.os gconv_builtin.os gconv_simple.os gconv_trans.os gconv_cache.os gconv_dl.os gconv_charset.os iconv_charmap.o charmap.o charmap-dir.o linereader.o dummy-repertoire.o simple-hash.o xstrdup.o xmalloc.o record-status.o strtab.o xasprintf.o hash-string.o) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/iconv/stubsT mv -f /build/iconv/stubsT /build/iconv/stubs make[3]: Leaving directory '/glibc/iconv' make subdir=locale -C locale ..=../ subdir_install make[3]: Entering directory '/glibc/locale' /usr/bin/install -c -m 644 bits/locale.h /build/testroot.pristine/usr/include/bits/locale.h make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/bits/types mkdir -p -- /build/testroot.pristine/usr/include/bits/types /usr/bin/install -c -m 644 bits/types/__locale_t.h /build/testroot.pristine/usr/include/bits/types/__locale_t.h make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/bits/types mkdir -p -- /build/testroot.pristine/usr/include/bits/types /usr/bin/install -c -m 644 bits/types/locale_t.h /build/testroot.pristine/usr/include/bits/types/locale_t.h make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' /usr/bin/install -c -m 644 langinfo.h /build/testroot.pristine/usr/include/langinfo.h make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' /usr/bin/install -c -m 644 locale.h /build/testroot.pristine/usr/include/locale.h make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' /usr/bin/install -c -m 644 /build/locale/libBrokenLocale.a /build/testroot.pristine/usr/lib/libBrokenLocale.a make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' /usr/bin/install -c /build/locale/libBrokenLocale.so /build/testroot.pristine/lib/libBrokenLocale.so.1.new mv -f /build/testroot.pristine/lib/libBrokenLocale.so.1.new /build/testroot.pristine/lib/libBrokenLocale.so.1 make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' /usr/bin/install -c /build/locale/locale /build/testroot.pristine/usr/bin/locale.new mv -f /build/testroot.pristine/usr/bin/locale.new /build/testroot.pristine/usr/bin/locale make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' /usr/bin/install -c /build/locale/localedef /build/testroot.pristine/usr/bin/localedef.new mv -f /build/testroot.pristine/usr/bin/localedef.new /build/testroot.pristine/usr/bin/localedef make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' (cd /build/locale/.; objdump -h duplocale.o findlocale.o freelocale.o loadarchive.o loadlocale.o localeconv.o mb_cur_max.o newlocale.o nl_langinfo.o nl_langinfo_l.o setlocale.o uselocale.o C-address.o C-collate.o C-ctype.o C-identification.o C-measurement.o C-messages.o C-monetary.o C-name.o C-numeric.o C-paper.o C-telephone.o C-time.o lc-address.o lc-collate.o lc-ctype.o lc-identification.o lc-measurement.o lc-messages.o lc-monetary.o lc-name.o lc-numeric.o lc-paper.o lc-telephone.o lc-time.o C_name.o SYS_libc.o coll-lookup.o global-locale.o localename.o xlocale.o duplocale.os findlocale.os freelocale.os loadarchive.os loadlocale.os localeconv.os mb_cur_max.os newlocale.os nl_langinfo.os nl_langinfo_l.os setlocale.os uselocale.os C-address.os C-collate.os C-ctype.os C-identification.os C-measurement.os C-messages.os C-monetary.os C-name.os C-numeric.os C-paper.os C-telephone.os C-time.os lc-address.os lc-collate.os lc-ctype.os lc-identification.os lc-measurement.os lc-messages.os lc-monetary.os lc-name.os lc-numeric.os lc-paper.os lc-telephone.os lc-time.os C_name.os SYS_libc.os coll-lookup.os global-locale.os localename.os xlocale.os charmap-dir.o record-status.o simple-hash.o xasprintf.o xmalloc.o xstrdup.o locale.o locale-spec.o md5.o charmap.o linereader.o localedef.o ld-address.o ld-collate.o ld-ctype.o ld-identification.o ld-measurement.o ld-messages.o ld-monetary.o ld-name.o ld-numeric.o ld-paper.o ld-telephone.o ld-time.o locarchive.o locfile.o repertoire.o broken_cur_max.o broken_cur_max.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/locale/stubsT mv -f /build/locale/stubsT /build/locale/stubs make[3]: Leaving directory '/glibc/locale' make[3]: Entering directory '/glibc/locale' rm -f /build/testroot.pristine/usr/lib/libBrokenLocale.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/libBrokenLocale.so.1 /build/testroot.pristine/usr/lib/libBrokenLocale.so.new mv -f /build/testroot.pristine/usr/lib/libBrokenLocale.so.new /build/testroot.pristine/usr/lib/libBrokenLocale.so make[3]: Leaving directory '/glibc/locale' make subdir=localedata -C localedata ..=../ subdir_install make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/charmaps mkdir -p -- /build/testroot.pristine/usr/share/i18n/charmaps rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ANSI_X3.110-1983 /usr/bin/install -c -m 644 charmaps/ANSI_X3.110-1983 /build/testroot.pristine/usr/share/i18n/charmaps/ANSI_X3.110-1983 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/charmaps mkdir -p -- /build/testroot.pristine/usr/share/i18n/charmaps rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ANSI_X3.4-1968 /usr/bin/install -c -m 644 charmaps/ANSI_X3.4-1968 /build/testroot.pristine/usr/share/i18n/charmaps/ANSI_X3.4-1968 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/charmaps mkdir -p -- /build/testroot.pristine/usr/share/i18n/charmaps rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ARMSCII-8 /usr/bin/install -c -m 644 charmaps/ARMSCII-8 /build/testroot.pristine/usr/share/i18n/charmaps/ARMSCII-8 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/charmaps mkdir -p -- /build/testroot.pristine/usr/share/i18n/charmaps rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ASMO_449 /usr/bin/install -c -m 644 charmaps/ASMO_449 /build/testroot.pristine/usr/share/i18n/charmaps/ASMO_449 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/charmaps rm -f /build/testroot.pristine/usr/share/i18n/charmaps/BRF /usr/bin/install -c -m 644 charmaps/BRF /build/testroot.pristine/usr/share/i18n/charmaps/BRF make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/charmaps rm -f /build/testroot.pristine/usr/share/i18n/charmaps/BS_4730 /usr/bin/install -c -m 644 charmaps/BS_4730 /build/testroot.pristine/usr/share/i18n/charmaps/BS_4730 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/charmaps mkdir -p -- /build/testroot.pristine/usr/share/i18n/charmaps rm -f /build/testroot.pristine/usr/share/i18n/charmaps/BIG5 /usr/bin/install -c -m 644 charmaps/BIG5 /build/testroot.pristine/usr/share/i18n/charmaps/BIG5 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/charmaps rm -f /build/testroot.pristine/usr/share/i18n/charmaps/BS_VIEWDATA /usr/bin/install -c -m 644 charmaps/BS_VIEWDATA /build/testroot.pristine/usr/share/i18n/charmaps/BS_VIEWDATA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/charmaps mkdir -p -- /build/testroot.pristine/usr/share/i18n/charmaps rm -f /build/testroot.pristine/usr/share/i18n/charmaps/BIG5-HKSCS /usr/bin/install -c -m 644 charmaps/BIG5-HKSCS /build/testroot.pristine/usr/share/i18n/charmaps/BIG5-HKSCS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP10007 /usr/bin/install -c -m 644 charmaps/CP10007 /build/testroot.pristine/usr/share/i18n/charmaps/CP10007 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1125 /usr/bin/install -c -m 644 charmaps/CP1125 /build/testroot.pristine/usr/share/i18n/charmaps/CP1125 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1250 /usr/bin/install -c -m 644 charmaps/CP1250 /build/testroot.pristine/usr/share/i18n/charmaps/CP1250 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1251 /usr/bin/install -c -m 644 charmaps/CP1251 /build/testroot.pristine/usr/share/i18n/charmaps/CP1251 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1252 /usr/bin/install -c -m 644 charmaps/CP1252 /build/testroot.pristine/usr/share/i18n/charmaps/CP1252 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1253 /usr/bin/install -c -m 644 charmaps/CP1253 /build/testroot.pristine/usr/share/i18n/charmaps/CP1253 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1254 /usr/bin/install -c -m 644 charmaps/CP1254 /build/testroot.pristine/usr/share/i18n/charmaps/CP1254 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1255 /usr/bin/install -c -m 644 charmaps/CP1255 /build/testroot.pristine/usr/share/i18n/charmaps/CP1255 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1256 /usr/bin/install -c -m 644 charmaps/CP1256 /build/testroot.pristine/usr/share/i18n/charmaps/CP1256 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1257 /usr/bin/install -c -m 644 charmaps/CP1257 /build/testroot.pristine/usr/share/i18n/charmaps/CP1257 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP1258 /usr/bin/install -c -m 644 charmaps/CP1258 /build/testroot.pristine/usr/share/i18n/charmaps/CP1258 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP737 /usr/bin/install -c -m 644 charmaps/CP737 /build/testroot.pristine/usr/share/i18n/charmaps/CP737 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP770 /usr/bin/install -c -m 644 charmaps/CP770 /build/testroot.pristine/usr/share/i18n/charmaps/CP770 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP771 /usr/bin/install -c -m 644 charmaps/CP771 /build/testroot.pristine/usr/share/i18n/charmaps/CP771 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP772 /usr/bin/install -c -m 644 charmaps/CP772 /build/testroot.pristine/usr/share/i18n/charmaps/CP772 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP773 /usr/bin/install -c -m 644 charmaps/CP773 /build/testroot.pristine/usr/share/i18n/charmaps/CP773 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP774 /usr/bin/install -c -m 644 charmaps/CP774 /build/testroot.pristine/usr/share/i18n/charmaps/CP774 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP775 /usr/bin/install -c -m 644 charmaps/CP775 /build/testroot.pristine/usr/share/i18n/charmaps/CP775 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CP949 /usr/bin/install -c -m 644 charmaps/CP949 /build/testroot.pristine/usr/share/i18n/charmaps/CP949 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CSA_Z243.4-1985-1 /usr/bin/install -c -m 644 charmaps/CSA_Z243.4-1985-1 /build/testroot.pristine/usr/share/i18n/charmaps/CSA_Z243.4-1985-1 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CSA_Z243.4-1985-2 /usr/bin/install -c -m 644 charmaps/CSA_Z243.4-1985-2 /build/testroot.pristine/usr/share/i18n/charmaps/CSA_Z243.4-1985-2 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CSA_Z243.4-1985-GR /usr/bin/install -c -m 644 charmaps/CSA_Z243.4-1985-GR /build/testroot.pristine/usr/share/i18n/charmaps/CSA_Z243.4-1985-GR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CSN_369103 /usr/bin/install -c -m 644 charmaps/CSN_369103 /build/testroot.pristine/usr/share/i18n/charmaps/CSN_369103 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/CWI /usr/bin/install -c -m 644 charmaps/CWI /build/testroot.pristine/usr/share/i18n/charmaps/CWI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/DEC-MCS /usr/bin/install -c -m 644 charmaps/DEC-MCS /build/testroot.pristine/usr/share/i18n/charmaps/DEC-MCS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/DIN_66003 /usr/bin/install -c -m 644 charmaps/DIN_66003 /build/testroot.pristine/usr/share/i18n/charmaps/DIN_66003 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/DS_2089 /usr/bin/install -c -m 644 charmaps/DS_2089 /build/testroot.pristine/usr/share/i18n/charmaps/DS_2089 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-AT-DE /usr/bin/install -c -m 644 charmaps/EBCDIC-AT-DE /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-AT-DE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-AT-DE-A /usr/bin/install -c -m 644 charmaps/EBCDIC-AT-DE-A /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-AT-DE-A make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-CA-FR /usr/bin/install -c -m 644 charmaps/EBCDIC-CA-FR /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-CA-FR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-DK-NO /usr/bin/install -c -m 644 charmaps/EBCDIC-DK-NO /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-DK-NO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-DK-NO-A /usr/bin/install -c -m 644 charmaps/EBCDIC-DK-NO-A /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-DK-NO-A make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-ES /usr/bin/install -c -m 644 charmaps/EBCDIC-ES /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-ES make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-ES-A /usr/bin/install -c -m 644 charmaps/EBCDIC-ES-A /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-ES-A make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-ES-S /usr/bin/install -c -m 644 charmaps/EBCDIC-ES-S /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-ES-S make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-FI-SE /usr/bin/install -c -m 644 charmaps/EBCDIC-FI-SE /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-FI-SE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-FI-SE-A /usr/bin/install -c -m 644 charmaps/EBCDIC-FI-SE-A /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-FI-SE-A make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-FR /usr/bin/install -c -m 644 charmaps/EBCDIC-FR /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-FR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-IS-FRISS /usr/bin/install -c -m 644 charmaps/EBCDIC-IS-FRISS /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-IS-FRISS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-IT /usr/bin/install -c -m 644 charmaps/EBCDIC-IT /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-IT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-PT /usr/bin/install -c -m 644 charmaps/EBCDIC-PT /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-PT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-UK /usr/bin/install -c -m 644 charmaps/EBCDIC-UK /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-UK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-US /usr/bin/install -c -m 644 charmaps/EBCDIC-US /build/testroot.pristine/usr/share/i18n/charmaps/EBCDIC-US make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ECMA-CYRILLIC /usr/bin/install -c -m 644 charmaps/ECMA-CYRILLIC /build/testroot.pristine/usr/share/i18n/charmaps/ECMA-CYRILLIC make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ES /usr/bin/install -c -m 644 charmaps/ES /build/testroot.pristine/usr/share/i18n/charmaps/ES make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ES2 /usr/bin/install -c -m 644 charmaps/ES2 /build/testroot.pristine/usr/share/i18n/charmaps/ES2 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EUC-JISX0213 /usr/bin/install -c -m 644 charmaps/EUC-JISX0213 /build/testroot.pristine/usr/share/i18n/charmaps/EUC-JISX0213 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EUC-JP /usr/bin/install -c -m 644 charmaps/EUC-JP /build/testroot.pristine/usr/share/i18n/charmaps/EUC-JP make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EUC-JP-MS /usr/bin/install -c -m 644 charmaps/EUC-JP-MS /build/testroot.pristine/usr/share/i18n/charmaps/EUC-JP-MS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EUC-KR /usr/bin/install -c -m 644 charmaps/EUC-KR /build/testroot.pristine/usr/share/i18n/charmaps/EUC-KR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/EUC-TW /usr/bin/install -c -m 644 charmaps/EUC-TW /build/testroot.pristine/usr/share/i18n/charmaps/EUC-TW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GB18030 /usr/bin/install -c -m 644 charmaps/GB18030 /build/testroot.pristine/usr/share/i18n/charmaps/GB18030 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GB2312 /usr/bin/install -c -m 644 charmaps/GB2312 /build/testroot.pristine/usr/share/i18n/charmaps/GB2312 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GBK /usr/bin/install -c -m 644 charmaps/GBK /build/testroot.pristine/usr/share/i18n/charmaps/GBK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GB_1988-80 /usr/bin/install -c -m 644 charmaps/GB_1988-80 /build/testroot.pristine/usr/share/i18n/charmaps/GB_1988-80 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GEORGIAN-ACADEMY /usr/bin/install -c -m 644 charmaps/GEORGIAN-ACADEMY /build/testroot.pristine/usr/share/i18n/charmaps/GEORGIAN-ACADEMY make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GEORGIAN-PS /usr/bin/install -c -m 644 charmaps/GEORGIAN-PS /build/testroot.pristine/usr/share/i18n/charmaps/GEORGIAN-PS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GOST_19768-74 /usr/bin/install -c -m 644 charmaps/GOST_19768-74 /build/testroot.pristine/usr/share/i18n/charmaps/GOST_19768-74 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GREEK-CCITT /usr/bin/install -c -m 644 charmaps/GREEK-CCITT /build/testroot.pristine/usr/share/i18n/charmaps/GREEK-CCITT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GREEK7 /usr/bin/install -c -m 644 charmaps/GREEK7 /build/testroot.pristine/usr/share/i18n/charmaps/GREEK7 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/GREEK7-OLD /usr/bin/install -c -m 644 charmaps/GREEK7-OLD /build/testroot.pristine/usr/share/i18n/charmaps/GREEK7-OLD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/HP-GREEK8 /usr/bin/install -c -m 644 charmaps/HP-GREEK8 /build/testroot.pristine/usr/share/i18n/charmaps/HP-GREEK8 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/HP-ROMAN8 /usr/bin/install -c -m 644 charmaps/HP-ROMAN8 /build/testroot.pristine/usr/share/i18n/charmaps/HP-ROMAN8 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/HP-ROMAN9 /usr/bin/install -c -m 644 charmaps/HP-ROMAN9 /build/testroot.pristine/usr/share/i18n/charmaps/HP-ROMAN9 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/HP-THAI8 /usr/bin/install -c -m 644 charmaps/HP-THAI8 /build/testroot.pristine/usr/share/i18n/charmaps/HP-THAI8 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/HP-TURKISH8 /usr/bin/install -c -m 644 charmaps/HP-TURKISH8 /build/testroot.pristine/usr/share/i18n/charmaps/HP-TURKISH8 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM037 /usr/bin/install -c -m 644 charmaps/IBM037 /build/testroot.pristine/usr/share/i18n/charmaps/IBM037 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM038 /usr/bin/install -c -m 644 charmaps/IBM038 /build/testroot.pristine/usr/share/i18n/charmaps/IBM038 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1004 /usr/bin/install -c -m 644 charmaps/IBM1004 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1004 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1026 /usr/bin/install -c -m 644 charmaps/IBM1026 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1026 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1047 /usr/bin/install -c -m 644 charmaps/IBM1047 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1047 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1124 /usr/bin/install -c -m 644 charmaps/IBM1124 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1124 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1129 /usr/bin/install -c -m 644 charmaps/IBM1129 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1129 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1132 /usr/bin/install -c -m 644 charmaps/IBM1132 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1132 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1133 /usr/bin/install -c -m 644 charmaps/IBM1133 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1133 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1160 /usr/bin/install -c -m 644 charmaps/IBM1160 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1160 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1161 /usr/bin/install -c -m 644 charmaps/IBM1161 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1161 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1162 /usr/bin/install -c -m 644 charmaps/IBM1162 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1162 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1163 /usr/bin/install -c -m 644 charmaps/IBM1163 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1163 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM1164 /usr/bin/install -c -m 644 charmaps/IBM1164 /build/testroot.pristine/usr/share/i18n/charmaps/IBM1164 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM256 /usr/bin/install -c -m 644 charmaps/IBM256 /build/testroot.pristine/usr/share/i18n/charmaps/IBM256 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM273 /usr/bin/install -c -m 644 charmaps/IBM273 /build/testroot.pristine/usr/share/i18n/charmaps/IBM273 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM274 /usr/bin/install -c -m 644 charmaps/IBM274 /build/testroot.pristine/usr/share/i18n/charmaps/IBM274 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM275 /usr/bin/install -c -m 644 charmaps/IBM275 /build/testroot.pristine/usr/share/i18n/charmaps/IBM275 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM277 /usr/bin/install -c -m 644 charmaps/IBM277 /build/testroot.pristine/usr/share/i18n/charmaps/IBM277 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM278 /usr/bin/install -c -m 644 charmaps/IBM278 /build/testroot.pristine/usr/share/i18n/charmaps/IBM278 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM280 /usr/bin/install -c -m 644 charmaps/IBM280 /build/testroot.pristine/usr/share/i18n/charmaps/IBM280 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM281 /usr/bin/install -c -m 644 charmaps/IBM281 /build/testroot.pristine/usr/share/i18n/charmaps/IBM281 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM284 /usr/bin/install -c -m 644 charmaps/IBM284 /build/testroot.pristine/usr/share/i18n/charmaps/IBM284 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM285 /usr/bin/install -c -m 644 charmaps/IBM285 /build/testroot.pristine/usr/share/i18n/charmaps/IBM285 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM290 /usr/bin/install -c -m 644 charmaps/IBM290 /build/testroot.pristine/usr/share/i18n/charmaps/IBM290 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM297 /usr/bin/install -c -m 644 charmaps/IBM297 /build/testroot.pristine/usr/share/i18n/charmaps/IBM297 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM420 /usr/bin/install -c -m 644 charmaps/IBM420 /build/testroot.pristine/usr/share/i18n/charmaps/IBM420 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM423 /usr/bin/install -c -m 644 charmaps/IBM423 /build/testroot.pristine/usr/share/i18n/charmaps/IBM423 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM424 /usr/bin/install -c -m 644 charmaps/IBM424 /build/testroot.pristine/usr/share/i18n/charmaps/IBM424 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM437 /usr/bin/install -c -m 644 charmaps/IBM437 /build/testroot.pristine/usr/share/i18n/charmaps/IBM437 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM500 /usr/bin/install -c -m 644 charmaps/IBM500 /build/testroot.pristine/usr/share/i18n/charmaps/IBM500 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM850 /usr/bin/install -c -m 644 charmaps/IBM850 /build/testroot.pristine/usr/share/i18n/charmaps/IBM850 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM851 /usr/bin/install -c -m 644 charmaps/IBM851 /build/testroot.pristine/usr/share/i18n/charmaps/IBM851 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM852 /usr/bin/install -c -m 644 charmaps/IBM852 /build/testroot.pristine/usr/share/i18n/charmaps/IBM852 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM855 /usr/bin/install -c -m 644 charmaps/IBM855 /build/testroot.pristine/usr/share/i18n/charmaps/IBM855 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM856 /usr/bin/install -c -m 644 charmaps/IBM856 /build/testroot.pristine/usr/share/i18n/charmaps/IBM856 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM857 /usr/bin/install -c -m 644 charmaps/IBM857 /build/testroot.pristine/usr/share/i18n/charmaps/IBM857 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM858 /usr/bin/install -c -m 644 charmaps/IBM858 /build/testroot.pristine/usr/share/i18n/charmaps/IBM858 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM860 /usr/bin/install -c -m 644 charmaps/IBM860 /build/testroot.pristine/usr/share/i18n/charmaps/IBM860 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM861 /usr/bin/install -c -m 644 charmaps/IBM861 /build/testroot.pristine/usr/share/i18n/charmaps/IBM861 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM862 /usr/bin/install -c -m 644 charmaps/IBM862 /build/testroot.pristine/usr/share/i18n/charmaps/IBM862 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM863 /usr/bin/install -c -m 644 charmaps/IBM863 /build/testroot.pristine/usr/share/i18n/charmaps/IBM863 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM864 /usr/bin/install -c -m 644 charmaps/IBM864 /build/testroot.pristine/usr/share/i18n/charmaps/IBM864 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM865 /usr/bin/install -c -m 644 charmaps/IBM865 /build/testroot.pristine/usr/share/i18n/charmaps/IBM865 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM866 /usr/bin/install -c -m 644 charmaps/IBM866 /build/testroot.pristine/usr/share/i18n/charmaps/IBM866 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM866NAV /usr/bin/install -c -m 644 charmaps/IBM866NAV /build/testroot.pristine/usr/share/i18n/charmaps/IBM866NAV make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM868 /usr/bin/install -c -m 644 charmaps/IBM868 /build/testroot.pristine/usr/share/i18n/charmaps/IBM868 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM869 /usr/bin/install -c -m 644 charmaps/IBM869 /build/testroot.pristine/usr/share/i18n/charmaps/IBM869 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM870 /usr/bin/install -c -m 644 charmaps/IBM870 /build/testroot.pristine/usr/share/i18n/charmaps/IBM870 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM871 /usr/bin/install -c -m 644 charmaps/IBM871 /build/testroot.pristine/usr/share/i18n/charmaps/IBM871 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM874 /usr/bin/install -c -m 644 charmaps/IBM874 /build/testroot.pristine/usr/share/i18n/charmaps/IBM874 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM875 /usr/bin/install -c -m 644 charmaps/IBM875 /build/testroot.pristine/usr/share/i18n/charmaps/IBM875 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM880 /usr/bin/install -c -m 644 charmaps/IBM880 /build/testroot.pristine/usr/share/i18n/charmaps/IBM880 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM891 /usr/bin/install -c -m 644 charmaps/IBM891 /build/testroot.pristine/usr/share/i18n/charmaps/IBM891 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM903 /usr/bin/install -c -m 644 charmaps/IBM903 /build/testroot.pristine/usr/share/i18n/charmaps/IBM903 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM904 /usr/bin/install -c -m 644 charmaps/IBM904 /build/testroot.pristine/usr/share/i18n/charmaps/IBM904 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM905 /usr/bin/install -c -m 644 charmaps/IBM905 /build/testroot.pristine/usr/share/i18n/charmaps/IBM905 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM918 /usr/bin/install -c -m 644 charmaps/IBM918 /build/testroot.pristine/usr/share/i18n/charmaps/IBM918 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IBM922 /usr/bin/install -c -m 644 charmaps/IBM922 /build/testroot.pristine/usr/share/i18n/charmaps/IBM922 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IEC_P27-1 /usr/bin/install -c -m 644 charmaps/IEC_P27-1 /build/testroot.pristine/usr/share/i18n/charmaps/IEC_P27-1 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/INIS /usr/bin/install -c -m 644 charmaps/INIS /build/testroot.pristine/usr/share/i18n/charmaps/INIS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/INIS-8 /usr/bin/install -c -m 644 charmaps/INIS-8 /build/testroot.pristine/usr/share/i18n/charmaps/INIS-8 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/INIS-CYRILLIC /usr/bin/install -c -m 644 charmaps/INIS-CYRILLIC /build/testroot.pristine/usr/share/i18n/charmaps/INIS-CYRILLIC make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/INVARIANT /usr/bin/install -c -m 644 charmaps/INVARIANT /build/testroot.pristine/usr/share/i18n/charmaps/INVARIANT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISIRI-3342 /usr/bin/install -c -m 644 charmaps/ISIRI-3342 /build/testroot.pristine/usr/share/i18n/charmaps/ISIRI-3342 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-1 /usr/bin/install -c -m 644 charmaps/ISO-8859-1 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-1 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-10 /usr/bin/install -c -m 644 charmaps/ISO-8859-10 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-10 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-11 /usr/bin/install -c -m 644 charmaps/ISO-8859-11 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-11 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-13 /usr/bin/install -c -m 644 charmaps/ISO-8859-13 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-13 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-14 /usr/bin/install -c -m 644 charmaps/ISO-8859-14 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-14 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-15 /usr/bin/install -c -m 644 charmaps/ISO-8859-15 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-15 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-16 /usr/bin/install -c -m 644 charmaps/ISO-8859-16 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-16 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-2 /usr/bin/install -c -m 644 charmaps/ISO-8859-2 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-2 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-3 /usr/bin/install -c -m 644 charmaps/ISO-8859-3 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-3 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-4 /usr/bin/install -c -m 644 charmaps/ISO-8859-4 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-4 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-5 /usr/bin/install -c -m 644 charmaps/ISO-8859-5 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-5 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-6 /usr/bin/install -c -m 644 charmaps/ISO-8859-6 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-6 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-7 /usr/bin/install -c -m 644 charmaps/ISO-8859-7 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-7 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-8 /usr/bin/install -c -m 644 charmaps/ISO-8859-8 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-8 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-9 /usr/bin/install -c -m 644 charmaps/ISO-8859-9 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-9 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-9E /usr/bin/install -c -m 644 charmaps/ISO-8859-9E /build/testroot.pristine/usr/share/i18n/charmaps/ISO-8859-9E make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-IR-197 /usr/bin/install -c -m 644 charmaps/ISO-IR-197 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-IR-197 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-IR-209 /usr/bin/install -c -m 644 charmaps/ISO-IR-209 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-IR-209 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO-IR-90 /usr/bin/install -c -m 644 charmaps/ISO-IR-90 /build/testroot.pristine/usr/share/i18n/charmaps/ISO-IR-90 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_10367-BOX /usr/bin/install -c -m 644 charmaps/ISO_10367-BOX /build/testroot.pristine/usr/share/i18n/charmaps/ISO_10367-BOX make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_10646 /usr/bin/install -c -m 644 charmaps/ISO_10646 /build/testroot.pristine/usr/share/i18n/charmaps/ISO_10646 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_11548-1 /usr/bin/install -c -m 644 charmaps/ISO_11548-1 /build/testroot.pristine/usr/share/i18n/charmaps/ISO_11548-1 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_2033-1983 /usr/bin/install -c -m 644 charmaps/ISO_2033-1983 /build/testroot.pristine/usr/share/i18n/charmaps/ISO_2033-1983 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_5427 /usr/bin/install -c -m 644 charmaps/ISO_5427 /build/testroot.pristine/usr/share/i18n/charmaps/ISO_5427 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_5427-EXT /usr/bin/install -c -m 644 charmaps/ISO_5427-EXT /build/testroot.pristine/usr/share/i18n/charmaps/ISO_5427-EXT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_5428 /usr/bin/install -c -m 644 charmaps/ISO_5428 /build/testroot.pristine/usr/share/i18n/charmaps/ISO_5428 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_646.BASIC /usr/bin/install -c -m 644 charmaps/ISO_646.BASIC /build/testroot.pristine/usr/share/i18n/charmaps/ISO_646.BASIC make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_646.IRV /usr/bin/install -c -m 644 charmaps/ISO_646.IRV /build/testroot.pristine/usr/share/i18n/charmaps/ISO_646.IRV make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_6937 /usr/bin/install -c -m 644 charmaps/ISO_6937 /build/testroot.pristine/usr/share/i18n/charmaps/ISO_6937 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_6937-2-25 /usr/bin/install -c -m 644 charmaps/ISO_6937-2-25 /build/testroot.pristine/usr/share/i18n/charmaps/ISO_6937-2-25 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_6937-2-ADD /usr/bin/install -c -m 644 charmaps/ISO_6937-2-ADD /build/testroot.pristine/usr/share/i18n/charmaps/ISO_6937-2-ADD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_8859-1,GL /usr/bin/install -c -m 644 charmaps/ISO_8859-1,GL /build/testroot.pristine/usr/share/i18n/charmaps/ISO_8859-1,GL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/ISO_8859-SUPP /usr/bin/install -c -m 644 charmaps/ISO_8859-SUPP /build/testroot.pristine/usr/share/i18n/charmaps/ISO_8859-SUPP make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/IT /usr/bin/install -c -m 644 charmaps/IT /build/testroot.pristine/usr/share/i18n/charmaps/IT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6220-1969-JP /usr/bin/install -c -m 644 charmaps/JIS_C6220-1969-JP /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6220-1969-JP make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6220-1969-RO /usr/bin/install -c -m 644 charmaps/JIS_C6220-1969-RO /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6220-1969-RO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-A /usr/bin/install -c -m 644 charmaps/JIS_C6229-1984-A /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-A make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-B /usr/bin/install -c -m 644 charmaps/JIS_C6229-1984-B /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-B make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD /usr/bin/install -c -m 644 charmaps/JIS_C6229-1984-B-ADD /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-HAND /usr/bin/install -c -m 644 charmaps/JIS_C6229-1984-HAND /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-HAND make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD /usr/bin/install -c -m 644 charmaps/JIS_C6229-1984-HAND-ADD /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-KANA /usr/bin/install -c -m 644 charmaps/JIS_C6229-1984-KANA /build/testroot.pristine/usr/share/i18n/charmaps/JIS_C6229-1984-KANA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JIS_X0201 /usr/bin/install -c -m 644 charmaps/JIS_X0201 /build/testroot.pristine/usr/share/i18n/charmaps/JIS_X0201 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JOHAB /usr/bin/install -c -m 644 charmaps/JOHAB /build/testroot.pristine/usr/share/i18n/charmaps/JOHAB make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JUS_I.B1.002 /usr/bin/install -c -m 644 charmaps/JUS_I.B1.002 /build/testroot.pristine/usr/share/i18n/charmaps/JUS_I.B1.002 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JUS_I.B1.003-MAC /usr/bin/install -c -m 644 charmaps/JUS_I.B1.003-MAC /build/testroot.pristine/usr/share/i18n/charmaps/JUS_I.B1.003-MAC make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/JUS_I.B1.003-SERB /usr/bin/install -c -m 644 charmaps/JUS_I.B1.003-SERB /build/testroot.pristine/usr/share/i18n/charmaps/JUS_I.B1.003-SERB make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/KOI-8 /usr/bin/install -c -m 644 charmaps/KOI-8 /build/testroot.pristine/usr/share/i18n/charmaps/KOI-8 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/KOI8-R /usr/bin/install -c -m 644 charmaps/KOI8-R /build/testroot.pristine/usr/share/i18n/charmaps/KOI8-R make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/KOI8-RU /usr/bin/install -c -m 644 charmaps/KOI8-RU /build/testroot.pristine/usr/share/i18n/charmaps/KOI8-RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/KOI8-T /usr/bin/install -c -m 644 charmaps/KOI8-T /build/testroot.pristine/usr/share/i18n/charmaps/KOI8-T make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/KOI8-U /usr/bin/install -c -m 644 charmaps/KOI8-U /build/testroot.pristine/usr/share/i18n/charmaps/KOI8-U make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/KSC5636 /usr/bin/install -c -m 644 charmaps/KSC5636 /build/testroot.pristine/usr/share/i18n/charmaps/KSC5636 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/LATIN-GREEK /usr/bin/install -c -m 644 charmaps/LATIN-GREEK /build/testroot.pristine/usr/share/i18n/charmaps/LATIN-GREEK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/LATIN-GREEK-1 /usr/bin/install -c -m 644 charmaps/LATIN-GREEK-1 /build/testroot.pristine/usr/share/i18n/charmaps/LATIN-GREEK-1 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/MAC-CENTRALEUROPE /usr/bin/install -c -m 644 charmaps/MAC-CENTRALEUROPE /build/testroot.pristine/usr/share/i18n/charmaps/MAC-CENTRALEUROPE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/MAC-CYRILLIC /usr/bin/install -c -m 644 charmaps/MAC-CYRILLIC /build/testroot.pristine/usr/share/i18n/charmaps/MAC-CYRILLIC make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/MAC-IS /usr/bin/install -c -m 644 charmaps/MAC-IS /build/testroot.pristine/usr/share/i18n/charmaps/MAC-IS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/MAC-SAMI /usr/bin/install -c -m 644 charmaps/MAC-SAMI /build/testroot.pristine/usr/share/i18n/charmaps/MAC-SAMI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/MAC-UK /usr/bin/install -c -m 644 charmaps/MAC-UK /build/testroot.pristine/usr/share/i18n/charmaps/MAC-UK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/MACINTOSH /usr/bin/install -c -m 644 charmaps/MACINTOSH /build/testroot.pristine/usr/share/i18n/charmaps/MACINTOSH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/MIK /usr/bin/install -c -m 644 charmaps/MIK /build/testroot.pristine/usr/share/i18n/charmaps/MIK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/MSZ_7795.3 /usr/bin/install -c -m 644 charmaps/MSZ_7795.3 /build/testroot.pristine/usr/share/i18n/charmaps/MSZ_7795.3 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NATS-DANO /usr/bin/install -c -m 644 charmaps/NATS-DANO /build/testroot.pristine/usr/share/i18n/charmaps/NATS-DANO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NATS-DANO-ADD /usr/bin/install -c -m 644 charmaps/NATS-DANO-ADD /build/testroot.pristine/usr/share/i18n/charmaps/NATS-DANO-ADD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NATS-SEFI /usr/bin/install -c -m 644 charmaps/NATS-SEFI /build/testroot.pristine/usr/share/i18n/charmaps/NATS-SEFI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NATS-SEFI-ADD /usr/bin/install -c -m 644 charmaps/NATS-SEFI-ADD /build/testroot.pristine/usr/share/i18n/charmaps/NATS-SEFI-ADD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NC_NC00-10 /usr/bin/install -c -m 644 charmaps/NC_NC00-10 /build/testroot.pristine/usr/share/i18n/charmaps/NC_NC00-10 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NEXTSTEP /usr/bin/install -c -m 644 charmaps/NEXTSTEP /build/testroot.pristine/usr/share/i18n/charmaps/NEXTSTEP make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NF_Z_62-010 /usr/bin/install -c -m 644 charmaps/NF_Z_62-010 /build/testroot.pristine/usr/share/i18n/charmaps/NF_Z_62-010 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NF_Z_62-010_1973 /usr/bin/install -c -m 644 charmaps/NF_Z_62-010_1973 /build/testroot.pristine/usr/share/i18n/charmaps/NF_Z_62-010_1973 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NS_4551-1 /usr/bin/install -c -m 644 charmaps/NS_4551-1 /build/testroot.pristine/usr/share/i18n/charmaps/NS_4551-1 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/NS_4551-2 /usr/bin/install -c -m 644 charmaps/NS_4551-2 /build/testroot.pristine/usr/share/i18n/charmaps/NS_4551-2 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/PT /usr/bin/install -c -m 644 charmaps/PT /build/testroot.pristine/usr/share/i18n/charmaps/PT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/PT154 /usr/bin/install -c -m 644 charmaps/PT154 /build/testroot.pristine/usr/share/i18n/charmaps/PT154 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/PT2 /usr/bin/install -c -m 644 charmaps/PT2 /build/testroot.pristine/usr/share/i18n/charmaps/PT2 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/RK1048 /usr/bin/install -c -m 644 charmaps/RK1048 /build/testroot.pristine/usr/share/i18n/charmaps/RK1048 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/SAMI /usr/bin/install -c -m 644 charmaps/SAMI /build/testroot.pristine/usr/share/i18n/charmaps/SAMI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/SAMI-WS2 /usr/bin/install -c -m 644 charmaps/SAMI-WS2 /build/testroot.pristine/usr/share/i18n/charmaps/SAMI-WS2 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/SEN_850200_B /usr/bin/install -c -m 644 charmaps/SEN_850200_B /build/testroot.pristine/usr/share/i18n/charmaps/SEN_850200_B make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/SEN_850200_C /usr/bin/install -c -m 644 charmaps/SEN_850200_C /build/testroot.pristine/usr/share/i18n/charmaps/SEN_850200_C make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/SHIFT_JIS /usr/bin/install -c -m 644 charmaps/SHIFT_JIS /build/testroot.pristine/usr/share/i18n/charmaps/SHIFT_JIS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/SHIFT_JISX0213 /usr/bin/install -c -m 644 charmaps/SHIFT_JISX0213 /build/testroot.pristine/usr/share/i18n/charmaps/SHIFT_JISX0213 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/T.101-G2 /usr/bin/install -c -m 644 charmaps/T.101-G2 /build/testroot.pristine/usr/share/i18n/charmaps/T.101-G2 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/T.61-7BIT /usr/bin/install -c -m 644 charmaps/T.61-7BIT /build/testroot.pristine/usr/share/i18n/charmaps/T.61-7BIT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/T.61-8BIT /usr/bin/install -c -m 644 charmaps/T.61-8BIT /build/testroot.pristine/usr/share/i18n/charmaps/T.61-8BIT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/TCVN5712-1 /usr/bin/install -c -m 644 charmaps/TCVN5712-1 /build/testroot.pristine/usr/share/i18n/charmaps/TCVN5712-1 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/TIS-620 /usr/bin/install -c -m 644 charmaps/TIS-620 /build/testroot.pristine/usr/share/i18n/charmaps/TIS-620 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/TSCII /usr/bin/install -c -m 644 charmaps/TSCII /build/testroot.pristine/usr/share/i18n/charmaps/TSCII make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/UTF-8 /usr/bin/install -c -m 644 charmaps/UTF-8 /build/testroot.pristine/usr/share/i18n/charmaps/UTF-8 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/VIDEOTEX-SUPPL /usr/bin/install -c -m 644 charmaps/VIDEOTEX-SUPPL /build/testroot.pristine/usr/share/i18n/charmaps/VIDEOTEX-SUPPL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/VISCII /usr/bin/install -c -m 644 charmaps/VISCII /build/testroot.pristine/usr/share/i18n/charmaps/VISCII make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' rm -f /build/testroot.pristine/usr/share/i18n/charmaps/WINDOWS-31J /usr/bin/install -c -m 644 charmaps/WINDOWS-31J /build/testroot.pristine/usr/share/i18n/charmaps/WINDOWS-31J make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/af_ZA /build/testroot.pristine/usr/share/i18n/locales/af_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/locales mkdir -p -- /build/testroot.pristine/usr/share/i18n/locales /usr/bin/install -c -m 644 locales/C /build/testroot.pristine/usr/share/i18n/locales/C make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/locales /usr/bin/install -c -m 644 locales/aa_ER /build/testroot.pristine/usr/share/i18n/locales/aa_ER make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/locales mkdir -p -- /build/testroot.pristine/usr/share/i18n/locales /usr/bin/install -c -m 644 locales/POSIX /build/testroot.pristine/usr/share/i18n/locales/POSIX make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/locales /usr/bin/install -c -m 644 locales/aa_ET /build/testroot.pristine/usr/share/i18n/locales/aa_ET make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/locales /usr/bin/install -c -m 644 locales/ab_GE /build/testroot.pristine/usr/share/i18n/locales/ab_GE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/agr_PE /build/testroot.pristine/usr/share/i18n/locales/agr_PE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/i18n/locales mkdir -p -- /build/testroot.pristine/usr/share/i18n/locales /usr/bin/install -c -m 644 locales/aa_DJ /build/testroot.pristine/usr/share/i18n/locales/aa_DJ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ak_GH /build/testroot.pristine/usr/share/i18n/locales/ak_GH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/am_ET /build/testroot.pristine/usr/share/i18n/locales/am_ET make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/an_ES /build/testroot.pristine/usr/share/i18n/locales/an_ES make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/anp_IN /build/testroot.pristine/usr/share/i18n/locales/anp_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_AE /build/testroot.pristine/usr/share/i18n/locales/ar_AE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_BH /build/testroot.pristine/usr/share/i18n/locales/ar_BH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_DZ /build/testroot.pristine/usr/share/i18n/locales/ar_DZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_EG /build/testroot.pristine/usr/share/i18n/locales/ar_EG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_IN /build/testroot.pristine/usr/share/i18n/locales/ar_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_IQ /build/testroot.pristine/usr/share/i18n/locales/ar_IQ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_JO /build/testroot.pristine/usr/share/i18n/locales/ar_JO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_KW /build/testroot.pristine/usr/share/i18n/locales/ar_KW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_LB /build/testroot.pristine/usr/share/i18n/locales/ar_LB make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_LY /build/testroot.pristine/usr/share/i18n/locales/ar_LY make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_MA /build/testroot.pristine/usr/share/i18n/locales/ar_MA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_OM /build/testroot.pristine/usr/share/i18n/locales/ar_OM make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_QA /build/testroot.pristine/usr/share/i18n/locales/ar_QA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_SA /build/testroot.pristine/usr/share/i18n/locales/ar_SA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_SD /build/testroot.pristine/usr/share/i18n/locales/ar_SD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_SS /build/testroot.pristine/usr/share/i18n/locales/ar_SS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_SY /build/testroot.pristine/usr/share/i18n/locales/ar_SY make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_TN /build/testroot.pristine/usr/share/i18n/locales/ar_TN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ar_YE /build/testroot.pristine/usr/share/i18n/locales/ar_YE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/as_IN /build/testroot.pristine/usr/share/i18n/locales/as_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ast_ES /build/testroot.pristine/usr/share/i18n/locales/ast_ES make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ayc_PE /build/testroot.pristine/usr/share/i18n/locales/ayc_PE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/az_AZ /build/testroot.pristine/usr/share/i18n/locales/az_AZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/az_IR /build/testroot.pristine/usr/share/i18n/locales/az_IR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/be_BY /build/testroot.pristine/usr/share/i18n/locales/be_BY make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/be_BY@latin /build/testroot.pristine/usr/share/i18n/locales/be_BY@latin make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bem_ZM /build/testroot.pristine/usr/share/i18n/locales/bem_ZM make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ber_DZ /build/testroot.pristine/usr/share/i18n/locales/ber_DZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ber_MA /build/testroot.pristine/usr/share/i18n/locales/ber_MA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bg_BG /build/testroot.pristine/usr/share/i18n/locales/bg_BG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bhb_IN /build/testroot.pristine/usr/share/i18n/locales/bhb_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bho_IN /build/testroot.pristine/usr/share/i18n/locales/bho_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bho_NP /build/testroot.pristine/usr/share/i18n/locales/bho_NP make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bi_VU /build/testroot.pristine/usr/share/i18n/locales/bi_VU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bn_BD /build/testroot.pristine/usr/share/i18n/locales/bn_BD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bn_IN /build/testroot.pristine/usr/share/i18n/locales/bn_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bo_CN /build/testroot.pristine/usr/share/i18n/locales/bo_CN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bo_IN /build/testroot.pristine/usr/share/i18n/locales/bo_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/br_FR /build/testroot.pristine/usr/share/i18n/locales/br_FR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/br_FR@euro /build/testroot.pristine/usr/share/i18n/locales/br_FR@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/brx_IN /build/testroot.pristine/usr/share/i18n/locales/brx_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/bs_BA /build/testroot.pristine/usr/share/i18n/locales/bs_BA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/byn_ER /build/testroot.pristine/usr/share/i18n/locales/byn_ER make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ca_AD /build/testroot.pristine/usr/share/i18n/locales/ca_AD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ca_ES /build/testroot.pristine/usr/share/i18n/locales/ca_ES make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ca_ES@euro /build/testroot.pristine/usr/share/i18n/locales/ca_ES@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ca_ES@valencia /build/testroot.pristine/usr/share/i18n/locales/ca_ES@valencia make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ca_FR /build/testroot.pristine/usr/share/i18n/locales/ca_FR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ca_IT /build/testroot.pristine/usr/share/i18n/locales/ca_IT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ce_RU /build/testroot.pristine/usr/share/i18n/locales/ce_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/chr_US /build/testroot.pristine/usr/share/i18n/locales/chr_US make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ckb_IQ /build/testroot.pristine/usr/share/i18n/locales/ckb_IQ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/cmn_TW /build/testroot.pristine/usr/share/i18n/locales/cmn_TW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/cns11643_stroke /build/testroot.pristine/usr/share/i18n/locales/cns11643_stroke make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/crh_RU /build/testroot.pristine/usr/share/i18n/locales/crh_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/crh_UA /build/testroot.pristine/usr/share/i18n/locales/crh_UA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/cs_CZ /build/testroot.pristine/usr/share/i18n/locales/cs_CZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/csb_PL /build/testroot.pristine/usr/share/i18n/locales/csb_PL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/cv_RU /build/testroot.pristine/usr/share/i18n/locales/cv_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/cy_GB /build/testroot.pristine/usr/share/i18n/locales/cy_GB make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/da_DK /build/testroot.pristine/usr/share/i18n/locales/da_DK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_AT /build/testroot.pristine/usr/share/i18n/locales/de_AT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_AT@euro /build/testroot.pristine/usr/share/i18n/locales/de_AT@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_BE /build/testroot.pristine/usr/share/i18n/locales/de_BE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_BE@euro /build/testroot.pristine/usr/share/i18n/locales/de_BE@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_CH /build/testroot.pristine/usr/share/i18n/locales/de_CH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_DE /build/testroot.pristine/usr/share/i18n/locales/de_DE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_DE@euro /build/testroot.pristine/usr/share/i18n/locales/de_DE@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_IT /build/testroot.pristine/usr/share/i18n/locales/de_IT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_LI /build/testroot.pristine/usr/share/i18n/locales/de_LI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_LU /build/testroot.pristine/usr/share/i18n/locales/de_LU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/de_LU@euro /build/testroot.pristine/usr/share/i18n/locales/de_LU@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/doi_IN /build/testroot.pristine/usr/share/i18n/locales/doi_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/dsb_DE /build/testroot.pristine/usr/share/i18n/locales/dsb_DE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/dv_MV /build/testroot.pristine/usr/share/i18n/locales/dv_MV make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/dz_BT /build/testroot.pristine/usr/share/i18n/locales/dz_BT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/el_CY /build/testroot.pristine/usr/share/i18n/locales/el_CY make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/el_GR /build/testroot.pristine/usr/share/i18n/locales/el_GR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/el_GR@euro /build/testroot.pristine/usr/share/i18n/locales/el_GR@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_AG /build/testroot.pristine/usr/share/i18n/locales/en_AG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_AU /build/testroot.pristine/usr/share/i18n/locales/en_AU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_BW /build/testroot.pristine/usr/share/i18n/locales/en_BW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_CA /build/testroot.pristine/usr/share/i18n/locales/en_CA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_DK /build/testroot.pristine/usr/share/i18n/locales/en_DK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_GB /build/testroot.pristine/usr/share/i18n/locales/en_GB make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_HK /build/testroot.pristine/usr/share/i18n/locales/en_HK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_IE /build/testroot.pristine/usr/share/i18n/locales/en_IE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_IE@euro /build/testroot.pristine/usr/share/i18n/locales/en_IE@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_IL /build/testroot.pristine/usr/share/i18n/locales/en_IL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_IN /build/testroot.pristine/usr/share/i18n/locales/en_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_NG /build/testroot.pristine/usr/share/i18n/locales/en_NG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_NZ /build/testroot.pristine/usr/share/i18n/locales/en_NZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_PH /build/testroot.pristine/usr/share/i18n/locales/en_PH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_SC /build/testroot.pristine/usr/share/i18n/locales/en_SC make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_SG /build/testroot.pristine/usr/share/i18n/locales/en_SG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_US /build/testroot.pristine/usr/share/i18n/locales/en_US make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_ZA /build/testroot.pristine/usr/share/i18n/locales/en_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_ZM /build/testroot.pristine/usr/share/i18n/locales/en_ZM make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/en_ZW /build/testroot.pristine/usr/share/i18n/locales/en_ZW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/eo /build/testroot.pristine/usr/share/i18n/locales/eo make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_AR /build/testroot.pristine/usr/share/i18n/locales/es_AR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_BO /build/testroot.pristine/usr/share/i18n/locales/es_BO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_CL /build/testroot.pristine/usr/share/i18n/locales/es_CL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_CO /build/testroot.pristine/usr/share/i18n/locales/es_CO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_CR /build/testroot.pristine/usr/share/i18n/locales/es_CR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_CU /build/testroot.pristine/usr/share/i18n/locales/es_CU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_DO /build/testroot.pristine/usr/share/i18n/locales/es_DO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_EC /build/testroot.pristine/usr/share/i18n/locales/es_EC make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_ES /build/testroot.pristine/usr/share/i18n/locales/es_ES make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_ES@euro /build/testroot.pristine/usr/share/i18n/locales/es_ES@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_GT /build/testroot.pristine/usr/share/i18n/locales/es_GT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_HN /build/testroot.pristine/usr/share/i18n/locales/es_HN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_MX /build/testroot.pristine/usr/share/i18n/locales/es_MX make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_NI /build/testroot.pristine/usr/share/i18n/locales/es_NI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_PA /build/testroot.pristine/usr/share/i18n/locales/es_PA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_PE /build/testroot.pristine/usr/share/i18n/locales/es_PE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_PR /build/testroot.pristine/usr/share/i18n/locales/es_PR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_PY /build/testroot.pristine/usr/share/i18n/locales/es_PY make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_SV /build/testroot.pristine/usr/share/i18n/locales/es_SV make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_US /build/testroot.pristine/usr/share/i18n/locales/es_US make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_UY /build/testroot.pristine/usr/share/i18n/locales/es_UY make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/es_VE /build/testroot.pristine/usr/share/i18n/locales/es_VE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/et_EE /build/testroot.pristine/usr/share/i18n/locales/et_EE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/eu_ES /build/testroot.pristine/usr/share/i18n/locales/eu_ES make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/eu_ES@euro /build/testroot.pristine/usr/share/i18n/locales/eu_ES@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fa_IR /build/testroot.pristine/usr/share/i18n/locales/fa_IR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ff_SN /build/testroot.pristine/usr/share/i18n/locales/ff_SN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fi_FI /build/testroot.pristine/usr/share/i18n/locales/fi_FI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fi_FI@euro /build/testroot.pristine/usr/share/i18n/locales/fi_FI@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fil_PH /build/testroot.pristine/usr/share/i18n/locales/fil_PH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fo_FO /build/testroot.pristine/usr/share/i18n/locales/fo_FO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fr_BE /build/testroot.pristine/usr/share/i18n/locales/fr_BE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fr_BE@euro /build/testroot.pristine/usr/share/i18n/locales/fr_BE@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fr_CA /build/testroot.pristine/usr/share/i18n/locales/fr_CA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fr_CH /build/testroot.pristine/usr/share/i18n/locales/fr_CH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fr_FR /build/testroot.pristine/usr/share/i18n/locales/fr_FR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fr_FR@euro /build/testroot.pristine/usr/share/i18n/locales/fr_FR@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fr_LU /build/testroot.pristine/usr/share/i18n/locales/fr_LU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fr_LU@euro /build/testroot.pristine/usr/share/i18n/locales/fr_LU@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fur_IT /build/testroot.pristine/usr/share/i18n/locales/fur_IT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fy_DE /build/testroot.pristine/usr/share/i18n/locales/fy_DE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/fy_NL /build/testroot.pristine/usr/share/i18n/locales/fy_NL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ga_IE /build/testroot.pristine/usr/share/i18n/locales/ga_IE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ga_IE@euro /build/testroot.pristine/usr/share/i18n/locales/ga_IE@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gbm_IN /build/testroot.pristine/usr/share/i18n/locales/gbm_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gd_GB /build/testroot.pristine/usr/share/i18n/locales/gd_GB make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gez_ER /build/testroot.pristine/usr/share/i18n/locales/gez_ER make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gez_ER@abegede /build/testroot.pristine/usr/share/i18n/locales/gez_ER@abegede make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gez_ET /build/testroot.pristine/usr/share/i18n/locales/gez_ET make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gez_ET@abegede /build/testroot.pristine/usr/share/i18n/locales/gez_ET@abegede make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gl_ES /build/testroot.pristine/usr/share/i18n/locales/gl_ES make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gl_ES@euro /build/testroot.pristine/usr/share/i18n/locales/gl_ES@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gu_IN /build/testroot.pristine/usr/share/i18n/locales/gu_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/gv_GB /build/testroot.pristine/usr/share/i18n/locales/gv_GB make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ha_NG /build/testroot.pristine/usr/share/i18n/locales/ha_NG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/hak_TW /build/testroot.pristine/usr/share/i18n/locales/hak_TW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/he_IL /build/testroot.pristine/usr/share/i18n/locales/he_IL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/hi_IN /build/testroot.pristine/usr/share/i18n/locales/hi_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/hif_FJ /build/testroot.pristine/usr/share/i18n/locales/hif_FJ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/hne_IN /build/testroot.pristine/usr/share/i18n/locales/hne_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/hr_HR /build/testroot.pristine/usr/share/i18n/locales/hr_HR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/hsb_DE /build/testroot.pristine/usr/share/i18n/locales/hsb_DE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ht_HT /build/testroot.pristine/usr/share/i18n/locales/ht_HT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/hu_HU /build/testroot.pristine/usr/share/i18n/locales/hu_HU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/hy_AM /build/testroot.pristine/usr/share/i18n/locales/hy_AM make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/i18n /build/testroot.pristine/usr/share/i18n/locales/i18n make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/i18n_ctype /build/testroot.pristine/usr/share/i18n/locales/i18n_ctype make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ia_FR /build/testroot.pristine/usr/share/i18n/locales/ia_FR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/id_ID /build/testroot.pristine/usr/share/i18n/locales/id_ID make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ig_NG /build/testroot.pristine/usr/share/i18n/locales/ig_NG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ik_CA /build/testroot.pristine/usr/share/i18n/locales/ik_CA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/is_IS /build/testroot.pristine/usr/share/i18n/locales/is_IS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/iso14651_t1 /build/testroot.pristine/usr/share/i18n/locales/iso14651_t1 make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/iso14651_t1_common /build/testroot.pristine/usr/share/i18n/locales/iso14651_t1_common make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/iso14651_t1_pinyin /build/testroot.pristine/usr/share/i18n/locales/iso14651_t1_pinyin make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/it_CH /build/testroot.pristine/usr/share/i18n/locales/it_CH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/it_IT /build/testroot.pristine/usr/share/i18n/locales/it_IT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/it_IT@euro /build/testroot.pristine/usr/share/i18n/locales/it_IT@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/iu_CA /build/testroot.pristine/usr/share/i18n/locales/iu_CA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ja_JP /build/testroot.pristine/usr/share/i18n/locales/ja_JP make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ka_GE /build/testroot.pristine/usr/share/i18n/locales/ka_GE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/kab_DZ /build/testroot.pristine/usr/share/i18n/locales/kab_DZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/kk_KZ /build/testroot.pristine/usr/share/i18n/locales/kk_KZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/kl_GL /build/testroot.pristine/usr/share/i18n/locales/kl_GL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/km_KH /build/testroot.pristine/usr/share/i18n/locales/km_KH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/kn_IN /build/testroot.pristine/usr/share/i18n/locales/kn_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ko_KR /build/testroot.pristine/usr/share/i18n/locales/ko_KR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/kok_IN /build/testroot.pristine/usr/share/i18n/locales/kok_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ks_IN /build/testroot.pristine/usr/share/i18n/locales/ks_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ks_IN@devanagari /build/testroot.pristine/usr/share/i18n/locales/ks_IN@devanagari make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ku_TR /build/testroot.pristine/usr/share/i18n/locales/ku_TR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/kv_RU /build/testroot.pristine/usr/share/i18n/locales/kv_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/kw_GB /build/testroot.pristine/usr/share/i18n/locales/kw_GB make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ky_KG /build/testroot.pristine/usr/share/i18n/locales/ky_KG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/lb_LU /build/testroot.pristine/usr/share/i18n/locales/lb_LU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/lg_UG /build/testroot.pristine/usr/share/i18n/locales/lg_UG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/li_BE /build/testroot.pristine/usr/share/i18n/locales/li_BE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/li_NL /build/testroot.pristine/usr/share/i18n/locales/li_NL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/lij_IT /build/testroot.pristine/usr/share/i18n/locales/lij_IT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ln_CD /build/testroot.pristine/usr/share/i18n/locales/ln_CD make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/lo_LA /build/testroot.pristine/usr/share/i18n/locales/lo_LA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/lt_LT /build/testroot.pristine/usr/share/i18n/locales/lt_LT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ltg_LV /build/testroot.pristine/usr/share/i18n/locales/ltg_LV make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/lv_LV /build/testroot.pristine/usr/share/i18n/locales/lv_LV make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/lzh_TW /build/testroot.pristine/usr/share/i18n/locales/lzh_TW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mag_IN /build/testroot.pristine/usr/share/i18n/locales/mag_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mai_IN /build/testroot.pristine/usr/share/i18n/locales/mai_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mai_NP /build/testroot.pristine/usr/share/i18n/locales/mai_NP make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mdf_RU /build/testroot.pristine/usr/share/i18n/locales/mdf_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mfe_MU /build/testroot.pristine/usr/share/i18n/locales/mfe_MU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mg_MG /build/testroot.pristine/usr/share/i18n/locales/mg_MG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mhr_RU /build/testroot.pristine/usr/share/i18n/locales/mhr_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mi_NZ /build/testroot.pristine/usr/share/i18n/locales/mi_NZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/miq_NI /build/testroot.pristine/usr/share/i18n/locales/miq_NI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mjw_IN /build/testroot.pristine/usr/share/i18n/locales/mjw_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mk_MK /build/testroot.pristine/usr/share/i18n/locales/mk_MK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ml_IN /build/testroot.pristine/usr/share/i18n/locales/ml_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mn_MN /build/testroot.pristine/usr/share/i18n/locales/mn_MN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mni_IN /build/testroot.pristine/usr/share/i18n/locales/mni_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mnw_MM /build/testroot.pristine/usr/share/i18n/locales/mnw_MM make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mr_IN /build/testroot.pristine/usr/share/i18n/locales/mr_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ms_MY /build/testroot.pristine/usr/share/i18n/locales/ms_MY make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/mt_MT /build/testroot.pristine/usr/share/i18n/locales/mt_MT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/my_MM /build/testroot.pristine/usr/share/i18n/locales/my_MM make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nan_TW /build/testroot.pristine/usr/share/i18n/locales/nan_TW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nan_TW@latin /build/testroot.pristine/usr/share/i18n/locales/nan_TW@latin make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nb_NO /build/testroot.pristine/usr/share/i18n/locales/nb_NO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nds_DE /build/testroot.pristine/usr/share/i18n/locales/nds_DE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nds_NL /build/testroot.pristine/usr/share/i18n/locales/nds_NL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ne_NP /build/testroot.pristine/usr/share/i18n/locales/ne_NP make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nhn_MX /build/testroot.pristine/usr/share/i18n/locales/nhn_MX make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/niu_NU /build/testroot.pristine/usr/share/i18n/locales/niu_NU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/niu_NZ /build/testroot.pristine/usr/share/i18n/locales/niu_NZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nl_AW /build/testroot.pristine/usr/share/i18n/locales/nl_AW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nl_BE /build/testroot.pristine/usr/share/i18n/locales/nl_BE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nl_BE@euro /build/testroot.pristine/usr/share/i18n/locales/nl_BE@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nl_NL /build/testroot.pristine/usr/share/i18n/locales/nl_NL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nl_NL@euro /build/testroot.pristine/usr/share/i18n/locales/nl_NL@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nn_NO /build/testroot.pristine/usr/share/i18n/locales/nn_NO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nr_ZA /build/testroot.pristine/usr/share/i18n/locales/nr_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/nso_ZA /build/testroot.pristine/usr/share/i18n/locales/nso_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/oc_FR /build/testroot.pristine/usr/share/i18n/locales/oc_FR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/om_ET /build/testroot.pristine/usr/share/i18n/locales/om_ET make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/om_KE /build/testroot.pristine/usr/share/i18n/locales/om_KE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/or_IN /build/testroot.pristine/usr/share/i18n/locales/or_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/os_RU /build/testroot.pristine/usr/share/i18n/locales/os_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/pa_IN /build/testroot.pristine/usr/share/i18n/locales/pa_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/pa_PK /build/testroot.pristine/usr/share/i18n/locales/pa_PK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/pap_AW /build/testroot.pristine/usr/share/i18n/locales/pap_AW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/pap_CW /build/testroot.pristine/usr/share/i18n/locales/pap_CW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/pl_PL /build/testroot.pristine/usr/share/i18n/locales/pl_PL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ps_AF /build/testroot.pristine/usr/share/i18n/locales/ps_AF make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/pt_BR /build/testroot.pristine/usr/share/i18n/locales/pt_BR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/pt_PT /build/testroot.pristine/usr/share/i18n/locales/pt_PT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/pt_PT@euro /build/testroot.pristine/usr/share/i18n/locales/pt_PT@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/quz_PE /build/testroot.pristine/usr/share/i18n/locales/quz_PE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/raj_IN /build/testroot.pristine/usr/share/i18n/locales/raj_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/rif_MA /build/testroot.pristine/usr/share/i18n/locales/rif_MA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ro_RO /build/testroot.pristine/usr/share/i18n/locales/ro_RO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ru_RU /build/testroot.pristine/usr/share/i18n/locales/ru_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ru_UA /build/testroot.pristine/usr/share/i18n/locales/ru_UA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/rw_RW /build/testroot.pristine/usr/share/i18n/locales/rw_RW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sa_IN /build/testroot.pristine/usr/share/i18n/locales/sa_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sah_RU /build/testroot.pristine/usr/share/i18n/locales/sah_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sat_IN /build/testroot.pristine/usr/share/i18n/locales/sat_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sc_IT /build/testroot.pristine/usr/share/i18n/locales/sc_IT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/scn_IT /build/testroot.pristine/usr/share/i18n/locales/scn_IT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sd_IN /build/testroot.pristine/usr/share/i18n/locales/sd_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sd_IN@devanagari /build/testroot.pristine/usr/share/i18n/locales/sd_IN@devanagari make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/se_NO /build/testroot.pristine/usr/share/i18n/locales/se_NO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sgs_LT /build/testroot.pristine/usr/share/i18n/locales/sgs_LT make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/shn_MM /build/testroot.pristine/usr/share/i18n/locales/shn_MM make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/shs_CA /build/testroot.pristine/usr/share/i18n/locales/shs_CA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/si_LK /build/testroot.pristine/usr/share/i18n/locales/si_LK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sid_ET /build/testroot.pristine/usr/share/i18n/locales/sid_ET make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sk_SK /build/testroot.pristine/usr/share/i18n/locales/sk_SK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sl_SI /build/testroot.pristine/usr/share/i18n/locales/sl_SI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sm_WS /build/testroot.pristine/usr/share/i18n/locales/sm_WS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/so_DJ /build/testroot.pristine/usr/share/i18n/locales/so_DJ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/so_ET /build/testroot.pristine/usr/share/i18n/locales/so_ET make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/so_KE /build/testroot.pristine/usr/share/i18n/locales/so_KE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/so_SO /build/testroot.pristine/usr/share/i18n/locales/so_SO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sq_AL /build/testroot.pristine/usr/share/i18n/locales/sq_AL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sq_MK /build/testroot.pristine/usr/share/i18n/locales/sq_MK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sr_ME /build/testroot.pristine/usr/share/i18n/locales/sr_ME make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sr_RS /build/testroot.pristine/usr/share/i18n/locales/sr_RS make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sr_RS@latin /build/testroot.pristine/usr/share/i18n/locales/sr_RS@latin make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ss_ZA /build/testroot.pristine/usr/share/i18n/locales/ss_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ssy_ER /build/testroot.pristine/usr/share/i18n/locales/ssy_ER make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/st_ZA /build/testroot.pristine/usr/share/i18n/locales/st_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/su_ID /build/testroot.pristine/usr/share/i18n/locales/su_ID make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sv_FI /build/testroot.pristine/usr/share/i18n/locales/sv_FI make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sv_FI@euro /build/testroot.pristine/usr/share/i18n/locales/sv_FI@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sv_SE /build/testroot.pristine/usr/share/i18n/locales/sv_SE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sw_KE /build/testroot.pristine/usr/share/i18n/locales/sw_KE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/sw_TZ /build/testroot.pristine/usr/share/i18n/locales/sw_TZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/syr /build/testroot.pristine/usr/share/i18n/locales/syr make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/szl_PL /build/testroot.pristine/usr/share/i18n/locales/szl_PL make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ta_IN /build/testroot.pristine/usr/share/i18n/locales/ta_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ta_LK /build/testroot.pristine/usr/share/i18n/locales/ta_LK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tcy_IN /build/testroot.pristine/usr/share/i18n/locales/tcy_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/te_IN /build/testroot.pristine/usr/share/i18n/locales/te_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tg_TJ /build/testroot.pristine/usr/share/i18n/locales/tg_TJ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/th_TH /build/testroot.pristine/usr/share/i18n/locales/th_TH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/the_NP /build/testroot.pristine/usr/share/i18n/locales/the_NP make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ti_ER /build/testroot.pristine/usr/share/i18n/locales/ti_ER make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ti_ET /build/testroot.pristine/usr/share/i18n/locales/ti_ET make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tig_ER /build/testroot.pristine/usr/share/i18n/locales/tig_ER make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tk_TM /build/testroot.pristine/usr/share/i18n/locales/tk_TM make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tl_PH /build/testroot.pristine/usr/share/i18n/locales/tl_PH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tn_ZA /build/testroot.pristine/usr/share/i18n/locales/tn_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/to_TO /build/testroot.pristine/usr/share/i18n/locales/to_TO make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tok /build/testroot.pristine/usr/share/i18n/locales/tok make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tpi_PG /build/testroot.pristine/usr/share/i18n/locales/tpi_PG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tr_CY /build/testroot.pristine/usr/share/i18n/locales/tr_CY make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tr_TR /build/testroot.pristine/usr/share/i18n/locales/tr_TR make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_circle /build/testroot.pristine/usr/share/i18n/locales/translit_circle make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_cjk_compat /build/testroot.pristine/usr/share/i18n/locales/translit_cjk_compat make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_cjk_variants /build/testroot.pristine/usr/share/i18n/locales/translit_cjk_variants make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_combining /build/testroot.pristine/usr/share/i18n/locales/translit_combining make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_compat /build/testroot.pristine/usr/share/i18n/locales/translit_compat make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_emojis /build/testroot.pristine/usr/share/i18n/locales/translit_emojis make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_font /build/testroot.pristine/usr/share/i18n/locales/translit_font make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_fraction /build/testroot.pristine/usr/share/i18n/locales/translit_fraction make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_hangul /build/testroot.pristine/usr/share/i18n/locales/translit_hangul make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_narrow /build/testroot.pristine/usr/share/i18n/locales/translit_narrow make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_neutral /build/testroot.pristine/usr/share/i18n/locales/translit_neutral make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_small /build/testroot.pristine/usr/share/i18n/locales/translit_small make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/translit_wide /build/testroot.pristine/usr/share/i18n/locales/translit_wide make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ts_ZA /build/testroot.pristine/usr/share/i18n/locales/ts_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tt_RU /build/testroot.pristine/usr/share/i18n/locales/tt_RU make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/tt_RU@iqtelif /build/testroot.pristine/usr/share/i18n/locales/tt_RU@iqtelif make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ug_CN /build/testroot.pristine/usr/share/i18n/locales/ug_CN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/uk_UA /build/testroot.pristine/usr/share/i18n/locales/uk_UA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/unm_US /build/testroot.pristine/usr/share/i18n/locales/unm_US make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ur_IN /build/testroot.pristine/usr/share/i18n/locales/ur_IN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ur_PK /build/testroot.pristine/usr/share/i18n/locales/ur_PK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/uz_UZ /build/testroot.pristine/usr/share/i18n/locales/uz_UZ make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/uz_UZ@cyrillic /build/testroot.pristine/usr/share/i18n/locales/uz_UZ@cyrillic make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/ve_ZA /build/testroot.pristine/usr/share/i18n/locales/ve_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/vi_VN /build/testroot.pristine/usr/share/i18n/locales/vi_VN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/wa_BE /build/testroot.pristine/usr/share/i18n/locales/wa_BE make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/wa_BE@euro /build/testroot.pristine/usr/share/i18n/locales/wa_BE@euro make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/wae_CH /build/testroot.pristine/usr/share/i18n/locales/wae_CH make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/wal_ET /build/testroot.pristine/usr/share/i18n/locales/wal_ET make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/wo_SN /build/testroot.pristine/usr/share/i18n/locales/wo_SN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/xh_ZA /build/testroot.pristine/usr/share/i18n/locales/xh_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/yi_US /build/testroot.pristine/usr/share/i18n/locales/yi_US make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/yo_NG /build/testroot.pristine/usr/share/i18n/locales/yo_NG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/yue_HK /build/testroot.pristine/usr/share/i18n/locales/yue_HK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/yuw_PG /build/testroot.pristine/usr/share/i18n/locales/yuw_PG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/zgh_MA /build/testroot.pristine/usr/share/i18n/locales/zgh_MA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/zh_CN /build/testroot.pristine/usr/share/i18n/locales/zh_CN make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/zh_HK /build/testroot.pristine/usr/share/i18n/locales/zh_HK make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/zh_SG /build/testroot.pristine/usr/share/i18n/locales/zh_SG make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/zh_TW /build/testroot.pristine/usr/share/i18n/locales/zh_TW make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' /usr/bin/install -c -m 644 locales/zu_ZA /build/testroot.pristine/usr/share/i18n/locales/zu_ZA make[3]: Leaving directory '/glibc/localedata' make[3]: Entering directory '/glibc/localedata' > /build/localedata/stubs make[3]: Leaving directory '/glibc/localedata' make subdir=iconvdata -C iconvdata ..=../ subdir_install make[3]: Entering directory '/glibc/iconvdata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/gconv mkdir -p -- /build/testroot.pristine/usr/lib/gconv /usr/bin/install -c /build/iconvdata/ISO8859-1.so /build/testroot.pristine/usr/lib/gconv/ISO8859-1.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-1.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-1.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/gconv mkdir -p -- /build/testroot.pristine/usr/lib/gconv /usr/bin/install -c /build/iconvdata/ISO8859-2.so /build/testroot.pristine/usr/lib/gconv/ISO8859-2.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-2.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-2.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/gconv /usr/bin/install -c /build/iconvdata/ISO8859-6.so /build/testroot.pristine/usr/lib/gconv/ISO8859-6.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-6.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-6.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/gconv /usr/bin/install -c /build/iconvdata/ISO8859-7.so /build/testroot.pristine/usr/lib/gconv/ISO8859-7.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-7.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-7.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO8859-9.so /build/testroot.pristine/usr/lib/gconv/ISO8859-9.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-9.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-9.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/gconv mkdir -p -- /build/testroot.pristine/usr/lib/gconv /usr/bin/install -c /build/iconvdata/ISO8859-3.so /build/testroot.pristine/usr/lib/gconv/ISO8859-3.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-3.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-3.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/gconv mkdir -p -- /build/testroot.pristine/usr/lib/gconv /usr/bin/install -c /build/iconvdata/ISO8859-4.so /build/testroot.pristine/usr/lib/gconv/ISO8859-4.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-4.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-4.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/gconv mkdir -p -- /build/testroot.pristine/usr/lib/gconv /usr/bin/install -c /build/iconvdata/ISO8859-5.so /build/testroot.pristine/usr/lib/gconv/ISO8859-5.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-5.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-5.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/gconv /usr/bin/install -c /build/iconvdata/ISO8859-8.so /build/testroot.pristine/usr/lib/gconv/ISO8859-8.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-8.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-8.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO8859-10.so /build/testroot.pristine/usr/lib/gconv/ISO8859-10.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-10.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-10.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO8859-11.so /build/testroot.pristine/usr/lib/gconv/ISO8859-11.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-11.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-11.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO8859-13.so /build/testroot.pristine/usr/lib/gconv/ISO8859-13.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-13.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-13.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO8859-14.so /build/testroot.pristine/usr/lib/gconv/ISO8859-14.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-14.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-14.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO8859-15.so /build/testroot.pristine/usr/lib/gconv/ISO8859-15.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-15.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-15.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO8859-16.so /build/testroot.pristine/usr/lib/gconv/ISO8859-16.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-16.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-16.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/T.61.so /build/testroot.pristine/usr/lib/gconv/T.61.so.new mv -f /build/testroot.pristine/usr/lib/gconv/T.61.so.new /build/testroot.pristine/usr/lib/gconv/T.61.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO_6937.so /build/testroot.pristine/usr/lib/gconv/ISO_6937.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO_6937.so.new /build/testroot.pristine/usr/lib/gconv/ISO_6937.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/SJIS.so /build/testroot.pristine/usr/lib/gconv/SJIS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/SJIS.so.new /build/testroot.pristine/usr/lib/gconv/SJIS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/KOI-8.so /build/testroot.pristine/usr/lib/gconv/KOI-8.so.new mv -f /build/testroot.pristine/usr/lib/gconv/KOI-8.so.new /build/testroot.pristine/usr/lib/gconv/KOI-8.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/HP-ROMAN8.so /build/testroot.pristine/usr/lib/gconv/HP-ROMAN8.so.new mv -f /build/testroot.pristine/usr/lib/gconv/HP-ROMAN8.so.new /build/testroot.pristine/usr/lib/gconv/HP-ROMAN8.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/HP-ROMAN9.so /build/testroot.pristine/usr/lib/gconv/HP-ROMAN9.so.new mv -f /build/testroot.pristine/usr/lib/gconv/HP-ROMAN9.so.new /build/testroot.pristine/usr/lib/gconv/HP-ROMAN9.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-AT-DE.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-AT-DE.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-AT-DE.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-AT-DE.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-AT-DE-A.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-AT-DE-A.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-AT-DE-A.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-AT-DE-A.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-CA-FR.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-CA-FR.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-CA-FR.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-CA-FR.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EUC-KR.so /build/testroot.pristine/usr/lib/gconv/EUC-KR.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EUC-KR.so.new /build/testroot.pristine/usr/lib/gconv/EUC-KR.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/UHC.so /build/testroot.pristine/usr/lib/gconv/UHC.so.new mv -f /build/testroot.pristine/usr/lib/gconv/UHC.so.new /build/testroot.pristine/usr/lib/gconv/UHC.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/JOHAB.so /build/testroot.pristine/usr/lib/gconv/JOHAB.so.new mv -f /build/testroot.pristine/usr/lib/gconv/JOHAB.so.new /build/testroot.pristine/usr/lib/gconv/JOHAB.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/libJIS.so /build/testroot.pristine/usr/lib/gconv/libJIS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/libJIS.so.new /build/testroot.pristine/usr/lib/gconv/libJIS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/libKSC.so /build/testroot.pristine/usr/lib/gconv/libKSC.so.new mv -f /build/testroot.pristine/usr/lib/gconv/libKSC.so.new /build/testroot.pristine/usr/lib/gconv/libKSC.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/BIG5.so /build/testroot.pristine/usr/lib/gconv/BIG5.so.new mv -f /build/testroot.pristine/usr/lib/gconv/BIG5.so.new /build/testroot.pristine/usr/lib/gconv/BIG5.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EUC-JP.so /build/testroot.pristine/usr/lib/gconv/EUC-JP.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EUC-JP.so.new /build/testroot.pristine/usr/lib/gconv/EUC-JP.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/libGB.so /build/testroot.pristine/usr/lib/gconv/libGB.so.new mv -f /build/testroot.pristine/usr/lib/gconv/libGB.so.new /build/testroot.pristine/usr/lib/gconv/libGB.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EUC-CN.so /build/testroot.pristine/usr/lib/gconv/EUC-CN.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EUC-CN.so.new /build/testroot.pristine/usr/lib/gconv/EUC-CN.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/libCNS.so /build/testroot.pristine/usr/lib/gconv/libCNS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/libCNS.so.new /build/testroot.pristine/usr/lib/gconv/libCNS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EUC-TW.so /build/testroot.pristine/usr/lib/gconv/EUC-TW.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EUC-TW.so.new /build/testroot.pristine/usr/lib/gconv/EUC-TW.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO646.so /build/testroot.pristine/usr/lib/gconv/ISO646.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO646.so.new /build/testroot.pristine/usr/lib/gconv/ISO646.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-DK-NO.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-DK-NO.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-DK-NO.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-DK-NO.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-DK-NO-A.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-DK-NO-A.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-DK-NO-A.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-DK-NO-A.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-ES.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-ES.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-ES.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-ES.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-ES-A.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-ES-A.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-ES-A.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-ES-A.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-ES-S.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-ES-S.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-ES-S.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-ES-S.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-FI-SE.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-FI-SE.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-FI-SE.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-FI-SE.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-FI-SE-A.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-FI-SE-A.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-FI-SE-A.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-FI-SE-A.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-FR.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-FR.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-FR.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-FR.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-IS-FRISS.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-IS-FRISS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-IS-FRISS.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-IS-FRISS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-IT.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-IT.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-IT.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-IT.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-PT.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-PT.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-PT.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-PT.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-UK.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-UK.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-UK.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-UK.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EBCDIC-US.so /build/testroot.pristine/usr/lib/gconv/EBCDIC-US.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EBCDIC-US.so.new /build/testroot.pristine/usr/lib/gconv/EBCDIC-US.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM037.so /build/testroot.pristine/usr/lib/gconv/IBM037.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM037.so.new /build/testroot.pristine/usr/lib/gconv/IBM037.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM038.so /build/testroot.pristine/usr/lib/gconv/IBM038.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM038.so.new /build/testroot.pristine/usr/lib/gconv/IBM038.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM274.so /build/testroot.pristine/usr/lib/gconv/IBM274.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM274.so.new /build/testroot.pristine/usr/lib/gconv/IBM274.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM275.so /build/testroot.pristine/usr/lib/gconv/IBM275.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM275.so.new /build/testroot.pristine/usr/lib/gconv/IBM275.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM423.so /build/testroot.pristine/usr/lib/gconv/IBM423.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM423.so.new /build/testroot.pristine/usr/lib/gconv/IBM423.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM500.so /build/testroot.pristine/usr/lib/gconv/IBM500.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM500.so.new /build/testroot.pristine/usr/lib/gconv/IBM500.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM870.so /build/testroot.pristine/usr/lib/gconv/IBM870.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM870.so.new /build/testroot.pristine/usr/lib/gconv/IBM870.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM871.so /build/testroot.pristine/usr/lib/gconv/IBM871.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM871.so.new /build/testroot.pristine/usr/lib/gconv/IBM871.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM891.so /build/testroot.pristine/usr/lib/gconv/IBM891.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM891.so.new /build/testroot.pristine/usr/lib/gconv/IBM891.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM903.so /build/testroot.pristine/usr/lib/gconv/IBM903.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM903.so.new /build/testroot.pristine/usr/lib/gconv/IBM903.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM904.so /build/testroot.pristine/usr/lib/gconv/IBM904.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM904.so.new /build/testroot.pristine/usr/lib/gconv/IBM904.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM905.so /build/testroot.pristine/usr/lib/gconv/IBM905.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM905.so.new /build/testroot.pristine/usr/lib/gconv/IBM905.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1047.so /build/testroot.pristine/usr/lib/gconv/IBM1047.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1047.so.new /build/testroot.pristine/usr/lib/gconv/IBM1047.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM874.so /build/testroot.pristine/usr/lib/gconv/IBM874.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM874.so.new /build/testroot.pristine/usr/lib/gconv/IBM874.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP737.so /build/testroot.pristine/usr/lib/gconv/CP737.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP737.so.new /build/testroot.pristine/usr/lib/gconv/CP737.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP775.so /build/testroot.pristine/usr/lib/gconv/CP775.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP775.so.new /build/testroot.pristine/usr/lib/gconv/CP775.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO-2022-KR.so /build/testroot.pristine/usr/lib/gconv/ISO-2022-KR.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO-2022-KR.so.new /build/testroot.pristine/usr/lib/gconv/ISO-2022-KR.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/HP-TURKISH8.so /build/testroot.pristine/usr/lib/gconv/HP-TURKISH8.so.new mv -f /build/testroot.pristine/usr/lib/gconv/HP-TURKISH8.so.new /build/testroot.pristine/usr/lib/gconv/HP-TURKISH8.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/HP-THAI8.so /build/testroot.pristine/usr/lib/gconv/HP-THAI8.so.new mv -f /build/testroot.pristine/usr/lib/gconv/HP-THAI8.so.new /build/testroot.pristine/usr/lib/gconv/HP-THAI8.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/HP-GREEK8.so /build/testroot.pristine/usr/lib/gconv/HP-GREEK8.so.new mv -f /build/testroot.pristine/usr/lib/gconv/HP-GREEK8.so.new /build/testroot.pristine/usr/lib/gconv/HP-GREEK8.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/KOI8-R.so /build/testroot.pristine/usr/lib/gconv/KOI8-R.so.new mv -f /build/testroot.pristine/usr/lib/gconv/KOI8-R.so.new /build/testroot.pristine/usr/lib/gconv/KOI8-R.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/LATIN-GREEK.so /build/testroot.pristine/usr/lib/gconv/LATIN-GREEK.so.new mv -f /build/testroot.pristine/usr/lib/gconv/LATIN-GREEK.so.new /build/testroot.pristine/usr/lib/gconv/LATIN-GREEK.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/LATIN-GREEK-1.so /build/testroot.pristine/usr/lib/gconv/LATIN-GREEK-1.so.new mv -f /build/testroot.pristine/usr/lib/gconv/LATIN-GREEK-1.so.new /build/testroot.pristine/usr/lib/gconv/LATIN-GREEK-1.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM256.so /build/testroot.pristine/usr/lib/gconv/IBM256.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM256.so.new /build/testroot.pristine/usr/lib/gconv/IBM256.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM273.so /build/testroot.pristine/usr/lib/gconv/IBM273.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM273.so.new /build/testroot.pristine/usr/lib/gconv/IBM273.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM277.so /build/testroot.pristine/usr/lib/gconv/IBM277.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM277.so.new /build/testroot.pristine/usr/lib/gconv/IBM277.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM278.so /build/testroot.pristine/usr/lib/gconv/IBM278.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM278.so.new /build/testroot.pristine/usr/lib/gconv/IBM278.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM280.so /build/testroot.pristine/usr/lib/gconv/IBM280.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM280.so.new /build/testroot.pristine/usr/lib/gconv/IBM280.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM281.so /build/testroot.pristine/usr/lib/gconv/IBM281.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM281.so.new /build/testroot.pristine/usr/lib/gconv/IBM281.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM284.so /build/testroot.pristine/usr/lib/gconv/IBM284.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM284.so.new /build/testroot.pristine/usr/lib/gconv/IBM284.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM285.so /build/testroot.pristine/usr/lib/gconv/IBM285.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM285.so.new /build/testroot.pristine/usr/lib/gconv/IBM285.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM290.so /build/testroot.pristine/usr/lib/gconv/IBM290.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM290.so.new /build/testroot.pristine/usr/lib/gconv/IBM290.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM297.so /build/testroot.pristine/usr/lib/gconv/IBM297.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM297.so.new /build/testroot.pristine/usr/lib/gconv/IBM297.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM420.so /build/testroot.pristine/usr/lib/gconv/IBM420.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM420.so.new /build/testroot.pristine/usr/lib/gconv/IBM420.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM424.so /build/testroot.pristine/usr/lib/gconv/IBM424.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM424.so.new /build/testroot.pristine/usr/lib/gconv/IBM424.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM437.so /build/testroot.pristine/usr/lib/gconv/IBM437.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM437.so.new /build/testroot.pristine/usr/lib/gconv/IBM437.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM850.so /build/testroot.pristine/usr/lib/gconv/IBM850.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM850.so.new /build/testroot.pristine/usr/lib/gconv/IBM850.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM851.so /build/testroot.pristine/usr/lib/gconv/IBM851.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM851.so.new /build/testroot.pristine/usr/lib/gconv/IBM851.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM852.so /build/testroot.pristine/usr/lib/gconv/IBM852.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM852.so.new /build/testroot.pristine/usr/lib/gconv/IBM852.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM855.so /build/testroot.pristine/usr/lib/gconv/IBM855.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM855.so.new /build/testroot.pristine/usr/lib/gconv/IBM855.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM857.so /build/testroot.pristine/usr/lib/gconv/IBM857.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM857.so.new /build/testroot.pristine/usr/lib/gconv/IBM857.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM858.so /build/testroot.pristine/usr/lib/gconv/IBM858.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM858.so.new /build/testroot.pristine/usr/lib/gconv/IBM858.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM860.so /build/testroot.pristine/usr/lib/gconv/IBM860.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM860.so.new /build/testroot.pristine/usr/lib/gconv/IBM860.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM861.so /build/testroot.pristine/usr/lib/gconv/IBM861.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM861.so.new /build/testroot.pristine/usr/lib/gconv/IBM861.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM862.so /build/testroot.pristine/usr/lib/gconv/IBM862.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM862.so.new /build/testroot.pristine/usr/lib/gconv/IBM862.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM863.so /build/testroot.pristine/usr/lib/gconv/IBM863.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM863.so.new /build/testroot.pristine/usr/lib/gconv/IBM863.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM864.so /build/testroot.pristine/usr/lib/gconv/IBM864.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM864.so.new /build/testroot.pristine/usr/lib/gconv/IBM864.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM865.so /build/testroot.pristine/usr/lib/gconv/IBM865.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM865.so.new /build/testroot.pristine/usr/lib/gconv/IBM865.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM868.so /build/testroot.pristine/usr/lib/gconv/IBM868.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM868.so.new /build/testroot.pristine/usr/lib/gconv/IBM868.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM869.so /build/testroot.pristine/usr/lib/gconv/IBM869.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM869.so.new /build/testroot.pristine/usr/lib/gconv/IBM869.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM875.so /build/testroot.pristine/usr/lib/gconv/IBM875.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM875.so.new /build/testroot.pristine/usr/lib/gconv/IBM875.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM880.so /build/testroot.pristine/usr/lib/gconv/IBM880.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM880.so.new /build/testroot.pristine/usr/lib/gconv/IBM880.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM866.so /build/testroot.pristine/usr/lib/gconv/IBM866.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM866.so.new /build/testroot.pristine/usr/lib/gconv/IBM866.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1258.so /build/testroot.pristine/usr/lib/gconv/CP1258.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1258.so.new /build/testroot.pristine/usr/lib/gconv/CP1258.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM922.so /build/testroot.pristine/usr/lib/gconv/IBM922.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM922.so.new /build/testroot.pristine/usr/lib/gconv/IBM922.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1124.so /build/testroot.pristine/usr/lib/gconv/IBM1124.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1124.so.new /build/testroot.pristine/usr/lib/gconv/IBM1124.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1129.so /build/testroot.pristine/usr/lib/gconv/IBM1129.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1129.so.new /build/testroot.pristine/usr/lib/gconv/IBM1129.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM932.so /build/testroot.pristine/usr/lib/gconv/IBM932.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM932.so.new /build/testroot.pristine/usr/lib/gconv/IBM932.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM943.so /build/testroot.pristine/usr/lib/gconv/IBM943.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM943.so.new /build/testroot.pristine/usr/lib/gconv/IBM943.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM856.so /build/testroot.pristine/usr/lib/gconv/IBM856.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM856.so.new /build/testroot.pristine/usr/lib/gconv/IBM856.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM930.so /build/testroot.pristine/usr/lib/gconv/IBM930.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM930.so.new /build/testroot.pristine/usr/lib/gconv/IBM930.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM933.so /build/testroot.pristine/usr/lib/gconv/IBM933.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM933.so.new /build/testroot.pristine/usr/lib/gconv/IBM933.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM935.so /build/testroot.pristine/usr/lib/gconv/IBM935.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM935.so.new /build/testroot.pristine/usr/lib/gconv/IBM935.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM937.so /build/testroot.pristine/usr/lib/gconv/IBM937.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM937.so.new /build/testroot.pristine/usr/lib/gconv/IBM937.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM939.so /build/testroot.pristine/usr/lib/gconv/IBM939.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM939.so.new /build/testroot.pristine/usr/lib/gconv/IBM939.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1046.so /build/testroot.pristine/usr/lib/gconv/IBM1046.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1046.so.new /build/testroot.pristine/usr/lib/gconv/IBM1046.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1132.so /build/testroot.pristine/usr/lib/gconv/IBM1132.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1132.so.new /build/testroot.pristine/usr/lib/gconv/IBM1132.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1133.so /build/testroot.pristine/usr/lib/gconv/IBM1133.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1133.so.new /build/testroot.pristine/usr/lib/gconv/IBM1133.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1160.so /build/testroot.pristine/usr/lib/gconv/IBM1160.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1160.so.new /build/testroot.pristine/usr/lib/gconv/IBM1160.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1161.so /build/testroot.pristine/usr/lib/gconv/IBM1161.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1161.so.new /build/testroot.pristine/usr/lib/gconv/IBM1161.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1162.so /build/testroot.pristine/usr/lib/gconv/IBM1162.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1162.so.new /build/testroot.pristine/usr/lib/gconv/IBM1162.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1163.so /build/testroot.pristine/usr/lib/gconv/IBM1163.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1163.so.new /build/testroot.pristine/usr/lib/gconv/IBM1163.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1164.so /build/testroot.pristine/usr/lib/gconv/IBM1164.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1164.so.new /build/testroot.pristine/usr/lib/gconv/IBM1164.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM918.so /build/testroot.pristine/usr/lib/gconv/IBM918.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM918.so.new /build/testroot.pristine/usr/lib/gconv/IBM918.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1004.so /build/testroot.pristine/usr/lib/gconv/IBM1004.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1004.so.new /build/testroot.pristine/usr/lib/gconv/IBM1004.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1026.so /build/testroot.pristine/usr/lib/gconv/IBM1026.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1026.so.new /build/testroot.pristine/usr/lib/gconv/IBM1026.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1125.so /build/testroot.pristine/usr/lib/gconv/CP1125.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1125.so.new /build/testroot.pristine/usr/lib/gconv/CP1125.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1250.so /build/testroot.pristine/usr/lib/gconv/CP1250.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1250.so.new /build/testroot.pristine/usr/lib/gconv/CP1250.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1251.so /build/testroot.pristine/usr/lib/gconv/CP1251.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1251.so.new /build/testroot.pristine/usr/lib/gconv/CP1251.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1252.so /build/testroot.pristine/usr/lib/gconv/CP1252.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1252.so.new /build/testroot.pristine/usr/lib/gconv/CP1252.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1253.so /build/testroot.pristine/usr/lib/gconv/CP1253.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1253.so.new /build/testroot.pristine/usr/lib/gconv/CP1253.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1254.so /build/testroot.pristine/usr/lib/gconv/CP1254.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1254.so.new /build/testroot.pristine/usr/lib/gconv/CP1254.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1255.so /build/testroot.pristine/usr/lib/gconv/CP1255.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1255.so.new /build/testroot.pristine/usr/lib/gconv/CP1255.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1256.so /build/testroot.pristine/usr/lib/gconv/CP1256.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1256.so.new /build/testroot.pristine/usr/lib/gconv/CP1256.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP1257.so /build/testroot.pristine/usr/lib/gconv/CP1257.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP1257.so.new /build/testroot.pristine/usr/lib/gconv/CP1257.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO-2022-JP.so /build/testroot.pristine/usr/lib/gconv/ISO-2022-JP.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO-2022-JP.so.new /build/testroot.pristine/usr/lib/gconv/ISO-2022-JP.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/MACINTOSH.so /build/testroot.pristine/usr/lib/gconv/MACINTOSH.so.new mv -f /build/testroot.pristine/usr/lib/gconv/MACINTOSH.so.new /build/testroot.pristine/usr/lib/gconv/MACINTOSH.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IEC_P27-1.so /build/testroot.pristine/usr/lib/gconv/IEC_P27-1.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IEC_P27-1.so.new /build/testroot.pristine/usr/lib/gconv/IEC_P27-1.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ASMO_449.so /build/testroot.pristine/usr/lib/gconv/ASMO_449.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ASMO_449.so.new /build/testroot.pristine/usr/lib/gconv/ASMO_449.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ANSI_X3.110.so /build/testroot.pristine/usr/lib/gconv/ANSI_X3.110.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ANSI_X3.110.so.new /build/testroot.pristine/usr/lib/gconv/ANSI_X3.110.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CSN_369103.so /build/testroot.pristine/usr/lib/gconv/CSN_369103.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CSN_369103.so.new /build/testroot.pristine/usr/lib/gconv/CSN_369103.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CWI.so /build/testroot.pristine/usr/lib/gconv/CWI.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CWI.so.new /build/testroot.pristine/usr/lib/gconv/CWI.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/DEC-MCS.so /build/testroot.pristine/usr/lib/gconv/DEC-MCS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/DEC-MCS.so.new /build/testroot.pristine/usr/lib/gconv/DEC-MCS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ECMA-CYRILLIC.so /build/testroot.pristine/usr/lib/gconv/ECMA-CYRILLIC.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ECMA-CYRILLIC.so.new /build/testroot.pristine/usr/lib/gconv/ECMA-CYRILLIC.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GOST_19768-74.so /build/testroot.pristine/usr/lib/gconv/GOST_19768-74.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GOST_19768-74.so.new /build/testroot.pristine/usr/lib/gconv/GOST_19768-74.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GREEK-CCITT.so /build/testroot.pristine/usr/lib/gconv/GREEK-CCITT.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GREEK-CCITT.so.new /build/testroot.pristine/usr/lib/gconv/GREEK-CCITT.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GREEK7.so /build/testroot.pristine/usr/lib/gconv/GREEK7.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GREEK7.so.new /build/testroot.pristine/usr/lib/gconv/GREEK7.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GREEK7-OLD.so /build/testroot.pristine/usr/lib/gconv/GREEK7-OLD.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GREEK7-OLD.so.new /build/testroot.pristine/usr/lib/gconv/GREEK7-OLD.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/INIS.so /build/testroot.pristine/usr/lib/gconv/INIS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/INIS.so.new /build/testroot.pristine/usr/lib/gconv/INIS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/INIS-8.so /build/testroot.pristine/usr/lib/gconv/INIS-8.so.new mv -f /build/testroot.pristine/usr/lib/gconv/INIS-8.so.new /build/testroot.pristine/usr/lib/gconv/INIS-8.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/INIS-CYRILLIC.so /build/testroot.pristine/usr/lib/gconv/INIS-CYRILLIC.so.new mv -f /build/testroot.pristine/usr/lib/gconv/INIS-CYRILLIC.so.new /build/testroot.pristine/usr/lib/gconv/INIS-CYRILLIC.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO_6937-2.so /build/testroot.pristine/usr/lib/gconv/ISO_6937-2.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO_6937-2.so.new /build/testroot.pristine/usr/lib/gconv/ISO_6937-2.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO_2033.so /build/testroot.pristine/usr/lib/gconv/ISO_2033.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO_2033.so.new /build/testroot.pristine/usr/lib/gconv/ISO_2033.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO_5427.so /build/testroot.pristine/usr/lib/gconv/ISO_5427.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO_5427.so.new /build/testroot.pristine/usr/lib/gconv/ISO_5427.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO_5427-EXT.so /build/testroot.pristine/usr/lib/gconv/ISO_5427-EXT.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO_5427-EXT.so.new /build/testroot.pristine/usr/lib/gconv/ISO_5427-EXT.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO_5428.so /build/testroot.pristine/usr/lib/gconv/ISO_5428.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO_5428.so.new /build/testroot.pristine/usr/lib/gconv/ISO_5428.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO_10367-BOX.so /build/testroot.pristine/usr/lib/gconv/ISO_10367-BOX.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO_10367-BOX.so.new /build/testroot.pristine/usr/lib/gconv/ISO_10367-BOX.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/MAC-IS.so /build/testroot.pristine/usr/lib/gconv/MAC-IS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/MAC-IS.so.new /build/testroot.pristine/usr/lib/gconv/MAC-IS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/MAC-UK.so /build/testroot.pristine/usr/lib/gconv/MAC-UK.so.new mv -f /build/testroot.pristine/usr/lib/gconv/MAC-UK.so.new /build/testroot.pristine/usr/lib/gconv/MAC-UK.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/NATS-DANO.so /build/testroot.pristine/usr/lib/gconv/NATS-DANO.so.new mv -f /build/testroot.pristine/usr/lib/gconv/NATS-DANO.so.new /build/testroot.pristine/usr/lib/gconv/NATS-DANO.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/NATS-SEFI.so /build/testroot.pristine/usr/lib/gconv/NATS-SEFI.so.new mv -f /build/testroot.pristine/usr/lib/gconv/NATS-SEFI.so.new /build/testroot.pristine/usr/lib/gconv/NATS-SEFI.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/SAMI-WS2.so /build/testroot.pristine/usr/lib/gconv/SAMI-WS2.so.new mv -f /build/testroot.pristine/usr/lib/gconv/SAMI-WS2.so.new /build/testroot.pristine/usr/lib/gconv/SAMI-WS2.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO-IR-197.so /build/testroot.pristine/usr/lib/gconv/ISO-IR-197.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO-IR-197.so.new /build/testroot.pristine/usr/lib/gconv/ISO-IR-197.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/TIS-620.so /build/testroot.pristine/usr/lib/gconv/TIS-620.so.new mv -f /build/testroot.pristine/usr/lib/gconv/TIS-620.so.new /build/testroot.pristine/usr/lib/gconv/TIS-620.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/KOI8-U.so /build/testroot.pristine/usr/lib/gconv/KOI8-U.so.new mv -f /build/testroot.pristine/usr/lib/gconv/KOI8-U.so.new /build/testroot.pristine/usr/lib/gconv/KOI8-U.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GBK.so /build/testroot.pristine/usr/lib/gconv/GBK.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GBK.so.new /build/testroot.pristine/usr/lib/gconv/GBK.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISIRI-3342.so /build/testroot.pristine/usr/lib/gconv/ISIRI-3342.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISIRI-3342.so.new /build/testroot.pristine/usr/lib/gconv/ISIRI-3342.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GBGBK.so /build/testroot.pristine/usr/lib/gconv/GBGBK.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GBGBK.so.new /build/testroot.pristine/usr/lib/gconv/GBGBK.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO-2022-CN.so /build/testroot.pristine/usr/lib/gconv/ISO-2022-CN.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO-2022-CN.so.new /build/testroot.pristine/usr/lib/gconv/ISO-2022-CN.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/libISOIR165.so /build/testroot.pristine/usr/lib/gconv/libISOIR165.so.new mv -f /build/testroot.pristine/usr/lib/gconv/libISOIR165.so.new /build/testroot.pristine/usr/lib/gconv/libISOIR165.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/UTF-16.so /build/testroot.pristine/usr/lib/gconv/UTF-16.so.new mv -f /build/testroot.pristine/usr/lib/gconv/UTF-16.so.new /build/testroot.pristine/usr/lib/gconv/UTF-16.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/UNICODE.so /build/testroot.pristine/usr/lib/gconv/UNICODE.so.new mv -f /build/testroot.pristine/usr/lib/gconv/UNICODE.so.new /build/testroot.pristine/usr/lib/gconv/UNICODE.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/UTF-32.so /build/testroot.pristine/usr/lib/gconv/UTF-32.so.new mv -f /build/testroot.pristine/usr/lib/gconv/UTF-32.so.new /build/testroot.pristine/usr/lib/gconv/UTF-32.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/UTF-7.so /build/testroot.pristine/usr/lib/gconv/UTF-7.so.new mv -f /build/testroot.pristine/usr/lib/gconv/UTF-7.so.new /build/testroot.pristine/usr/lib/gconv/UTF-7.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/BIG5HKSCS.so /build/testroot.pristine/usr/lib/gconv/BIG5HKSCS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/BIG5HKSCS.so.new /build/testroot.pristine/usr/lib/gconv/BIG5HKSCS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GB18030.so /build/testroot.pristine/usr/lib/gconv/GB18030.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GB18030.so.new /build/testroot.pristine/usr/lib/gconv/GB18030.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO-2022-CN-EXT.so /build/testroot.pristine/usr/lib/gconv/ISO-2022-CN-EXT.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO-2022-CN-EXT.so.new /build/testroot.pristine/usr/lib/gconv/ISO-2022-CN-EXT.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/VISCII.so /build/testroot.pristine/usr/lib/gconv/VISCII.so.new mv -f /build/testroot.pristine/usr/lib/gconv/VISCII.so.new /build/testroot.pristine/usr/lib/gconv/VISCII.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GBBIG5.so /build/testroot.pristine/usr/lib/gconv/GBBIG5.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GBBIG5.so.new /build/testroot.pristine/usr/lib/gconv/GBBIG5.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP10007.so /build/testroot.pristine/usr/lib/gconv/CP10007.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP10007.so.new /build/testroot.pristine/usr/lib/gconv/CP10007.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/KOI8-T.so /build/testroot.pristine/usr/lib/gconv/KOI8-T.so.new mv -f /build/testroot.pristine/usr/lib/gconv/KOI8-T.so.new /build/testroot.pristine/usr/lib/gconv/KOI8-T.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GEORGIAN-PS.so /build/testroot.pristine/usr/lib/gconv/GEORGIAN-PS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GEORGIAN-PS.so.new /build/testroot.pristine/usr/lib/gconv/GEORGIAN-PS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/GEORGIAN-ACADEMY.so /build/testroot.pristine/usr/lib/gconv/GEORGIAN-ACADEMY.so.new mv -f /build/testroot.pristine/usr/lib/gconv/GEORGIAN-ACADEMY.so.new /build/testroot.pristine/usr/lib/gconv/GEORGIAN-ACADEMY.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO-IR-209.so /build/testroot.pristine/usr/lib/gconv/ISO-IR-209.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO-IR-209.so.new /build/testroot.pristine/usr/lib/gconv/ISO-IR-209.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/MAC-SAMI.so /build/testroot.pristine/usr/lib/gconv/MAC-SAMI.so.new mv -f /build/testroot.pristine/usr/lib/gconv/MAC-SAMI.so.new /build/testroot.pristine/usr/lib/gconv/MAC-SAMI.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ARMSCII-8.so /build/testroot.pristine/usr/lib/gconv/ARMSCII-8.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ARMSCII-8.so.new /build/testroot.pristine/usr/lib/gconv/ARMSCII-8.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/TCVN5712-1.so /build/testroot.pristine/usr/lib/gconv/TCVN5712-1.so.new mv -f /build/testroot.pristine/usr/lib/gconv/TCVN5712-1.so.new /build/testroot.pristine/usr/lib/gconv/TCVN5712-1.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/libJISX0213.so /build/testroot.pristine/usr/lib/gconv/libJISX0213.so.new mv -f /build/testroot.pristine/usr/lib/gconv/libJISX0213.so.new /build/testroot.pristine/usr/lib/gconv/libJISX0213.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EUC-JISX0213.so /build/testroot.pristine/usr/lib/gconv/EUC-JISX0213.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EUC-JISX0213.so.new /build/testroot.pristine/usr/lib/gconv/EUC-JISX0213.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/SHIFT_JISX0213.so /build/testroot.pristine/usr/lib/gconv/SHIFT_JISX0213.so.new mv -f /build/testroot.pristine/usr/lib/gconv/SHIFT_JISX0213.so.new /build/testroot.pristine/usr/lib/gconv/SHIFT_JISX0213.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO-2022-JP-3.so /build/testroot.pristine/usr/lib/gconv/ISO-2022-JP-3.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO-2022-JP-3.so.new /build/testroot.pristine/usr/lib/gconv/ISO-2022-JP-3.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/TSCII.so /build/testroot.pristine/usr/lib/gconv/TSCII.so.new mv -f /build/testroot.pristine/usr/lib/gconv/TSCII.so.new /build/testroot.pristine/usr/lib/gconv/TSCII.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM866NAV.so /build/testroot.pristine/usr/lib/gconv/IBM866NAV.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM866NAV.so.new /build/testroot.pristine/usr/lib/gconv/IBM866NAV.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP932.so /build/testroot.pristine/usr/lib/gconv/CP932.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP932.so.new /build/testroot.pristine/usr/lib/gconv/CP932.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/EUC-JP-MS.so /build/testroot.pristine/usr/lib/gconv/EUC-JP-MS.so.new mv -f /build/testroot.pristine/usr/lib/gconv/EUC-JP-MS.so.new /build/testroot.pristine/usr/lib/gconv/EUC-JP-MS.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/PT154.so /build/testroot.pristine/usr/lib/gconv/PT154.so.new mv -f /build/testroot.pristine/usr/lib/gconv/PT154.so.new /build/testroot.pristine/usr/lib/gconv/PT154.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/RK1048.so /build/testroot.pristine/usr/lib/gconv/RK1048.so.new mv -f /build/testroot.pristine/usr/lib/gconv/RK1048.so.new /build/testroot.pristine/usr/lib/gconv/RK1048.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1025.so /build/testroot.pristine/usr/lib/gconv/IBM1025.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1025.so.new /build/testroot.pristine/usr/lib/gconv/IBM1025.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1122.so /build/testroot.pristine/usr/lib/gconv/IBM1122.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1122.so.new /build/testroot.pristine/usr/lib/gconv/IBM1122.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1137.so /build/testroot.pristine/usr/lib/gconv/IBM1137.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1137.so.new /build/testroot.pristine/usr/lib/gconv/IBM1137.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1153.so /build/testroot.pristine/usr/lib/gconv/IBM1153.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1153.so.new /build/testroot.pristine/usr/lib/gconv/IBM1153.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1154.so /build/testroot.pristine/usr/lib/gconv/IBM1154.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1154.so.new /build/testroot.pristine/usr/lib/gconv/IBM1154.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1155.so /build/testroot.pristine/usr/lib/gconv/IBM1155.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1155.so.new /build/testroot.pristine/usr/lib/gconv/IBM1155.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1156.so /build/testroot.pristine/usr/lib/gconv/IBM1156.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1156.so.new /build/testroot.pristine/usr/lib/gconv/IBM1156.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1157.so /build/testroot.pristine/usr/lib/gconv/IBM1157.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1157.so.new /build/testroot.pristine/usr/lib/gconv/IBM1157.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1158.so /build/testroot.pristine/usr/lib/gconv/IBM1158.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1158.so.new /build/testroot.pristine/usr/lib/gconv/IBM1158.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM803.so /build/testroot.pristine/usr/lib/gconv/IBM803.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM803.so.new /build/testroot.pristine/usr/lib/gconv/IBM803.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM901.so /build/testroot.pristine/usr/lib/gconv/IBM901.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM901.so.new /build/testroot.pristine/usr/lib/gconv/IBM901.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM902.so /build/testroot.pristine/usr/lib/gconv/IBM902.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM902.so.new /build/testroot.pristine/usr/lib/gconv/IBM902.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM921.so /build/testroot.pristine/usr/lib/gconv/IBM921.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM921.so.new /build/testroot.pristine/usr/lib/gconv/IBM921.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1008.so /build/testroot.pristine/usr/lib/gconv/IBM1008.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1008.so.new /build/testroot.pristine/usr/lib/gconv/IBM1008.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1008_420.so /build/testroot.pristine/usr/lib/gconv/IBM1008_420.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1008_420.so.new /build/testroot.pristine/usr/lib/gconv/IBM1008_420.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1097.so /build/testroot.pristine/usr/lib/gconv/IBM1097.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1097.so.new /build/testroot.pristine/usr/lib/gconv/IBM1097.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1112.so /build/testroot.pristine/usr/lib/gconv/IBM1112.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1112.so.new /build/testroot.pristine/usr/lib/gconv/IBM1112.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1123.so /build/testroot.pristine/usr/lib/gconv/IBM1123.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1123.so.new /build/testroot.pristine/usr/lib/gconv/IBM1123.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1130.so /build/testroot.pristine/usr/lib/gconv/IBM1130.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1130.so.new /build/testroot.pristine/usr/lib/gconv/IBM1130.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1140.so /build/testroot.pristine/usr/lib/gconv/IBM1140.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1140.so.new /build/testroot.pristine/usr/lib/gconv/IBM1140.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1141.so /build/testroot.pristine/usr/lib/gconv/IBM1141.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1141.so.new /build/testroot.pristine/usr/lib/gconv/IBM1141.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1142.so /build/testroot.pristine/usr/lib/gconv/IBM1142.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1142.so.new /build/testroot.pristine/usr/lib/gconv/IBM1142.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1143.so /build/testroot.pristine/usr/lib/gconv/IBM1143.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1143.so.new /build/testroot.pristine/usr/lib/gconv/IBM1143.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1144.so /build/testroot.pristine/usr/lib/gconv/IBM1144.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1144.so.new /build/testroot.pristine/usr/lib/gconv/IBM1144.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1145.so /build/testroot.pristine/usr/lib/gconv/IBM1145.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1145.so.new /build/testroot.pristine/usr/lib/gconv/IBM1145.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1146.so /build/testroot.pristine/usr/lib/gconv/IBM1146.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1146.so.new /build/testroot.pristine/usr/lib/gconv/IBM1146.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1147.so /build/testroot.pristine/usr/lib/gconv/IBM1147.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1147.so.new /build/testroot.pristine/usr/lib/gconv/IBM1147.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1148.so /build/testroot.pristine/usr/lib/gconv/IBM1148.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1148.so.new /build/testroot.pristine/usr/lib/gconv/IBM1148.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1149.so /build/testroot.pristine/usr/lib/gconv/IBM1149.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1149.so.new /build/testroot.pristine/usr/lib/gconv/IBM1149.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1166.so /build/testroot.pristine/usr/lib/gconv/IBM1166.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1166.so.new /build/testroot.pristine/usr/lib/gconv/IBM1166.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1167.so /build/testroot.pristine/usr/lib/gconv/IBM1167.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1167.so.new /build/testroot.pristine/usr/lib/gconv/IBM1167.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM4517.so /build/testroot.pristine/usr/lib/gconv/IBM4517.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM4517.so.new /build/testroot.pristine/usr/lib/gconv/IBM4517.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM4899.so /build/testroot.pristine/usr/lib/gconv/IBM4899.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM4899.so.new /build/testroot.pristine/usr/lib/gconv/IBM4899.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM4909.so /build/testroot.pristine/usr/lib/gconv/IBM4909.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM4909.so.new /build/testroot.pristine/usr/lib/gconv/IBM4909.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM4971.so /build/testroot.pristine/usr/lib/gconv/IBM4971.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM4971.so.new /build/testroot.pristine/usr/lib/gconv/IBM4971.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM5347.so /build/testroot.pristine/usr/lib/gconv/IBM5347.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM5347.so.new /build/testroot.pristine/usr/lib/gconv/IBM5347.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM9030.so /build/testroot.pristine/usr/lib/gconv/IBM9030.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM9030.so.new /build/testroot.pristine/usr/lib/gconv/IBM9030.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM9066.so /build/testroot.pristine/usr/lib/gconv/IBM9066.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM9066.so.new /build/testroot.pristine/usr/lib/gconv/IBM9066.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM9448.so /build/testroot.pristine/usr/lib/gconv/IBM9448.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM9448.so.new /build/testroot.pristine/usr/lib/gconv/IBM9448.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM12712.so /build/testroot.pristine/usr/lib/gconv/IBM12712.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM12712.so.new /build/testroot.pristine/usr/lib/gconv/IBM12712.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM16804.so /build/testroot.pristine/usr/lib/gconv/IBM16804.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM16804.so.new /build/testroot.pristine/usr/lib/gconv/IBM16804.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1364.so /build/testroot.pristine/usr/lib/gconv/IBM1364.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1364.so.new /build/testroot.pristine/usr/lib/gconv/IBM1364.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1371.so /build/testroot.pristine/usr/lib/gconv/IBM1371.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1371.so.new /build/testroot.pristine/usr/lib/gconv/IBM1371.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1388.so /build/testroot.pristine/usr/lib/gconv/IBM1388.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1388.so.new /build/testroot.pristine/usr/lib/gconv/IBM1388.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1390.so /build/testroot.pristine/usr/lib/gconv/IBM1390.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1390.so.new /build/testroot.pristine/usr/lib/gconv/IBM1390.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/IBM1399.so /build/testroot.pristine/usr/lib/gconv/IBM1399.so.new mv -f /build/testroot.pristine/usr/lib/gconv/IBM1399.so.new /build/testroot.pristine/usr/lib/gconv/IBM1399.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO_11548-1.so /build/testroot.pristine/usr/lib/gconv/ISO_11548-1.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO_11548-1.so.new /build/testroot.pristine/usr/lib/gconv/ISO_11548-1.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/MIK.so /build/testroot.pristine/usr/lib/gconv/MIK.so.new mv -f /build/testroot.pristine/usr/lib/gconv/MIK.so.new /build/testroot.pristine/usr/lib/gconv/MIK.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/BRF.so /build/testroot.pristine/usr/lib/gconv/BRF.so.new mv -f /build/testroot.pristine/usr/lib/gconv/BRF.so.new /build/testroot.pristine/usr/lib/gconv/BRF.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/MAC-CENTRALEUROPE.so /build/testroot.pristine/usr/lib/gconv/MAC-CENTRALEUROPE.so.new mv -f /build/testroot.pristine/usr/lib/gconv/MAC-CENTRALEUROPE.so.new /build/testroot.pristine/usr/lib/gconv/MAC-CENTRALEUROPE.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/KOI8-RU.so /build/testroot.pristine/usr/lib/gconv/KOI8-RU.so.new mv -f /build/testroot.pristine/usr/lib/gconv/KOI8-RU.so.new /build/testroot.pristine/usr/lib/gconv/KOI8-RU.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/ISO8859-9E.so /build/testroot.pristine/usr/lib/gconv/ISO8859-9E.so.new mv -f /build/testroot.pristine/usr/lib/gconv/ISO8859-9E.so.new /build/testroot.pristine/usr/lib/gconv/ISO8859-9E.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP770.so /build/testroot.pristine/usr/lib/gconv/CP770.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP770.so.new /build/testroot.pristine/usr/lib/gconv/CP770.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP771.so /build/testroot.pristine/usr/lib/gconv/CP771.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP771.so.new /build/testroot.pristine/usr/lib/gconv/CP771.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP772.so /build/testroot.pristine/usr/lib/gconv/CP772.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP772.so.new /build/testroot.pristine/usr/lib/gconv/CP772.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP773.so /build/testroot.pristine/usr/lib/gconv/CP773.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP773.so.new /build/testroot.pristine/usr/lib/gconv/CP773.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' cp gconv-modules /build/iconvdata/gconv-modules make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' mkdir -p /build/iconvdata/gconv-modules.d/ make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c /build/iconvdata/CP774.so /build/testroot.pristine/usr/lib/gconv/CP774.so.new mv -f /build/testroot.pristine/usr/lib/gconv/CP774.so.new /build/testroot.pristine/usr/lib/gconv/CP774.so make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' cp gconv-modules-extra.conf /build/iconvdata/gconv-modules.d/gconv-modules-extra.conf make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' /usr/bin/install -c -m 644 /build/iconvdata/gconv-modules /build/testroot.pristine/usr/lib/gconv/gconv-modules if test -f "/build/testroot.pristine/usr/lib/gconv/gconv-modules.cache"; then \ LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/iconv/iconvconfig \ --prefix=/build/testroot.pristine; \ fi make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/gconv/gconv-modules.d mkdir -p -- /build/testroot.pristine/usr/lib/gconv/gconv-modules.d /usr/bin/install -c -m 644 /build/iconvdata/gconv-modules.d/gconv-modules-extra.conf /build/testroot.pristine/usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf if test -f "/build/testroot.pristine/usr/lib/gconv/gconv-modules.cache"; then \ LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/iconv/iconvconfig \ --prefix=/build/testroot.pristine; \ fi make[3]: Leaving directory '/glibc/iconvdata' make[3]: Entering directory '/glibc/iconvdata' (cd /build/iconvdata/.; objdump -h iso8859-1.os iso8859-2.os iso8859-3.os iso8859-4.os iso8859-5.os iso8859-6.os iso8859-7.os iso8859-8.os iso8859-9.os iso8859-10.os iso8859-11.os iso8859-13.os iso8859-14.os iso8859-15.os iso8859-16.os t.61.os iso_6937.os sjis.os koi-8.os hp-roman8.os hp-roman9.os ebcdic-at-de.os ebcdic-at-de-a.os ebcdic-ca-fr.os euc-kr.os uhc.os johab.os jis0201.os jis0208.os jis0212.os ksc5601.os big5.os euc-jp.os gb2312.os euc-cn.os cns11643l1.os cns11643.os euc-tw.os iso646.os ebcdic-dk-no.os ebcdic-dk-no-a.os ebcdic-es.os ebcdic-es-a.os ebcdic-es-s.os ebcdic-fi-se.os ebcdic-fi-se-a.os ebcdic-fr.os ebcdic-is-friss.os ebcdic-it.os ebcdic-pt.os ebcdic-uk.os ebcdic-us.os ibm037.os ibm038.os ibm274.os ibm275.os ibm423.os ibm500.os ibm870.os ibm871.os ibm891.os ibm903.os ibm904.os ibm905.os ibm1047.os ibm874.os cp737.os cp775.os iso-2022-kr.os hp-turkish8.os hp-thai8.os hp-greek8.os koi8-r.os latin-greek.os latin-greek-1.os ibm256.os ibm273.os ibm277.os ibm278.os ibm280.os ibm281.os ibm284.os ibm285.os ibm290.os ibm297.os ibm420.os ibm424.os ibm437.os ibm850.os ibm851.os ibm852.os ibm855.os ibm857.os ibm858.os ibm860.os ibm861.os ibm862.os ibm863.os ibm864.os ibm865.os ibm868.os ibm869.os ibm875.os ibm880.os ibm866.os cp1258.os ibm922.os ibm1124.os ibm1129.os ibm932.os ibm943.os ibm856.os ibm930.os ibm933.os ibm935.os ibm937.os ibm939.os ibm1046.os ibm1132.os ibm1133.os ibm1160.os ibm1161.os ibm1162.os ibm1163.os ibm1164.os ibm918.os ibm1004.os ibm1026.os cp1125.os cp1250.os cp1251.os cp1252.os cp1253.os cp1254.os cp1255.os cp1256.os cp1257.os iso-2022-jp.os macintosh.os iec_p27-1.os asmo_449.os ansi_x3.110.os csn_369103.os cwi.os dec-mcs.os ecma-cyrillic.os gost_19768-74.os greek-ccitt.os greek7.os greek7-old.os inis.os inis-8.os inis-cyrillic.os iso_6937-2.os iso_2033.os iso_5427.os iso_5427-ext.os iso_5428.os iso_10367-box.os mac-is.os mac-uk.os nats-dano.os nats-sefi.os sami-ws2.os iso-ir-197.os tis-620.os koi8-u.os gbk.os isiri-3342.os gbgbk.os iso-2022-cn.os iso-ir-165.os utf-16.os unicode.os utf-32.os utf-7.os big5hkscs.os gb18030.os iso-2022-cn-ext.os viscii.os gbbig5.os cp10007.os koi8-t.os georgian-ps.os georgian-academy.os iso-ir-209.os mac-sami.os armscii-8.os tcvn5712-1.os jisx0213.os euc-jisx0213.os shift_jisx0213.os iso-2022-jp-3.os tscii.os ibm866nav.os cp932.os euc-jp-ms.os pt154.os rk1048.os ibm1025.os ibm1122.os ibm1137.os ibm1153.os ibm1154.os ibm1155.os ibm1156.os ibm1157.os ibm1158.os ibm803.os ibm901.os ibm902.os ibm921.os ibm1008.os ibm1008_420.os ibm1097.os ibm1112.os ibm1123.os ibm1130.os ibm1140.os ibm1141.os ibm1142.os ibm1143.os ibm1144.os ibm1145.os ibm1146.os ibm1147.os ibm1148.os ibm1149.os ibm1166.os ibm1167.os ibm4517.os ibm4899.os ibm4909.os ibm4971.os ibm5347.os ibm9030.os ibm9066.os ibm9448.os ibm12712.os ibm16804.os ibm1364.os ibm1371.os ibm1388.os ibm1390.os ibm1399.os iso_11548-1.os mik.os brf.os mac-centraleurope.os koi8-ru.os iso8859-9e.os cp770.os cp771.os cp772.os cp773.os cp774.os ISO8859-1.so ISO8859-2.so ISO8859-3.so ISO8859-4.so ISO8859-5.so ISO8859-6.so ISO8859-7.so ISO8859-8.so ISO8859-9.so ISO8859-10.so ISO8859-11.so ISO8859-13.so ISO8859-14.so ISO8859-15.so ISO8859-16.so T.61.so ISO_6937.so SJIS.so KOI-8.so HP-ROMAN8.so HP-ROMAN9.so EBCDIC-AT-DE.so EBCDIC-AT-DE-A.so EBCDIC-CA-FR.so EUC-KR.so UHC.so JOHAB.so libJIS.so libKSC.so BIG5.so EUC-JP.so libGB.so EUC-CN.so libCNS.so EUC-TW.so ISO646.so EBCDIC-DK-NO.so EBCDIC-DK-NO-A.so EBCDIC-ES.so EBCDIC-ES-A.so EBCDIC-ES-S.so EBCDIC-FI-SE.so EBCDIC-FI-SE-A.so EBCDIC-FR.so EBCDIC-IS-FRISS.so EBCDIC-IT.so EBCDIC-PT.so EBCDIC-UK.so EBCDIC-US.so IBM037.so IBM038.so IBM274.so IBM275.so IBM423.so IBM500.so IBM870.so IBM871.so IBM891.so IBM903.so IBM904.so IBM905.so IBM1047.so IBM874.so CP737.so CP775.so ISO-2022-KR.so HP-TURKISH8.so HP-THAI8.so HP-GREEK8.so KOI8-R.so LATIN-GREEK.so LATIN-GREEK-1.so IBM256.so IBM273.so IBM277.so IBM278.so IBM280.so IBM281.so IBM284.so IBM285.so IBM290.so IBM297.so IBM420.so IBM424.so IBM437.so IBM850.so IBM851.so IBM852.so IBM855.so IBM857.so IBM858.so IBM860.so IBM861.so IBM862.so IBM863.so IBM864.so IBM865.so IBM868.so IBM869.so IBM875.so IBM880.so IBM866.so CP1258.so IBM922.so IBM1124.so IBM1129.so IBM932.so IBM943.so IBM856.so IBM930.so IBM933.so IBM935.so IBM937.so IBM939.so IBM1046.so IBM1132.so IBM1133.so IBM1160.so IBM1161.so IBM1162.so IBM1163.so IBM1164.so IBM918.so IBM1004.so IBM1026.so CP1125.so CP1250.so CP1251.so CP1252.so CP1253.so CP1254.so CP1255.so CP1256.so CP1257.so ISO-2022-JP.so MACINTOSH.so IEC_P27-1.so ASMO_449.so ANSI_X3.110.so CSN_369103.so CWI.so DEC-MCS.so ECMA-CYRILLIC.so GOST_19768-74.so GREEK-CCITT.so GREEK7.so GREEK7-OLD.so INIS.so INIS-8.so INIS-CYRILLIC.so ISO_6937-2.so ISO_2033.so ISO_5427.so ISO_5427-EXT.so ISO_5428.so ISO_10367-BOX.so MAC-IS.so MAC-UK.so NATS-DANO.so NATS-SEFI.so SAMI-WS2.so ISO-IR-197.so TIS-620.so KOI8-U.so GBK.so ISIRI-3342.so GBGBK.so ISO-2022-CN.so libISOIR165.so UTF-16.so UNICODE.so UTF-32.so UTF-7.so BIG5HKSCS.so GB18030.so ISO-2022-CN-EXT.so VISCII.so GBBIG5.so CP10007.so KOI8-T.so GEORGIAN-PS.so GEORGIAN-ACADEMY.so ISO-IR-209.so MAC-SAMI.so ARMSCII-8.so TCVN5712-1.so libJISX0213.so EUC-JISX0213.so SHIFT_JISX0213.so ISO-2022-JP-3.so TSCII.so IBM866NAV.so CP932.so EUC-JP-MS.so PT154.so RK1048.so IBM1025.so IBM1122.so IBM1137.so IBM1153.so IBM1154.so IBM1155.so IBM1156.so IBM1157.so IBM1158.so IBM803.so IBM901.so IBM902.so IBM921.so IBM1008.so IBM1008_420.so IBM1097.so IBM1112.so IBM1123.so IBM1130.so IBM1140.so IBM1141.so IBM1142.so IBM1143.so IBM1144.so IBM1145.so IBM1146.so IBM1147.so IBM1148.so IBM1149.so IBM1166.so IBM1167.so IBM4517.so IBM4899.so IBM4909.so IBM4971.so IBM5347.so IBM9030.so IBM9066.so IBM9448.so IBM12712.so IBM16804.so IBM1364.so IBM1371.so IBM1388.so IBM1390.so IBM1399.so ISO_11548-1.so MIK.so BRF.so MAC-CENTRALEUROPE.so KOI8-RU.so ISO8859-9E.so CP770.so CP771.so CP772.so CP773.so CP774.so) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/iconvdata/stubsT mv -f /build/iconvdata/stubsT /build/iconvdata/stubs make[3]: Leaving directory '/glibc/iconvdata' make subdir=assert -C assert ..=../ subdir_install make[3]: Entering directory '/glibc/assert' /usr/bin/install -c -m 644 assert.h /build/testroot.pristine/usr/include/assert.h make[3]: Leaving directory '/glibc/assert' make[3]: Entering directory '/glibc/assert' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/assert' make[3]: Entering directory '/glibc/assert' (cd /build/assert/.; objdump -h __assert.o __libc_assert_fail.o assert.o assert-perr.o __assert.os __libc_assert_fail.os assert.os assert-perr.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/assert/stubsT mv -f /build/assert/stubsT /build/assert/stubs make[3]: Leaving directory '/glibc/assert' make subdir=ctype -C ctype ..=../ subdir_install make[3]: Entering directory '/glibc/ctype' /usr/bin/install -c -m 644 ctype.h /build/testroot.pristine/usr/include/ctype.h make[3]: Leaving directory '/glibc/ctype' make[3]: Entering directory '/glibc/ctype' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/ctype' make[3]: Entering directory '/glibc/ctype' (cd /build/ctype/.; objdump -h ctype.o ctype-c99.o ctype-c99_l.o ctype-extn.o ctype_l.o isctype.o ctype-info.o ctype.os ctype-c99.os ctype-c99_l.os ctype-extn.os ctype_l.os isctype.os ctype-info.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/ctype/stubsT mv -f /build/ctype/stubsT /build/ctype/stubs make[3]: Leaving directory '/glibc/ctype' make subdir=intl -C intl ..=../ subdir_install make[3]: Entering directory '/glibc/intl' /usr/bin/install -c -m 644 libintl.h /build/testroot.pristine/usr/include/libintl.h make[3]: Leaving directory '/glibc/intl' make[3]: Entering directory '/glibc/intl' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/intl' make[3]: Entering directory '/glibc/intl' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale mkdir -p -- /build/testroot.pristine/usr/share/locale /usr/bin/install -c -m 644 locale.alias /build/testroot.pristine/usr/share/locale/locale.alias make[3]: Leaving directory '/glibc/intl' make[3]: Entering directory '/glibc/intl' (cd /build/intl/.; objdump -h bindtextdom.o dcgettext.o dgettext.o gettext.o dcigettext.o dcngettext.o dngettext.o ngettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o plural.o plural-exp.o hash-string.o bindtextdom.os dcgettext.os dgettext.os gettext.os dcigettext.os dcngettext.os dngettext.os ngettext.os finddomain.os loadmsgcat.os localealias.os textdomain.os l10nflist.os explodename.os plural.os plural-exp.os hash-string.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/intl/stubsT mv -f /build/intl/stubsT /build/intl/stubs make[3]: Leaving directory '/glibc/intl' make subdir=catgets -C catgets ..=../ subdir_install make[3]: Entering directory '/glibc/catgets' /usr/bin/install -c -m 644 nl_types.h /build/testroot.pristine/usr/include/nl_types.h make[3]: Leaving directory '/glibc/catgets' make[3]: Entering directory '/glibc/catgets' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/catgets' make[3]: Entering directory '/glibc/catgets' /usr/bin/install -c /build/catgets/gencat /build/testroot.pristine/usr/bin/gencat.new mv -f /build/testroot.pristine/usr/bin/gencat.new /build/testroot.pristine/usr/bin/gencat make[3]: Leaving directory '/glibc/catgets' make[3]: Entering directory '/glibc/catgets' (cd /build/catgets/.; objdump -h catgets.o open_catalog.o catgets.os open_catalog.os xmalloc.o) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/catgets/stubsT mv -f /build/catgets/stubsT /build/catgets/stubs make[3]: Leaving directory '/glibc/catgets' make subdir=math -C math ..=../ subdir_install make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 math.h /build/testroot.pristine/usr/include/math.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 bits/mathcalls.h /build/testroot.pristine/usr/include/bits/mathcalls.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../sysdeps/x86/fpu_control.h /build/testroot.pristine/usr/include/fpu_control.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 complex.h /build/testroot.pristine/usr/include/complex.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 bits/cmathcalls.h /build/testroot.pristine/usr/include/bits/cmathcalls.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 fenv.h /build/testroot.pristine/usr/include/fenv.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../sysdeps/x86/fpu/bits/fenv.h /build/testroot.pristine/usr/include/bits/fenv.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../bits/mathdef.h /build/testroot.pristine/usr/include/bits/mathdef.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 tgmath.h /build/testroot.pristine/usr/include/tgmath.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../sysdeps/x86/fpu/bits/math-vector.h /build/testroot.pristine/usr/include/bits/math-vector.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../bits/libm-simd-decl-stubs.h /build/testroot.pristine/usr/include/bits/libm-simd-decl-stubs.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../sysdeps/ieee754/ldbl-96/bits/iscanonical.h /build/testroot.pristine/usr/include/bits/iscanonical.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../sysdeps/x86/bits/flt-eval-method.h /build/testroot.pristine/usr/include/bits/flt-eval-method.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/finclude mkdir -p -- /build/testroot.pristine/usr/include/finclude /usr/bin/install -c -m 644 ../sysdeps/x86/fpu/finclude/math-vector-fortran.h /build/testroot.pristine/usr/include/finclude/math-vector-fortran.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../bits/fp-fast.h /build/testroot.pristine/usr/include/bits/fp-fast.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../sysdeps/x86/bits/fp-logb.h /build/testroot.pristine/usr/include/bits/fp-logb.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../sysdeps/ieee754/ldbl-96/bits/long-double.h /build/testroot.pristine/usr/include/bits/long-double.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 bits/mathcalls-helper-functions.h /build/testroot.pristine/usr/include/bits/mathcalls-helper-functions.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../sysdeps/x86/bits/floatn.h /build/testroot.pristine/usr/include/bits/floatn.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../bits/floatn-common.h /build/testroot.pristine/usr/include/bits/floatn-common.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 bits/mathcalls-narrow.h /build/testroot.pristine/usr/include/bits/mathcalls-narrow.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 ../sysdeps/ieee754/ieee754.h /build/testroot.pristine/usr/include/ieee754.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c /build/math/libm.so /build/testroot.pristine/lib/libm.so.6.new mv -f /build/testroot.pristine/lib/libm.so.6.new /build/testroot.pristine/lib/libm.so.6 make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 /build/math/libm.a /build/testroot.pristine/usr/lib/libm.a make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' rm -f /build/testroot.pristine/usr/lib/libm.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/libm.so.6 /build/testroot.pristine/usr/lib/libm.so.new mv -f /build/testroot.pristine/usr/lib/libm.so.new /build/testroot.pristine/usr/lib/libm.so make[3]: Leaving directory '/glibc/math' make[3]: Entering directory '/glibc/math' (cd /build/math/.; objdump -h s_ldexpf128.o s_copysignf128.o s_finitef128.o s_frexpf128.o s_isinff128.o s_isnanf128.o s_modff128.o s_scalbnf128.o s_signbitf128.o s_ldexpl.o s_copysignl.o s_finitel.o s_frexpl.o s_isinfl.o s_isnanl.o s_modfl.o s_scalbnl.o s_signbitl.o s_ldexp.o s_copysign.o s_finite.o s_frexp.o s_isinf.o s_isnan.o s_modf.o s_scalbn.o s_signbit.o s_ldexpf.o s_copysignf.o s_finitef.o s_frexpf.o s_isinff.o s_isnanf.o s_modff.o s_scalbnf.o s_signbitf.o fpu_control.o setfpucw.o s_ldexpf128.os s_copysignf128.os s_finitef128.os s_frexpf128.os s_isinff128.os s_isnanf128.os s_modff128.os s_scalbnf128.os s_signbitf128.os s_ldexpl.os s_copysignl.os s_finitel.os s_frexpl.os s_isinfl.os s_isnanl.os s_modfl.os s_scalbnl.os s_signbitl.os s_ldexp.os s_copysign.os s_finite.os s_frexp.os s_isinf.os s_isnan.os s_modf.os s_scalbn.os s_signbit.os s_ldexpf.os s_copysignf.os s_finitef.os s_frexpf.os s_isinff.os s_isnanf.os s_modff.os s_scalbnf.os s_signbitf.os fpu_control.os setfpucw.os fclrexcpt.o fedisblxcpt.o feenablxcpt.o fegetenv.o fegetexcept.o fegetmode.o fegetround.o feholdexcpt.o fesetenv.o fesetexcept.o fesetmode.o fesetround.o fetestexceptflag.o feupdateenv.o fgetexcptflg.o fraiseexcpt.o fsetexcptflg.o ftestexcept.o s_lib_version.o s_matherr.o s_signgam.o powl_helper.o k_standardl.o w_acosl_compat.o w_acoshl_compat.o w_asinl_compat.o w_atan2l_compat.o w_atanhl_compat.o w_coshl_compat.o w_exp10l_compat.o w_exp2l_compat.o w_expl_compat.o w_fmodl_compat.o w_hypotl_compat.o w_j0l_compat.o w_j1l_compat.o w_jnl_compat.o w_lgammal_compat2.o w_lgammal_r_compat.o w_lgamma_compatl.o w_log10l_compat.o w_log2l_compat.o w_logl_compat.o w_powl_compat.o w_remainderl_compat.o w_scalbl_compat.o w_sinhl_compat.o w_sqrtl_compat.o w_tgammal_compat.o k_standard.o w_acos_compat.o w_acosh_compat.o w_asin_compat.o w_atan2_compat.o w_atanh_compat.o w_cosh_compat.o w_exp10_compat.o w_exp2_compat.o w_exp_compat.o w_fmod_compat.o w_hypot_compat.o w_j0_compat.o w_j1_compat.o w_jn_compat.o w_lgamma_compat2.o w_lgamma_r_compat.o w_lgamma_compat.o w_log10_compat.o w_log2_compat.o w_log_compat.o w_pow_compat.o w_remainder_compat.o w_scalb_compat.o w_sinh_compat.o w_sqrt_compat.o w_tgamma_compat.o k_standardf.o w_acosf_compat.o w_acoshf_compat.o w_asinf_compat.o w_atan2f_compat.o w_atanhf_compat.o w_coshf_compat.o w_exp10f_compat.o w_exp2f_compat.o w_expf_compat.o w_fmodf_compat.o w_hypotf_compat.o w_j0f_compat.o w_j1f_compat.o w_jnf_compat.o w_lgammaf_compat2.o w_lgammaf_r_compat.o w_lgamma_compatf.o w_log10f_compat.o w_log2f_compat.o w_logf_compat.o w_powf_compat.o w_remainderf_compat.o w_scalbf_compat.o w_sinhf_compat.o w_sqrtf_compat.o w_tgammaf_compat.o cabsf128.o cargf128.o cimagf128.o conjf128.o crealf128.o e_exp2f128.o e_scalbf128.o k_casinhf128.o s_cacosf128.o s_cacoshf128.o s_canonicalizef128.o s_casinf128.o s_casinhf128.o s_catanf128.o s_catanhf128.o s_ccosf128.o s_ccoshf128.o s_cexpf128.o s_clog10f128.o s_clogf128.o s_cpowf128.o s_cprojf128.o s_csinf128.o s_csinhf128.o s_csqrtf128.o s_ctanf128.o s_ctanhf128.o s_exp10m1f128.o s_exp2m1f128.o s_fdimf128.o s_fmaxf128.o s_fmaximumf128.o s_fmaximum_magf128.o s_fmaximum_mag_numf128.o s_fmaximum_numf128.o s_fmaxmagf128.o s_fminf128.o s_fminimumf128.o s_fminimum_magf128.o s_fminimum_mag_numf128.o s_fminimum_numf128.o s_fminmagf128.o s_iseqsigf128.o s_log10p1f128.o s_log2p1f128.o s_nanf128.o s_nextdownf128.o s_significandf128.o w_acosf128.o w_acoshf128.o w_asinf128.o w_atan2f128.o w_atanhf128.o w_coshf128.o w_exp10f128.o w_exp2f128.o w_expf128.o w_fmodf128.o w_hypotf128.o w_ilogbf128.o w_j0f128.o w_j1f128.o w_jnf128.o w_lgammaf128.o w_lgammaf128_r.o w_llogbf128.o w_log10f128.o w_log1pf128.o w_log2f128.o w_logf128.o w_powf128.o w_remainderf128.o w_scalbf128.o w_scalblnf128.o w_sinhf128.o w_sqrtf128.o w_tgammaf128.o e_acosf128.o e_acoshf128.o e_asinf128.o e_atan2f128.o e_atanhf128.o e_coshf128.o e_exp10f128.o e_expf128.o e_fmodf128.o e_gammaf128_r.o e_hypotf128.o e_ilogbf128.o e_j0f128.o e_j1f128.o e_jnf128.o e_lgammaf128_r.o e_log10f128.o e_log2f128.o e_logf128.o e_powf128.o e_remainderf128.o e_sinhf128.o e_sqrtf128.o gamma_productf128.o k_tanf128.o lgamma_negf128.o lgamma_productf128.o s_asinhf128.o s_atanf128.o s_cbrtf128.o s_ceilf128.o s_cosf128.o s_erff128.o s_expm1f128.o s_fabsf128.o s_floorf128.o s_fmaf128.o s_fpclassifyf128.o s_fromfpf128.o s_fromfpxf128.o s_getpayloadf128.o s_issignalingf128.o s_llrintf128.o s_llroundf128.o s_log1pf128.o s_logbf128.o s_lrintf128.o s_lroundf128.o s_nearbyintf128.o s_nextafterf128.o s_nexttowardf128.o s_nextupf128.o s_remquof128.o s_rintf128.o s_roundf128.o s_roundevenf128.o s_scalblnf128.o s_setpayloadf128.o s_setpayloadsigf128.o s_sinf128.o s_sincosf128.o s_tanf128.o s_tanhf128.o s_totalorderf128.o s_totalordermagf128.o s_truncf128.o s_ufromfpf128.o s_ufromfpxf128.o x2y2m1f128.o cabsl.o cargl.o cimagl.o conjl.o creall.o e_exp2l.o e_scalbl.o k_casinhl.o s_cacosl.o s_cacoshl.o s_canonicalizel.o s_casinl.o s_casinhl.o s_catanl.o s_catanhl.o s_ccosl.o s_ccoshl.o s_cexpl.o s_clog10l.o s_clogl.o s_cpowl.o s_cprojl.o s_csinl.o s_csinhl.o s_csqrtl.o s_ctanl.o s_ctanhl.o s_exp10m1l.o s_exp2m1l.o s_fdiml.o s_fmaxl.o s_fmaximuml.o s_fmaximum_magl.o s_fmaximum_mag_numl.o s_fmaximum_numl.o s_fmaxmagl.o s_fminl.o s_fminimuml.o s_fminimum_magl.o s_fminimum_mag_numl.o s_fminimum_numl.o s_fminmagl.o s_iseqsigl.o s_log10p1l.o s_log2p1l.o s_nanl.o s_nextdownl.o s_significandl.o w_acosl.o w_acoshl.o w_asinl.o w_atan2l.o w_atanhl.o w_coshl.o w_exp10l.o w_exp2l.o w_expl.o w_fmodl.o w_hypotl.o w_ilogbl.o w_j0l.o w_j1l.o w_jnl.o w_lgammal.o w_lgammal_r.o w_llogbl.o w_log10l.o w_log1pl.o w_log2l.o w_logl.o w_powl.o w_remainderl.o w_scalbl.o w_scalblnl.o w_sinhl.o w_sqrtl.o w_tgammal.o e_acosl.o e_acoshl.o e_asinl.o e_atan2l.o e_atanhl.o e_coshl.o e_exp10l.o e_expl.o e_fmodl.o e_gammal_r.o e_hypotl.o e_ilogbl.o e_j0l.o e_j1l.o e_jnl.o e_lgammal_r.o e_log10l.o e_log2l.o e_logl.o e_powl.o e_remainderl.o e_sinhl.o e_sqrtl.o gamma_productl.o k_tanl.o lgamma_negl.o lgamma_productl.o s_asinhl.o s_atanl.o s_cbrtl.o s_ceill.o s_cosl.o s_erfl.o s_expm1l.o s_fabsl.o s_floorl.o s_fmal.o s_fpclassifyl.o s_fromfpl.o s_fromfpxl.o s_getpayloadl.o s_issignalingl.o s_llrintl.o s_llroundl.o s_log1pl.o s_logbl.o s_lrintl.o s_lroundl.o s_nearbyintl.o s_nextafterl.o s_nexttowardl.o s_nextupl.o s_remquol.o s_rintl.o s_roundl.o s_roundevenl.o s_scalblnl.o s_setpayloadl.o s_setpayloadsigl.o s_sinl.o s_sincosl.o s_tanl.o s_tanhl.o s_totalorderl.o s_totalordermagl.o s_truncl.o s_ufromfpl.o s_ufromfpxl.o x2y2m1l.o cabs.o carg.o cimag.o conj.o creal.o e_exp2.o e_scalb.o k_casinh.o s_cacos.o s_cacosh.o s_canonicalize.o s_casin.o s_casinh.o s_catan.o s_catanh.o s_ccos.o s_ccosh.o s_cexp.o s_clog10.o s_clog.o s_cpow.o s_cproj.o s_csin.o s_csinh.o s_csqrt.o s_ctan.o s_ctanh.o s_exp10m1.o s_exp2m1.o s_fdim.o s_fmax.o s_fmaximum.o s_fmaximum_mag.o s_fmaximum_mag_num.o s_fmaximum_num.o s_fmaxmag.o s_fmin.o s_fminimum.o s_fminimum_mag.o s_fminimum_mag_num.o s_fminimum_num.o s_fminmag.o s_iseqsig.o s_log10p1.o s_log2p1.o s_nan.o s_nextdown.o s_significand.o w_acos.o w_acosh.o w_asin.o w_atan2.o w_atanh.o w_cosh.o w_exp10.o w_exp2.o w_exp.o w_fmod.o w_hypot.o w_ilogb.o w_j0.o w_j1.o w_jn.o w_lgamma.o w_lgamma_r.o w_llogb.o w_log10.o w_log1p.o w_log2.o w_log.o w_pow.o w_remainder.o w_scalb.o w_scalbln.o w_sinh.o w_sqrt.o w_tgamma.o e_acos.o e_acosh.o e_asin.o e_atan2.o e_atanh.o e_cosh.o e_exp10.o e_exp.o e_fmod.o e_gamma_r.o e_hypot.o e_ilogb.o e_j0.o e_j1.o e_jn.o e_lgamma_r.o e_log10.o e_log2.o e_log.o e_pow.o e_remainder.o e_sinh.o e_sqrt.o gamma_product.o k_tan.o lgamma_neg.o lgamma_product.o s_asinh.o s_atan.o s_cbrt.o s_ceil.o s_cos.o s_erf.o s_expm1.o s_fabs.o s_floor.o s_fma.o s_fpclassify.o s_fromfp.o s_fromfpx.o s_getpayload.o s_issignaling.o s_llrint.o s_llround.o s_log1p.o s_logb.o s_lrint.o s_lround.o s_nearbyint.o s_nextafter.o s_nexttoward.o s_nextup.o s_remquo.o s_rint.o s_round.o s_roundeven.o s_scalbln.o s_setpayload.o s_setpayloadsig.o s_sin.o s_sincos.o s_tan.o s_tanh.o s_totalorder.o s_totalordermag.o s_trunc.o s_ufromfp.o s_ufromfpx.o x2y2m1.o cabsf.o cargf.o cimagf.o conjf.o crealf.o e_exp2f.o e_scalbf.o k_casinhf.o s_cacosf.o s_cacoshf.o s_canonicalizef.o s_casinf.o s_casinhf.o s_catanf.o s_catanhf.o s_ccosf.o s_ccoshf.o s_cexpf.o s_clog10f.o s_clogf.o s_cpowf.o s_cprojf.o s_csinf.o s_csinhf.o s_csqrtf.o s_ctanf.o s_ctanhf.o s_exp10m1f.o s_exp2m1f.o s_fdimf.o s_fmaxf.o s_fmaximumf.o s_fmaximum_magf.o s_fmaximum_mag_numf.o s_fmaximum_numf.o s_fmaxmagf.o s_fminf.o s_fminimumf.o s_fminimum_magf.o s_fminimum_mag_numf.o s_fminimum_numf.o s_fminmagf.o s_iseqsigf.o s_log10p1f.o s_log2p1f.o s_nanf.o s_nextdownf.o s_significandf.o w_acosf.o w_acoshf.o w_asinf.o w_atan2f.o w_atanhf.o w_coshf.o w_exp10f.o w_exp2f.o w_expf.o w_fmodf.o w_hypotf.o w_ilogbf.o w_j0f.o w_j1f.o w_jnf.o w_lgammaf.o w_lgammaf_r.o w_llogbf.o w_log10f.o w_log1pf.o w_log2f.o w_logf.o w_powf.o w_remainderf.o w_scalbf.o w_scalblnf.o w_sinhf.o w_sqrtf.o w_tgammaf.o e_acosf.o e_acoshf.o e_asinf.o e_atan2f.o e_atanhf.o e_coshf.o e_exp10f.o e_expf.o e_fmodf.o e_gammaf_r.o e_hypotf.o e_ilogbf.o e_j0f.o e_j1f.o e_jnf.o e_lgammaf_r.o e_log10f.o e_log2f.o e_logf.o e_powf.o e_remainderf.o e_sinhf.o e_sqrtf.o gamma_productf.o k_tanf.o lgamma_negf.o lgamma_productf.o s_asinhf.o s_atanf.o s_cbrtf.o s_ceilf.o s_cosf.o s_erff.o s_expm1f.o s_fabsf.o s_floorf.o s_fmaf.o s_fpclassifyf.o s_fromfpf.o s_fromfpxf.o s_getpayloadf.o s_issignalingf.o s_llrintf.o s_llroundf.o s_log1pf.o s_logbf.o s_lrintf.o s_lroundf.o s_nearbyintf.o s_nextafterf.o s_nexttowardf.o s_nextupf.o s_remquof.o s_rintf.o s_roundf.o s_roundevenf.o s_scalblnf.o s_setpayloadf.o s_setpayloadsigf.o s_sinf.o s_sincosf.o s_tanf.o s_tanhf.o s_totalorderf.o s_totalordermagf.o s_truncf.o s_ufromfpf.o s_ufromfpxf.o x2y2m1f.o e_rem_pio2f128.o k_cosf128.o k_sincosf128.o k_sinf128.o t_sincosf128.o e_rem_pio2l.o k_cosl.o k_sincosl.o k_sinl.o s_iscanonicall.o t_sincosl.o branred.o e_exp_data.o e_log2_data.o e_log_data.o e_pow_log_data.o k_rem_pio2.o math_err.o sincostab.o e_exp2f_data.o e_log2f_data.o e_logf_data.o e_powf_log2_data.o math_errf.o s_sincosf_data.o s_f32xaddf64.o s_fadd.o s_f32addf128.o s_f64addf128.o s_f64xaddf128.o s_daddl.o s_faddl.o s_f32xdivf64.o s_fdiv.o s_f32divf128.o s_f64divf128.o s_f64xdivf128.o s_ddivl.o s_fdivl.o s_f32xfmaf64.o s_ffma.o s_f32fmaf128.o s_f64fmaf128.o s_f64xfmaf128.o s_dfmal.o s_ffmal.o s_f32xmulf64.o s_fmul.o s_f32mulf128.o s_f64mulf128.o s_f64xmulf128.o s_dmull.o s_fmull.o s_f32xsqrtf64.o s_fsqrt.o s_f32sqrtf128.o s_f64sqrtf128.o s_f64xsqrtf128.o s_dsqrtl.o s_fsqrtl.o s_f32xsubf64.o s_fsub.o s_f32subf128.o s_f64subf128.o s_f64xsubf128.o s_dsubl.o s_fsubl.o e_exp2f-sse2.o e_expf-sse2.o e_logf-sse2.o e_log2f-sse2.o e_powf-sse2.o s_sinf-sse2.o s_cosf-sse2.o s_sincosf-sse2.o s_fma-fma.o s_fmaf-fma.o fclrexcpt.os fedisblxcpt.os feenablxcpt.os fegetenv.os fegetexcept.os fegetmode.os fegetround.os feholdexcpt.os fesetenv.os fesetexcept.os fesetmode.os fesetround.os fetestexceptflag.os feupdateenv.os fgetexcptflg.os fraiseexcpt.os fsetexcptflg.os ftestexcept.os s_lib_version.os s_matherr.os s_signgam.os powl_helper.os k_standardl.os w_acosl_compat.os w_acoshl_compat.os w_asinl_compat.os w_atan2l_compat.os w_atanhl_compat.os w_coshl_compat.os w_exp10l_compat.os w_exp2l_compat.os w_expl_compat.os w_fmodl_compat.os w_hypotl_compat.os w_j0l_compat.os w_j1l_compat.os w_jnl_compat.os w_lgammal_compat2.os w_lgammal_r_compat.os w_lgamma_compatl.os w_log10l_compat.os w_log2l_compat.os w_logl_compat.os w_powl_compat.os w_remainderl_compat.os w_scalbl_compat.os w_sinhl_compat.os w_sqrtl_compat.os w_tgammal_compat.os k_standard.os w_acos_compat.os w_acosh_compat.os w_asin_compat.os w_atan2_compat.os w_atanh_compat.os w_cosh_compat.os w_exp10_compat.os w_exp2_compat.os w_exp_compat.os w_fmod_compat.os w_hypot_compat.os w_j0_compat.os w_j1_compat.os w_jn_compat.os w_lgamma_compat2.os w_lgamma_r_compat.os w_lgamma_compat.os w_log10_compat.os w_log2_compat.os w_log_compat.os w_pow_compat.os w_remainder_compat.os w_scalb_compat.os w_sinh_compat.os w_sqrt_compat.os w_tgamma_compat.os k_standardf.os w_acosf_compat.os w_acoshf_compat.os w_asinf_compat.os w_atan2f_compat.os w_atanhf_compat.os w_coshf_compat.os w_exp10f_compat.os w_exp2f_compat.os w_expf_compat.os w_fmodf_compat.os w_hypotf_compat.os w_j0f_compat.os w_j1f_compat.os w_jnf_compat.os w_lgammaf_compat2.os w_lgammaf_r_compat.os w_lgamma_compatf.os w_log10f_compat.os w_log2f_compat.os w_logf_compat.os w_powf_compat.os w_remainderf_compat.os w_scalbf_compat.os w_sinhf_compat.os w_sqrtf_compat.os w_tgammaf_compat.os m_ldexpf128.os m_copysignf128.os m_finitef128.os m_frexpf128.os m_isinff128.os m_isnanf128.os m_modff128.os m_scalbnf128.os m_signbitf128.os cabsf128.os cargf128.os cimagf128.os conjf128.os crealf128.os e_exp2f128.os e_scalbf128.os k_casinhf128.os s_cacosf128.os s_cacoshf128.os s_canonicalizef128.os s_casinf128.os s_casinhf128.os s_catanf128.os s_catanhf128.os s_ccosf128.os s_ccoshf128.os s_cexpf128.os s_clog10f128.os s_clogf128.os s_cpowf128.os s_cprojf128.os s_csinf128.os s_csinhf128.os s_csqrtf128.os s_ctanf128.os s_ctanhf128.os s_exp10m1f128.os s_exp2m1f128.os s_fdimf128.os s_fmaxf128.os s_fmaximumf128.os s_fmaximum_magf128.os s_fmaximum_mag_numf128.os s_fmaximum_numf128.os s_fmaxmagf128.os s_fminf128.os s_fminimumf128.os s_fminimum_magf128.os s_fminimum_mag_numf128.os s_fminimum_numf128.os s_fminmagf128.os s_iseqsigf128.os s_log10p1f128.os s_log2p1f128.os s_nanf128.os s_nextdownf128.os s_significandf128.os w_acosf128.os w_acoshf128.os w_asinf128.os w_atan2f128.os w_atanhf128.os w_coshf128.os w_exp10f128.os w_exp2f128.os w_expf128.os w_fmodf128.os w_hypotf128.os w_ilogbf128.os w_j0f128.os w_j1f128.os w_jnf128.os w_lgammaf128.os w_lgammaf128_r.os w_llogbf128.os w_log10f128.os w_log1pf128.os w_log2f128.os w_logf128.os w_powf128.os w_remainderf128.os w_scalbf128.os w_scalblnf128.os w_sinhf128.os w_sqrtf128.os w_tgammaf128.os e_acosf128.os e_acoshf128.os e_asinf128.os e_atan2f128.os e_atanhf128.os e_coshf128.os e_exp10f128.os e_expf128.os e_fmodf128.os e_gammaf128_r.os e_hypotf128.os e_ilogbf128.os e_j0f128.os e_j1f128.os e_jnf128.os e_lgammaf128_r.os e_log10f128.os e_log2f128.os e_logf128.os e_powf128.os e_remainderf128.os e_sinhf128.os e_sqrtf128.os gamma_productf128.os k_tanf128.os lgamma_negf128.os lgamma_productf128.os s_asinhf128.os s_atanf128.os s_cbrtf128.os s_ceilf128.os s_cosf128.os s_erff128.os s_expm1f128.os s_fabsf128.os s_floorf128.os s_fmaf128.os s_fpclassifyf128.os s_fromfpf128.os s_fromfpxf128.os s_getpayloadf128.os s_issignalingf128.os s_llrintf128.os s_llroundf128.os s_log1pf128.os s_logbf128.os s_lrintf128.os s_lroundf128.os s_nearbyintf128.os s_nextafterf128.os s_nexttowardf128.os s_nextupf128.os s_remquof128.os s_rintf128.os s_roundf128.os s_roundevenf128.os s_scalblnf128.os s_setpayloadf128.os s_setpayloadsigf128.os s_sinf128.os s_sincosf128.os s_tanf128.os s_tanhf128.os s_totalorderf128.os s_totalordermagf128.os s_truncf128.os s_ufromfpf128.os s_ufromfpxf128.os x2y2m1f128.os m_ldexpl.os m_copysignl.os m_finitel.os m_frexpl.os m_isinfl.os m_isnanl.os m_modfl.os m_scalbnl.os m_signbitl.os cabsl.os cargl.os cimagl.os conjl.os creall.os e_exp2l.os e_scalbl.os k_casinhl.os s_cacosl.os s_cacoshl.os s_canonicalizel.os s_casinl.os s_casinhl.os s_catanl.os s_catanhl.os s_ccosl.os s_ccoshl.os s_cexpl.os s_clog10l.os s_clogl.os s_cpowl.os s_cprojl.os s_csinl.os s_csinhl.os s_csqrtl.os s_ctanl.os s_ctanhl.os s_exp10m1l.os s_exp2m1l.os s_fdiml.os s_fmaxl.os s_fmaximuml.os s_fmaximum_magl.os s_fmaximum_mag_numl.os s_fmaximum_numl.os s_fmaxmagl.os s_fminl.os s_fminimuml.os s_fminimum_magl.os s_fminimum_mag_numl.os s_fminimum_numl.os s_fminmagl.os s_iseqsigl.os s_log10p1l.os s_log2p1l.os s_nanl.os s_nextdownl.os s_significandl.os w_acosl.os w_acoshl.os w_asinl.os w_atan2l.os w_atanhl.os w_coshl.os w_exp10l.os w_exp2l.os w_expl.os w_fmodl.os w_hypotl.os w_ilogbl.os w_j0l.os w_j1l.os w_jnl.os w_lgammal.os w_lgammal_r.os w_llogbl.os w_log10l.os w_log1pl.os w_log2l.os w_logl.os w_powl.os w_remainderl.os w_scalbl.os w_scalblnl.os w_sinhl.os w_sqrtl.os w_tgammal.os e_acosl.os e_acoshl.os e_asinl.os e_atan2l.os e_atanhl.os e_coshl.os e_exp10l.os e_expl.os e_fmodl.os e_gammal_r.os e_hypotl.os e_ilogbl.os e_j0l.os e_j1l.os e_jnl.os e_lgammal_r.os e_log10l.os e_log2l.os e_logl.os e_powl.os e_remainderl.os e_sinhl.os e_sqrtl.os gamma_productl.os k_tanl.os lgamma_negl.os lgamma_productl.os s_asinhl.os s_atanl.os s_cbrtl.os s_ceill.os s_cosl.os s_erfl.os s_expm1l.os s_fabsl.os s_floorl.os s_fmal.os s_fpclassifyl.os s_fromfpl.os s_fromfpxl.os s_getpayloadl.os s_issignalingl.os s_llrintl.os s_llroundl.os s_log1pl.os s_logbl.os s_lrintl.os s_lroundl.os s_nearbyintl.os s_nextafterl.os s_nexttowardl.os s_nextupl.os s_remquol.os s_rintl.os s_roundl.os s_roundevenl.os s_scalblnl.os s_setpayloadl.os s_setpayloadsigl.os s_sinl.os s_sincosl.os s_tanl.os s_tanhl.os s_totalorderl.os s_totalordermagl.os s_truncl.os s_ufromfpl.os s_ufromfpxl.os x2y2m1l.os m_ldexp.os m_copysign.os m_finite.os m_frexp.os m_isinf.os m_isnan.os m_modf.os m_scalbn.os m_signbit.os cabs.os carg.os cimag.os conj.os creal.os e_exp2.os e_scalb.os k_casinh.os s_cacos.os s_cacosh.os s_canonicalize.os s_casin.os s_casinh.os s_catan.os s_catanh.os s_ccos.os s_ccosh.os s_cexp.os s_clog10.os s_clog.os s_cpow.os s_cproj.os s_csin.os s_csinh.os s_csqrt.os s_ctan.os s_ctanh.os s_exp10m1.os s_exp2m1.os s_fdim.os s_fmax.os s_fmaximum.os s_fmaximum_mag.os s_fmaximum_mag_num.os s_fmaximum_num.os s_fmaxmag.os s_fmin.os s_fminimum.os s_fminimum_mag.os s_fminimum_mag_num.os s_fminimum_num.os s_fminmag.os s_iseqsig.os s_log10p1.os s_log2p1.os s_nan.os s_nextdown.os s_significand.os w_acos.os w_acosh.os w_asin.os w_atan2.os w_atanh.os w_cosh.os w_exp10.os w_exp2.os w_exp.os w_fmod.os w_hypot.os w_ilogb.os w_j0.os w_j1.os w_jn.os w_lgamma.os w_lgamma_r.os w_llogb.os w_log10.os w_log1p.os w_log2.os w_log.os w_pow.os w_remainder.os w_scalb.os w_scalbln.os w_sinh.os w_sqrt.os w_tgamma.os e_acos.os e_acosh.os e_asin.os e_atan2.os e_atanh.os e_cosh.os e_exp10.os e_exp.os e_fmod.os e_gamma_r.os e_hypot.os e_ilogb.os e_j0.os e_j1.os e_jn.os e_lgamma_r.os e_log10.os e_log2.os e_log.os e_pow.os e_remainder.os e_sinh.os e_sqrt.os gamma_product.os k_tan.os lgamma_neg.os lgamma_product.os s_asinh.os s_atan.os s_cbrt.os s_ceil.os s_cos.os s_erf.os s_expm1.os s_fabs.os s_floor.os s_fma.os s_fpclassify.os s_fromfp.os s_fromfpx.os s_getpayload.os s_issignaling.os s_llrint.os s_llround.os s_log1p.os s_logb.os s_lrint.os s_lround.os s_nearbyint.os s_nextafter.os s_nexttoward.os s_nextup.os s_remquo.os s_rint.os s_round.os s_roundeven.os s_scalbln.os s_setpayload.os s_setpayloadsig.os s_sin.os s_sincos.os s_tan.os s_tanh.os s_totalorder.os s_totalordermag.os s_trunc.os s_ufromfp.os s_ufromfpx.os x2y2m1.os m_ldexpf.os m_copysignf.os m_finitef.os m_frexpf.os m_isinff.os m_isnanf.os m_modff.os m_scalbnf.os m_signbitf.os cabsf.os cargf.os cimagf.os conjf.os crealf.os e_exp2f.os e_scalbf.os k_casinhf.os s_cacosf.os s_cacoshf.os s_canonicalizef.os s_casinf.os s_casinhf.os s_catanf.os s_catanhf.os s_ccosf.os s_ccoshf.os s_cexpf.os s_clog10f.os s_clogf.os s_cpowf.os s_cprojf.os s_csinf.os s_csinhf.os s_csqrtf.os s_ctanf.os s_ctanhf.os s_exp10m1f.os s_exp2m1f.os s_fdimf.os s_fmaxf.os s_fmaximumf.os s_fmaximum_magf.os s_fmaximum_mag_numf.os s_fmaximum_numf.os s_fmaxmagf.os s_fminf.os s_fminimumf.os s_fminimum_magf.os s_fminimum_mag_numf.os s_fminimum_numf.os s_fminmagf.os s_iseqsigf.os s_log10p1f.os s_log2p1f.os s_nanf.os s_nextdownf.os s_significandf.os w_acosf.os w_acoshf.os w_asinf.os w_atan2f.os w_atanhf.os w_coshf.os w_exp10f.os w_exp2f.os w_expf.os w_fmodf.os w_hypotf.os w_ilogbf.os w_j0f.os w_j1f.os w_jnf.os w_lgammaf.os w_lgammaf_r.os w_llogbf.os w_log10f.os w_log1pf.os w_log2f.os w_logf.os w_powf.os w_remainderf.os w_scalbf.os w_scalblnf.os w_sinhf.os w_sqrtf.os w_tgammaf.os e_acosf.os e_acoshf.os e_asinf.os e_atan2f.os e_atanhf.os e_coshf.os e_exp10f.os e_expf.os e_fmodf.os e_gammaf_r.os e_hypotf.os e_ilogbf.os e_j0f.os e_j1f.os e_jnf.os e_lgammaf_r.os e_log10f.os e_log2f.os e_logf.os e_powf.os e_remainderf.os e_sinhf.os e_sqrtf.os gamma_productf.os k_tanf.os lgamma_negf.os lgamma_productf.os s_asinhf.os s_atanf.os s_cbrtf.os s_ceilf.os s_cosf.os s_erff.os s_expm1f.os s_fabsf.os s_floorf.os s_fmaf.os s_fpclassifyf.os s_fromfpf.os s_fromfpxf.os s_getpayloadf.os s_issignalingf.os s_llrintf.os s_llroundf.os s_log1pf.os s_logbf.os s_lrintf.os s_lroundf.os s_nearbyintf.os s_nextafterf.os s_nexttowardf.os s_nextupf.os s_remquof.os s_rintf.os s_roundf.os s_roundevenf.os s_scalblnf.os s_setpayloadf.os s_setpayloadsigf.os s_sinf.os s_sincosf.os s_tanf.os s_tanhf.os s_totalorderf.os s_totalordermagf.os s_truncf.os s_ufromfpf.os s_ufromfpxf.os x2y2m1f.os e_rem_pio2f128.os k_cosf128.os k_sincosf128.os k_sinf128.os t_sincosf128.os e_rem_pio2l.os k_cosl.os k_sincosl.os k_sinl.os s_iscanonicall.os t_sincosl.os branred.os e_exp_data.os e_log2_data.os e_log_data.os e_pow_log_data.os k_rem_pio2.os math_err.os sincostab.os e_exp2f_data.os e_log2f_data.os e_logf_data.os e_powf_log2_data.os math_errf.os s_sincosf_data.os s_f32xaddf64.os s_fadd.os s_f32addf128.os s_f64addf128.os s_f64xaddf128.os s_daddl.os s_faddl.os s_f32xdivf64.os s_fdiv.os s_f32divf128.os s_f64divf128.os s_f64xdivf128.os s_ddivl.os s_fdivl.os s_f32xfmaf64.os s_ffma.os s_f32fmaf128.os s_f64fmaf128.os s_f64xfmaf128.os s_dfmal.os s_ffmal.os s_f32xmulf64.os s_fmul.os s_f32mulf128.os s_f64mulf128.os s_f64xmulf128.os s_dmull.os s_fmull.os s_f32xsqrtf64.os s_fsqrt.os s_f32sqrtf128.os s_f64sqrtf128.os s_f64xsqrtf128.os s_dsqrtl.os s_fsqrtl.os s_f32xsubf64.os s_fsub.os s_f32subf128.os s_f64subf128.os s_f64xsubf128.os s_dsubl.os s_fsubl.os e_exp2f-sse2.os e_expf-sse2.os e_logf-sse2.os e_log2f-sse2.os e_powf-sse2.os s_sinf-sse2.os s_cosf-sse2.os s_sincosf-sse2.os s_fma-fma.os s_fmaf-fma.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/math/stubsT mv -f /build/math/stubsT /build/math/stubs make[3]: Leaving directory '/glibc/math' make subdir=setjmp -C setjmp ..=../ subdir_install make[3]: Entering directory '/glibc/setjmp' /usr/bin/install -c -m 644 setjmp.h /build/testroot.pristine/usr/include/setjmp.h make[3]: Leaving directory '/glibc/setjmp' make[3]: Entering directory '/glibc/setjmp' /usr/bin/install -c -m 644 ../sysdeps/x86/bits/setjmp.h /build/testroot.pristine/usr/include/bits/setjmp.h make[3]: Leaving directory '/glibc/setjmp' make[3]: Entering directory '/glibc/setjmp' /usr/bin/install -c -m 644 bits/setjmp2.h /build/testroot.pristine/usr/include/bits/setjmp2.h make[3]: Leaving directory '/glibc/setjmp' make[3]: Entering directory '/glibc/setjmp' /usr/bin/install -c -m 644 bits/types/struct___jmp_buf_tag.h /build/testroot.pristine/usr/include/bits/types/struct___jmp_buf_tag.h make[3]: Leaving directory '/glibc/setjmp' make[3]: Entering directory '/glibc/setjmp' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/setjmp' make[3]: Entering directory '/glibc/setjmp' (cd /build/setjmp/.; objdump -h setjmp.o sigjmp.o bsd-setjmp.o bsd-_setjmp.o longjmp.o __longjmp.o jmp-unwind.o __longjmp_cancel.o setjmp.os sigjmp.os bsd-setjmp.os bsd-_setjmp.os longjmp.os __longjmp.os jmp-unwind.os __longjmp_cancel.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/setjmp/stubsT mv -f /build/setjmp/stubsT /build/setjmp/stubs make[3]: Leaving directory '/glibc/setjmp' make subdir=signal -C signal ..=../ subdir_install make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 signal.h /build/testroot.pristine/usr/include/signal.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../bits/signum-generic.h /build/testroot.pristine/usr/include/bits/signum-generic.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/signum-arch.h /build/testroot.pristine/usr/include/bits/signum-arch.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/sigcontext.h /build/testroot.pristine/usr/include/bits/sigcontext.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/sys mkdir -p -- /build/testroot.pristine/usr/include/sys /usr/bin/install -c -m 644 sys/signal.h /build/testroot.pristine/usr/include/sys/signal.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/sigaction.h /build/testroot.pristine/usr/include/bits/sigaction.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/sigevent-consts.h /build/testroot.pristine/usr/include/bits/sigevent-consts.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/siginfo-consts.h /build/testroot.pristine/usr/include/bits/siginfo-consts.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/sigstack.h /build/testroot.pristine/usr/include/bits/sigstack.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/pthread/bits/sigthread.h /build/testroot.pristine/usr/include/bits/sigthread.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/ss_flags.h /build/testroot.pristine/usr/include/bits/ss_flags.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/__sigset_t.h /build/testroot.pristine/usr/include/bits/types/__sigset_t.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 bits/types/sig_atomic_t.h /build/testroot.pristine/usr/include/bits/types/sig_atomic_t.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/sigevent_t.h /build/testroot.pristine/usr/include/bits/types/sigevent_t.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/siginfo_t.h /build/testroot.pristine/usr/include/bits/types/siginfo_t.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 bits/types/sigset_t.h /build/testroot.pristine/usr/include/bits/types/sigset_t.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 bits/types/sigval_t.h /build/testroot.pristine/usr/include/bits/types/sigval_t.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/stack_t.h /build/testroot.pristine/usr/include/bits/types/stack_t.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 bits/types/struct_sigstack.h /build/testroot.pristine/usr/include/bits/types/struct_sigstack.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 bits/types/__sigval_t.h /build/testroot.pristine/usr/include/bits/types/__sigval_t.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/signal_ext.h /build/testroot.pristine/usr/include/bits/signal_ext.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/sigstksz.h /build/testroot.pristine/usr/include/bits/sigstksz.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/signal' make[3]: Entering directory '/glibc/signal' (cd /build/signal/.; objdump -h signal.o raise.o killpg.o sigaction.o libc_sigaction.o sigprocmask.o kill.o sigpending.o sigsuspend.o sigwait.o sigblock.o sigsetmask.o sigpause.o sigvec.o sigstack.o sigaltstack.o sigintr.o sigsetops.o sigempty.o sigfillset.o sigaddset.o sigdelset.o sigismem.o sigreturn.o siggetmask.o sysv_signal.o sigisempty.o sigandset.o sigorset.o allocrtsig.o sigtimedwait.o sigwaitinfo.o sigqueue.o sighold.o sigrelse.o sigignore.o sigset.o signal.os raise.os killpg.os sigaction.os libc_sigaction.os sigprocmask.os kill.os sigpending.os sigsuspend.os sigwait.os sigblock.os sigsetmask.os sigpause.os sigvec.os sigstack.os sigaltstack.os sigintr.os sigsetops.os sigempty.os sigfillset.os sigaddset.os sigdelset.os sigismem.os sigreturn.os siggetmask.os sysv_signal.os sigisempty.os sigandset.os sigorset.os allocrtsig.os sigtimedwait.os sigwaitinfo.os sigqueue.os sighold.os sigrelse.os sigignore.os sigset.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/signal/stubsT mv -f /build/signal/stubsT /build/signal/stubs make[3]: Leaving directory '/glibc/signal' make subdir=stdlib -C stdlib ..=../ subdir_install make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 alloca.h /build/testroot.pristine/usr/include/alloca.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/errno.h /build/testroot.pristine/usr/include/bits/errno.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../sysdeps/x86/bits/indirect-return.h /build/testroot.pristine/usr/include/bits/indirect-return.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 bits/monetary-ldbl.h /build/testroot.pristine/usr/include/bits/monetary-ldbl.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../bits/stdint-intn.h /build/testroot.pristine/usr/include/bits/stdint-intn.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../bits/stdint-least.h /build/testroot.pristine/usr/include/bits/stdint-least.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../bits/stdint-uintn.h /build/testroot.pristine/usr/include/bits/stdint-uintn.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../bits/stdlib-bsearch.h /build/testroot.pristine/usr/include/bits/stdlib-bsearch.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 bits/stdlib-float.h /build/testroot.pristine/usr/include/bits/stdlib-float.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 bits/stdlib-ldbl.h /build/testroot.pristine/usr/include/bits/stdlib-ldbl.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 bits/stdlib.h /build/testroot.pristine/usr/include/bits/stdlib.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../bits/time64.h /build/testroot.pristine/usr/include/bits/time64.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/timesize.h /build/testroot.pristine/usr/include/bits/timesize.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../bits/types/error_t.h /build/testroot.pristine/usr/include/bits/types/error_t.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../sysdeps/x86/bits/wordsize.h /build/testroot.pristine/usr/include/bits/wordsize.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 errno.h /build/testroot.pristine/usr/include/errno.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 fmtmsg.h /build/testroot.pristine/usr/include/fmtmsg.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 inttypes.h /build/testroot.pristine/usr/include/inttypes.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 monetary.h /build/testroot.pristine/usr/include/monetary.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 stdbit.h /build/testroot.pristine/usr/include/stdbit.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 stdint.h /build/testroot.pristine/usr/include/stdint.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 stdlib.h /build/testroot.pristine/usr/include/stdlib.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 sys/errno.h /build/testroot.pristine/usr/include/sys/errno.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 sys/random.h /build/testroot.pristine/usr/include/sys/random.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/sys/ucontext.h /build/testroot.pristine/usr/include/sys/ucontext.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 ucontext.h /build/testroot.pristine/usr/include/ucontext.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/stdlib' make[3]: Entering directory '/glibc/stdlib' (cd /build/stdlib/.; objdump -h a64l.o abort.o abs.o arc4random.o arc4random_uniform.o at_quick_exit.o atof.o atoi.o atol.o atoll.o bsearch.o canonicalize.o cxa_at_quick_exit.o cxa_atexit.o cxa_finalize.o cxa_thread_atexit_impl.o div.o drand48.o drand48-iter.o drand48_r.o erand48.o erand48_r.o exit.o fmtmsg.o getcontext.o getentropy.o getenv.o getrandom.o getsubopt.o jrand48.o jrand48_r.o l64a.o labs.o lcong48.o lcong48_r.o ldiv.o llabs.o lldiv.o lrand48.o lrand48_r.o makecontext.o mblen.o mbstowcs.o mbtowc.o mrand48.o mrand48_r.o nrand48.o nrand48_r.o old_atexit.o on_exit.o atexit.o putenv.o qsort.o quick_exit.o rand.o rand_r.o random.o random_r.o rpmatch.o secure-getenv.o seed48.o seed48_r.o setcontext.o setenv.o srand48.o srand48_r.o stdc_bit_ceil_uc.o stdc_bit_ceil_ui.o stdc_bit_ceil_ul.o stdc_bit_ceil_ull.o stdc_bit_ceil_us.o stdc_bit_floor_uc.o stdc_bit_floor_ui.o stdc_bit_floor_ul.o stdc_bit_floor_ull.o stdc_bit_floor_us.o stdc_bit_width_uc.o stdc_bit_width_ui.o stdc_bit_width_ul.o stdc_bit_width_ull.o stdc_bit_width_us.o stdc_count_ones_uc.o stdc_count_ones_ui.o stdc_count_ones_ul.o stdc_count_ones_ull.o stdc_count_ones_us.o stdc_count_zeros_uc.o stdc_count_zeros_ui.o stdc_count_zeros_ul.o stdc_count_zeros_ull.o stdc_count_zeros_us.o stdc_first_leading_one_uc.o stdc_first_leading_one_ui.o stdc_first_leading_one_ul.o stdc_first_leading_one_ull.o stdc_first_leading_one_us.o stdc_first_leading_zero_uc.o stdc_first_leading_zero_ui.o stdc_first_leading_zero_ul.o stdc_first_leading_zero_ull.o stdc_first_leading_zero_us.o stdc_first_trailing_one_uc.o stdc_first_trailing_one_ui.o stdc_first_trailing_one_ul.o stdc_first_trailing_one_ull.o stdc_first_trailing_one_us.o stdc_first_trailing_zero_uc.o stdc_first_trailing_zero_ui.o stdc_first_trailing_zero_ul.o stdc_first_trailing_zero_ull.o stdc_first_trailing_zero_us.o stdc_has_single_bit_uc.o stdc_has_single_bit_ui.o stdc_has_single_bit_ul.o stdc_has_single_bit_ull.o stdc_has_single_bit_us.o stdc_leading_ones_uc.o stdc_leading_ones_ui.o stdc_leading_ones_ul.o stdc_leading_ones_ull.o stdc_leading_ones_us.o stdc_leading_zeros_uc.o stdc_leading_zeros_ui.o stdc_leading_zeros_ul.o stdc_leading_zeros_ull.o stdc_leading_zeros_us.o stdc_trailing_ones_uc.o stdc_trailing_ones_ui.o stdc_trailing_ones_ul.o stdc_trailing_ones_ull.o stdc_trailing_ones_us.o stdc_trailing_zeros_uc.o stdc_trailing_zeros_ui.o stdc_trailing_zeros_ul.o stdc_trailing_zeros_ull.o stdc_trailing_zeros_us.o strfmon.o strfmon_l.o strfromd.o strfromf.o strfroml.o strtod.o strtod_l.o strtod_nan.o strtof.o strtof_l.o strtof_nan.o strtol.o strtol_l.o strtold.o strtold_l.o strtold_nan.o strtoll.o strtoll_l.o strtoul.o strtoul_l.o strtoull.o strtoull_l.o swapcontext.o system.o wcstombs.o wctomb.o xpg_basename.o add_n.o addmul_1.o cmp.o divmod_1.o divrem.o inlines.o lshift.o mod_1.o mul.o mul_1.o mul_n.o rshift.o sub_n.o submul_1.o udiv_qrnnd.o dbl2mpn.o ldbl2mpn.o mpn2dbl.o mpn2flt.o mpn2ldbl.o float1282mpn.o strfromf128.o strtof128.o strtof128_l.o strtof128_nan.o mpn2float128.o grouping.o groupingwc.o tens_in_limb.o fpioconst.o mp_clz_tab.o a64l.os abort.os abs.os arc4random.os arc4random_uniform.os atof.os atoi.os atol.os atoll.os bsearch.os canonicalize.os cxa_at_quick_exit.os cxa_atexit.os cxa_finalize.os cxa_thread_atexit_impl.os div.os drand48.os drand48-iter.os drand48_r.os erand48.os erand48_r.os exit.os fmtmsg.os getcontext.os getentropy.os getenv.os getrandom.os getsubopt.os jrand48.os jrand48_r.os l64a.os labs.os lcong48.os lcong48_r.os ldiv.os llabs.os lldiv.os lrand48.os lrand48_r.os makecontext.os mblen.os mbstowcs.os mbtowc.os mrand48.os mrand48_r.os nrand48.os nrand48_r.os old_atexit.os on_exit.os putenv.os qsort.os quick_exit.os rand.os rand_r.os random.os random_r.os rpmatch.os secure-getenv.os seed48.os seed48_r.os setcontext.os setenv.os srand48.os srand48_r.os stdc_bit_ceil_uc.os stdc_bit_ceil_ui.os stdc_bit_ceil_ul.os stdc_bit_ceil_ull.os stdc_bit_ceil_us.os stdc_bit_floor_uc.os stdc_bit_floor_ui.os stdc_bit_floor_ul.os stdc_bit_floor_ull.os stdc_bit_floor_us.os stdc_bit_width_uc.os stdc_bit_width_ui.os stdc_bit_width_ul.os stdc_bit_width_ull.os stdc_bit_width_us.os stdc_count_ones_uc.os stdc_count_ones_ui.os stdc_count_ones_ul.os stdc_count_ones_ull.os stdc_count_ones_us.os stdc_count_zeros_uc.os stdc_count_zeros_ui.os stdc_count_zeros_ul.os stdc_count_zeros_ull.os stdc_count_zeros_us.os stdc_first_leading_one_uc.os stdc_first_leading_one_ui.os stdc_first_leading_one_ul.os stdc_first_leading_one_ull.os stdc_first_leading_one_us.os stdc_first_leading_zero_uc.os stdc_first_leading_zero_ui.os stdc_first_leading_zero_ul.os stdc_first_leading_zero_ull.os stdc_first_leading_zero_us.os stdc_first_trailing_one_uc.os stdc_first_trailing_one_ui.os stdc_first_trailing_one_ul.os stdc_first_trailing_one_ull.os stdc_first_trailing_one_us.os stdc_first_trailing_zero_uc.os stdc_first_trailing_zero_ui.os stdc_first_trailing_zero_ul.os stdc_first_trailing_zero_ull.os stdc_first_trailing_zero_us.os stdc_has_single_bit_uc.os stdc_has_single_bit_ui.os stdc_has_single_bit_ul.os stdc_has_single_bit_ull.os stdc_has_single_bit_us.os stdc_leading_ones_uc.os stdc_leading_ones_ui.os stdc_leading_ones_ul.os stdc_leading_ones_ull.os stdc_leading_ones_us.os stdc_leading_zeros_uc.os stdc_leading_zeros_ui.os stdc_leading_zeros_ul.os stdc_leading_zeros_ull.os stdc_leading_zeros_us.os stdc_trailing_ones_uc.os stdc_trailing_ones_ui.os stdc_trailing_ones_ul.os stdc_trailing_ones_ull.os stdc_trailing_ones_us.os stdc_trailing_zeros_uc.os stdc_trailing_zeros_ui.os stdc_trailing_zeros_ul.os stdc_trailing_zeros_ull.os stdc_trailing_zeros_us.os strfmon.os strfmon_l.os strfromd.os strfromf.os strfroml.os strtod.os strtod_l.os strtod_nan.os strtof.os strtof_l.os strtof_nan.os strtol.os strtol_l.os strtold.os strtold_l.os strtold_nan.os strtoll.os strtoll_l.os strtoul.os strtoul_l.os strtoull.os strtoull_l.os swapcontext.os system.os wcstombs.os wctomb.os xpg_basename.os add_n.os addmul_1.os cmp.os divmod_1.os divrem.os inlines.os lshift.os mod_1.os mul.os mul_1.os mul_n.os rshift.os sub_n.os submul_1.os udiv_qrnnd.os dbl2mpn.os ldbl2mpn.os mpn2dbl.os mpn2flt.os mpn2ldbl.os float1282mpn.os strfromf128.os strtof128.os strtof128_l.os strtof128_nan.os mpn2float128.os grouping.os groupingwc.os tens_in_limb.os fpioconst.os mp_clz_tab.os at_quick_exit.oS atexit.oS) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/stdlib/stubsT mv -f /build/stdlib/stubsT /build/stdlib/stubs make[3]: Leaving directory '/glibc/stdlib' make subdir=stdio-common -C stdio-common ..=../ subdir_install make[3]: Entering directory '/glibc/stdio-common' /usr/bin/install -c -m 644 bits/printf-ldbl.h /build/testroot.pristine/usr/include/bits/printf-ldbl.h make[3]: Leaving directory '/glibc/stdio-common' make[3]: Entering directory '/glibc/stdio-common' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/stdio_lim.h /build/testroot.pristine/usr/include/bits/stdio_lim.h make[3]: Leaving directory '/glibc/stdio-common' make[3]: Entering directory '/glibc/stdio-common' /usr/bin/install -c -m 644 printf.h /build/testroot.pristine/usr/include/printf.h make[3]: Leaving directory '/glibc/stdio-common' make[3]: Entering directory '/glibc/stdio-common' /usr/bin/install -c -m 644 stdio_ext.h /build/testroot.pristine/usr/include/stdio_ext.h make[3]: Leaving directory '/glibc/stdio-common' make[3]: Entering directory '/glibc/stdio-common' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/stdio-common' make[3]: Entering directory '/glibc/stdio-common' (cd /build/stdio-common/.; objdump -h _itoa.o _itowa.o asprintf.o ctermid.o cuserid.o dprintf.o flockfile.o fprintf.o fscanf.o ftrylockfile.o funlockfile.o gentempfd.o getline.o getw.o grouping_iterator.o iovfscanf.o isoc23_fscanf.o isoc23_scanf.o isoc23_sscanf.o isoc23_vfscanf.o isoc23_vscanf.o isoc23_vsscanf.o isoc99_fscanf.o isoc99_scanf.o isoc99_sscanf.o isoc99_vfscanf.o isoc99_vscanf.o isoc99_vsscanf.o itoa-digits.o itoa-udigits.o itowa-digits.o perror.o printf.o printf-prs.o printf_buffer_as_file.o printf_buffer_done.o printf_buffer_flush.o printf_buffer_pad_1.o printf_buffer_putc_1.o printf_buffer_puts_1.o printf_buffer_to_file.o printf_buffer_write.o printf_fp.o printf_fphex.o printf_function_invoke.o printf_size.o psiginfo.o psignal.o putw.o reg-modifier.o reg-printf.o reg-type.o remove.o rename.o renameat.o renameat2.o scanf.o snprintf.o sprintf.o sscanf.o tempnam.o tempname.o tmpdir.o tmpfile.o tmpfile64.o tmpnam.o tmpnam_r.o translated_number_width.o vfprintf.o vfprintf-internal.o vfscanf.o vfscanf-internal.o vfwprintf.o vfwprintf-internal.o vfwscanf.o vfwscanf-internal.o vprintf.o wprintf_buffer_as_file.o wprintf_buffer_done.o wprintf_buffer_flush.o wprintf_buffer_pad_1.o wprintf_buffer_putc_1.o wprintf_buffer_puts_1.o wprintf_buffer_to_file.o wprintf_buffer_write.o wprintf_function_invoke.o errlist.o errlist-data.o errname.o fxprintf.o printf-parsemb.o printf-parsewc.o siglist.o _itoa.os _itowa.os asprintf.os ctermid.os cuserid.os dprintf.os flockfile.os fprintf.os fscanf.os ftrylockfile.os funlockfile.os gentempfd.os getline.os getw.os grouping_iterator.os iovfscanf.os isoc23_fscanf.os isoc23_scanf.os isoc23_sscanf.os isoc23_vfscanf.os isoc23_vscanf.os isoc23_vsscanf.os isoc99_fscanf.os isoc99_scanf.os isoc99_sscanf.os isoc99_vfscanf.os isoc99_vscanf.os isoc99_vsscanf.os itoa-digits.os itoa-udigits.os itowa-digits.os perror.os printf.os printf-prs.os printf_buffer_as_file.os printf_buffer_done.os printf_buffer_flush.os printf_buffer_pad_1.os printf_buffer_putc_1.os printf_buffer_puts_1.os printf_buffer_to_file.os printf_buffer_write.os printf_fp.os printf_fphex.os printf_function_invoke.os printf_size.os psiginfo.os psignal.os putw.os reg-modifier.os reg-printf.os reg-type.os remove.os rename.os renameat.os renameat2.os scanf.os snprintf.os sprintf.os sscanf.os tempnam.os tempname.os tmpdir.os tmpfile.os tmpfile64.os tmpnam.os tmpnam_r.os translated_number_width.os vfprintf.os vfprintf-internal.os vfscanf.os vfscanf-internal.os vfwprintf.os vfwprintf-internal.os vfwscanf.os vfwscanf-internal.os vprintf.os wprintf_buffer_as_file.os wprintf_buffer_done.os wprintf_buffer_flush.os wprintf_buffer_pad_1.os wprintf_buffer_putc_1.os wprintf_buffer_puts_1.os wprintf_buffer_to_file.os wprintf_buffer_write.os wprintf_function_invoke.os errlist.os errlist-data.os errname.os fxprintf.os printf-parsemb.os printf-parsewc.os siglist.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/stdio-common/stubsT mv -f /build/stdio-common/stubsT /build/stdio-common/stubs make[3]: Leaving directory '/glibc/stdio-common' make subdir=libio -C libio ..=../ subdir_install make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 stdio.h /build/testroot.pristine/usr/include/stdio.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/stdio.h /build/testroot.pristine/usr/include/bits/stdio.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/stdio2.h /build/testroot.pristine/usr/include/bits/stdio2.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/stdio2-decl.h /build/testroot.pristine/usr/include/bits/stdio2-decl.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/stdio-ldbl.h /build/testroot.pristine/usr/include/bits/stdio-ldbl.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/types/FILE.h /build/testroot.pristine/usr/include/bits/types/FILE.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/types/__FILE.h /build/testroot.pristine/usr/include/bits/types/__FILE.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/types/struct_FILE.h /build/testroot.pristine/usr/include/bits/types/struct_FILE.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/types/__fpos_t.h /build/testroot.pristine/usr/include/bits/types/__fpos_t.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/types/__fpos64_t.h /build/testroot.pristine/usr/include/bits/types/__fpos64_t.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 bits/types/cookie_io_functions_t.h /build/testroot.pristine/usr/include/bits/types/cookie_io_functions_t.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/libio' make[3]: Entering directory '/glibc/libio' (cd /build/libio/.; objdump -h filedoalloc.o iofclose.o iofdopen.o iofflush.o iofgetpos.o iofgets.o iofopen.o iofopncook.o iofputs.o iofread.o iofsetpos.o ioftell.o wfiledoalloc.o iofwrite.o iogetdelim.o iogetline.o iogets.o iopadn.o iopopen.o ioputs.o ioseekoff.o ioseekpos.o iosetbuffer.o iosetvbuf.o ioungetc.o iovsprintf.o iovsscanf.o iofgetpos64.o iofopen64.o iofsetpos64.o fputwc.o fputwc_u.o getwc.o getwc_u.o getwchar.o getwchar_u.o iofgetws.o iofgetws_u.o iofputws.o iofputws_u.o iogetwline.o iowpadn.o ioungetwc.o putwc.o putwc_u.o putwchar.o putwchar_u.o putchar.o putchar_u.o fwprintf.o swprintf.o vwprintf.o wprintf.o wscanf.o fwscanf.o vwscanf.o vswprintf.o iovswscanf.o swscanf.o wgenops.o wstrops.o wfileops.o iofwide.o fwide.o wmemstream.o clearerr.o feof.o ferror.o fileno.o fputc.o freopen.o fseek.o getc.o getchar.o memstream.o pclose.o putc.o rewind.o setbuf.o setlinebuf.o vasprintf.o iovdprintf.o vscanf.o vsnprintf.o obprintf.o fcloseall.o fseeko.o ftello.o freopen64.o fseeko64.o ftello64.o __fbufsize.o __freading.o __fwriting.o __freadable.o __fwritable.o __flbf.o __fpurge.o __fpending.o __fsetlocking.o libc_fatal.o fmemopen.o oldfmemopen.o vtables.o clearerr_u.o feof_u.o ferror_u.o fputc_u.o getc_u.o getchar_u.o iofflush_u.o putc_u.o peekc.o iofread_u.o iofwrite_u.o iofgets_u.o iofputs_u.o fileops.o genops.o stdfiles.o stdio.o strops.o filedoalloc.os iofclose.os iofdopen.os iofflush.os iofgetpos.os iofgets.os iofopen.os iofopncook.os iofputs.os iofread.os iofsetpos.os ioftell.os wfiledoalloc.os iofwrite.os iogetdelim.os iogetline.os iogets.os iopadn.os iopopen.os ioputs.os ioseekoff.os ioseekpos.os iosetbuffer.os iosetvbuf.os ioungetc.os iovsprintf.os iovsscanf.os iofgetpos64.os iofopen64.os iofsetpos64.os fputwc.os fputwc_u.os getwc.os getwc_u.os getwchar.os getwchar_u.os iofgetws.os iofgetws_u.os iofputws.os iofputws_u.os iogetwline.os iowpadn.os ioungetwc.os putwc.os putwc_u.os putwchar.os putwchar_u.os putchar.os putchar_u.os fwprintf.os swprintf.os vwprintf.os wprintf.os wscanf.os fwscanf.os vwscanf.os vswprintf.os iovswscanf.os swscanf.os wgenops.os wstrops.os wfileops.os iofwide.os fwide.os wmemstream.os clearerr.os feof.os ferror.os fileno.os fputc.os freopen.os fseek.os getc.os getchar.os memstream.os pclose.os putc.os rewind.os setbuf.os setlinebuf.os vasprintf.os iovdprintf.os vscanf.os vsnprintf.os obprintf.os fcloseall.os fseeko.os ftello.os freopen64.os fseeko64.os ftello64.os __fbufsize.os __freading.os __fwriting.os __freadable.os __fwritable.os __flbf.os __fpurge.os __fpending.os __fsetlocking.os libc_fatal.os fmemopen.os oldfmemopen.os vtables.os oldiofopen.os oldiofdopen.os oldiofclose.os oldiopopen.os oldpclose.os oldtmpfile.os oldiofgetpos.os oldiofgetpos64.os oldiofsetpos.os oldiofsetpos64.os clearerr_u.os feof_u.os ferror_u.os fputc_u.os getc_u.os getchar_u.os iofflush_u.os putc_u.os peekc.os iofread_u.os iofwrite_u.os iofgets_u.os iofputs_u.os fileops.os genops.os stdfiles.os stdio.os strops.os oldfileops.os oldstdfiles.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/libio/stubsT mv -f /build/libio/stubsT /build/libio/stubs make[3]: Leaving directory '/glibc/libio' make subdir=dlfcn -C dlfcn ..=../ subdir_install make[3]: Entering directory '/glibc/dlfcn' /usr/bin/install -c -m 644 ../sysdeps/x86/bits/dl_find_object.h /build/testroot.pristine/usr/include/bits/dl_find_object.h make[3]: Leaving directory '/glibc/dlfcn' make[3]: Entering directory '/glibc/dlfcn' /usr/bin/install -c -m 644 ../bits/dlfcn.h /build/testroot.pristine/usr/include/bits/dlfcn.h make[3]: Leaving directory '/glibc/dlfcn' make[3]: Entering directory '/glibc/dlfcn' /usr/bin/install -c -m 644 dlfcn.h /build/testroot.pristine/usr/include/dlfcn.h make[3]: Leaving directory '/glibc/dlfcn' make[3]: Entering directory '/glibc/dlfcn' /usr/bin/install -c -m 644 /build/dlfcn/libdl.a /build/testroot.pristine/usr/lib/libdl.a make[3]: Leaving directory '/glibc/dlfcn' make[3]: Entering directory '/glibc/dlfcn' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/dlfcn' make[3]: Entering directory '/glibc/dlfcn' /usr/bin/install -c /build/dlfcn/libdl.so /build/testroot.pristine/lib/libdl.so.2.new mv -f /build/testroot.pristine/lib/libdl.so.2.new /build/testroot.pristine/lib/libdl.so.2 make[3]: Leaving directory '/glibc/dlfcn' make[3]: Entering directory '/glibc/dlfcn' (cd /build/dlfcn/.; objdump -h dladdr.o dladdr1.o dlclose.o dlerror.o dlinfo.o dlmopen.o dlopen.o dlsym.o dlvsym.o libc_dlerror_result.o dladdr.os dladdr1.os dlclose.os dlerror.os dlinfo.os dlmopen.os dlopen.os dlsym.os dlvsym.os libc_dlerror_result.os dlopenold.os libdl-compat.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/dlfcn/stubsT mv -f /build/dlfcn/stubsT /build/dlfcn/stubs make[3]: Leaving directory '/glibc/dlfcn' make subdir=nptl -C nptl ..=../ subdir_install make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c -m 644 ../bits/atomic_wide_counter.h /build/testroot.pristine/usr/include/bits/atomic_wide_counter.h make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/semaphore.h /build/testroot.pristine/usr/include/bits/semaphore.h make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c -m 644 ../sysdeps/x86/nptl/bits/struct_mutex.h /build/testroot.pristine/usr/include/bits/struct_mutex.h make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c -m 644 ../sysdeps/x86/nptl/bits/struct_rwlock.h /build/testroot.pristine/usr/include/bits/struct_rwlock.h make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c -m 644 ../sysdeps/nptl/pthread.h /build/testroot.pristine/usr/include/pthread.h make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c -m 644 ../sysdeps/pthread/semaphore.h /build/testroot.pristine/usr/include/semaphore.h make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c -m 644 ../sysdeps/pthread/threads.h /build/testroot.pristine/usr/include/threads.h make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c -m 644 /build/nptl/libpthread.a /build/testroot.pristine/usr/lib/libpthread.a make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c /build/nptl/libpthread.so /build/testroot.pristine/lib/libpthread.so.0.new mv -f /build/testroot.pristine/lib/libpthread.so.0.new /build/testroot.pristine/lib/libpthread.so.0 make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/nptl' make[3]: Entering directory '/glibc/nptl' (cd /build/nptl/.; objdump -h alloca_cutoff.o cancellation.o cleanup.o cleanup_compat.o cleanup_defer.o cleanup_defer_compat.o cleanup_routine.o elision-conf.o elision-lock.o elision-timed.o elision-trylock.o elision-unlock.o events.o futex-internal.o libc-cleanup.o lowlevellock.o nptl-stack.o nptl_deallocate_tsd.o nptl_free_tcb.o nptl_nthreads.o nptl_setxid.o nptlfreeres.o old_pthread_cond_broadcast.o old_pthread_cond_destroy.o old_pthread_cond_init.o old_pthread_cond_signal.o old_pthread_cond_timedwait.o old_pthread_cond_wait.o pthread_atfork.o pthread_attr_copy.o pthread_attr_destroy.o pthread_attr_extension.o pthread_attr_getaffinity.o pthread_attr_getdetachstate.o pthread_attr_getguardsize.o pthread_attr_getinheritsched.o pthread_attr_getschedparam.o pthread_attr_getschedpolicy.o pthread_attr_getscope.o pthread_attr_getsigmask.o pthread_attr_getstack.o pthread_attr_getstackaddr.o pthread_attr_getstacksize.o pthread_attr_init.o pthread_attr_setaffinity.o pthread_attr_setdetachstate.o pthread_attr_setguardsize.o pthread_attr_setinheritsched.o pthread_attr_setschedparam.o pthread_attr_setschedpolicy.o pthread_attr_setscope.o pthread_attr_setsigmask.o pthread_attr_setsigmask_internal.o pthread_attr_setstack.o pthread_attr_setstackaddr.o pthread_attr_setstacksize.o pthread_barrier_destroy.o pthread_barrier_init.o pthread_barrier_wait.o pthread_barrierattr_destroy.o pthread_barrierattr_getpshared.o pthread_barrierattr_init.o pthread_barrierattr_setpshared.o pthread_cancel.o pthread_cleanup_upto.o pthread_clockjoin.o pthread_cond_broadcast.o pthread_cond_destroy.o pthread_cond_init.o pthread_cond_signal.o pthread_cond_wait.o pthread_condattr_destroy.o pthread_condattr_getclock.o pthread_condattr_getpshared.o pthread_condattr_init.o pthread_condattr_setclock.o pthread_condattr_setpshared.o pthread_create.o pthread_detach.o pthread_equal.o pthread_exit.o pthread_getaffinity.o pthread_getattr_default_np.o pthread_getattr_np.o pthread_getconcurrency.o pthread_getcpuclockid.o pthread_getname.o pthread_getschedparam.o pthread_getspecific.o pthread_join.o pthread_join_common.o pthread_key_create.o pthread_key_delete.o pthread_keys.o pthread_kill.o pthread_kill_other_threads.o pthread_mutex_cond_lock.o pthread_mutex_conf.o pthread_mutex_consistent.o pthread_mutex_destroy.o pthread_mutex_getprioceiling.o pthread_mutex_init.o pthread_mutex_lock.o pthread_mutex_setprioceiling.o pthread_mutex_timedlock.o pthread_mutex_trylock.o pthread_mutex_unlock.o pthread_mutexattr_destroy.o pthread_mutexattr_getprioceiling.o pthread_mutexattr_getprotocol.o pthread_mutexattr_getpshared.o pthread_mutexattr_getrobust.o pthread_mutexattr_gettype.o pthread_mutexattr_init.o pthread_mutexattr_setprioceiling.o pthread_mutexattr_setprotocol.o pthread_mutexattr_setpshared.o pthread_mutexattr_setrobust.o pthread_mutexattr_settype.o pthread_once.o pthread_rwlock_clockrdlock.o pthread_rwlock_clockwrlock.o pthread_rwlock_destroy.o pthread_rwlock_init.o pthread_rwlock_rdlock.o pthread_rwlock_timedrdlock.o pthread_rwlock_timedwrlock.o pthread_rwlock_tryrdlock.o pthread_rwlock_trywrlock.o pthread_rwlock_unlock.o pthread_rwlock_wrlock.o pthread_rwlockattr_destroy.o pthread_rwlockattr_getkind_np.o pthread_rwlockattr_getpshared.o pthread_rwlockattr_init.o pthread_rwlockattr_setkind_np.o pthread_rwlockattr_setpshared.o pthread_self.o pthread_setaffinity.o pthread_setattr_default_np.o pthread_setcancelstate.o pthread_setcanceltype.o pthread_setconcurrency.o pthread_setname.o pthread_setschedparam.o pthread_setschedprio.o pthread_setspecific.o pthread_sigmask.o pthread_sigqueue.o pthread_spin_destroy.o pthread_spin_init.o pthread_spin_lock.o pthread_spin_trylock.o pthread_spin_unlock.o pthread_testcancel.o pthread_timedjoin.o pthread_tryjoin.o pthread_yield.o sem_clockwait.o sem_close.o sem_destroy.o sem_getvalue.o sem_init.o sem_open.o sem_post.o sem_routines.o sem_timedwait.o sem_unlink.o sem_wait.o syscall_cancel.o tpp.o unwind.o vars.o thrd_current.o thrd_equal.o thrd_sleep.o thrd_yield.o call_once.o cnd_broadcast.o cnd_destroy.o cnd_init.o cnd_signal.o cnd_timedwait.o cnd_wait.o mtx_destroy.o mtx_init.o mtx_lock.o mtx_timedlock.o mtx_trylock.o mtx_unlock.o pthread_atfork_compat.o thrd_create.o thrd_detach.o thrd_exit.o thrd_join.o tss_create.o tss_delete.o tss_get.o tss_set.o alloca_cutoff.os cancellation.os cleanup.os cleanup_compat.os cleanup_defer.os cleanup_defer_compat.os cleanup_routine.os elision-conf.os elision-lock.os elision-timed.os elision-trylock.os elision-unlock.os events.os futex-internal.os libc-cleanup.os lowlevellock.os nptl-stack.os nptl_deallocate_tsd.os nptl_free_tcb.os nptl_nthreads.os nptl_setxid.os nptlfreeres.os old_pthread_cond_broadcast.os old_pthread_cond_destroy.os old_pthread_cond_init.os old_pthread_cond_signal.os old_pthread_cond_timedwait.os old_pthread_cond_wait.os pthread_attr_copy.os pthread_attr_destroy.os pthread_attr_extension.os pthread_attr_getaffinity.os pthread_attr_getdetachstate.os pthread_attr_getguardsize.os pthread_attr_getinheritsched.os pthread_attr_getschedparam.os pthread_attr_getschedpolicy.os pthread_attr_getscope.os pthread_attr_getsigmask.os pthread_attr_getstack.os pthread_attr_getstackaddr.os pthread_attr_getstacksize.os pthread_attr_init.os pthread_attr_setaffinity.os pthread_attr_setdetachstate.os pthread_attr_setguardsize.os pthread_attr_setinheritsched.os pthread_attr_setschedparam.os pthread_attr_setschedpolicy.os pthread_attr_setscope.os pthread_attr_setsigmask.os pthread_attr_setsigmask_internal.os pthread_attr_setstack.os pthread_attr_setstackaddr.os pthread_attr_setstacksize.os pthread_barrier_destroy.os pthread_barrier_init.os pthread_barrier_wait.os pthread_barrierattr_destroy.os pthread_barrierattr_getpshared.os pthread_barrierattr_init.os pthread_barrierattr_setpshared.os pthread_cancel.os pthread_cleanup_upto.os pthread_clockjoin.os pthread_cond_broadcast.os pthread_cond_destroy.os pthread_cond_init.os pthread_cond_signal.os pthread_cond_wait.os pthread_condattr_destroy.os pthread_condattr_getclock.os pthread_condattr_getpshared.os pthread_condattr_init.os pthread_condattr_setclock.os pthread_condattr_setpshared.os pthread_create.os pthread_detach.os pthread_equal.os pthread_exit.os pthread_getaffinity.os pthread_getattr_default_np.os pthread_getattr_np.os pthread_getconcurrency.os pthread_getcpuclockid.os pthread_getname.os pthread_getschedparam.os pthread_getspecific.os pthread_join.os pthread_join_common.os pthread_key_create.os pthread_key_delete.os pthread_keys.os pthread_kill.os pthread_kill_other_threads.os pthread_mutex_cond_lock.os pthread_mutex_conf.os pthread_mutex_consistent.os pthread_mutex_destroy.os pthread_mutex_getprioceiling.os pthread_mutex_init.os pthread_mutex_lock.os pthread_mutex_setprioceiling.os pthread_mutex_timedlock.os pthread_mutex_trylock.os pthread_mutex_unlock.os pthread_mutexattr_destroy.os pthread_mutexattr_getprioceiling.os pthread_mutexattr_getprotocol.os pthread_mutexattr_getpshared.os pthread_mutexattr_getrobust.os pthread_mutexattr_gettype.os pthread_mutexattr_init.os pthread_mutexattr_setprioceiling.os pthread_mutexattr_setprotocol.os pthread_mutexattr_setpshared.os pthread_mutexattr_setrobust.os pthread_mutexattr_settype.os pthread_once.os pthread_rwlock_clockrdlock.os pthread_rwlock_clockwrlock.os pthread_rwlock_destroy.os pthread_rwlock_init.os pthread_rwlock_rdlock.os pthread_rwlock_timedrdlock.os pthread_rwlock_timedwrlock.os pthread_rwlock_tryrdlock.os pthread_rwlock_trywrlock.os pthread_rwlock_unlock.os pthread_rwlock_wrlock.os pthread_rwlockattr_destroy.os pthread_rwlockattr_getkind_np.os pthread_rwlockattr_getpshared.os pthread_rwlockattr_init.os pthread_rwlockattr_setkind_np.os pthread_rwlockattr_setpshared.os pthread_self.os pthread_setaffinity.os pthread_setattr_default_np.os pthread_setcancelstate.os pthread_setcanceltype.os pthread_setconcurrency.os pthread_setname.os pthread_setschedparam.os pthread_setschedprio.os pthread_setspecific.os pthread_sigmask.os pthread_sigqueue.os pthread_spin_destroy.os pthread_spin_init.os pthread_spin_lock.os pthread_spin_trylock.os pthread_spin_unlock.os pthread_testcancel.os pthread_timedjoin.os pthread_tryjoin.os pthread_yield.os sem_clockwait.os sem_close.os sem_destroy.os sem_getvalue.os sem_init.os sem_open.os sem_post.os sem_routines.os sem_timedwait.os sem_unlink.os sem_wait.os syscall_cancel.os tpp.os unwind.os vars.os thrd_current.os thrd_equal.os thrd_sleep.os thrd_yield.os call_once.os cnd_broadcast.os cnd_destroy.os cnd_init.os cnd_signal.os cnd_timedwait.os cnd_wait.os mtx_destroy.os mtx_init.os mtx_lock.os mtx_timedlock.os mtx_trylock.os mtx_unlock.os pthread_atfork_compat.os thrd_create.os thrd_detach.os thrd_exit.os thrd_join.os tss_create.os tss_delete.os tss_get.os tss_set.os pthread_atfork.oS libpthread-compat.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/nptl/stubsT mv -f /build/nptl/stubsT /build/nptl/stubs make[3]: Leaving directory '/glibc/nptl' make subdir=rt -C rt ..=../ subdir_install make[3]: Entering directory '/glibc/rt' /usr/bin/install -c -m 644 aio.h /build/testroot.pristine/usr/include/aio.h make[3]: Leaving directory '/glibc/rt' make[3]: Entering directory '/glibc/rt' /usr/bin/install -c -m 644 mqueue.h /build/testroot.pristine/usr/include/mqueue.h make[3]: Leaving directory '/glibc/rt' make[3]: Entering directory '/glibc/rt' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/mqueue.h /build/testroot.pristine/usr/include/bits/mqueue.h make[3]: Leaving directory '/glibc/rt' make[3]: Entering directory '/glibc/rt' /usr/bin/install -c -m 644 bits/mqueue2.h /build/testroot.pristine/usr/include/bits/mqueue2.h make[3]: Leaving directory '/glibc/rt' make[3]: Entering directory '/glibc/rt' /usr/bin/install -c -m 644 /build/rt/librt.a /build/testroot.pristine/usr/lib/librt.a make[3]: Leaving directory '/glibc/rt' make[3]: Entering directory '/glibc/rt' /usr/bin/install -c /build/rt/librt.so /build/testroot.pristine/lib/librt.so.1.new mv -f /build/testroot.pristine/lib/librt.so.1.new /build/testroot.pristine/lib/librt.so.1 make[3]: Leaving directory '/glibc/rt' make[3]: Entering directory '/glibc/rt' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/rt' make[3]: Entering directory '/glibc/rt' (cd /build/rt/.; objdump -h shm_open.o shm_unlink.o aio_cancel.o aio_error.o aio_fsync.o aio_misc.o aio_notify.o aio_read.o aio_read64.o aio_return.o aio_sigqueue.o aio_suspend.o aio_write.o aio_write64.o lio_listio.o lio_listio64.o mq_close.o mq_getattr.o mq_notify.o mq_open.o mq_receive.o mq_send.o mq_setattr.o mq_timedreceive.o mq_timedsend.o mq_unlink.o timer_create.o timer_delete.o timer_getoverr.o timer_gettime.o timer_settime.o timer_routines.o shm_open.os shm_unlink.os aio_cancel.os aio_error.os aio_fsync.os aio_misc.os aio_notify.os aio_read.os aio_read64.os aio_return.os aio_sigqueue.os aio_suspend.os aio_write.os aio_write64.os lio_listio.os lio_listio64.os mq_close.os mq_getattr.os mq_notify.os mq_open.os mq_receive.os mq_send.os mq_setattr.os mq_timedreceive.os mq_timedsend.os mq_unlink.os timer_create.os timer_delete.os timer_getoverr.os timer_gettime.os timer_settime.os timer_routines.os librt-compat.os sysdep.os rt-unwind-resume.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/rt/stubsT mv -f /build/rt/stubsT /build/rt/stubs make[3]: Leaving directory '/glibc/rt' make subdir=malloc -C malloc ..=../ subdir_install make[3]: Entering directory '/glibc/malloc' /usr/bin/install -c -m 644 malloc.h /build/testroot.pristine/usr/include/malloc.h make[3]: Leaving directory '/glibc/malloc' make[3]: Entering directory '/glibc/malloc' /usr/bin/install -c -m 644 obstack.h /build/testroot.pristine/usr/include/obstack.h make[3]: Leaving directory '/glibc/malloc' make[3]: Entering directory '/glibc/malloc' /usr/bin/install -c -m 644 mcheck.h /build/testroot.pristine/usr/include/mcheck.h make[3]: Leaving directory '/glibc/malloc' make[3]: Entering directory '/glibc/malloc' /usr/bin/install -c -m 644 /build/malloc/libmcheck.a /build/testroot.pristine/usr/lib/libmcheck.a make[3]: Leaving directory '/glibc/malloc' make[3]: Entering directory '/glibc/malloc' /usr/bin/install -c /build/malloc/libmemusage.so /build/testroot.pristine/lib/libmemusage.so.new mv -f /build/testroot.pristine/lib/libmemusage.so.new /build/testroot.pristine/lib/libmemusage.so make[3]: Leaving directory '/glibc/malloc' make[3]: Entering directory '/glibc/malloc' /usr/bin/install -c /build/malloc/libc_malloc_debug.so /build/testroot.pristine/lib/libc_malloc_debug.so.0.new mv -f /build/testroot.pristine/lib/libc_malloc_debug.so.0.new /build/testroot.pristine/lib/libc_malloc_debug.so.0 make[3]: Leaving directory '/glibc/malloc' make[3]: Entering directory '/glibc/malloc' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/malloc' make[3]: Entering directory '/glibc/malloc' /usr/bin/install -c /build/malloc/mtrace /build/testroot.pristine/usr/bin/mtrace.new mv -f /build/testroot.pristine/usr/bin/mtrace.new /build/testroot.pristine/usr/bin/mtrace make[3]: Leaving directory '/glibc/malloc' make[3]: Entering directory '/glibc/malloc' (cd /build/malloc/.; objdump -h malloc.o mcheck.o mtrace.o obstack.o reallocarray.o scratch_buffer_grow.o scratch_buffer_grow_preserve.o scratch_buffer_set_array_size.o dynarray_at_failure.o dynarray_emplace_enlarge.o dynarray_finalize.o dynarray_resize.o dynarray_resize_clear.o alloc_buffer_alloc_array.o alloc_buffer_allocate.o alloc_buffer_copy_bytes.o alloc_buffer_copy_string.o alloc_buffer_create_failure.o set-freeres.o thread-freeres.o malloc.os mcheck.os mtrace.os obstack.os reallocarray.os scratch_buffer_grow.os scratch_buffer_grow_preserve.os scratch_buffer_set_array_size.os dynarray_at_failure.os dynarray_emplace_enlarge.os dynarray_finalize.os dynarray_resize.os dynarray_resize_clear.os alloc_buffer_alloc_array.os alloc_buffer_allocate.os alloc_buffer_copy_bytes.os alloc_buffer_copy_string.os alloc_buffer_create_failure.os set-freeres.os thread-freeres.os mcheck-init.o libmcheck.a memusage.os malloc-debug.os malloc-hugepages.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/malloc/stubsT mv -f /build/malloc/stubsT /build/malloc/stubs make[3]: Leaving directory '/glibc/malloc' make[3]: Entering directory '/glibc/malloc' rm -f /build/testroot.pristine/usr/lib/libc_malloc_debug.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/libc_malloc_debug.so.0 /build/testroot.pristine/usr/lib/libc_malloc_debug.so.new mv -f /build/testroot.pristine/usr/lib/libc_malloc_debug.so.new /build/testroot.pristine/usr/lib/libc_malloc_debug.so make[3]: Leaving directory '/glibc/malloc' make subdir=string -C string ..=../ subdir_install make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 argz.h /build/testroot.pristine/usr/include/argz.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 ../bits/byteswap.h /build/testroot.pristine/usr/include/bits/byteswap.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 bits/endian.h /build/testroot.pristine/usr/include/bits/endian.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 ../sysdeps/x86/bits/endianness.h /build/testroot.pristine/usr/include/bits/endianness.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 bits/string_fortified.h /build/testroot.pristine/usr/include/bits/string_fortified.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 bits/strings_fortified.h /build/testroot.pristine/usr/include/bits/strings_fortified.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 ../bits/uintn-identity.h /build/testroot.pristine/usr/include/bits/uintn-identity.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 byteswap.h /build/testroot.pristine/usr/include/byteswap.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 endian.h /build/testroot.pristine/usr/include/endian.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 envz.h /build/testroot.pristine/usr/include/envz.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 memory.h /build/testroot.pristine/usr/include/memory.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 string.h /build/testroot.pristine/usr/include/string.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 strings.h /build/testroot.pristine/usr/include/strings.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/string' make[3]: Entering directory '/glibc/string' (cd /build/string/.; objdump -h _strerror.o argz-addsep.o argz-append.o argz-count.o argz-create.o argz-ctsep.o argz-delete.o argz-extract.o argz-insert.o argz-next.o argz-replace.o argz-stringify.o basename.o bcopy.o bzero.o envz.o explicit_bzero.o ffs.o ffsll.o memccpy.o memchr.o memcmp.o memcmpeq.o memcpy.o memfrob.o memmem.o memmove.o mempcpy.o memrchr.o memset.o rawmemchr.o sigabbrev_np.o sigdescr_np.o stpcpy.o stpncpy.o strcasecmp.o strcasecmp_l.o strcasestr.o strcat.o strchr.o strchrnul.o strcmp.o strcoll.o strcoll_l.o strcpy.o strcspn.o strdup.o strerror.o strerror_l.o strerrordesc_np.o strerrorname_np.o strfry.o string-inlines.o strlcat.o strlcpy.o strlen.o strncase.o strncase_l.o strncat.o strncmp.o strncpy.o strndup.o strnlen.o strpbrk.o strrchr.o strsep.o strsignal.o strspn.o strstr.o strtok.o strtok_r.o strverscmp.o strxfrm.o strxfrm_l.o swab.o wordcopy.o xpg-strerror.o memset-sse2.o memcpy-ssse3.o mempcpy-ssse3.o memmove-ssse3.o memcpy-ssse3-rep.o mempcpy-ssse3-rep.o memmove-ssse3-rep.o memset-sse2-rep.o strcmp-ssse3.o strcmp-sse4.o strncmp-c.o strncmp-ssse3.o strncmp-sse4.o memcmp-ssse3.o memcmp-sse4.o varshift.o strlen-sse2.o strlen-sse2-bsf.o strncpy-c.o strcpy-ssse3.o strncpy-ssse3.o stpcpy-ssse3.o stpncpy-ssse3.o strcpy-sse2.o strncpy-sse2.o stpcpy-sse2.o stpncpy-sse2.o strcat-ssse3.o strcat-sse2.o strncat-ssse3.o strncat-sse2.o strncat-c.o strchr-sse2.o strrchr-sse2.o strchr-sse2-bsf.o strrchr-sse2-bsf.o memchr-sse2.o memchr-sse2-bsf.o memrchr-sse2.o memrchr-sse2-bsf.o memrchr-c.o rawmemchr-sse2.o rawmemchr-sse2-bsf.o strnlen-sse2.o strnlen-c.o strcasecmp_l-c.o strcasecmp-c.o strcasecmp_l-ssse3.o strncase_l-c.o strncase-c.o strncase_l-ssse3.o strcasecmp_l-sse4.o strncase_l-sse4.o memcpy-sse2-unaligned.o mempcpy-sse2-unaligned.o memmove-sse2-unaligned.o strcspn-c.o strpbrk-c.o strspn-c.o rawmemchr-ia32.o memchr-ia32.o memcmp-ia32.o memcpy-ia32.o memmove-ia32.o mempcpy-ia32.o memset-ia32.o strcat-ia32.o strchr-ia32.o strrchr-ia32.o strcpy-ia32.o strcmp-ia32.o strcspn-ia32.o strpbrk-ia32.o strspn-ia32.o strlen-ia32.o stpcpy-ia32.o stpncpy-ia32.o cacheinfo.o tls-internal.o _strerror.os argz-addsep.os argz-append.os argz-count.os argz-create.os argz-ctsep.os argz-delete.os argz-extract.os argz-insert.os argz-next.os argz-replace.os argz-stringify.os basename.os bcopy.os bzero.os envz.os explicit_bzero.os ffs.os ffsll.os memccpy.os memchr.os memcmp.os memcmpeq.os memcpy.os memfrob.os memmem.os memmove.os mempcpy.os memrchr.os memset.os rawmemchr.os sigabbrev_np.os sigdescr_np.os stpcpy.os stpncpy.os strcasecmp.os strcasecmp_l.os strcasestr.os strcat.os strchr.os strchrnul.os strcmp.os strcoll.os strcoll_l.os strcpy.os strcspn.os strdup.os strerror.os strerror_l.os strerrordesc_np.os strerrorname_np.os strfry.os string-inlines.os strlcat.os strlcpy.os strlen.os strncase.os strncase_l.os strncat.os strncmp.os strncpy.os strndup.os strnlen.os strpbrk.os strrchr.os strsep.os strsignal.os strspn.os strstr.os strtok.os strtok_r.os strverscmp.os strxfrm.os strxfrm_l.os swab.os wordcopy.os xpg-strerror.os memset-sse2.os memcpy-ssse3.os mempcpy-ssse3.os memmove-ssse3.os memcpy-ssse3-rep.os mempcpy-ssse3-rep.os memmove-ssse3-rep.os memset-sse2-rep.os strcmp-ssse3.os strcmp-sse4.os strncmp-c.os strncmp-ssse3.os strncmp-sse4.os memcmp-ssse3.os memcmp-sse4.os varshift.os strlen-sse2.os strlen-sse2-bsf.os strncpy-c.os strcpy-ssse3.os strncpy-ssse3.os stpcpy-ssse3.os stpncpy-ssse3.os strcpy-sse2.os strncpy-sse2.os stpcpy-sse2.os stpncpy-sse2.os strcat-ssse3.os strcat-sse2.os strncat-ssse3.os strncat-sse2.os strncat-c.os strchr-sse2.os strrchr-sse2.os strchr-sse2-bsf.os strrchr-sse2-bsf.os memchr-sse2.os memchr-sse2-bsf.os memrchr-sse2.os memrchr-sse2-bsf.os memrchr-c.os rawmemchr-sse2.os rawmemchr-sse2-bsf.os strnlen-sse2.os strnlen-c.os strcasecmp_l-c.os strcasecmp-c.os strcasecmp_l-ssse3.os strncase_l-c.os strncase-c.os strncase_l-ssse3.os strcasecmp_l-sse4.os strncase_l-sse4.os memcpy-sse2-unaligned.os mempcpy-sse2-unaligned.os memmove-sse2-unaligned.os strcspn-c.os strpbrk-c.os strspn-c.os rawmemchr-ia32.os memchr-ia32.os memcmp-ia32.os memcpy-ia32.os memmove-ia32.os mempcpy-ia32.os memset-ia32.os strcat-ia32.os strchr-ia32.os strrchr-ia32.os strcpy-ia32.os strcmp-ia32.os strcspn-ia32.os strpbrk-ia32.os strspn-ia32.os strlen-ia32.os stpcpy-ia32.os stpncpy-ia32.os cacheinfo.os tls-internal.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/string/stubsT mv -f /build/string/stubsT /build/string/stubs make[3]: Leaving directory '/glibc/string' make subdir=wcsmbs -C wcsmbs ..=../ subdir_install make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 bits/types/__mbstate_t.h /build/testroot.pristine/usr/include/bits/types/__mbstate_t.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 bits/types/mbstate_t.h /build/testroot.pristine/usr/include/bits/types/mbstate_t.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 bits/types/wint_t.h /build/testroot.pristine/usr/include/bits/types/wint_t.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 bits/wchar-ldbl.h /build/testroot.pristine/usr/include/bits/wchar-ldbl.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 ../bits/wchar.h /build/testroot.pristine/usr/include/bits/wchar.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 bits/wchar2-decl.h /build/testroot.pristine/usr/include/bits/wchar2-decl.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 bits/wchar2.h /build/testroot.pristine/usr/include/bits/wchar2.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 uchar.h /build/testroot.pristine/usr/include/uchar.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 wchar.h /build/testroot.pristine/usr/include/wchar.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/wcsmbs' make[3]: Entering directory '/glibc/wcsmbs' (cd /build/wcsmbs/.; objdump -h btowc.o c16rtomb.o c32rtomb.o c8rtomb.o isoc23_fwscanf.o isoc23_swscanf.o isoc23_vfwscanf.o isoc23_vswscanf.o isoc23_vwscanf.o isoc23_wscanf.o isoc99_fwscanf.o isoc99_swscanf.o isoc99_vfwscanf.o isoc99_vswscanf.o isoc99_vwscanf.o isoc99_wscanf.o mbrlen.o mbrtoc8.o mbrtoc16.o mbrtoc32.o mbrtowc.o mbsinit.o mbsnrtowcs.o mbsrtowcs.o mbsrtowcs_l.o wcpcpy.o wcpncpy.o wcrtomb.o wcscasecmp.o wcscasecmp_l.o wcscat.o wcschr.o wcschrnul.o wcscmp.o wcscoll.o wcscoll_l.o wcscpy.o wcscspn.o wcsdup.o wcslcat.o wcslcpy.o wcslen.o wcsmbsload.o wcsncase.o wcsncase_l.o wcsncat.o wcsncmp.o wcsncpy.o wcsnlen.o wcsnrtombs.o wcspbrk.o wcsrchr.o wcsrtombs.o wcsspn.o wcsstr.o wcstod.o wcstod_l.o wcstod_nan.o wcstof.o wcstof_l.o wcstof_nan.o wcstok.o wcstol.o wcstol_l.o wcstold.o wcstold_l.o wcstold_nan.o wcstoll.o wcstoll_l.o wcstoul.o wcstoul_l.o wcstoull.o wcstoull_l.o wcswidth.o wcsxfrm.o wcsxfrm_l.o wctob.o wcwidth.o wmemchr.o wmemcmp.o wmemcpy.o wmemmove.o wmempcpy.o wmemset.o wcstof128_l.o wcstof128.o wcstof128_nan.o wcscmp-sse2.o wcscmp-c.o wcslen-sse2.o wcslen-c.o wmemcmp-sse4.o wmemcmp-ssse3.o wmemcmp-c.o wcschr-sse2.o wcschr-c.o wcsrchr-sse2.o wcsrchr-c.o wcscpy-ssse3.o wcscpy-c.o btowc.os c16rtomb.os c32rtomb.os c8rtomb.os isoc23_fwscanf.os isoc23_swscanf.os isoc23_vfwscanf.os isoc23_vswscanf.os isoc23_vwscanf.os isoc23_wscanf.os isoc99_fwscanf.os isoc99_swscanf.os isoc99_vfwscanf.os isoc99_vswscanf.os isoc99_vwscanf.os isoc99_wscanf.os mbrlen.os mbrtoc8.os mbrtoc16.os mbrtoc32.os mbrtowc.os mbsinit.os mbsnrtowcs.os mbsrtowcs.os mbsrtowcs_l.os wcpcpy.os wcpncpy.os wcrtomb.os wcscasecmp.os wcscasecmp_l.os wcscat.os wcschr.os wcschrnul.os wcscmp.os wcscoll.os wcscoll_l.os wcscpy.os wcscspn.os wcsdup.os wcslcat.os wcslcpy.os wcslen.os wcsmbsload.os wcsncase.os wcsncase_l.os wcsncat.os wcsncmp.os wcsncpy.os wcsnlen.os wcsnrtombs.os wcspbrk.os wcsrchr.os wcsrtombs.os wcsspn.os wcsstr.os wcstod.os wcstod_l.os wcstod_nan.os wcstof.os wcstof_l.os wcstof_nan.os wcstok.os wcstol.os wcstol_l.os wcstold.os wcstold_l.os wcstold_nan.os wcstoll.os wcstoll_l.os wcstoul.os wcstoul_l.os wcstoull.os wcstoull_l.os wcswidth.os wcsxfrm.os wcsxfrm_l.os wctob.os wcwidth.os wmemchr.os wmemcmp.os wmemcpy.os wmemmove.os wmempcpy.os wmemset.os wcstof128_l.os wcstof128.os wcstof128_nan.os wcscmp-sse2.os wcscmp-c.os wcslen-sse2.os wcslen-c.os wmemcmp-sse4.os wmemcmp-ssse3.os wmemcmp-c.os wcschr-sse2.os wcschr-c.os wcsrchr-sse2.os wcsrchr-c.os wcscpy-ssse3.os wcscpy-c.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/wcsmbs/stubsT mv -f /build/wcsmbs/stubsT /build/wcsmbs/stubs make[3]: Leaving directory '/glibc/wcsmbs' make subdir=timezone -C timezone ..=../ subdir_install make[3]: Entering directory '/glibc/timezone' /usr/bin/install -c /build/timezone/zdump /build/testroot.pristine/usr/bin/zdump.new mv -f /build/testroot.pristine/usr/bin/zdump.new /build/testroot.pristine/usr/bin/zdump make[3]: Leaving directory '/glibc/timezone' make[3]: Entering directory '/glibc/timezone' /usr/bin/install -c /build/timezone/tzselect /build/testroot.pristine/usr/bin/tzselect.new mv -f /build/testroot.pristine/usr/bin/tzselect.new /build/testroot.pristine/usr/bin/tzselect make[3]: Leaving directory '/glibc/timezone' make[3]: Entering directory '/glibc/timezone' > /build/timezone/stubs make[3]: Leaving directory '/glibc/timezone' make[3]: Entering directory '/glibc/timezone' /usr/bin/install -c /build/timezone/zic /build/testroot.pristine/usr/sbin/zic.new mv -f /build/testroot.pristine/usr/sbin/zic.new /build/testroot.pristine/usr/sbin/zic make[3]: Leaving directory '/glibc/timezone' make subdir=time -C time ..=../ subdir_install make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 time.h /build/testroot.pristine/usr/include/time.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 sys/time.h /build/testroot.pristine/usr/include/sys/time.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 sys/timeb.h /build/testroot.pristine/usr/include/sys/timeb.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/time.h /build/testroot.pristine/usr/include/bits/time.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 bits/types/clockid_t.h /build/testroot.pristine/usr/include/bits/types/clockid_t.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 bits/types/clock_t.h /build/testroot.pristine/usr/include/bits/types/clock_t.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 bits/types/struct_itimerspec.h /build/testroot.pristine/usr/include/bits/types/struct_itimerspec.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 bits/types/struct_timespec.h /build/testroot.pristine/usr/include/bits/types/struct_timespec.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 bits/types/struct_timeval.h /build/testroot.pristine/usr/include/bits/types/struct_timeval.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 bits/types/struct_tm.h /build/testroot.pristine/usr/include/bits/types/struct_tm.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 bits/types/timer_t.h /build/testroot.pristine/usr/include/bits/types/timer_t.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 bits/types/time_t.h /build/testroot.pristine/usr/include/bits/types/time_t.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 bits/types/struct_timeb.h /build/testroot.pristine/usr/include/bits/types/struct_timeb.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/timex.h /build/testroot.pristine/usr/include/bits/timex.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/timex.h /build/testroot.pristine/usr/include/sys/timex.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/time' make[3]: Entering directory '/glibc/time' (cd /build/time/.; objdump -h offtime.o asctime.o clock.o ctime.o ctime_r.o difftime.o gmtime.o localtime.o mktime.o time.o gettimeofday.o settimeofday.o settimezone.o adjtime.o tzset.o tzfile.o getitimer.o setitimer.o stime.o dysize.o timegm.o ftime.o getdate.o strptime.o strptime_l.o strftime.o wcsftime.o strftime_l.o wcsftime_l.o timespec_get.o timespec_getres.o clock_getcpuclockid.o clock_getres.o clock_gettime.o clock_settime.o clock_nanosleep.o era.o alt_digit.o lc-time-cleanup.o ntp_gettime.o ntp_gettimex.o offtime.os asctime.os clock.os ctime.os ctime_r.os difftime.os gmtime.os localtime.os mktime.os time.os gettimeofday.os settimeofday.os settimezone.os adjtime.os tzset.os tzfile.os getitimer.os setitimer.os stime.os dysize.os timegm.os ftime.os getdate.os strptime.os strptime_l.os strftime.os wcsftime.os strftime_l.os wcsftime_l.os timespec_get.os timespec_getres.os clock_getcpuclockid.os clock_getres.os clock_gettime.os clock_settime.os clock_nanosleep.os era.os alt_digit.os lc-time-cleanup.os ntp_gettime.os ntp_gettimex.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/time/stubsT mv -f /build/time/stubsT /build/time/stubs make[3]: Leaving directory '/glibc/time' make subdir=dirent -C dirent ..=../ subdir_install make[3]: Entering directory '/glibc/dirent' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/dirent.h /build/testroot.pristine/usr/include/bits/dirent.h make[3]: Leaving directory '/glibc/dirent' make[3]: Entering directory '/glibc/dirent' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/dirent_ext.h /build/testroot.pristine/usr/include/bits/dirent_ext.h make[3]: Leaving directory '/glibc/dirent' make[3]: Entering directory '/glibc/dirent' /usr/bin/install -c -m 644 dirent.h /build/testroot.pristine/usr/include/dirent.h make[3]: Leaving directory '/glibc/dirent' make[3]: Entering directory '/glibc/dirent' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/dirent' make[3]: Entering directory '/glibc/dirent' (cd /build/dirent/.; objdump -h alphasort.o alphasort64.o closedir.o dirfd.o fdopendir.o getdents.o getdents64.o opendir.o readdir.o readdir64.o readdir64_r.o readdir_r.o rewinddir.o scandir.o scandir-cancel.o scandir-tail.o scandir64.o scandir64-tail.o scandirat.o scandirat64.o seekdir.o telldir.o versionsort.o versionsort64.o getdirentries.o getdirentries64.o alphasort.os alphasort64.os closedir.os dirfd.os fdopendir.os getdents.os getdents64.os opendir.os readdir.os readdir64.os readdir64_r.os readdir_r.os rewinddir.os scandir.os scandir-cancel.os scandir-tail.os scandir64.os scandir64-tail.os scandirat.os scandirat64.os seekdir.os telldir.os versionsort.os versionsort64.os getdirentries.os getdirentries64.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/dirent/stubsT mv -f /build/dirent/stubsT /build/dirent/stubs make[3]: Leaving directory '/glibc/dirent' make subdir=posix -C posix ..=../ subdir_install make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../bits/confname.h /build/testroot.pristine/usr/include/bits/confname.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 bits/cpu-set.h /build/testroot.pristine/usr/include/bits/cpu-set.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/environments.h /build/testroot.pristine/usr/include/bits/environments.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 bits/getopt_core.h /build/testroot.pristine/usr/include/bits/getopt_core.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 bits/getopt_ext.h /build/testroot.pristine/usr/include/bits/getopt_ext.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 bits/getopt_posix.h /build/testroot.pristine/usr/include/bits/getopt_posix.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/local_lim.h /build/testroot.pristine/usr/include/bits/local_lim.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/mman_ext.h /build/testroot.pristine/usr/include/bits/mman_ext.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 bits/posix1_lim.h /build/testroot.pristine/usr/include/bits/posix1_lim.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 bits/posix2_lim.h /build/testroot.pristine/usr/include/bits/posix2_lim.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/posix_opt.h /build/testroot.pristine/usr/include/bits/posix_opt.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/x86/nptl/bits/pthreadtypes-arch.h /build/testroot.pristine/usr/include/bits/pthreadtypes-arch.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/nptl/bits/pthreadtypes.h /build/testroot.pristine/usr/include/bits/pthreadtypes.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/sched.h /build/testroot.pristine/usr/include/bits/sched.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/spawn_ext.h /build/testroot.pristine/usr/include/bits/spawn_ext.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/nptl/bits/thread-shared-types.h /build/testroot.pristine/usr/include/bits/thread-shared-types.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 bits/types.h /build/testroot.pristine/usr/include/bits/types.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/idtype_t.h /build/testroot.pristine/usr/include/bits/types/idtype_t.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../bits/types/struct_sched_param.h /build/testroot.pristine/usr/include/bits/types/struct_sched_param.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/typesizes.h /build/testroot.pristine/usr/include/bits/typesizes.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 bits/unistd-decl.h /build/testroot.pristine/usr/include/bits/unistd-decl.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 bits/unistd.h /build/testroot.pristine/usr/include/bits/unistd.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/unistd_ext.h /build/testroot.pristine/usr/include/bits/unistd_ext.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/utsname.h /build/testroot.pristine/usr/include/bits/utsname.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/waitflags.h /build/testroot.pristine/usr/include/bits/waitflags.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../bits/waitstatus.h /build/testroot.pristine/usr/include/bits/waitstatus.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 cpio.h /build/testroot.pristine/usr/include/cpio.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 fnmatch.h /build/testroot.pristine/usr/include/fnmatch.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 getopt.h /build/testroot.pristine/usr/include/getopt.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 glob.h /build/testroot.pristine/usr/include/glob.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 re_comp.h /build/testroot.pristine/usr/include/re_comp.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 regex.h /build/testroot.pristine/usr/include/regex.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 sched.h /build/testroot.pristine/usr/include/sched.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 spawn.h /build/testroot.pristine/usr/include/spawn.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 sys/times.h /build/testroot.pristine/usr/include/sys/times.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 sys/types.h /build/testroot.pristine/usr/include/sys/types.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 sys/unistd.h /build/testroot.pristine/usr/include/sys/unistd.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 sys/utsname.h /build/testroot.pristine/usr/include/sys/utsname.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 sys/wait.h /build/testroot.pristine/usr/include/sys/wait.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 tar.h /build/testroot.pristine/usr/include/tar.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 unistd.h /build/testroot.pristine/usr/include/unistd.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 wait.h /build/testroot.pristine/usr/include/wait.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 wordexp.h /build/testroot.pristine/usr/include/wordexp.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/initspin.h /build/testroot.pristine/usr/include/bits/initspin.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' /usr/bin/install -c /build/posix/getconf /build/testroot.pristine/usr/bin/getconf.new mv -f /build/testroot.pristine/usr/bin/getconf.new /build/testroot.pristine/usr/bin/getconf make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' .././scripts/mkinstalldirs /build/testroot.pristine/usr/libexec/getconf mkdir -p -- /build/testroot.pristine/usr/libexec/getconf while read spec; do \ ln -f /build/testroot.pristine/usr/bin/getconf /build/testroot.pristine/usr/libexec/getconf/$spec.new || /usr/bin/install -c /build/testroot.pristine/usr/bin/getconf /build/testroot.pristine/usr/libexec/getconf/$spec.new; \ mv -f /build/testroot.pristine/usr/libexec/getconf/$spec.new /build/testroot.pristine/usr/libexec/getconf/$spec; \ done < /build/posix/getconf.speclist make[3]: Leaving directory '/glibc/posix' make[3]: Entering directory '/glibc/posix' (cd /build/posix/.; objdump -h _Fork.o _exit.o alarm.o bsd-getpgrp.o confstr.o execl.o execle.o execlp.o execv.o execve.o execveat.o execvp.o execvpe.o fexecve.o fnmatch.o fork.o fpathconf.o gai_strerror.o get_child_max.o getegid.o geteuid.o getgid.o getgroups.o getopt.o getopt1.o getpgid.o getpgrp.o getpid.o getppid.o getresgid.o getresuid.o getsid.o getuid.o glob.o glob-lstat-compat.o glob64.o glob64-lstat-compat.o glob64-time64.o glob_pattern_p.o globfree.o globfree64.o globfree64-time64.o group_member.o nanosleep.o pathconf.o pause.o posix_madvise.o pread.o pread64.o pwrite.o pwrite64.o regex.o register-atfork.o sched_cpualloc.o sched_cpucount.o sched_cpufree.o sched_getaffinity.o sched_getp.o sched_gets.o sched_primax.o sched_primin.o sched_rr_gi.o sched_setaffinity.o sched_setp.o sched_sets.o sched_yield.o setgid.o setgroups.o setpgid.o setpgrp.o setresgid.o setresuid.o setsid.o setuid.o shm-directory.o sleep.o spawn.o spawn_faction_addchdir.o spawn_faction_addclose.o spawn_faction_addclosefrom.o spawn_faction_adddup2.o spawn_faction_addfchdir.o spawn_faction_addopen.o spawn_faction_addtcsetpgrp_np.o spawn_faction_destroy.o spawn_faction_init.o spawn_valid_fd.o spawnattr_destroy.o spawnattr_getdefault.o spawnattr_getflags.o spawnattr_getpgroup.o spawnattr_getschedparam.o spawnattr_getschedpolicy.o spawnattr_getsigmask.o spawnattr_init.o spawnattr_setdefault.o spawnattr_setflags.o spawnattr_setpgroup.o spawnattr_setschedparam.o spawnattr_setschedpolicy.o spawnattr_setsigmask.o spawni.o spawnp.o streams-compat.o sysconf.o times.o uname.o vfork.o wait.o wait3.o wait4.o waitid.o waitpid.o wordexp.o environ.o init-posix.o getcpu.o oldglob.o pidfd_getpid.o pidfd_spawn.o pidfd_spawnp.o procutils.o sched_getcpu.o spawnattr_getcgroup_np.o spawnattr_setcgroup_np.o _Fork.os _exit.os alarm.os bsd-getpgrp.os confstr.os execl.os execle.os execlp.os execv.os execve.os execveat.os execvp.os execvpe.os fexecve.os fnmatch.os fork.os fpathconf.os gai_strerror.os get_child_max.os getegid.os geteuid.os getgid.os getgroups.os getopt.os getopt1.os getpgid.os getpgrp.os getpid.os getppid.os getresgid.os getresuid.os getsid.os getuid.os glob.os glob-lstat-compat.os glob64.os glob64-lstat-compat.os glob64-time64.os glob_pattern_p.os globfree.os globfree64.os globfree64-time64.os group_member.os nanosleep.os pathconf.os pause.os posix_madvise.os pread.os pread64.os pwrite.os pwrite64.os regex.os register-atfork.os sched_cpualloc.os sched_cpucount.os sched_cpufree.os sched_getaffinity.os sched_getp.os sched_gets.os sched_primax.os sched_primin.os sched_rr_gi.os sched_setaffinity.os sched_setp.os sched_sets.os sched_yield.os setgid.os setgroups.os setpgid.os setpgrp.os setresgid.os setresuid.os setsid.os setuid.os shm-directory.os sleep.os spawn.os spawn_faction_addchdir.os spawn_faction_addclose.os spawn_faction_addclosefrom.os spawn_faction_adddup2.os spawn_faction_addfchdir.os spawn_faction_addopen.os spawn_faction_addtcsetpgrp_np.os spawn_faction_destroy.os spawn_faction_init.os spawn_valid_fd.os spawnattr_destroy.os spawnattr_getdefault.os spawnattr_getflags.os spawnattr_getpgroup.os spawnattr_getschedparam.os spawnattr_getschedpolicy.os spawnattr_getsigmask.os spawnattr_init.os spawnattr_setdefault.os spawnattr_setflags.os spawnattr_setpgroup.os spawnattr_setschedparam.os spawnattr_setschedpolicy.os spawnattr_setsigmask.os spawni.os spawnp.os streams-compat.os sysconf.os times.os uname.os vfork.os wait.os wait3.os wait4.os waitid.os waitpid.os wordexp.os environ.os init-posix.os getcpu.os oldglob.os pidfd_getpid.os pidfd_spawn.os pidfd_spawnp.os procutils.os sched_getcpu.os spawnattr_getcgroup_np.os spawnattr_setcgroup_np.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/posix/stubsT mv -f /build/posix/stubsT /build/posix/stubs make[3]: Leaving directory '/glibc/posix' make subdir=io -C io ..=../ subdir_install make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/fcntl.h /build/testroot.pristine/usr/include/bits/fcntl.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 bits/fcntl2.h /build/testroot.pristine/usr/include/bits/fcntl2.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/poll.h /build/testroot.pristine/usr/include/bits/poll.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 bits/poll2.h /build/testroot.pristine/usr/include/bits/poll2.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/stat.h /build/testroot.pristine/usr/include/bits/stat.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/statfs.h /build/testroot.pristine/usr/include/bits/statfs.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/statvfs.h /build/testroot.pristine/usr/include/bits/statvfs.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 bits/statx-generic.h /build/testroot.pristine/usr/include/bits/statx-generic.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/statx.h /build/testroot.pristine/usr/include/bits/statx.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 bits/types/struct_statx.h /build/testroot.pristine/usr/include/bits/types/struct_statx.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 bits/types/struct_statx_timestamp.h /build/testroot.pristine/usr/include/bits/types/struct_statx_timestamp.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 fcntl.h /build/testroot.pristine/usr/include/fcntl.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 fts.h /build/testroot.pristine/usr/include/fts.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 ftw.h /build/testroot.pristine/usr/include/ftw.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 poll.h /build/testroot.pristine/usr/include/poll.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 sys/fcntl.h /build/testroot.pristine/usr/include/sys/fcntl.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 sys/poll.h /build/testroot.pristine/usr/include/sys/poll.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 sys/sendfile.h /build/testroot.pristine/usr/include/sys/sendfile.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 sys/stat.h /build/testroot.pristine/usr/include/sys/stat.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 sys/statfs.h /build/testroot.pristine/usr/include/sys/statfs.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 sys/statvfs.h /build/testroot.pristine/usr/include/sys/statvfs.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 sys/vfs.h /build/testroot.pristine/usr/include/sys/vfs.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 utime.h /build/testroot.pristine/usr/include/utime.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/fcntl-linux.h /build/testroot.pristine/usr/include/bits/fcntl-linux.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/io' make[3]: Entering directory '/glibc/io' (cd /build/io/.; objdump -h access.o chdir.o chmod.o chown.o close.o close_range.o closefrom.o copy_file_range.o creat.o creat64.o dup.o dup2.o dup3.o euidaccess.o faccessat.o fchdir.o fchmod.o fchmodat.o fchown.o fchownat.o fcntl.o fcntl64.o file_change_detection.o flock.o fstat.o fstat64.o fstatat.o fstatat64.o fstatfs.o fstatfs64.o fstatvfs.o fstatvfs64.o fts.o fts64.o fts64-time64.o ftw.o ftw64.o ftw64-time64.o futimens.o getcwd.o getdirname.o getwd.o isatty.o lchmod.o lchown.o link.o linkat.o lockf.o lockf64.o lseek.o lseek64.o lstat.o lstat64.o mkdir.o mkdirat.o mkfifo.o mkfifoat.o mknod.o mknodat.o open.o open64.o open64_2.o open_2.o openat.o openat64.o openat64_2.o openat_2.o pipe.o pipe2.o poll.o posix_fadvise.o posix_fadvise64.o posix_fallocate.o posix_fallocate64.o ppoll.o read.o readlink.o readlinkat.o rmdir.o sendfile.o sendfile64.o stat.o stat64.o statfs.o statfs64.o statvfs.o statvfs64.o statx.o symlink.o symlinkat.o ttyname.o ttyname_r.o umask.o unlink.o unlinkat.o utime.o utimensat.o write.o libc-do-syscall.o libc-do-syscall-int80.o close_nocancel.o fallocate.o fallocate64.o fcntl_nocancel.o internal_statvfs.o open64_nocancel.o open_nocancel.o openat64_nocancel.o openat_nocancel.o pread64_nocancel.o read_nocancel.o stat_t64_cp.o statx_cp.o sync_file_range.o write_nocancel.o xstatconv.o access.os chdir.os chmod.os chown.os close.os close_range.os closefrom.os copy_file_range.os creat.os creat64.os dup.os dup2.os dup3.os euidaccess.os faccessat.os fchdir.os fchmod.os fchmodat.os fchown.os fchownat.os fcntl.os fcntl64.os file_change_detection.os flock.os fstat.os fstat64.os fstatat.os fstatat64.os fstatfs.os fstatfs64.os fstatvfs.os fstatvfs64.os fts.os fts64.os fts64-time64.os ftw.os ftw64.os ftw64-time64.os futimens.os getcwd.os getdirname.os getwd.os isatty.os lchmod.os lchown.os link.os linkat.os lockf.os lockf64.os lseek.os lseek64.os lstat.os lstat64.os mkdir.os mkdirat.os mkfifo.os mkfifoat.os mknod.os mknodat.os open.os open64.os open64_2.os open_2.os openat.os openat64.os openat64_2.os openat_2.os pipe.os pipe2.os poll.os posix_fadvise.os posix_fadvise64.os posix_fallocate.os posix_fallocate64.os ppoll.os read.os readlink.os readlinkat.os rmdir.os sendfile.os sendfile64.os stat.os stat64.os statfs.os statfs64.os statvfs.os statvfs64.os statx.os symlink.os symlinkat.os ttyname.os ttyname_r.os umask.os unlink.os unlinkat.os utime.os utimensat.os write.os libc-do-syscall.os libc-do-syscall-int80.os close_nocancel.os fallocate.os fallocate64.os fcntl_nocancel.os internal_statvfs.os open64_nocancel.os open_nocancel.os openat64_nocancel.os openat_nocancel.os pread64_nocancel.os read_nocancel.os stat_t64_cp.os statx_cp.os sync_file_range.os write_nocancel.os xstatconv.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/io/stubsT mv -f /build/io/stubsT /build/io/stubs make[3]: Leaving directory '/glibc/io' make subdir=termios -C termios ..=../ subdir_install make[3]: Entering directory '/glibc/termios' /usr/bin/install -c -m 644 termios.h /build/testroot.pristine/usr/include/termios.h make[3]: Leaving directory '/glibc/termios' make[3]: Entering directory '/glibc/termios' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios.h /build/testroot.pristine/usr/include/bits/termios.h make[3]: Leaving directory '/glibc/termios' make[3]: Entering directory '/glibc/termios' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/ttydefaults.h /build/testroot.pristine/usr/include/sys/ttydefaults.h make[3]: Leaving directory '/glibc/termios' make[3]: Entering directory '/glibc/termios' /usr/bin/install -c -m 644 sys/termios.h /build/testroot.pristine/usr/include/sys/termios.h make[3]: Leaving directory '/glibc/termios' make[3]: Entering directory '/glibc/termios' /usr/bin/install -c -m 644 sys/ttychars.h /build/testroot.pristine/usr/include/sys/ttychars.h make[3]: Leaving directory '/glibc/termios' make[3]: Entering directory '/glibc/termios' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/termio.h /build/testroot.pristine/usr/include/termio.h make[3]: Leaving directory '/glibc/termios' make[3]: Entering directory '/glibc/termios' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/termios' make[3]: Entering directory '/glibc/termios' (cd /build/termios/.; objdump -h speed.o cfsetspeed.o tcsetattr.o tcgetattr.o tcgetpgrp.o tcsetpgrp.o tcdrain.o tcflow.o tcflush.o tcsendbrk.o cfmakeraw.o tcgetsid.o speed.os cfsetspeed.os tcsetattr.os tcgetattr.os tcgetpgrp.os tcsetpgrp.os tcdrain.os tcflow.os tcflush.os tcsendbrk.os cfmakeraw.os tcgetsid.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/termios/stubsT mv -f /build/termios/stubsT /build/termios/stubs make[3]: Leaving directory '/glibc/termios' make subdir=resource -C resource ..=../ subdir_install make[3]: Entering directory '/glibc/resource' /usr/bin/install -c -m 644 sys/resource.h /build/testroot.pristine/usr/include/sys/resource.h make[3]: Leaving directory '/glibc/resource' make[3]: Entering directory '/glibc/resource' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/resource.h /build/testroot.pristine/usr/include/bits/resource.h make[3]: Leaving directory '/glibc/resource' make[3]: Entering directory '/glibc/resource' /usr/bin/install -c -m 644 sys/vlimit.h /build/testroot.pristine/usr/include/sys/vlimit.h make[3]: Leaving directory '/glibc/resource' make[3]: Entering directory '/glibc/resource' /usr/bin/install -c -m 644 ulimit.h /build/testroot.pristine/usr/include/ulimit.h make[3]: Leaving directory '/glibc/resource' make[3]: Entering directory '/glibc/resource' /usr/bin/install -c -m 644 bits/types/struct_rusage.h /build/testroot.pristine/usr/include/bits/types/struct_rusage.h make[3]: Leaving directory '/glibc/resource' make[3]: Entering directory '/glibc/resource' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/resource' make[3]: Entering directory '/glibc/resource' (cd /build/resource/.; objdump -h getrlimit.o setrlimit.o getrlimit64.o setrlimit64.o getrusage.o ulimit.o vlimit.o vtimes.o getpriority.o setpriority.o nice.o getrlimit.os setrlimit.os getrlimit64.os setrlimit64.os getrusage.os ulimit.os vlimit.os vtimes.os getpriority.os setpriority.os nice.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/resource/stubsT mv -f /build/resource/stubsT /build/resource/stubs make[3]: Leaving directory '/glibc/resource' make subdir=misc -C misc ..=../ subdir_install make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/uio.h /build/testroot.pristine/usr/include/sys/uio.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/uio-ext.h /build/testroot.pristine/usr/include/bits/uio-ext.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/uio_lim.h /build/testroot.pristine/usr/include/bits/uio_lim.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/ioctl.h /build/testroot.pristine/usr/include/sys/ioctl.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/ioctls.h /build/testroot.pristine/usr/include/bits/ioctls.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/ioctl-types.h /build/testroot.pristine/usr/include/bits/ioctl-types.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/sys/ptrace.h /build/testroot.pristine/usr/include/sys/ptrace.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/file.h /build/testroot.pristine/usr/include/sys/file.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/dir.h /build/testroot.pristine/usr/include/sys/dir.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/cdefs.h /build/testroot.pristine/usr/include/sys/cdefs.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ar.h /build/testroot.pristine/usr/include/ar.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/a.out.h /build/testroot.pristine/usr/include/a.out.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 libgen.h /build/testroot.pristine/usr/include/libgen.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 stab.h /build/testroot.pristine/usr/include/stab.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/stab.def /build/testroot.pristine/usr/include/bits/stab.def make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sgtty.h /build/testroot.pristine/usr/include/sgtty.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ttyent.h /build/testroot.pristine/usr/include/ttyent.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/paths.h /build/testroot.pristine/usr/include/paths.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/reboot.h /build/testroot.pristine/usr/include/sys/reboot.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/mman.h /build/testroot.pristine/usr/include/sys/mman.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/param.h /build/testroot.pristine/usr/include/sys/param.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/param.h /build/testroot.pristine/usr/include/bits/param.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 fstab.h /build/testroot.pristine/usr/include/fstab.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 mntent.h /build/testroot.pristine/usr/include/mntent.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 search.h /build/testroot.pristine/usr/include/search.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 err.h /build/testroot.pristine/usr/include/err.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 error.h /build/testroot.pristine/usr/include/error.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/queue.h /build/testroot.pristine/usr/include/sys/queue.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sysexits.h /build/testroot.pristine/usr/include/sysexits.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 syscall.h /build/testroot.pristine/usr/include/syscall.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/syscall.h /build/testroot.pristine/usr/include/sys/syscall.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/swap.h /build/testroot.pristine/usr/include/sys/swap.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/select.h /build/testroot.pristine/usr/include/sys/select.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/sysinfo.h /build/testroot.pristine/usr/include/sys/sysinfo.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 regexp.h /build/testroot.pristine/usr/include/regexp.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../bits/select.h /build/testroot.pristine/usr/include/bits/select.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/mman.h /build/testroot.pristine/usr/include/bits/mman.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/xattr.h /build/testroot.pristine/usr/include/sys/xattr.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 syslog.h /build/testroot.pristine/usr/include/syslog.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/syslog.h /build/testroot.pristine/usr/include/sys/syslog.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/syslog-decl.h /build/testroot.pristine/usr/include/bits/syslog-decl.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/syslog.h /build/testroot.pristine/usr/include/bits/syslog.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/syslog-ldbl.h /build/testroot.pristine/usr/include/bits/syslog-ldbl.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../bits/syslog-path.h /build/testroot.pristine/usr/include/bits/syslog-path.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/error.h /build/testroot.pristine/usr/include/bits/error.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/select-decl.h /build/testroot.pristine/usr/include/bits/select-decl.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/select2.h /build/testroot.pristine/usr/include/bits/select2.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../bits/hwcap.h /build/testroot.pristine/usr/include/bits/hwcap.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/auxv.h /build/testroot.pristine/usr/include/sys/auxv.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/sysmacros.h /build/testroot.pristine/usr/include/sys/sysmacros.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../bits/sysmacros.h /build/testroot.pristine/usr/include/bits/sysmacros.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/types/struct_iovec.h /build/testroot.pristine/usr/include/bits/types/struct_iovec.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/err-ldbl.h /build/testroot.pristine/usr/include/bits/err-ldbl.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 bits/error-ldbl.h /build/testroot.pristine/usr/include/bits/error-ldbl.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 sys/single_threaded.h /build/testroot.pristine/usr/include/sys/single_threaded.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/sys/elf.h /build/testroot.pristine/usr/include/sys/elf.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/sys/perm.h /build/testroot.pristine/usr/include/sys/perm.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/sys/reg.h /build/testroot.pristine/usr/include/sys/reg.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/sys/vm86.h /build/testroot.pristine/usr/include/sys/vm86.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/sys/debugreg.h /build/testroot.pristine/usr/include/sys/debugreg.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/sys/io.h /build/testroot.pristine/usr/include/sys/io.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/a.out.h /build/testroot.pristine/usr/include/bits/a.out.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/epoll.h /build/testroot.pristine/usr/include/bits/epoll.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/eventfd.h /build/testroot.pristine/usr/include/bits/eventfd.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/inotify.h /build/testroot.pristine/usr/include/bits/inotify.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/mman-linux.h /build/testroot.pristine/usr/include/bits/mman-linux.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/mman-map-flags-generic.h /build/testroot.pristine/usr/include/bits/mman-map-flags-generic.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/mman-shared.h /build/testroot.pristine/usr/include/bits/mman-shared.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/procfs-extra.h /build/testroot.pristine/usr/include/bits/procfs-extra.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/procfs-id.h /build/testroot.pristine/usr/include/bits/procfs-id.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/procfs-prregset.h /build/testroot.pristine/usr/include/bits/procfs-prregset.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/procfs.h /build/testroot.pristine/usr/include/bits/procfs.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/pthread_stack_min-dynamic.h /build/testroot.pristine/usr/include/bits/pthread_stack_min-dynamic.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/pthread_stack_min.h /build/testroot.pristine/usr/include/bits/pthread_stack_min.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/ptrace-shared.h /build/testroot.pristine/usr/include/bits/ptrace-shared.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/rseq.h /build/testroot.pristine/usr/include/bits/rseq.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/shmlba.h /build/testroot.pristine/usr/include/bits/shmlba.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/siginfo-arch.h /build/testroot.pristine/usr/include/bits/siginfo-arch.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/siginfo-consts-arch.h /build/testroot.pristine/usr/include/bits/siginfo-consts-arch.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/signalfd.h /build/testroot.pristine/usr/include/bits/signalfd.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/socket_type.h /build/testroot.pristine/usr/include/bits/socket_type.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/struct_stat.h /build/testroot.pristine/usr/include/bits/struct_stat.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/struct_stat_time64_helper.h /build/testroot.pristine/usr/include/bits/struct_stat_time64_helper.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 /build/misc/bits/syscall.h /build/testroot.pristine/usr/include/bits/syscall.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios-baud.h /build/testroot.pristine/usr/include/bits/termios-baud.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios-c_cc.h /build/testroot.pristine/usr/include/bits/termios-c_cc.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios-c_cflag.h /build/testroot.pristine/usr/include/bits/termios-c_cflag.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios-c_iflag.h /build/testroot.pristine/usr/include/bits/termios-c_iflag.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios-c_lflag.h /build/testroot.pristine/usr/include/bits/termios-c_lflag.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios-c_oflag.h /build/testroot.pristine/usr/include/bits/termios-c_oflag.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios-misc.h /build/testroot.pristine/usr/include/bits/termios-misc.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios-struct.h /build/testroot.pristine/usr/include/bits/termios-struct.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/termios-tcflow.h /build/testroot.pristine/usr/include/bits/termios-tcflow.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/timerfd.h /build/testroot.pristine/usr/include/bits/timerfd.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/struct_msqid64_ds.h /build/testroot.pristine/usr/include/bits/types/struct_msqid64_ds.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/struct_msqid64_ds_helper.h /build/testroot.pristine/usr/include/bits/types/struct_msqid64_ds_helper.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/struct_semid64_ds.h /build/testroot.pristine/usr/include/bits/types/struct_semid64_ds.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/struct_semid64_ds_helper.h /build/testroot.pristine/usr/include/bits/types/struct_semid64_ds_helper.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/types/struct_semid_ds.h /build/testroot.pristine/usr/include/bits/types/struct_semid_ds.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/struct_shmid64_ds.h /build/testroot.pristine/usr/include/bits/types/struct_shmid64_ds.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/struct_shmid64_ds_helper.h /build/testroot.pristine/usr/include/bits/types/struct_shmid64_ds_helper.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/acct.h /build/testroot.pristine/usr/include/sys/acct.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/epoll.h /build/testroot.pristine/usr/include/sys/epoll.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/eventfd.h /build/testroot.pristine/usr/include/sys/eventfd.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/fanotify.h /build/testroot.pristine/usr/include/sys/fanotify.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/scsi mkdir -p -- /build/testroot.pristine/usr/include/scsi /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/scsi/scsi.h /build/testroot.pristine/usr/include/scsi/scsi.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/fsuid.h /build/testroot.pristine/usr/include/sys/fsuid.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/scsi mkdir -p -- /build/testroot.pristine/usr/include/scsi /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h /build/testroot.pristine/usr/include/scsi/scsi_ioctl.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/scsi mkdir -p -- /build/testroot.pristine/usr/include/scsi /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/scsi/sg.h /build/testroot.pristine/usr/include/scsi/sg.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/inotify.h /build/testroot.pristine/usr/include/sys/inotify.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/kd.h /build/testroot.pristine/usr/include/sys/kd.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/klog.h /build/testroot.pristine/usr/include/sys/klog.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/mount.h /build/testroot.pristine/usr/include/sys/mount.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/pci.h /build/testroot.pristine/usr/include/sys/pci.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/personality.h /build/testroot.pristine/usr/include/sys/personality.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/pidfd.h /build/testroot.pristine/usr/include/sys/pidfd.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/prctl.h /build/testroot.pristine/usr/include/sys/prctl.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/quota.h /build/testroot.pristine/usr/include/sys/quota.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/raw.h /build/testroot.pristine/usr/include/sys/raw.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/rseq.h /build/testroot.pristine/usr/include/sys/rseq.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/signalfd.h /build/testroot.pristine/usr/include/sys/signalfd.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/soundcard.h /build/testroot.pristine/usr/include/sys/soundcard.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/timerfd.h /build/testroot.pristine/usr/include/sys/timerfd.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/sys/user.h /build/testroot.pristine/usr/include/sys/user.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/vt.h /build/testroot.pristine/usr/include/sys/vt.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 ../sysdeps/gnu/sys/mtio.h /build/testroot.pristine/usr/include/sys/mtio.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 /build/misc/libg.a /build/testroot.pristine/usr/lib/libg.a make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/misc' make[3]: Entering directory '/glibc/misc' (cd /build/misc/.; objdump -h acct.o allocate_once.o atomic_wide_counter.o brk.o chflags.o chroot.o daemon.o dirname.o efgcvt.o efgcvt_r.o err.o error.o fchflags.o fd_to_filename.o fdatasync.o fgetxattr.o flistxattr.o fremovexattr.o fsetxattr.o fstab.o fsync.o ftruncate.o ftruncate64.o futimes.o futimesat.o getauxval.o getclktck.o getdomain.o getdtsz.o gethostid.o gethostname.o getloadavg.o getpagesize.o getpass.o getsysstats.o getttyent.o getusershell.o getxattr.o gtty.o hsearch.o hsearch_r.o ifunc-impl-list.o insremque.o ioctl.o lgetxattr.o listxattr.o llistxattr.o lremovexattr.o lsearch.o lsetxattr.o lutimes.o madvise.o makedev.o mincore.o mkdtemp.o mkostemp.o mkostemp64.o mkostemps.o mkostemps64.o mkstemp.o mkstemp64.o mkstemps.o mkstemps64.o mktemp.o mlock.o mlockall.o mmap.o mmap64.o mntent.o mntent_r.o mprotect.o msync.o munlock.o munlockall.o munmap.o preadv.o preadv2.o preadv64.o preadv64v2.o pselect.o ptrace.o pwritev.o pwritev2.o pwritev64.o pwritev64v2.o qefgcvt.o qefgcvt_r.o readv.o reboot.o regexp.o remap_file_pages.o removexattr.o revoke.o sbrk.o select.o setdomain.o setegid.o seteuid.o sethostid.o sethostname.o setregid.o setreuid.o setxattr.o single_threaded.o sstk.o stty.o swapoff.o swapon.o sync.o syncfs.o syscall.o syslog.o truncate.o truncate64.o tsearch.o ttyslot.o ualarm.o unwind-link.o usleep.o ustat.o utimes.o vhangup.o writev.o init-misc.o ioperm.o iopl.o vm86.o adjtimex.o clock_adjtime.o clone.o clone-internal.o clone-pidfd-support.o clone3.o closefrom_fallback.o convert_scm_timestamps.o epoll_create.o epoll_pwait.o epoll_pwait2.o epoll_wait.o eventfd.o eventfd_read.o eventfd_write.o fanotify_mark.o fxstat.o fxstat64.o fxstatat.o fxstatat64.o inotify_init.o lxstat.o lxstat64.o mlock2.o mremap.o open_by_handle_at.o personality.o pkey_get.o pkey_mprotect.o pkey_set.o prctl.o prlimit.o prlimit64.o process_vm_readv.o process_vm_writev.o pselect32.o readahead.o sched_getattr.o sched_setattr.o setfsgid.o setfsuid.o setvmaname.o signalfd.o splice.o sysctl.o tee.o timerfd_gettime.o timerfd_settime.o umount.o umount2.o vmsplice.o xmknod.o xmknodat.o xstat.o xstat64.o modify_ldt.o capget.o capset.o delete_module.o epoll_create1.o epoll_ctl.o fsconfig.o fsmount.o fsopen.o fspick.o init_module.o inotify_add_watch.o inotify_init1.o inotify_rm_watch.o klogctl.o mount.o mount_setattr.o move_mount.o open_tree.o pidfd_open.o pidfd_getfd.o pivot_root.o pidfd_send_signal.o process_madvise.o process_mrelease.o quotactl.o sysinfo.o unshare.o timerfd_create.o fanotify_init.o name_to_handle_at.o setns.o memfd_create.o pkey_alloc.o pkey_free.o gettid.o tgkill.o malloc-hugepages.o acct.os allocate_once.os atomic_wide_counter.os brk.os chflags.os chroot.os daemon.os dirname.os efgcvt.os efgcvt_r.os err.os error.os fchflags.os fd_to_filename.os fdatasync.os fgetxattr.os flistxattr.os fremovexattr.os fsetxattr.os fstab.os fsync.os ftruncate.os ftruncate64.os futimes.os futimesat.os getauxval.os getclktck.os getdomain.os getdtsz.os gethostid.os gethostname.os getloadavg.os getpagesize.os getpass.os getsysstats.os getttyent.os getusershell.os getxattr.os gtty.os hsearch.os hsearch_r.os ifunc-impl-list.os insremque.os ioctl.os lgetxattr.os listxattr.os llistxattr.os lremovexattr.os lsearch.os lsetxattr.os lutimes.os madvise.os makedev.os mincore.os mkdtemp.os mkostemp.os mkostemp64.os mkostemps.os mkostemps64.os mkstemp.os mkstemp64.os mkstemps.os mkstemps64.os mktemp.os mlock.os mlockall.os mmap.os mmap64.os mntent.os mntent_r.os mprotect.os msync.os munlock.os munlockall.os munmap.os preadv.os preadv2.os preadv64.os preadv64v2.os pselect.os ptrace.os pwritev.os pwritev2.os pwritev64.os pwritev64v2.os qefgcvt.os qefgcvt_r.os readv.os reboot.os regexp.os remap_file_pages.os removexattr.os revoke.os sbrk.os select.os setdomain.os setegid.os seteuid.os sethostid.os sethostname.os setregid.os setreuid.os setxattr.os single_threaded.os sstk.os stty.os swapoff.os swapon.os sync.os syncfs.os syscall.os syslog.os truncate.os truncate64.os tsearch.os ttyslot.os ualarm.os unwind-link.os usleep.os ustat.os utimes.os vhangup.os writev.os init-misc.os ioperm.os iopl.os vm86.os adjtimex.os clock_adjtime.os clone.os clone-internal.os clone-pidfd-support.os clone3.os closefrom_fallback.os convert_scm_timestamps.os epoll_create.os epoll_pwait.os epoll_pwait2.os epoll_wait.os eventfd.os eventfd_read.os eventfd_write.os fanotify_mark.os fxstat.os fxstat64.os fxstatat.os fxstatat64.os inotify_init.os lxstat.os lxstat64.os mlock2.os mremap.os open_by_handle_at.os personality.os pkey_get.os pkey_mprotect.os pkey_set.os prctl.os prlimit.os prlimit64.os process_vm_readv.os process_vm_writev.os pselect32.os readahead.os sched_getattr.os sched_setattr.os setfsgid.os setfsuid.os setvmaname.os signalfd.os splice.os sysctl.os tee.os timerfd_gettime.os timerfd_settime.os umount.os umount2.os vmsplice.os xmknod.os xmknodat.os xstat.os xstat64.os modify_ldt.os vm86old.os bdflush.os capget.os capset.os create_module.os delete_module.os epoll_create1.os epoll_ctl.os fsconfig.os fsmount.os fsopen.os fspick.os get_kernel_syms.os init_module.os inotify_add_watch.os inotify_init1.os inotify_rm_watch.os klogctl.os mount.os mount_setattr.os move_mount.os nfsservctl.os open_tree.os pidfd_open.os pidfd_getfd.os pivot_root.os pidfd_send_signal.os process_madvise.os process_mrelease.os query_module.os quotactl.os sysinfo.os unshare.os uselib.os timerfd_create.os fanotify_init.os name_to_handle_at.os setns.os memfd_create.os pkey_alloc.os pkey_free.os gettid.os tgkill.os malloc-hugepages.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/misc/stubsT mv -f /build/misc/stubsT /build/misc/stubs make[3]: Leaving directory '/glibc/misc' make subdir=socket -C socket ..=../ subdir_install make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../bits/sockaddr.h /build/testroot.pristine/usr/include/bits/sockaddr.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/socket.h /build/testroot.pristine/usr/include/bits/socket.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 bits/socket2.h /build/testroot.pristine/usr/include/bits/socket2.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 bits/types/struct_osockaddr.h /build/testroot.pristine/usr/include/bits/types/struct_osockaddr.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 sys/socket.h /build/testroot.pristine/usr/include/sys/socket.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/net mkdir -p -- /build/testroot.pristine/usr/include/net /usr/bin/install -c -m 644 ../sysdeps/gnu/net/if.h /build/testroot.pristine/usr/include/net/if.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/generic/sys/socketvar.h /build/testroot.pristine/usr/include/sys/socketvar.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 sys/un.h /build/testroot.pristine/usr/include/sys/un.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/socket-constants.h /build/testroot.pristine/usr/include/bits/socket-constants.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/net/ethernet.h /build/testroot.pristine/usr/include/net/ethernet.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/net/if_arp.h /build/testroot.pristine/usr/include/net/if_arp.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/net/if_packet.h /build/testroot.pristine/usr/include/net/if_packet.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/net/if_ppp.h /build/testroot.pristine/usr/include/net/if_ppp.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/net/if_shaper.h /build/testroot.pristine/usr/include/net/if_shaper.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/net/if_slip.h /build/testroot.pristine/usr/include/net/if_slip.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/net/ppp-comp.h /build/testroot.pristine/usr/include/net/ppp-comp.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/net/ppp_defs.h /build/testroot.pristine/usr/include/net/ppp_defs.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/net/route.h /build/testroot.pristine/usr/include/net/route.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/socket' make[3]: Entering directory '/glibc/socket' (cd /build/socket/.; objdump -h accept.o accept4.o bind.o connect.o getpeername.o getsockname.o getsockopt.o isfdtype.o listen.o opensock.o recv.o recvfrom.o recvmmsg.o recvmsg.o send.o sendmmsg.o sendmsg.o sendto.o setsockopt.o shutdown.o sockaddr_un_set.o sockatmark.o socket.o socketpair.o sa_len.o cmsg_nxthdr.o accept.os accept4.os bind.os connect.os getpeername.os getsockname.os getsockopt.os isfdtype.os listen.os opensock.os recv.os recvfrom.os recvmmsg.os recvmsg.os send.os sendmmsg.os sendmsg.os sendto.os setsockopt.os shutdown.os sockaddr_un_set.os sockatmark.os socket.os socketpair.os sa_len.os cmsg_nxthdr.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/socket/stubsT mv -f /build/socket/stubsT /build/socket/stubs make[3]: Leaving directory '/glibc/socket' make subdir=sysvipc -C sysvipc ..=../ subdir_install make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 sys/ipc.h /build/testroot.pristine/usr/include/sys/ipc.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 sys/msg.h /build/testroot.pristine/usr/include/sys/msg.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 sys/sem.h /build/testroot.pristine/usr/include/sys/sem.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 sys/shm.h /build/testroot.pristine/usr/include/sys/shm.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/ipctypes.h /build/testroot.pristine/usr/include/bits/ipctypes.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 ../sysdeps/gnu/bits/ipc.h /build/testroot.pristine/usr/include/bits/ipc.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/msq.h /build/testroot.pristine/usr/include/bits/msq.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/sem.h /build/testroot.pristine/usr/include/bits/sem.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/shm.h /build/testroot.pristine/usr/include/bits/shm.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/ipc-perm.h /build/testroot.pristine/usr/include/bits/ipc-perm.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/struct_msqid_ds.h /build/testroot.pristine/usr/include/bits/types/struct_msqid_ds.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/types/struct_shmid_ds.h /build/testroot.pristine/usr/include/bits/types/struct_shmid_ds.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/sysvipc' make[3]: Entering directory '/glibc/sysvipc' (cd /build/sysvipc/.; objdump -h ftok.o msgsnd.o msgrcv.o msgget.o msgctl.o semop.o semget.o semctl.o semtimedop.o shmat.o shmdt.o shmget.o shmctl.o ftok.os msgsnd.os msgrcv.os msgget.os msgctl.os semop.os semget.os semctl.os semtimedop.os shmat.os shmdt.os shmget.os shmctl.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/sysvipc/stubsT mv -f /build/sysvipc/stubsT /build/sysvipc/stubs make[3]: Leaving directory '/glibc/sysvipc' make subdir=gmon -C gmon ..=../ subdir_install make[3]: Entering directory '/glibc/gmon' /usr/bin/install -c -m 644 sys/gmon.h /build/testroot.pristine/usr/include/sys/gmon.h make[3]: Leaving directory '/glibc/gmon' make[3]: Entering directory '/glibc/gmon' /usr/bin/install -c -m 644 sys/gmon_out.h /build/testroot.pristine/usr/include/sys/gmon_out.h make[3]: Leaving directory '/glibc/gmon' make[3]: Entering directory '/glibc/gmon' /usr/bin/install -c -m 644 sys/profil.h /build/testroot.pristine/usr/include/sys/profil.h make[3]: Leaving directory '/glibc/gmon' make[3]: Entering directory '/glibc/gmon' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/gmon' make[3]: Entering directory '/glibc/gmon' (cd /build/gmon/.; objdump -h gmon.o mcount.o prof-freq.o profil.o sprofil.o i386-mcount.o gmon.os mcount.os prof-freq.os profil.os sprofil.os i386-mcount.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/gmon/stubsT mv -f /build/gmon/stubsT /build/gmon/stubs make[3]: Leaving directory '/glibc/gmon' make subdir=gnulib -C gnulib ..=../ subdir_install make[3]: Entering directory '/glibc/gnulib' > /build/gnulib/stubs make[3]: Leaving directory '/glibc/gnulib' make subdir=wctype -C wctype ..=../ subdir_install make[3]: Entering directory '/glibc/wctype' /usr/bin/install -c -m 644 wctype.h /build/testroot.pristine/usr/include/wctype.h make[3]: Leaving directory '/glibc/wctype' make[3]: Entering directory '/glibc/wctype' /usr/bin/install -c -m 644 bits/wctype-wchar.h /build/testroot.pristine/usr/include/bits/wctype-wchar.h make[3]: Leaving directory '/glibc/wctype' make[3]: Entering directory '/glibc/wctype' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/wctype' make[3]: Entering directory '/glibc/wctype' (cd /build/wctype/.; objdump -h wcfuncs.o wctype.o iswctype.o wctrans.o towctrans.o wcfuncs_l.o wctype_l.o iswctype_l.o wctrans_l.o towctrans_l.o wcfuncs.os wctype.os iswctype.os wctrans.os towctrans.os wcfuncs_l.os wctype_l.os iswctype_l.os wctrans_l.os towctrans_l.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/wctype/stubsT mv -f /build/wctype/stubsT /build/wctype/stubs make[3]: Leaving directory '/glibc/wctype' make subdir=manual -C manual ..=../ subdir_install make[3]: Entering directory '/glibc/manual' > /build/manual/stubs make[3]: Leaving directory '/glibc/manual' make[3]: Entering directory '/glibc/manual' /usr/bin/install -c -m 644 /build/libc.a /build/testroot.pristine/usr/lib/libc.a make[3]: Leaving directory '/glibc/manual' make[3]: Entering directory '/glibc/manual' /usr/bin/install -c -m 644 /build/libc_nonshared.a /build/testroot.pristine/usr/lib/libc_nonshared.a make[3]: Leaving directory '/glibc/manual' make[3]: Entering directory '/glibc/manual' /usr/bin/install -c /build/libc.so /build/testroot.pristine/lib/libc.so.6.new mv -f /build/testroot.pristine/lib/libc.so.6.new /build/testroot.pristine/lib/libc.so.6 make[3]: Leaving directory '/glibc/manual' make subdir=po -C po ..=../ subdir_install make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/be.mo be.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/el.mo el.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/en_GB.mo en_GB.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/eo.mo eo.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/hu.mo hu.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/da.mo da.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/ia.mo ia.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/gl.mo gl.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/cs.mo cs.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/lt.mo lt.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/fi.mo fi.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/de.mo de.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/nb.mo nb.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/es.mo es.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/bg.mo bg.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/fr.mo fr.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/id.mo id.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/it.mo it.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/ja.mo ja.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/ka.mo ka.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/rw.mo rw.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/ca.mo ca.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/hr.mo hr.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/ko.mo ko.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/nl.mo nl.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/pl.mo pl.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/pt.mo pt.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/pt_BR.mo pt_BR.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/sl.mo sl.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' > /build/po/stubs make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/ro.mo ro.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/sk.mo sk.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/ru.mo ru.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/sv.mo sv.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/be/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/be/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/be.mo /build/testroot.pristine/usr/share/locale/be/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/sr.mo sr.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/zh_TW.mo zh_TW.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/bg/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/bg/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/bg.mo /build/testroot.pristine/usr/share/locale/bg/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/ca/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/ca/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/ca.mo /build/testroot.pristine/usr/share/locale/ca/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/da/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/da/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/da.mo /build/testroot.pristine/usr/share/locale/da/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/cs/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/cs/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/cs.mo /build/testroot.pristine/usr/share/locale/cs/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/tr.mo tr.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/el/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/el/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/el.mo /build/testroot.pristine/usr/share/locale/el/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/de/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/de/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/de.mo /build/testroot.pristine/usr/share/locale/de/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/zh_CN.mo zh_CN.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/vi.mo vi.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' msgfmt -o /build/po/uk.mo uk.po make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/en_GB/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/en_GB/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/en_GB.mo /build/testroot.pristine/usr/share/locale/en_GB/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/eo/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/eo/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/eo.mo /build/testroot.pristine/usr/share/locale/eo/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/es/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/es/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/es.mo /build/testroot.pristine/usr/share/locale/es/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/fi/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/fi/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/fi.mo /build/testroot.pristine/usr/share/locale/fi/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/fr/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/fr/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/fr.mo /build/testroot.pristine/usr/share/locale/fr/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/gl/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/gl/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/gl.mo /build/testroot.pristine/usr/share/locale/gl/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/hr/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/hr/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/hr.mo /build/testroot.pristine/usr/share/locale/hr/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/hu/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/hu/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/hu.mo /build/testroot.pristine/usr/share/locale/hu/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/id/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/id/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/id.mo /build/testroot.pristine/usr/share/locale/id/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/it/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/it/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/it.mo /build/testroot.pristine/usr/share/locale/it/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/ja/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/ja/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/ja.mo /build/testroot.pristine/usr/share/locale/ja/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/ia/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/ia/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/ia.mo /build/testroot.pristine/usr/share/locale/ia/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/ka/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/ka/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/ka.mo /build/testroot.pristine/usr/share/locale/ka/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/ko/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/ko/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/ko.mo /build/testroot.pristine/usr/share/locale/ko/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/lt/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/lt/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/lt.mo /build/testroot.pristine/usr/share/locale/lt/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/nb/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/nb/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/nb.mo /build/testroot.pristine/usr/share/locale/nb/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/nl/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/nl/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/nl.mo /build/testroot.pristine/usr/share/locale/nl/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/pl/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/pl/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/pl.mo /build/testroot.pristine/usr/share/locale/pl/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/pt/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/pt/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/pt.mo /build/testroot.pristine/usr/share/locale/pt/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/ro/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/ro/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/ro.mo /build/testroot.pristine/usr/share/locale/ro/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/pt_BR/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/pt_BR/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/pt_BR.mo /build/testroot.pristine/usr/share/locale/pt_BR/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/rw/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/rw/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/rw.mo /build/testroot.pristine/usr/share/locale/rw/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/sk/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/sk/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/sk.mo /build/testroot.pristine/usr/share/locale/sk/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/ru/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/ru/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/ru.mo /build/testroot.pristine/usr/share/locale/ru/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/sl/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/sl/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/sl.mo /build/testroot.pristine/usr/share/locale/sl/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/sr/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/sr/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/sr.mo /build/testroot.pristine/usr/share/locale/sr/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/sv/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/sv/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/sv.mo /build/testroot.pristine/usr/share/locale/sv/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/tr/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/tr/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/tr.mo /build/testroot.pristine/usr/share/locale/tr/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/uk/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/uk/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/uk.mo /build/testroot.pristine/usr/share/locale/uk/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/vi/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/vi/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/vi.mo /build/testroot.pristine/usr/share/locale/vi/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/zh_TW/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/zh_TW/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/zh_TW.mo /build/testroot.pristine/usr/share/locale/zh_TW/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' make[3]: Entering directory '/glibc/po' .././scripts/mkinstalldirs /build/testroot.pristine/usr/share/locale/zh_CN/LC_MESSAGES mkdir -p -- /build/testroot.pristine/usr/share/locale/zh_CN/LC_MESSAGES /usr/bin/install -c -m 644 /build/po/zh_CN.mo /build/testroot.pristine/usr/share/locale/zh_CN/LC_MESSAGES/libc.mo || exit 0 make[3]: Leaving directory '/glibc/po' rm /build/po/gl.mo /build/po/lt.mo /build/po/vi.mo /build/po/pt.mo /build/po/pl.mo /build/po/da.mo /build/po/cs.mo /build/po/ia.mo /build/po/ro.mo /build/po/sk.mo /build/po/bg.mo /build/po/hr.mo /build/po/ja.mo /build/po/eo.mo /build/po/be.mo /build/po/sl.mo /build/po/ka.mo /build/po/hu.mo /build/po/de.mo /build/po/zh_TW.mo /build/po/tr.mo /build/po/nb.mo /build/po/nl.mo /build/po/fi.mo /build/po/en_GB.mo /build/po/rw.mo /build/po/fr.mo /build/po/es.mo /build/po/el.mo /build/po/uk.mo /build/po/ru.mo /build/po/id.mo /build/po/it.mo /build/po/zh_CN.mo /build/po/sr.mo /build/po/ca.mo /build/po/ko.mo /build/po/pt_BR.mo /build/po/sv.mo make subdir=argp -C argp ..=../ subdir_install make[3]: Entering directory '/glibc/argp' /usr/bin/install -c -m 644 argp.h /build/testroot.pristine/usr/include/argp.h make[3]: Leaving directory '/glibc/argp' make[3]: Entering directory '/glibc/argp' /usr/bin/install -c -m 644 bits/argp-ldbl.h /build/testroot.pristine/usr/include/bits/argp-ldbl.h make[3]: Leaving directory '/glibc/argp' make[3]: Entering directory '/glibc/argp' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/argp' make[3]: Entering directory '/glibc/argp' (cd /build/argp/.; objdump -h argp-ba.o argp-eexst.o argp-fmtstream.o argp-fs-xinl.o argp-help.o argp-parse.o argp-pv.o argp-pvh.o argp-xinl.o argp-ba.os argp-eexst.os argp-fmtstream.os argp-fs-xinl.os argp-help.os argp-parse.os argp-pv.os argp-pvh.os argp-xinl.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/argp/stubsT mv -f /build/argp/stubsT /build/argp/stubs make[3]: Leaving directory '/glibc/argp' make subdir=conform -C conform ..=../ subdir_install make[3]: Entering directory '/glibc/conform' > /build/conform/stubs make[3]: Leaving directory '/glibc/conform' make subdir=debug -C debug ..=../ subdir_install make[3]: Entering directory '/glibc/debug' /usr/bin/install -c -m 644 execinfo.h /build/testroot.pristine/usr/include/execinfo.h make[3]: Leaving directory '/glibc/debug' make[3]: Entering directory '/glibc/debug' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/debug' make[3]: Entering directory '/glibc/debug' /usr/bin/install -c /build/debug/libpcprofile.so /build/testroot.pristine/lib/libpcprofile.so.new mv -f /build/testroot.pristine/lib/libpcprofile.so.new /build/testroot.pristine/lib/libpcprofile.so make[3]: Leaving directory '/glibc/debug' make[3]: Entering directory '/glibc/debug' /usr/bin/install -c /build/debug/pcprofiledump /build/testroot.pristine/usr/bin/pcprofiledump.new mv -f /build/testroot.pristine/usr/bin/pcprofiledump.new /build/testroot.pristine/usr/bin/pcprofiledump make[3]: Leaving directory '/glibc/debug' make[3]: Entering directory '/glibc/debug' /usr/bin/install -c /build/debug/xtrace /build/testroot.pristine/usr/bin/xtrace.new mv -f /build/testroot.pristine/usr/bin/xtrace.new /build/testroot.pristine/usr/bin/xtrace make[3]: Leaving directory '/glibc/debug' make[3]: Entering directory '/glibc/debug' (cd /build/debug/.; objdump -h ____longjmp_chk.o asprintf_chk.o backtrace.o backtracesyms.o backtracesymsfd.o chk_fail.o confstr_chk.o dprintf_chk.o explicit_bzero_chk.o fdelt_chk.o fgets_chk.o fgets_u_chk.o fgetws_chk.o fgetws_u_chk.o fortify_fail.o fprintf_chk.o fread_chk.o fread_u_chk.o fwprintf_chk.o getcwd_chk.o getdomainname_chk.o getgroups_chk.o gethostname_chk.o gets_chk.o getwd_chk.o longjmp_chk.o mbsnrtowcs_chk.o mbsrtowcs_chk.o mbstowcs_chk.o memcpy_chk.o memmove_chk.o mempcpy_chk.o memset_chk.o noophooks.o obprintf_chk.o poll_chk.o ppoll_chk.o pread64_chk.o pread_chk.o printf_chk.o read_chk.o readlink_chk.o readlinkat_chk.o readonly-area.o realpath_chk.o recv_chk.o recvfrom_chk.o snprintf_chk.o sprintf_chk.o stack_chk_fail.o stpcpy_chk.o stpncpy_chk.o strcat_chk.o strcpy_chk.o strlcat_chk.o strlcpy_chk.o strncat_chk.o strncpy_chk.o swprintf_chk.o ttyname_r_chk.o vasprintf_chk.o vdprintf_chk.o vfprintf_chk.o vfwprintf_chk.o vobprintf_chk.o vprintf_chk.o vsnprintf_chk.o vsprintf_chk.o vswprintf_chk.o vwprintf_chk.o wcpcpy_chk.o wcpncpy_chk.o wcrtomb_chk.o wcscat_chk.o wcscpy_chk.o wcslcat_chk.o wcslcpy_chk.o wcsncat_chk.o wcsncpy_chk.o wcsnrtombs_chk.o wcsrtombs_chk.o wcstombs_chk.o wctomb_chk.o wmemcpy_chk.o wmemmove_chk.o wmempcpy_chk.o wmemset_chk.o wprintf_chk.o ____longjmp_chk.os asprintf_chk.os backtrace.os backtracesyms.os backtracesymsfd.os chk_fail.os confstr_chk.os dprintf_chk.os explicit_bzero_chk.os fdelt_chk.os fgets_chk.os fgets_u_chk.os fgetws_chk.os fgetws_u_chk.os fortify_fail.os fprintf_chk.os fread_chk.os fread_u_chk.os fwprintf_chk.os getcwd_chk.os getdomainname_chk.os getgroups_chk.os gethostname_chk.os gets_chk.os getwd_chk.os longjmp_chk.os mbsnrtowcs_chk.os mbsrtowcs_chk.os mbstowcs_chk.os memcpy_chk.os memmove_chk.os mempcpy_chk.os memset_chk.os noophooks.os obprintf_chk.os poll_chk.os ppoll_chk.os pread64_chk.os pread_chk.os printf_chk.os read_chk.os readlink_chk.os readlinkat_chk.os readonly-area.os realpath_chk.os recv_chk.os recvfrom_chk.os snprintf_chk.os sprintf_chk.os stack_chk_fail.os stpcpy_chk.os stpncpy_chk.os strcat_chk.os strcpy_chk.os strlcat_chk.os strlcpy_chk.os strncat_chk.os strncpy_chk.os swprintf_chk.os ttyname_r_chk.os vasprintf_chk.os vdprintf_chk.os vfprintf_chk.os vfwprintf_chk.os vobprintf_chk.os vprintf_chk.os vsnprintf_chk.os vsprintf_chk.os vswprintf_chk.os vwprintf_chk.os wcpcpy_chk.os wcpncpy_chk.os wcrtomb_chk.os wcscat_chk.os wcscpy_chk.os wcslcat_chk.os wcslcpy_chk.os wcsncat_chk.os wcsncpy_chk.os wcsnrtombs_chk.os wcsrtombs_chk.os wcstombs_chk.os wctomb_chk.os wmemcpy_chk.os wmemmove_chk.os wmempcpy_chk.os wmemset_chk.os wprintf_chk.os stack_chk_fail_local.oS pcprofile.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/debug/stubsT mv -f /build/debug/stubsT /build/debug/stubs make[3]: Leaving directory '/glibc/debug' make subdir=mathvec -C mathvec ..=../ subdir_install make[3]: Entering directory '/glibc/mathvec' > /build/mathvec/stubs make[3]: Leaving directory '/glibc/mathvec' make subdir=support -C support ..=../ subdir_install make[3]: Entering directory '/glibc/support' (cd /build/support/.; objdump -h blob_repeat.oS check.oS check_addrinfo.oS check_dns_packet.oS check_hostent.oS check_netent.oS delayed_exit.oS dtotimespec.oS dtotimespec-time64.oS ignore_stderr.oS next_to_fault.oS oom_error.oS resolv_response_context_duplicate.oS resolv_response_context_free.oS resolv_test.oS set_fortify_handler.oS support-open-dev-null-range.oS support_become_root.oS support_can_chroot.oS support_capture_subprocess.oS support_capture_subprocess_check.oS support_check_stat_fd.oS support_check_stat_path.oS support_chroot.oS support_compare_file_bytes.oS support_compare_file_string.oS support_copy_file.oS support_copy_file_range.oS support_create_timer.oS support_descriptor_supports_holes.oS support_descriptors.oS support_enter_mount_namespace.oS support_enter_network_namespace.oS support_format_address_family.oS support_format_addrinfo.oS support_format_dns_packet.oS support_format_herrno.oS support_format_hostent.oS support_format_netent.oS support_fuse.oS support_isolate_in_subprocess.oS support_mutex_pi_monotonic.oS support_need_proc.oS support_open_and_compare_file_bytes.oS support_open_and_compare_file_string.oS support_openpty.oS support_path_support_time64.oS support_paths.oS support_process_state.oS support_ptrace.oS support_quote_blob.oS support_quote_blob_wide.oS support_quote_string.oS support_readdir.oS support_readdir_check.oS support_readdir_r_check.oS support_record_failure.oS support_run_diff.oS support_select_modifies_timeout.oS support_select_normalizes_timeout.oS support_set_small_thread_stack_size.oS support_set_vma_name_supported.oS support_shared_allocate.oS support_small_stack_thread_attribute.oS support_socket_so_timestamp_time64.oS support_stack_alloc.oS support_stat_nanoseconds.oS support_subprocess.oS support_test_compare_blob.oS support_test_compare_failure.oS support_test_compare_string.oS support_test_compare_string_wide.oS support_test_main.oS support_test_verify_impl.oS support_wait_for_thread_exit.oS support_write_file_string.oS temp_file.oS timespec.oS timespec-add.oS timespec-add-time64.oS timespec-sub.oS timespec-sub-time64.oS timespec-time64.oS write_message.oS xaccept.oS xaccept4.oS xasprintf.oS xbind.oS xcalloc.oS xchdir.oS xchmod.oS xchroot.oS xclock_gettime.oS xclock_gettime_time64.oS xclock_settime.oS xclock_settime_time64.oS xclone.oS xclose.oS xclosedir.oS xconnect.oS xcopy_file_range.oS xdlfcn.oS xdlmopen.oS xdup2.oS xfchmod.oS xfclose.oS xfdopendir.oS xfgets.oS xfopen.oS xfork.oS xfread.oS xfreopen.oS xftruncate.oS xgetline.oS xgetpeername.oS xgetsockname.oS xlisten.oS xlseek.oS xmalloc.oS xmemstream.oS xmkdir.oS xmkdirp.oS xmkfifo.oS xmmap.oS xmprotect.oS xmunmap.oS xnewlocale.oS xopen.oS xopendir.oS xpipe.oS xpoll.oS xposix_memalign.oS xposix_spawn.oS xposix_spawn_file_actions_addclose.oS xposix_spawn_file_actions_adddup2.oS xpthread_attr_destroy.oS xpthread_attr_init.oS xpthread_attr_setaffinity_np.oS xpthread_attr_setdetachstate.oS xpthread_attr_setguardsize.oS xpthread_attr_setstack.oS xpthread_attr_setstacksize.oS xpthread_barrier_destroy.oS xpthread_barrier_init.oS xpthread_barrier_wait.oS xpthread_barrierattr_destroy.oS xpthread_barrierattr_init.oS xpthread_barrierattr_setpshared.oS xpthread_cancel.oS xpthread_check_return.oS xpthread_cond_signal.oS xpthread_cond_wait.oS xpthread_create.oS xpthread_detach.oS xpthread_join.oS xpthread_key_create.oS xpthread_key_delete.oS xpthread_kill.oS xpthread_mutex_consistent.oS xpthread_mutex_destroy.oS xpthread_mutex_init.oS xpthread_mutex_lock.oS xpthread_mutex_unlock.oS xpthread_mutexattr_destroy.oS xpthread_mutexattr_init.oS xpthread_mutexattr_setprotocol.oS xpthread_mutexattr_setpshared.oS xpthread_mutexattr_setrobust.oS xpthread_mutexattr_settype.oS xpthread_once.oS xpthread_rwlock_destroy.oS xpthread_rwlock_init.oS xpthread_rwlock_rdlock.oS xpthread_rwlock_unlock.oS xpthread_rwlock_wrlock.oS xpthread_rwlockattr_init.oS xpthread_rwlockattr_setkind_np.oS xpthread_sigmask.oS xpthread_spin_lock.oS xpthread_spin_unlock.oS xraise.oS xread.oS xreadlink.oS xrealloc.oS xrecvfrom.oS xsendto.oS xsetlocale.oS xsetsockopt.oS xsigaction.oS xsignal.oS xsigstack.oS xsocket.oS xstatx.oS xstrdup.oS xstrndup.oS xsymlink.oS xsysconf.oS xsystem.oS xunlink.oS xuselocale.oS xwaitpid.oS xwrite.oS) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/support/stubsT mv -f /build/support/stubsT /build/support/stubs make[3]: Leaving directory '/glibc/support' make subdir=nptl_db -C nptl_db ..=../ subdir_install make[3]: Entering directory '/glibc/nptl_db' /usr/bin/install -c -m 644 ../sysdeps/nptl/proc_service.h /build/testroot.pristine/usr/include/proc_service.h make[3]: Leaving directory '/glibc/nptl_db' make[3]: Entering directory '/glibc/nptl_db' /usr/bin/install -c -m 644 ../sysdeps/nptl/thread_db.h /build/testroot.pristine/usr/include/thread_db.h make[3]: Leaving directory '/glibc/nptl_db' make[3]: Entering directory '/glibc/nptl_db' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/sys/procfs.h /build/testroot.pristine/usr/include/sys/procfs.h make[3]: Leaving directory '/glibc/nptl_db' make[3]: Entering directory '/glibc/nptl_db' /usr/bin/install -c /build/nptl_db/libthread_db.so /build/testroot.pristine/lib/libthread_db.so.1.new mv -f /build/testroot.pristine/lib/libthread_db.so.1.new /build/testroot.pristine/lib/libthread_db.so.1 make[3]: Leaving directory '/glibc/nptl_db' make[3]: Entering directory '/glibc/nptl_db' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/nptl_db' make[3]: Entering directory '/glibc/nptl_db' (cd /build/nptl_db/.; objdump -h td_init.os td_log.os td_ta_new.os td_ta_delete.os td_ta_get_nthreads.os td_ta_get_ph.os td_ta_map_id2thr.os td_ta_map_lwp2thr.os td_ta_thr_iter.os td_ta_tsd_iter.os td_thr_get_info.os td_thr_getfpregs.os td_thr_getgregs.os td_thr_getxregs.os td_thr_getxregsize.os td_thr_setfpregs.os td_thr_setgregs.os td_thr_setprio.os td_thr_setsigpending.os td_thr_setxregs.os td_thr_sigsetmask.os td_thr_tsd.os td_thr_validate.os td_thr_dbsuspend.os td_thr_dbresume.os td_ta_setconcurrency.os td_ta_enable_stats.os td_ta_reset_stats.os td_ta_get_stats.os td_ta_event_addr.os td_thr_event_enable.os td_thr_set_event.os td_thr_clear_event.os td_thr_event_getmsg.os td_ta_set_event.os td_ta_event_getmsg.os td_ta_clear_event.os td_symbol_list.os td_thr_tlsbase.os td_thr_tls_get_addr.os fetch-value.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/nptl_db/stubsT mv -f /build/nptl_db/stubsT /build/nptl_db/stubs make[3]: Leaving directory '/glibc/nptl_db' make[3]: Entering directory '/glibc/nptl_db' rm -f /build/testroot.pristine/usr/lib/libthread_db.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/libthread_db.so.1 /build/testroot.pristine/usr/lib/libthread_db.so.new mv -f /build/testroot.pristine/usr/lib/libthread_db.so.new /build/testroot.pristine/usr/lib/libthread_db.so make[3]: Leaving directory '/glibc/nptl_db' make subdir=inet -C inet ..=../ subdir_install make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/arpa mkdir -p -- /build/testroot.pristine/usr/include/arpa /usr/bin/install -c -m 644 arpa/ftp.h /build/testroot.pristine/usr/include/arpa/ftp.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/arpa mkdir -p -- /build/testroot.pristine/usr/include/arpa /usr/bin/install -c -m 644 arpa/inet.h /build/testroot.pristine/usr/include/arpa/inet.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/arpa mkdir -p -- /build/testroot.pristine/usr/include/arpa /usr/bin/install -c -m 644 arpa/telnet.h /build/testroot.pristine/usr/include/arpa/telnet.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/arpa mkdir -p -- /build/testroot.pristine/usr/include/arpa /usr/bin/install -c -m 644 arpa/tftp.h /build/testroot.pristine/usr/include/arpa/tftp.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/protocols mkdir -p -- /build/testroot.pristine/usr/include/protocols /usr/bin/install -c -m 644 protocols/routed.h /build/testroot.pristine/usr/include/protocols/routed.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/protocols mkdir -p -- /build/testroot.pristine/usr/include/protocols /usr/bin/install -c -m 644 protocols/rwhod.h /build/testroot.pristine/usr/include/protocols/rwhod.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/in.h /build/testroot.pristine/usr/include/bits/in.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/protocols mkdir -p -- /build/testroot.pristine/usr/include/protocols /usr/bin/install -c -m 644 protocols/talkd.h /build/testroot.pristine/usr/include/protocols/talkd.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/protocols /usr/bin/install -c -m 644 protocols/timed.h /build/testroot.pristine/usr/include/protocols/timed.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' /usr/bin/install -c -m 644 ifaddrs.h /build/testroot.pristine/usr/include/ifaddrs.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netinet mkdir -p -- /build/testroot.pristine/usr/include/netinet /usr/bin/install -c -m 644 netinet/ether.h /build/testroot.pristine/usr/include/netinet/ether.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netinet /usr/bin/install -c -m 644 netinet/in.h /build/testroot.pristine/usr/include/netinet/in.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' /usr/bin/install -c -m 644 netinet/ip6.h /build/testroot.pristine/usr/include/netinet/ip6.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netinet /usr/bin/install -c -m 644 ../sysdeps/generic/netinet/in_systm.h /build/testroot.pristine/usr/include/netinet/in_systm.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netinet mkdir -p -- /build/testroot.pristine/usr/include/netinet /usr/bin/install -c -m 644 netinet/icmp6.h /build/testroot.pristine/usr/include/netinet/icmp6.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netinet /usr/bin/install -c -m 644 ../sysdeps/generic/netinet/ip.h /build/testroot.pristine/usr/include/netinet/ip.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netinet mkdir -p -- /build/testroot.pristine/usr/include/netinet /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netinet/if_ether.h /build/testroot.pristine/usr/include/netinet/if_ether.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netinet mkdir -p -- /build/testroot.pristine/usr/include/netinet /usr/bin/install -c -m 644 netinet/igmp.h /build/testroot.pristine/usr/include/netinet/igmp.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' /usr/bin/install -c -m 644 ../sysdeps/gnu/netinet/tcp.h /build/testroot.pristine/usr/include/netinet/tcp.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netinet/if_fddi.h /build/testroot.pristine/usr/include/netinet/if_fddi.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netinet/if_tr.h /build/testroot.pristine/usr/include/netinet/if_tr.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/rpc mkdir -p -- /build/testroot.pristine/usr/include/rpc /usr/bin/install -c -m 644 rpc/netdb.h /build/testroot.pristine/usr/include/rpc/netdb.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netash mkdir -p -- /build/testroot.pristine/usr/include/netash /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netash/ash.h /build/testroot.pristine/usr/include/netash/ash.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netatalk mkdir -p -- /build/testroot.pristine/usr/include/netatalk /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netatalk/at.h /build/testroot.pristine/usr/include/netatalk/at.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netax25 mkdir -p -- /build/testroot.pristine/usr/include/netax25 /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netax25/ax25.h /build/testroot.pristine/usr/include/netax25/ax25.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/neteconet mkdir -p -- /build/testroot.pristine/usr/include/neteconet /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/neteconet/ec.h /build/testroot.pristine/usr/include/neteconet/ec.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netipx mkdir -p -- /build/testroot.pristine/usr/include/netipx /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netipx/ipx.h /build/testroot.pristine/usr/include/netipx/ipx.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' /usr/bin/install -c -m 644 ../sysdeps/gnu/netinet/ip_icmp.h /build/testroot.pristine/usr/include/netinet/ip_icmp.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' /usr/bin/install -c -m 644 ../sysdeps/gnu/netinet/udp.h /build/testroot.pristine/usr/include/netinet/udp.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netiucv mkdir -p -- /build/testroot.pristine/usr/include/netiucv /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netiucv/iucv.h /build/testroot.pristine/usr/include/netiucv/iucv.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netpacket mkdir -p -- /build/testroot.pristine/usr/include/netpacket /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netpacket/packet.h /build/testroot.pristine/usr/include/netpacket/packet.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netrom mkdir -p -- /build/testroot.pristine/usr/include/netrom /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netrom/netrom.h /build/testroot.pristine/usr/include/netrom/netrom.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/netrose mkdir -p -- /build/testroot.pristine/usr/include/netrose /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/netrose/rose.h /build/testroot.pristine/usr/include/netrose/rose.h make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' .././scripts/mkinstalldirs /build/testroot.pristine/etc mkdir -p -- /build/testroot.pristine/etc /usr/bin/install -c -m 644 etc.rpc /build/testroot.pristine/etc/rpc make[3]: Leaving directory '/glibc/inet' make[3]: Entering directory '/glibc/inet' (cd /build/inet/.; objdump -h bindresvport.o deadline.o ether_aton.o ether_aton_r.o ether_line.o ether_ntoa.o ether_ntoa_r.o getipv4sourcefilter.o getsourcefilter.o herrno.o herrno-loc.o htonl.o htons.o idna.o idna_name_classify.o if_index.o ifaddrs.o in6_addr.o inet6_opt.o inet6_option.o inet6_rth.o inet6_scopeid_pton.o inet_lnaof.o inet_mkadr.o inet_net.o inet_netof.o inet_ntoa.o rcmd.o rexec.o ruserpass.o setipv4sourcefilter.o setsourcefilter.o check_pf.o check_native.o ifreq.o netlink_assert_response.o bindresvport.os deadline.os ether_aton.os ether_aton_r.os ether_line.os ether_ntoa.os ether_ntoa_r.os getipv4sourcefilter.os getsourcefilter.os herrno.os herrno-loc.os htonl.os htons.os idna.os idna_name_classify.os if_index.os ifaddrs.os in6_addr.os inet6_opt.os inet6_option.os inet6_rth.os inet6_scopeid_pton.os inet_lnaof.os inet_mkadr.os inet_net.os inet_netof.os inet_ntoa.os rcmd.os rexec.os ruserpass.os setipv4sourcefilter.os setsourcefilter.os check_pf.os check_native.os ifreq.os netlink_assert_response.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/inet/stubsT mv -f /build/inet/stubsT /build/inet/stubs make[3]: Leaving directory '/glibc/inet' make subdir=resolv -C resolv ..=../ subdir_install make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 resolv.h /build/testroot.pristine/usr/include/resolv.h make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 bits/types/res_state.h /build/testroot.pristine/usr/include/bits/types/res_state.h make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 netdb.h /build/testroot.pristine/usr/include/netdb.h make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 ../bits/netdb.h /build/testroot.pristine/usr/include/bits/netdb.h make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 arpa/nameser.h /build/testroot.pristine/usr/include/arpa/nameser.h make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 arpa/nameser_compat.h /build/testroot.pristine/usr/include/arpa/nameser_compat.h make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 sys/bitypes.h /build/testroot.pristine/usr/include/sys/bitypes.h make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c /build/resolv/libresolv.so /build/testroot.pristine/lib/libresolv.so.2.new mv -f /build/testroot.pristine/lib/libresolv.so.2.new /build/testroot.pristine/lib/libresolv.so.2 make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c /build/resolv/libnss_dns.so /build/testroot.pristine/lib/libnss_dns.so.2.new mv -f /build/testroot.pristine/lib/libnss_dns.so.2.new /build/testroot.pristine/lib/libnss_dns.so.2 make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c /build/resolv/libanl.so /build/testroot.pristine/lib/libanl.so.1.new mv -f /build/testroot.pristine/lib/libanl.so.1.new /build/testroot.pristine/lib/libanl.so.1 make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 /build/resolv/libresolv.a /build/testroot.pristine/usr/lib/libresolv.a make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 /build/resolv/libanl.a /build/testroot.pristine/usr/lib/libanl.a make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' (cd /build/resolv/.; objdump -h dn_comp.o dn_expand.o dn_skipname.o dns-canon.o dns-host.o dns-network.o herror.o inet_addr.o inet_ntop.o inet_pton.o ns_makecanon.o ns_name_compress.o ns_name_length_uncompressed.o ns_name_ntop.o ns_name_pack.o ns_name_pton.o ns_name_skip.o ns_name_uncompress.o ns_name_unpack.o ns_rr_cursor_init.o ns_rr_cursor_next.o ns_samebinaryname.o ns_samename.o nsap_addr.o nss_dns_functions.o res-close.o res-name-checking.o res-noaaaa.o res-state.o res_context_hostalias.o res_enable_icmp.o res_get_nsaddr.o res_hconf.o res_init.o res_libc.o res_mkquery.o res_nameinquery.o res_queriesmatch.o res_query.o res_randomid.o res_send.o resolv_conf.o resolv_context.o gai_sigqueue.o gai_cancel.o gai_error.o gai_misc.o gai_notify.o gai_suspend.o getaddrinfo_a.o dn_comp.os dn_expand.os dn_skipname.os dns-canon.os dns-host.os dns-network.os herror.os inet_addr.os inet_ntop.os inet_pton.os ns_makecanon.os ns_name_compress.os ns_name_length_uncompressed.os ns_name_ntop.os ns_name_pack.os ns_name_pton.os ns_name_skip.os ns_name_uncompress.os ns_name_unpack.os ns_rr_cursor_init.os ns_rr_cursor_next.os ns_samebinaryname.os ns_samename.os nsap_addr.os nss_dns_functions.os res-close.os res-name-checking.os res-noaaaa.os res-state.os res_context_hostalias.os res_enable_icmp.os res_get_nsaddr.os res_hconf.os res_init.os res_libc.os res_mkquery.os res_nameinquery.os res_queriesmatch.os res_query.os res_randomid.os res_send.os resolv_conf.os resolv_context.os gai_sigqueue.os gai_cancel.os gai_error.os gai_misc.os gai_notify.os gai_suspend.os getaddrinfo_a.os base64.o compat-gethnamaddr.o compat-hooks.o inet_net_ntop.o inet_net_pton.o inet_neta.o ns_date.o ns_name.o ns_netint.o ns_parse.o ns_print.o ns_samedomain.o ns_ttl.o res-putget.o res_data.o res_debug.o res_hostalias.o res_isourserver.o resolv-deprecated.o base64.os compat-gethnamaddr.os compat-hooks.os inet_net_ntop.os inet_net_pton.os inet_neta.os ns_date.os ns_name.os ns_netint.os ns_parse.os ns_print.os ns_samedomain.os ns_ttl.os res-putget.os res_data.os res_debug.os res_hostalias.os res_isourserver.os resolv-deprecated.os libanl-compat.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/resolv/stubsT mv -f /build/resolv/stubsT /build/resolv/stubs make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' rm -f /build/testroot.pristine/usr/lib/libanl.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/libanl.so.1 /build/testroot.pristine/usr/lib/libanl.so.new mv -f /build/testroot.pristine/usr/lib/libanl.so.new /build/testroot.pristine/usr/lib/libanl.so make[3]: Leaving directory '/glibc/resolv' make[3]: Entering directory '/glibc/resolv' rm -f /build/testroot.pristine/usr/lib/libresolv.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/libresolv.so.2 /build/testroot.pristine/usr/lib/libresolv.so.new mv -f /build/testroot.pristine/usr/lib/libresolv.so.new /build/testroot.pristine/usr/lib/libresolv.so make[3]: Leaving directory '/glibc/resolv' make subdir=nss -C nss ..=../ subdir_install make[3]: Entering directory '/glibc/nss' /usr/bin/install -c -m 644 aliases.h /build/testroot.pristine/usr/include/aliases.h make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c -m 644 grp.h /build/testroot.pristine/usr/include/grp.h make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c -m 644 gshadow.h /build/testroot.pristine/usr/include/gshadow.h make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c -m 644 nss.h /build/testroot.pristine/usr/include/nss.h make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c -m 644 pwd.h /build/testroot.pristine/usr/include/pwd.h make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c -m 644 shadow.h /build/testroot.pristine/usr/include/shadow.h make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c /build/nss/libnss_files.so /build/testroot.pristine/lib/libnss_files.so.2.new mv -f /build/testroot.pristine/lib/libnss_files.so.2.new /build/testroot.pristine/lib/libnss_files.so.2 make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c /build/nss/libnss_db.so /build/testroot.pristine/lib/libnss_db.so.2.new mv -f /build/testroot.pristine/lib/libnss_db.so.2.new /build/testroot.pristine/lib/libnss_db.so.2 make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c /build/nss/libnss_compat.so /build/testroot.pristine/lib/libnss_compat.so.2.new mv -f /build/testroot.pristine/lib/libnss_compat.so.2.new /build/testroot.pristine/lib/libnss_compat.so.2 make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' .././scripts/mkinstalldirs /build/testroot.pristine/var/db mkdir -p -- /build/testroot.pristine/var/db /usr/bin/install -c -m 644 db-Makefile /build/testroot.pristine/var/db/Makefile make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c /build/nss/getent /build/testroot.pristine/usr/bin/getent.new mv -f /build/testroot.pristine/usr/bin/getent.new /build/testroot.pristine/usr/bin/getent make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' /usr/bin/install -c /build/nss/makedb /build/testroot.pristine/usr/bin/makedb.new mv -f /build/testroot.pristine/usr/bin/makedb.new /build/testroot.pristine/usr/bin/makedb make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' rm -f /build/testroot.pristine/usr/lib/libnss_db.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/libnss_db.so.2 /build/testroot.pristine/usr/lib/libnss_db.so.new mv -f /build/testroot.pristine/usr/lib/libnss_db.so.new /build/testroot.pristine/usr/lib/libnss_db.so make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' rm -f /build/testroot.pristine/usr/lib/libnss_compat.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/libnss_compat.so.2 /build/testroot.pristine/usr/lib/libnss_compat.so.new mv -f /build/testroot.pristine/usr/lib/libnss_compat.so.new /build/testroot.pristine/usr/lib/libnss_compat.so make[3]: Leaving directory '/glibc/nss' make[3]: Entering directory '/glibc/nss' (cd /build/nss/.; objdump -h alias-lookup.o ethers-lookup.o grp-lookup.o hosts-lookup.o netgrp-lookup.o network-lookup.o proto-lookup.o pwd-lookup.o service-lookup.o sgrp-lookup.o spwd-lookup.o key-lookup.o rpc-lookup.o compat-lookup.o digits_dots.o getnssent.o getnssent_r.o nss_action.o nss_action_parse.o nss_database.o nss_fgetent_r.o nss_files_data.o nss_files_fopen.o nss_files_functions.o nss_hash.o nss_module.o nss_parse_line_result.o nss_readline.o nsswitch.o rewrite_field.o valid_field.o valid_list_field.o getaliasent.o getaliasent_r.o getaliasname.o getaliasname_r.o ether_hton.o ether_ntoh.o fgetgrent.o fgetgrent_r.o getgrent.o getgrent_r.o getgrgid.o getgrgid_r.o getgrnam.o getgrnam_r.o grp-merge.o initgroups.o putgrent.o fgetsgent.o fgetsgent_r.o getsgent.o getsgent_r.o getsgnam.o getsgnam_r.o putsgent.o sgetsgent.o sgetsgent_r.o getaddrinfo.o gethstbyad.o gethstbyad_r.o gethstbynm.o gethstbynm2.o gethstbynm2_r.o gethstbynm_r.o gethstent.o gethstent_r.o getnameinfo.o getnetgrent.o getnetgrent_r.o getnetbyad.o getnetbyad_r.o getnetbynm.o getnetbynm_r.o getnetent.o getnetent_r.o getproto.o getproto_r.o getprtent.o getprtent_r.o getprtname.o getprtname_r.o fgetpwent.o fgetpwent_r.o getpw.o getpwent.o getpwent_r.o getpwnam.o getpwnam_r.o getpwuid.o getpwuid_r.o putpwent.o getrpcbyname.o getrpcbyname_r.o getrpcbynumber.o getrpcbynumber_r.o getrpcent.o getrpcent_r.o getservent.o getservent_r.o getsrvbynm.o getsrvbynm_r.o getsrvbypt.o getsrvbypt_r.o fgetspent.o fgetspent_r.o getspent.o getspent_r.o getspnam.o getspnam_r.o lckpwdf.o putspent.o sgetspent.o sgetspent_r.o files-alias.o files-ethers.o files-grp.o files-hosts.o files-netgrp.o files-network.o files-proto.o files-pwd.o files-service.o files-sgrp.o files-spwd.o files-rpc.o files-init.o files-initgroups.o alias-lookup.os ethers-lookup.os grp-lookup.os hosts-lookup.os netgrp-lookup.os network-lookup.os proto-lookup.os pwd-lookup.os service-lookup.os sgrp-lookup.os spwd-lookup.os key-lookup.os rpc-lookup.os compat-lookup.os digits_dots.os getnssent.os getnssent_r.os nss_action.os nss_action_parse.os nss_database.os nss_fgetent_r.os nss_files_data.os nss_files_fopen.os nss_files_functions.os nss_hash.os nss_module.os nss_parse_line_result.os nss_readline.os nsswitch.os rewrite_field.os valid_field.os valid_list_field.os getaliasent.os getaliasent_r.os getaliasname.os getaliasname_r.os ether_hton.os ether_ntoh.os fgetgrent.os fgetgrent_r.os getgrent.os getgrent_r.os getgrgid.os getgrgid_r.os getgrnam.os getgrnam_r.os grp-merge.os initgroups.os putgrent.os fgetsgent.os fgetsgent_r.os getsgent.os getsgent_r.os getsgnam.os getsgnam_r.os putsgent.os sgetsgent.os sgetsgent_r.os getaddrinfo.os gethstbyad.os gethstbyad_r.os gethstbynm.os gethstbynm2.os gethstbynm2_r.os gethstbynm_r.os gethstent.os gethstent_r.os getnameinfo.os getnetgrent.os getnetgrent_r.os getnetbyad.os getnetbyad_r.os getnetbynm.os getnetbynm_r.os getnetent.os getnetent_r.os getproto.os getproto_r.os getprtent.os getprtent_r.os getprtname.os getprtname_r.os fgetpwent.os fgetpwent_r.os getpw.os getpwent.os getpwent_r.os getpwnam.os getpwnam_r.os getpwuid.os getpwuid_r.os putpwent.os getrpcbyname.os getrpcbyname_r.os getrpcbynumber.os getrpcbynumber_r.os getrpcent.os getrpcent_r.os getservent.os getservent_r.os getsrvbynm.os getsrvbynm_r.os getsrvbypt.os getsrvbypt_r.os fgetspent.os fgetspent_r.os getspent.os getspent_r.os getspnam.os getspnam_r.os lckpwdf.os putspent.os sgetspent.os sgetspent_r.os files-alias.os files-ethers.os files-grp.os files-hosts.os files-netgrp.os files-network.os files-proto.os files-pwd.os files-service.os files-sgrp.os files-spwd.os files-rpc.os files-init.os files-initgroups.os xmalloc.o hash-string.o db-ethers.os db-grp.os db-netgrp.os db-proto.os db-pwd.os db-service.os db-sgrp.os db-spwd.os db-rpc.os db-initgroups.os db-open.os db-init.os hash-string.os compat-grp.os compat-pwd.os compat-spwd.os compat-initgroups.os nisdomain.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/nss/stubsT mv -f /build/nss/stubsT /build/nss/stubs make[3]: Leaving directory '/glibc/nss' make subdir=hesiod -C hesiod ..=../ subdir_install make[3]: Entering directory '/glibc/hesiod' /usr/bin/install -c /build/hesiod/libnss_hesiod.so /build/testroot.pristine/lib/libnss_hesiod.so.2.new mv -f /build/testroot.pristine/lib/libnss_hesiod.so.2.new /build/testroot.pristine/lib/libnss_hesiod.so.2 make[3]: Leaving directory '/glibc/hesiod' make[3]: Entering directory '/glibc/hesiod' (cd /build/hesiod/.; objdump -h hesiod.os hesiod-grp.os hesiod-proto.os hesiod-pwd.os hesiod-service.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/hesiod/stubsT mv -f /build/hesiod/stubsT /build/hesiod/stubs make[3]: Leaving directory '/glibc/hesiod' make[3]: Entering directory '/glibc/hesiod' rm -f /build/testroot.pristine/usr/lib/libnss_hesiod.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/libnss_hesiod.so.2 /build/testroot.pristine/usr/lib/libnss_hesiod.so.new mv -f /build/testroot.pristine/usr/lib/libnss_hesiod.so.new /build/testroot.pristine/usr/lib/libnss_hesiod.so make[3]: Leaving directory '/glibc/hesiod' make subdir=sunrpc -C sunrpc ..=../ subdir_install make[3]: Entering directory '/glibc/sunrpc' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/sunrpc' make[3]: Entering directory '/glibc/sunrpc' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/nfs mkdir -p -- /build/testroot.pristine/usr/include/nfs /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/nfs/nfs.h /build/testroot.pristine/usr/include/nfs/nfs.h make[3]: Leaving directory '/glibc/sunrpc' make[3]: Entering directory '/glibc/sunrpc' (cd /build/sunrpc/.; objdump -h auth_none.os authuxprot.os clnt_raw.os clnt_simp.os rpc_dtable.os getrpcport.os pmap_clnt.os pm_getmaps.os pmap_prot.os pmap_prot2.os pmap_rmt.os rpc_prot.os rpc_common.os rpc_cmsg.os svc_auth.os svc_authux.os svc_raw.os svc_simple.os xdr_float.os xdr_rec.os publickey.os authdes_prot.os des_crypt.os des_impl.os des_soft.os key_prot.os openchild.os rtime.os svcauth_des.os clnt_unix.os svc_unix.os create_xid.os auth_des.os auth_unix.os clnt_gen.os clnt_perr.os clnt_tcp.os clnt_udp.os get_myaddr.os key_call.os netname.os pm_getport.os rpc_thread.os svc.os svc_tcp.os svc_udp.os xcrypt.os xdr_array.os xdr.os xdr_intXX_t.os xdr_mem.os xdr_ref.os xdr_sizeof.os xdr_stdio.os svc_run.os rpc_gethostbyname.os compat-auth_des.os compat-auth_unix.os compat-clnt_gen.os compat-clnt_perr.os compat-clnt_tcp.os compat-clnt_udp.os compat-get_myaddr.os compat-key_call.os compat-netname.os compat-pm_getport.os compat-rpc_thread.os compat-svc.os compat-svc_tcp.os compat-svc_udp.os compat-xcrypt.os compat-xdr_array.os compat-xdr.os compat-xdr_intXX_t.os compat-xdr_mem.os compat-xdr_ref.os compat-xdr_sizeof.os compat-xdr_stdio.os compat-svc_run.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/sunrpc/stubsT mv -f /build/sunrpc/stubsT /build/sunrpc/stubs make[3]: Leaving directory '/glibc/sunrpc' make subdir=nis -C nis ..=../ subdir_install make[3]: Entering directory '/glibc/nis' /usr/bin/install -c /build/nis/libnsl.so /build/testroot.pristine/lib/libnsl.so.1.new mv -f /build/testroot.pristine/lib/libnsl.so.1.new /build/testroot.pristine/lib/libnsl.so.1 make[3]: Leaving directory '/glibc/nis' make[3]: Entering directory '/glibc/nis' (cd /build/nis/.; objdump -h yp_xdr.os ypclnt.os ypupdate_xdr.os nis_subr.os nis_local_names.os nis_free.os nis_file.os nis_print.os nis_error.os nis_call.os nis_lookup.os nis_table.os nis_xdr.os nis_server.os nis_ping.os nis_checkpoint.os nis_mkdir.os nis_rmdir.os nis_getservlist.os nis_verifygroup.os nis_ismember.os nis_addmember.os nis_util.os nis_removemember.os nis_creategroup.os nis_destroygroup.os nis_print_group_entry.os nis_domain_of.os nis_domain_of_r.os nis_modify.os nis_remove.os nis_add.os nis_defaults.os nis_findserv.os nis_callback.os nis_clone_dir.os nis_clone_obj.os nis_clone_res.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/nis/stubsT mv -f /build/nis/stubsT /build/nis/stubs make[3]: Leaving directory '/glibc/nis' make subdir=nscd -C nscd ..=../ subdir_install make[3]: Entering directory '/glibc/nscd' /usr/bin/install -c /build/nscd/nscd /build/testroot.pristine/usr/sbin/nscd.new mv -f /build/testroot.pristine/usr/sbin/nscd.new /build/testroot.pristine/usr/sbin/nscd make[3]: Leaving directory '/glibc/nscd' make[3]: Entering directory '/glibc/nscd' (cd /build/nscd/.; objdump -h nscd_getpw_r.o nscd_getgr_r.o nscd_gethst_r.o nscd_getai.o nscd_initgroups.o nscd_getserv_r.o nscd_netgroup.o nscd_helper.o nscd_getpw_r.os nscd_getgr_r.os nscd_gethst_r.os nscd_getai.os nscd_initgroups.os nscd_getserv_r.os nscd_netgroup.os nscd_helper.os nscd.o connections.o pwdcache.o getpwnam_r.o getpwuid_r.o grpcache.o getgrnam_r.o getgrgid_r.o hstcache.o gethstbyad_r.o gethstbynm3_r.o getsrvbynm_r.o getsrvbypt_r.o servicescache.o dbg_log.o nscd_conf.o nscd_stat.o cache.o mem.o nscd_setup_thread.o xmalloc.o xstrdup.o aicache.o initgrcache.o res_hconf.o netgroupcache.o cachedumper.o) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/nscd/stubsT mv -f /build/nscd/stubsT /build/nscd/stubs make[3]: Leaving directory '/glibc/nscd' make subdir=login -C login ..=../ subdir_install make[3]: Entering directory '/glibc/login' /usr/bin/install -c -m 644 ../bits/utmp.h /build/testroot.pristine/usr/include/bits/utmp.h make[3]: Leaving directory '/glibc/login' make[3]: Entering directory '/glibc/login' /usr/bin/install -c -m 644 lastlog.h /build/testroot.pristine/usr/include/lastlog.h make[3]: Leaving directory '/glibc/login' make[3]: Entering directory '/glibc/login' /usr/bin/install -c -m 644 pty.h /build/testroot.pristine/usr/include/pty.h make[3]: Leaving directory '/glibc/login' make[3]: Entering directory '/glibc/login' /usr/bin/install -c -m 644 utmp.h /build/testroot.pristine/usr/include/utmp.h make[3]: Leaving directory '/glibc/login' make[3]: Entering directory '/glibc/login' /usr/bin/install -c -m 644 ../sysdeps/gnu/bits/utmpx.h /build/testroot.pristine/usr/include/bits/utmpx.h make[3]: Leaving directory '/glibc/login' make[3]: Entering directory '/glibc/login' /usr/bin/install -c -m 644 ../sysdeps/gnu/utmpx.h /build/testroot.pristine/usr/include/utmpx.h make[3]: Leaving directory '/glibc/login' make[3]: Entering directory '/glibc/login' /usr/bin/install -c -m 644 /build/login/libutil.a /build/testroot.pristine/usr/lib/libutil.a make[3]: Leaving directory '/glibc/login' make[3]: Entering directory '/glibc/login' /usr/bin/install -c /build/login/libutil.so /build/testroot.pristine/lib/libutil.so.1.new mv -f /build/testroot.pristine/lib/libutil.so.1.new /build/testroot.pristine/lib/libutil.so.1 make[3]: Leaving directory '/glibc/login' make[3]: Entering directory '/glibc/login' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/login' make[3]: Entering directory '/glibc/login' (cd /build/login/.; objdump -h forkpty.o getlogin.o getlogin_r.o getlogin_r_chk.o getpt.o getutent.o getutent_r.o getutid.o getutid_r.o getutline.o getutline_r.o grantpt.o login.o login_tty.o logout.o logwtmp.o openpty.o ptsname.o ptsname_r_chk.o setlogin.o unlockpt.o updwtmp.o utmp_file.o utmpname.o endutxent.o getutmp.o getutmpx.o getutxent.o getutxid.o getutxline.o pututxline.o setutxent.o updwtmpx.o utmpxname.o forkpty.os getlogin.os getlogin_r.os getlogin_r_chk.os getpt.os getutent.os getutent_r.os getutid.os getutid_r.os getutline.os getutline_r.os grantpt.os login.os login_tty.os logout.os logwtmp.os openpty.os ptsname.os ptsname_r_chk.os setlogin.os unlockpt.os updwtmp.os utmp_file.os utmpname.os endutxent.os getutmp.os getutmpx.os getutxent.os getutxid.os getutxline.os pututxline.os setutxent.os updwtmpx.os utmpxname.os libutil-compat.os) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/login/stubsT mv -f /build/login/stubsT /build/login/stubs make[3]: Leaving directory '/glibc/login' make subdir=elf -C elf ..=../ subdir_install make[3]: Entering directory '/glibc/elf' /usr/bin/install -c -m 644 ../bits/elfclass.h /build/testroot.pristine/usr/include/bits/elfclass.h make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c -m 644 ../sysdeps/x86/bits/link.h /build/testroot.pristine/usr/include/bits/link.h make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c -m 644 ../bits/link_lavcurrent.h /build/testroot.pristine/usr/include/bits/link_lavcurrent.h make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c -m 644 elf.h /build/testroot.pristine/usr/include/elf.h make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c -m 644 link.h /build/testroot.pristine/usr/include/link.h make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/bits/platform mkdir -p -- /build/testroot.pristine/usr/include/bits/platform /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/x86/bits/platform/features.h /build/testroot.pristine/usr/include/bits/platform/features.h make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c -m 644 /build/gnu/lib-names-32.h /build/testroot.pristine/usr/include/gnu/lib-names-32.h make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/bits/platform mkdir -p -- /build/testroot.pristine/usr/include/bits/platform /usr/bin/install -c -m 644 ../sysdeps/x86/bits/platform/x86.h /build/testroot.pristine/usr/include/bits/platform/x86.h make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/testroot.pristine/usr/include/sys/platform mkdir -p -- /build/testroot.pristine/usr/include/sys/platform /usr/bin/install -c -m 644 ../sysdeps/x86/sys/platform/x86.h /build/testroot.pristine/usr/include/sys/platform/x86.h make[3]: Leaving directory '/glibc/elf' make -f /build/elf/librtld.mk -f rtld-Rules make subdir=csu -C ../csu ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-check_fds.os rtld-errno.os rtld-divdi3.os rtld-check_fds.os rtld-check_fds.os rtld-check_fds.os rtld-sysdep.os' make subdir=dirent -C ../dirent ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-closedir.os rtld-fdopendir.os rtld-readdir64.os rtld-rewinddir.os rtld-getdents64.os rtld-readdir64.os' make subdir=elf -C ../elf ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-dl-addr-obj.os rtld-dl-find_object.os rtld-dl-find_object.os' make subdir=gmon -C ../gmon ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-prof-freq.os rtld-profil.os rtld-profil.os rtld-profil.os' make subdir=io -C ../io ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-access.os rtld-fstat64.os rtld-fstatat64.os rtld-lseek.os rtld-lstat64.os rtld-openat64.os rtld-stat64.os rtld-close_nocancel.os rtld-fcntl_nocancel.os rtld-open64_nocancel.os rtld-open_nocancel.os rtld-pread64_nocancel.os rtld-read_nocancel.os rtld-stat_t64_cp.os rtld-fstat64.os rtld-write_nocancel.os rtld-libc-do-syscall.os' make subdir=malloc -C ../malloc ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-scratch_buffer_set_array_size.os' make subdir=misc -C ../misc ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-mmap.os rtld-mprotect.os rtld-munmap.os rtld-setvmaname.os rtld-mmap.os rtld-atomic_wide_counter.os' make subdir=nptl -C ../nptl ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-lowlevellock.os' make subdir=posix -C ../posix ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-_exit.os rtld-getpid.os rtld-uname.os rtld-environ.os' make subdir=setjmp -C ../setjmp ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-setjmp.os rtld-__longjmp.os' make subdir=signal -C ../signal ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-libc_sigaction.os' make subdir=stdio-common -C ../stdio-common ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-errname.os' make subdir=stdlib -C ../stdlib ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-getenv.os' make subdir=string -C ../string ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-memchr.os rtld-memcmp.os rtld-memcpy.os rtld-memmove.os rtld-mempcpy.os rtld-memset.os rtld-stpcpy.os rtld-strchr.os rtld-strcmp.os rtld-strcspn.os rtld-strdup.os rtld-strerrorname_np.os rtld-strlen.os rtld-strncmp.os rtld-strnlen.os rtld-memset-sse2.os rtld-memset.os rtld-memcpy-ssse3.os rtld-memcpy.os rtld-mempcpy-ssse3.os rtld-mempcpy.os rtld-memmove-ssse3.os rtld-memmove.os rtld-memcpy-ssse3-rep.os rtld-memcpy.os rtld-mempcpy-ssse3-rep.os rtld-mempcpy.os rtld-memmove-ssse3-rep.os rtld-memmove.os rtld-memset-sse2-rep.os rtld-memset.os rtld-strcmp-ssse3.os rtld-strcmp.os rtld-strcmp-sse4.os rtld-strcmp.os rtld-strncmp-c.os rtld-strncmp.os rtld-strncmp-ssse3.os rtld-strncmp.os rtld-strncmp-sse4.os rtld-strncmp.os rtld-memcmp-ssse3.os rtld-memcmp.os rtld-memcmp-sse4.os rtld-memcmp.os rtld-strlen-sse2.os rtld-strlen.os rtld-strlen-sse2-bsf.os rtld-strlen.os rtld-stpcpy-ssse3.os rtld-stpcpy.os rtld-stpcpy-sse2.os rtld-stpcpy.os rtld-strchr-sse2.os rtld-strchr.os rtld-strchr-sse2-bsf.os rtld-strchr.os rtld-memchr-sse2.os rtld-memchr.os rtld-memchr-sse2-bsf.os rtld-memchr.os rtld-strnlen-sse2.os rtld-strnlen.os rtld-strnlen-c.os rtld-strnlen.os rtld-memcpy-sse2-unaligned.os rtld-memcpy.os rtld-mempcpy-sse2-unaligned.os rtld-mempcpy.os rtld-memmove-sse2-unaligned.os rtld-memmove.os rtld-strcspn-c.os rtld-strcspn.os rtld-memchr-ia32.os rtld-memchr.os rtld-memcmp-ia32.os rtld-memcmp.os rtld-memcpy-ia32.os rtld-memmove-ia32.os rtld-mempcpy-ia32.os rtld-mempcpy.os rtld-memset-ia32.os rtld-strchr-ia32.os rtld-strchr.os rtld-strcmp-ia32.os rtld-strcmp.os rtld-strcspn-ia32.os rtld-strcspn.os rtld-strlen-ia32.os rtld-strlen.os rtld-stpcpy-ia32.os rtld-stpcpy.os rtld-cacheinfo.os rtld-memset-sse2.os rtld-strerrorname_np.os rtld-varshift.os rtld-strcspn-c.os' make subdir=time -C ../time ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-setitimer.os' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c /build/elf/ldd /build/testroot.pristine/usr/bin/ldd.new mv -f /build/testroot.pristine/usr/bin/ldd.new /build/testroot.pristine/usr/bin/ldd make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c /build/elf/sotruss /build/testroot.pristine/usr/bin/sotruss.new mv -f /build/testroot.pristine/usr/bin/sotruss.new /build/testroot.pristine/usr/bin/sotruss make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/testroot.pristine/sbin mkdir -p -- /build/testroot.pristine/sbin /usr/bin/install -c /build/elf/sln /build/testroot.pristine/sbin/sln.new mv -f /build/testroot.pristine/sbin/sln.new /build/testroot.pristine/sbin/sln make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c /build/elf/ldconfig /build/testroot.pristine/sbin/ldconfig.new mv -f /build/testroot.pristine/sbin/ldconfig.new /build/testroot.pristine/sbin/ldconfig make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c /build/elf/ld.so /build/testroot.pristine/lib/ld-linux.so.2.new mv -f /build/testroot.pristine/lib/ld-linux.so.2.new /build/testroot.pristine/lib/ld-linux.so.2 make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c /build/elf/sprof /build/testroot.pristine/usr/bin/sprof.new mv -f /build/testroot.pristine/usr/bin/sprof.new /build/testroot.pristine/usr/bin/sprof make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' /usr/bin/install -c /build/elf/pldd /build/testroot.pristine/usr/bin/pldd.new mv -f /build/testroot.pristine/usr/bin/pldd.new /build/testroot.pristine/usr/bin/pldd make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/testroot.pristine/usr/lib/audit mkdir -p -- /build/testroot.pristine/usr/lib/audit /usr/bin/install -c /build/elf/sotruss-lib.so /build/testroot.pristine/usr/lib/audit/sotruss-lib.so.new mv -f /build/testroot.pristine/usr/lib/audit/sotruss-lib.so.new /build/testroot.pristine/usr/lib/audit/sotruss-lib.so make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' (cd /build/elf/.; objdump -h dl-call-libc-early-init.o dl-call_fini.o dl-catch.o dl-close.o dl-debug.o dl-debug-symbols.o dl-deps.o dl-exception.o dl-execstack.o dl-fini.o dl-init.o dl-load.o dl-lookup.o dl-lookup-direct.o dl-minimal-malloc.o dl-misc.o dl-object.o dl-open.o dl-origin.o dl-printf.o dl-reloc.o dl-runtime.o dl-scope.o dl-setup_hash.o dl-sort-maps.o dl-thread_gscope_wait.o dl-tls.o dl-tls_init_tp.o dl-trampoline.o dl-tunables.o dl-version.o dl-write.o dl-cache.o dl-rseq-symbols.o tlsdesc.o dl-tlsdesc.o dl-get-cpu-features.o dl-addr.o dl-addr-obj.o dl-early_allocate.o dl-find_object.o dl-iteratephdr.o dl-libc.o dl-reloc-static-pie.o dl-support.o dl-sym.o dl-sysdep.o enbl-secure.o libc_early_init.o rtld_static_init.o get-cpuid-feature-leaf.o dl-addr.os dl-addr-obj.os dl-find_object.os dl-iteratephdr.os dl-libc.os dl-sym.os libc-dl-profstub.os libc-dl_find_object.os libc_early_init.os unwind-dw2-fde-glibc.os get-cpuid-feature-leaf.os framestate.os unwind-pe.os dl-call-libc-early-init.os dl-call_fini.os dl-catch.os dl-close.os dl-debug.os dl-debug-symbols.os dl-deps.os dl-exception.os dl-execstack.os dl-fini.os dl-init.os dl-load.os dl-lookup.os dl-lookup-direct.os dl-minimal-malloc.os dl-misc.os dl-object.os dl-open.os dl-origin.os dl-printf.os dl-reloc.os dl-runtime.os dl-scope.os dl-setup_hash.os dl-sort-maps.os dl-thread_gscope_wait.os dl-tls.os dl-tls_init_tp.os dl-trampoline.os dl-tunables.os dl-version.os dl-write.os dl-cache.os dl-rseq-symbols.os tlsdesc.os dl-tlsdesc.os dl-get-cpu-features.os dl-audit.os dl-compat.os dl-diagnostics.os dl-diagnostics-cpu.os dl-diagnostics-kernel.os dl-environ.os dl-hwcaps.os dl-hwcaps-subdirs.os dl-hwcaps_split.os dl-libc_freeres.os dl-minimal.os dl-mutex.os dl-profile.os dl-sysdep.os dl-usage.os rtld.os dl-brk.os dl-getcwd.os dl-openat64.os dl-opendir.os dl-sbrk.os interp.os sofini.os static-stubs.o cache.o chroot_canon.o readlib.o stringtable.o xmalloc.o xstrdup.o sotruss-lib.os sotruss-lib.so) | \ gawk '/\.gnu\.glibc-stub\./ { \ sub(/\.gnu\.glibc-stub\./, "", $2); \ stubs[$2] = 1; } \ END { for (s in stubs) print "#define __stub_" s }' > /build/elf/stubsT mv -f /build/elf/stubsT /build/elf/stubs make[3]: Leaving directory '/glibc/elf' make[3]: Entering directory '/glibc/elf' rm -f /build/testroot.pristine/usr/bin/ld.so.new /bin/sh ../scripts/rellns-sh /build/testroot.pristine/lib/ld-linux.so.2 /build/testroot.pristine/usr/bin/ld.so.new mv -f /build/testroot.pristine/usr/bin/ld.so.new /build/testroot.pristine/usr/bin/ld.so make[3]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc' (sed '/^@/d' include/stubs-prologue.h; LC_ALL=C sort /build/csu/stubs /build/iconv/stubs /build/locale/stubs /build/localedata/stubs /build/iconvdata/stubs /build/assert/stubs /build/ctype/stubs /build/intl/stubs /build/catgets/stubs /build/math/stubs /build/setjmp/stubs /build/signal/stubs /build/stdlib/stubs /build/stdio-common/stubs /build/libio/stubs /build/dlfcn/stubs /build/nptl/stubs /build/rt/stubs /build/malloc/stubs /build/string/stubs /build/wcsmbs/stubs /build/timezone/stubs /build/time/stubs /build/dirent/stubs /build/posix/stubs /build/io/stubs /build/termios/stubs /build/resource/stubs /build/misc/stubs /build/socket/stubs /build/sysvipc/stubs /build/gmon/stubs /build/gnulib/stubs /build/wctype/stubs /build/manual/stubs /build/po/stubs /build/argp/stubs /build/conform/stubs /build/debug/stubs /build/mathvec/stubs /build/support/stubs /build/nptl_db/stubs /build/inet/stubs /build/resolv/stubs /build/nss/stubs /build/hesiod/stubs /build/sunrpc/stubs /build/nis/stubs /build/nscd/stubs /build/login/stubs /build/elf/stubs) > /build/stubs.h if test -r /build/testroot.pristine/usr/include/gnu/stubs-32.h && cmp -s /build/stubs.h /build/testroot.pristine/usr/include/gnu/stubs-32.h; \ then echo 'stubs.h unchanged'; \ else /usr/bin/install -c -m 644 /build/stubs.h /build/testroot.pristine/usr/include/gnu/stubs-32.h; fi rm -f /build/stubs.h make[2]: Leaving directory '/glibc' make[2]: Entering directory '/glibc' test ! -x /build/elf/ldconfig || LC_ALL=C \ /build/elf/ldconfig -r /build/testroot.pristine \ /lib /usr/lib make[2]: Leaving directory '/glibc' make[1]: Entering directory '/glibc' rm -f touch /build/testroot.pristine/install.stamp make[1]: Leaving directory '/glibc' make subdir=csu -C csu ..=../ tests make[2]: Entering directory '/glibc/csu' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/tcb-offsets.h; \ python3 -B ../scripts/gen-as-const.py --test ../sysdeps/i386/nptl/tcb-offsets.sym) > /build/csu/test-as-const-tcb-offsets.cT mv -f /build/csu/test-as-const-tcb-offsets.cT /build/csu/test-as-const-tcb-offsets.c make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/rtld-sizes.h; \ python3 -B ../scripts/gen-as-const.py --test rtld-sizes.sym) > /build/csu/test-as-const-rtld-sizes.cT mv -f /build/csu/test-as-const-rtld-sizes.cT /build/csu/test-as-const-rtld-sizes.c make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/tlsdesc.h; \ python3 -B ../scripts/gen-as-const.py --test ../sysdeps/i386/tlsdesc.sym) > /build/csu/test-as-const-tlsdesc.cT mv -f /build/csu/test-as-const-tlsdesc.cT /build/csu/test-as-const-tlsdesc.c make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/link-defines.h; \ python3 -B ../scripts/gen-as-const.py --test ../sysdeps/i386/link-defines.sym) > /build/csu/test-as-const-link-defines.cT mv -f /build/csu/test-as-const-link-defines.cT /build/csu/test-as-const-link-defines.c make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/cpu-features-offsets.h; \ python3 -B ../scripts/gen-as-const.py --test ../sysdeps/x86/cpu-features-offsets.sym) > /build/csu/test-as-const-cpu-features-offsets.cT mv -f /build/csu/test-as-const-cpu-features-offsets.cT /build/csu/test-as-const-cpu-features-offsets.c make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/features-offsets.h; \ python3 -B ../scripts/gen-as-const.py --test ../sysdeps/x86/features-offsets.sym) > /build/csu/test-as-const-features-offsets.cT mv -f /build/csu/test-as-const-features-offsets.cT /build/csu/test-as-const-features-offsets.c make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 /build/csu/test-as-const-link-defines.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/csu/test-as-const-link-defines.o -MD -MP -MF /build/csu/test-as-const-link-defines.o.dt -MT /build/csu/test-as-const-link-defines.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 /build/csu/test-as-const-tcb-offsets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/csu/test-as-const-tcb-offsets.o -MD -MP -MF /build/csu/test-as-const-tcb-offsets.o.dt -MT /build/csu/test-as-const-tcb-offsets.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 /build/csu/test-as-const-tlsdesc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/csu/test-as-const-tlsdesc.o -MD -MP -MF /build/csu/test-as-const-tlsdesc.o.dt -MT /build/csu/test-as-const-tlsdesc.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 /build/csu/test-as-const-rtld-sizes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/csu/test-as-const-rtld-sizes.o -MD -MP -MF /build/csu/test-as-const-rtld-sizes.o.dt -MT /build/csu/test-as-const-rtld-sizes.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 /build/csu/test-as-const-cpu-features-offsets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/csu/test-as-const-cpu-features-offsets.o -MD -MP -MF /build/csu/test-as-const-cpu-features-offsets.o.dt -MT /build/csu/test-as-const-cpu-features-offsets.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 /build/csu/test-as-const-features-offsets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/csu/test-as-const-features-offsets.o -MD -MP -MF /build/csu/test-as-const-features-offsets.o.dt -MT /build/csu/test-as-const-features-offsets.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 -o /build/csu/test-as-const-link-defines -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/csu/test-as-const-link-defines.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 -o /build/csu/test-as-const-tlsdesc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/csu/test-as-const-tlsdesc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/csu/test-as-const-link-defines > /build/csu/test-as-const-link-defines.out; \ ../scripts/evaluate-test.sh csu/test-as-const-link-defines $? false false > /build/csu/test-as-const-link-defines.test-result make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 -o /build/csu/test-as-const-tcb-offsets -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/csu/test-as-const-tcb-offsets.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 -o /build/csu/test-as-const-rtld-sizes -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/csu/test-as-const-rtld-sizes.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 -o /build/csu/test-as-const-cpu-features-offsets -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/csu/test-as-const-cpu-features-offsets.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/csu/test-as-const-tlsdesc > /build/csu/test-as-const-tlsdesc.out; \ ../scripts/evaluate-test.sh csu/test-as-const-tlsdesc $? false false > /build/csu/test-as-const-tlsdesc.test-result make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/csu/test-as-const-tcb-offsets > /build/csu/test-as-const-tcb-offsets.out; \ ../scripts/evaluate-test.sh csu/test-as-const-tcb-offsets $? false false > /build/csu/test-as-const-tcb-offsets.test-result make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/csu/test-as-const-rtld-sizes > /build/csu/test-as-const-rtld-sizes.out; \ ../scripts/evaluate-test.sh csu/test-as-const-rtld-sizes $? false false > /build/csu/test-as-const-rtld-sizes.test-result make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/csu/test-as-const-cpu-features-offsets > /build/csu/test-as-const-cpu-features-offsets.out; \ ../scripts/evaluate-test.sh csu/test-as-const-cpu-features-offsets $? false false > /build/csu/test-as-const-cpu-features-offsets.test-result make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' gcc -m32 -o /build/csu/test-as-const-features-offsets -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/csu/test-as-const-features-offsets.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/csu/test-as-const-features-offsets > /build/csu/test-as-const-features-offsets.out; \ ../scripts/evaluate-test.sh csu/test-as-const-features-offsets $? false false > /build/csu/test-as-const-features-offsets.test-result make[2]: Leaving directory '/glibc/csu' make[2]: Entering directory '/glibc/csu' ../scripts/merge-test-results.sh -s /build/csu/ csu \ test-as-const-cpu-features-offsets test-as-const-features-offsets test-as-const-link-defines test-as-const-rtld-sizes test-as-const-tcb-offsets test-as-const-tlsdesc \ > /build/csu/subdir-tests.sum make[2]: Leaving directory '/glibc/csu' rm /build/csu/test-as-const-tlsdesc.c /build/csu/test-as-const-tcb-offsets.c /build/csu/test-as-const-features-offsets.c /build/csu/test-as-const-rtld-sizes.c /build/csu/test-as-const-cpu-features-offsets.c /build/csu/test-as-const-link-defines.c make subdir=iconv -C iconv ..=../ tests make[2]: Entering directory '/glibc/iconv' cp test-gconv-modules /build/iconv/gconv-modules make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv1.o -MD -MP -MF /build/iconv/tst-iconv1.o.dt -MT /build/iconv/tst-iconv1.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv7.o -MD -MP -MF /build/iconv/tst-iconv7.o.dt -MT /build/iconv/tst-iconv7.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-gconv-init-failure-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/tst-gconv-init-failure-mod.os -MD -MP -MF /build/iconv/tst-gconv-init-failure-mod.os.dt -MT /build/iconv/tst-gconv-init-failure-mod.os make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv8.o -MD -MP -MF /build/iconv/tst-iconv8.o.dt -MT /build/iconv/tst-iconv8.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv9.o -MD -MP -MF /build/iconv/tst-iconv9.o.dt -MT /build/iconv/tst-iconv9.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=iconv iconv.h gconv.h > /build/iconv/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh iconv/check-wrapper-headers $? false false > /build/iconv/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' python3 -B ../scripts/check-obsolete-constructs.py iconv.h gconv.h > /build/iconv/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh iconv/check-obsolete-constructs $? false false > /build/iconv/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/iconv/tst-gconv-init-failure-mod.so /build/csu/abi-note.o /build/iconv/tst-gconv-init-failure-mod.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-translit-mchar.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-translit-mchar.o -MD -MP -MF /build/iconv/tst-translit-mchar.o.dt -MT /build/iconv/tst-translit-mchar.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-gconv-init-failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-gconv-init-failure.o -MD -MP -MF /build/iconv/tst-gconv-init-failure.o.dt -MT /build/iconv/tst-gconv-init-failure.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv-mt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv-mt.o -MD -MP -MF /build/iconv/tst-iconv-mt.o.dt -MT /build/iconv/tst-iconv-mt.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv3.o -MD -MP -MF /build/iconv/tst-iconv3.o.dt -MT /build/iconv/tst-iconv3.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv2.o -MD -MP -MF /build/iconv/tst-iconv2.o.dt -MT /build/iconv/tst-iconv2.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv4.o -MD -MP -MF /build/iconv/tst-iconv4.o.dt -MT /build/iconv/tst-iconv4.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv6.o -MD -MP -MF /build/iconv/tst-iconv6.o.dt -MT /build/iconv/tst-iconv6.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv5.o -MD -MP -MF /build/iconv/tst-iconv5.o.dt -MT /build/iconv/tst-iconv5.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv1 > /build/iconv/tst-iconv1.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv1 $? false false > /build/iconv/tst-iconv1.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv7 > /build/iconv/tst-iconv7.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv7 $? false false > /build/iconv/tst-iconv7.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv8 > /build/iconv/tst-iconv8.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv8 $? false false > /build/iconv/tst-iconv8.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-translit-mchar -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-translit-mchar.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-gconv-init-failure -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-gconv-init-failure.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv-mt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv-mt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv-opt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv-opt.o -MD -MP -MF /build/iconv/tst-iconv-opt.o.dt -MT /build/iconv/tst-iconv-opt.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv3 > /build/iconv/tst-iconv3.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv3 $? false false > /build/iconv/tst-iconv3.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-gconv-init-failure > /build/iconv/tst-gconv-init-failure.out; \ ../scripts/evaluate-test.sh iconv/tst-gconv-init-failure $? false false > /build/iconv/tst-gconv-init-failure.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv-mt > /build/iconv/tst-iconv-mt.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv-mt $? false false > /build/iconv/tst-iconv-mt.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv6 > /build/iconv/tst-iconv6.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv6 $? false false > /build/iconv/tst-iconv6.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv2 > /build/iconv/tst-iconv2.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv2 $? false false > /build/iconv/tst-iconv2.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv4 > /build/iconv/tst-iconv4.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv4 $? false false > /build/iconv/tst-iconv4.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv5 > /build/iconv/tst-iconv5.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv5 $? false false > /build/iconv/tst-iconv5.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 tst-iconv-sticky-input-error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/tst-iconv-sticky-input-error.o -MD -MP -MF /build/iconv/tst-iconv-sticky-input-error.o.dt -MT /build/iconv/tst-iconv-sticky-input-error.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv-opt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv-opt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' gcc -m32 -o /build/iconv/tst-iconv-sticky-input-error -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconv/tst-iconv-sticky-input-error.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv-sticky-input-error > /build/iconv/tst-iconv-sticky-input-error.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv-sticky-input-error $? false false > /build/iconv/tst-iconv-sticky-input-error.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' Generating locale C.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' /bin/sh tst-translit-mchar.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ tst-translit-mchar.sh > /build/iconv/tst-translit-mchar.out; \ ../scripts/evaluate-test.sh iconv/tst-translit-mchar $? false false > /build/iconv/tst-translit-mchar.test-result + env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LOCPATH=/build/iconv /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-translit-mchar make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' Generating locale en_US.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv9 > /build/iconv/tst-iconv9.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv9 $? false false > /build/iconv/tst-iconv9.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconv/tst-iconv-opt > /build/iconv/tst-iconv-opt.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv-opt $? false false > /build/iconv/tst-iconv-opt.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' /usr/bin/bash tst-iconv_prog-buffer.sh /build ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ '--buffer-size=1' > /build/iconv/tst-iconv_prog-buffer-tiny.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv_prog-buffer-tiny $? false false > /build/iconv/tst-iconv_prog-buffer-tiny.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' /usr/bin/bash tst-iconv_prog-buffer.sh /build ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' > /build/iconv/tst-iconv_prog-buffer.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv_prog-buffer $? false false > /build/iconv/tst-iconv_prog-buffer.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ iconv.h gconv.h > /build/iconv/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh iconv/check-installed-headers-c $? false false > /build/iconv/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' /usr/bin/bash tst-iconv_prog.sh /build ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/iconv/tst-iconv_prog.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv_prog $? false false > /build/iconv/tst-iconv_prog.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' /usr/bin/bash tst-iconv_prog-buffer.sh /build ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' '' '22' > /build/iconv/tst-iconv_prog-buffer-large.out; \ ../scripts/evaluate-test.sh iconv/tst-iconv_prog-buffer-large $? false false > /build/iconv/tst-iconv_prog-buffer-large.test-result make[2]: Leaving directory '/glibc/iconv' make[2]: Entering directory '/glibc/iconv' ../scripts/merge-test-results.sh -s /build/iconv/ iconv \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-gconv-init-failure tst-iconv-mt tst-iconv-opt tst-iconv-sticky-input-error tst-iconv1 tst-iconv2 tst-iconv3 tst-iconv4 tst-iconv5 tst-iconv6 tst-iconv7 tst-iconv8 tst-iconv9 tst-iconv_prog tst-iconv_prog-buffer tst-iconv_prog-buffer-large tst-iconv_prog-buffer-tiny tst-translit-mchar \ > /build/iconv/subdir-tests.sum make[2]: Leaving directory '/glibc/iconv' make subdir=locale -C locale ..=../ tests make[2]: Entering directory '/glibc/locale' LC_ALL=C objdump --dynamic-syms /build/locale/libBrokenLocale.so > /build/locale/libBrokenLocale.dynsymT mv -f /build/locale/libBrokenLocale.dynsymT /build/locale/libBrokenLocale.dynsym make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' /bin/sh tst-locale-locpath.sh '/build/' ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/locale/tst-locale-locpath.out; \ ../scripts/evaluate-test.sh locale/tst-locale-locpath $? false false > /build/locale/tst-locale-locpath.test-result + common_objpfx=/build/ + test_wrapper_env=' env' + run_program_env='GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' + LIBPATH=/build/ + testroot=/build/locale/tst-locale-locpath-directory + trap cleanup 0 + rm -rf /build/locale/tst-locale-locpath-directory + mkdir -p /build/locale/tst-locale-locpath-directory + env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LANG= LC_ALL=invalid-locale LOCPATH=does-not-exist /build/elf/ld.so --library-path /build/ /build/locale/locale + echo '* standard error' + cat /build/locale/tst-locale-locpath-directory/stderr + echo '* standard output' + cat /build/locale/tst-locale-locpath-directory/stdout + cat + cat + errors=0 + cmp -s /build/locale/tst-locale-locpath-directory/stderr-expected /build/locale/tst-locale-locpath-directory/stderr + cmp -s /build/locale/tst-locale-locpath-directory/stdout-expected /build/locale/tst-locale-locpath-directory/stdout + exit 0 + cleanup + rm -rf /build/locale/tst-locale-locpath-directory make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' LC_ALL=C gawk -f ../scripts/abilist.awk /build/locale/libBrokenLocale.dynsym > /build/locale/libBrokenLocale.symlistT mv -f /build/locale/libBrokenLocale.symlistT /build/locale/libBrokenLocale.symlist make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist /build/locale/libBrokenLocale.symlist > /build/locale/check-abi-libBrokenLocale.out; \ ../scripts/evaluate-test.sh locale/check-abi-libBrokenLocale $? false false > /build/locale/check-abi-libBrokenLocale.test-result make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=locale bits/locale.h bits/types/__locale_t.h bits/types/locale_t.h langinfo.h locale.h > /build/locale/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh locale/check-wrapper-headers $? false false > /build/locale/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' python3 -B ../scripts/check-obsolete-constructs.py bits/locale.h bits/types/__locale_t.h bits/types/locale_t.h langinfo.h locale.h > /build/locale/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh locale/check-obsolete-constructs $? false false > /build/locale/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' gcc -m32 tst-duplocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/tst-duplocale.o -MD -MP -MF /build/locale/tst-duplocale.o.dt -MT /build/locale/tst-duplocale.o make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' gcc -m32 tst-locname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/tst-locname.o -MD -MP -MF /build/locale/tst-locname.o.dt -MT /build/locale/tst-locname.o make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' gcc -m32 tst-localedef-path-norm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/tst-localedef-path-norm.o -MD -MP -MF /build/locale/tst-localedef-path-norm.o.dt -MT /build/locale/tst-localedef-path-norm.o make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' gcc -m32 -o /build/locale/tst-duplocale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/locale/tst-duplocale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' gcc -m32 -o /build/locale/tst-locname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/locale/tst-locname.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/locale/tst-duplocale > /build/locale/tst-duplocale.out; \ ../scripts/evaluate-test.sh locale/tst-duplocale $? false false > /build/locale/tst-duplocale.test-result make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/locale/tst-locname > /build/locale/tst-locname.out; \ ../scripts/evaluate-test.sh locale/tst-locname $? false false > /build/locale/tst-locname.test-result make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' gcc -m32 -o /build/locale/tst-localedef-path-norm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/locale/tst-localedef-path-norm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' gcc -m32 tst-C-locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/tst-C-locale.o -MD -MP -MF /build/locale/tst-C-locale.o.dt -MT /build/locale/tst-C-locale.o make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' gcc -m32 -o /build/locale/tst-C-locale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/locale/tst-C-locale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/locale/tst-C-locale > /build/locale/tst-C-locale.out; \ ../scripts/evaluate-test.sh locale/tst-C-locale $? false false > /build/locale/tst-C-locale.test-result make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/locale/tst-localedef-path-norm > /build/locale/tst-localedef-path-norm.out; \ ../scripts/evaluate-test.sh locale/tst-localedef-path-norm $? false false > /build/locale/tst-localedef-path-norm.test-result make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/locale.h bits/types/__locale_t.h bits/types/locale_t.h langinfo.h locale.h > /build/locale/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh locale/check-installed-headers-c $? false false > /build/locale/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/locale' make[2]: Entering directory '/glibc/locale' ../scripts/merge-test-results.sh -s /build/locale/ locale \ check-abi-libBrokenLocale check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-C-locale tst-duplocale tst-locale-locpath tst-localedef-path-norm tst-locname \ > /build/locale/subdir-tests.sum make[2]: Leaving directory '/glibc/locale' rm /build/locale/libBrokenLocale.dynsym make subdir=localedata -C localedata ..=../ tests make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswalnum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswalnum.o -MD -MP -MF /build/localedata/tst_iswalnum.o.dt -MT /build/localedata/tst_iswalnum.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale da_DK.ISO-8859-1: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale en_US.ANSI_X3.4-1968: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale de_DE.ISO-8859-1: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale en_US.ISO-8859-1: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale az_AZ.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ckb_IQ.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ber_MA.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale be_BY.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale bs_BA.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale br_FR.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ber_DZ.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale bg_BG.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale cs_CZ.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale cy_GB.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale de_DE.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale en_GB.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale crh_UA.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale dsb_DE.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale dz_BT.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale cv_RU.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale csb_PL.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale en_US.: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale am_ET.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale et_EE.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale fr_FR.ISO-8859-1: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale es_ES.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale eo.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale hr_HR.ISO-8859-2: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ja_JP.EUC-JP: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ja_JP.SJIS: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale fa_IR.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ja_JP.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale fr_CA.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale fi_FI.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale fil_PH.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale fr_FR.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale fur_IT.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale gez_ER.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ha_NG.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ig_NG.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale hr_HR.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale hu_HU.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale hsb_DE.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale kk_KZ.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ik_CA.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale is_IS.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ln_CD.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ky_KG.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ku_TR.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ltg_LV.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale nb_NO.ISO-8859-1: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale nn_NO.ISO-8859-1: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale mi_NZ.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale mdf_RU.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale lv_LV.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale lt_LT.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ml_IN.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale sv_SE.ISO-8859-1: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale mr_IN.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale mn_MN.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale mt_MT.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale nan_TW.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale nb_NO.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale nl_NL.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale or_IN.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale pl_PL.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale os_RU.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ps_AF.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale rif_MA.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale om_KE.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale sah_RU.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale tr_TR.ISO-8859-9: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ru_RU.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ro_RO.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale sc_IT.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale se_NO.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale sq_AL.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale si_LK.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale sv_SE.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswalpha.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswalpha.o -MD -MP -MF /build/localedata/tst_iswalpha.o.dt -MT /build/localedata/tst_iswalpha.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswcntrl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswcntrl.o -MD -MP -MF /build/localedata/tst_iswcntrl.o.dt -MT /build/localedata/tst_iswcntrl.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale sr_RS.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswdigit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswdigit.o -MD -MP -MF /build/localedata/tst_iswdigit.o.dt -MT /build/localedata/tst_iswdigit.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswctype.o -MD -MP -MF /build/localedata/tst_iswctype.o.dt -MT /build/localedata/tst_iswctype.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswgraph.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswgraph.o -MD -MP -MF /build/localedata/tst_iswgraph.o.dt -MT /build/localedata/tst_iswgraph.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswlower.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswlower.o -MD -MP -MF /build/localedata/tst_iswlower.o.dt -MT /build/localedata/tst_iswlower.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswprint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswprint.o -MD -MP -MF /build/localedata/tst_iswprint.o.dt -MT /build/localedata/tst_iswprint.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswpunct.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswpunct.o -MD -MP -MF /build/localedata/tst_iswpunct.o.dt -MT /build/localedata/tst_iswpunct.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswspace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswspace.o -MD -MP -MF /build/localedata/tst_iswspace.o.dt -MT /build/localedata/tst_iswspace.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswxdigit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswxdigit.o -MD -MP -MF /build/localedata/tst_iswxdigit.o.dt -MT /build/localedata/tst_iswxdigit.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_iswupper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_iswupper.o -MD -MP -MF /build/localedata/tst_iswupper.o.dt -MT /build/localedata/tst_iswupper.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_mbrtowc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_mbrtowc.o -MD -MP -MF /build/localedata/tst_mbrtowc.o.dt -MT /build/localedata/tst_mbrtowc.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_mblen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_mblen.o -MD -MP -MF /build/localedata/tst_mblen.o.dt -MT /build/localedata/tst_mblen.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_mbrlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_mbrlen.o -MD -MP -MF /build/localedata/tst_mbrlen.o.dt -MT /build/localedata/tst_mbrlen.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale syr.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_mbsrtowcs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_mbsrtowcs.o -MD -MP -MF /build/localedata/tst_mbsrtowcs.o.dt -MT /build/localedata/tst_mbsrtowcs.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_mbtowc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_mbtowc.o -MD -MP -MF /build/localedata/tst_mbtowc.o.dt -MT /build/localedata/tst_mbtowc.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale szl_PL.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_mbstowcs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_mbstowcs.o -MD -MP -MF /build/localedata/tst_mbstowcs.o.dt -MT /build/localedata/tst_mbstowcs.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_strcoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_strcoll.o -MD -MP -MF /build/localedata/tst_strcoll.o.dt -MT /build/localedata/tst_strcoll.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_strfmon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_strfmon.o -MD -MP -MF /build/localedata/tst_strfmon.o.dt -MT /build/localedata/tst_strfmon.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_strxfrm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_strxfrm.o -MD -MP -MF /build/localedata/tst_strxfrm.o.dt -MT /build/localedata/tst_strxfrm.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale th_TH.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_towlower.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_towlower.o -MD -MP -MF /build/localedata/tst_towlower.o.dt -MT /build/localedata/tst_towlower.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_towupper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_towupper.o -MD -MP -MF /build/localedata/tst_towupper.o.dt -MT /build/localedata/tst_towupper.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_towctrans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_towctrans.o -MD -MP -MF /build/localedata/tst_towctrans.o.dt -MT /build/localedata/tst_towctrans.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale tk_TM.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcrtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcrtomb.o -MD -MP -MF /build/localedata/tst_wcrtomb.o.dt -MT /build/localedata/tst_wcrtomb.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcscat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcscat.o -MD -MP -MF /build/localedata/tst_wcscat.o.dt -MT /build/localedata/tst_wcscat.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale tr_TR.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_swscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_swscanf.o -MD -MP -MF /build/localedata/tst_swscanf.o.dt -MT /build/localedata/tst_swscanf.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcschr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcschr.o -MD -MP -MF /build/localedata/tst_wcschr.o.dt -MT /build/localedata/tst_wcschr.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcscmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcscmp.o -MD -MP -MF /build/localedata/tst_wcscmp.o.dt -MT /build/localedata/tst_wcscmp.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale tg_TJ.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcslen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcslen.o -MD -MP -MF /build/localedata/tst_wcslen.o.dt -MT /build/localedata/tst_wcslen.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale tt_RU.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcscoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcscoll.o -MD -MP -MF /build/localedata/tst_wcscoll.o.dt -MT /build/localedata/tst_wcscoll.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale tt_RU.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcscspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcscspn.o -MD -MP -MF /build/localedata/tst_wcscspn.o.dt -MT /build/localedata/tst_wcscspn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcscpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcscpy.o -MD -MP -MF /build/localedata/tst_wcscpy.o.dt -MT /build/localedata/tst_wcscpy.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale ug_CN.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcsncat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcsncat.o -MD -MP -MF /build/localedata/tst_wcsncat.o.dt -MT /build/localedata/tst_wcsncat.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcsncmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcsncmp.o -MD -MP -MF /build/localedata/tst_wcsncmp.o.dt -MT /build/localedata/tst_wcsncmp.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale uk_UA.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale vi_VN.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale yi_US.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcsncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcsncpy.o -MD -MP -MF /build/localedata/tst_wcsncpy.o.dt -MT /build/localedata/tst_wcsncpy.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcspbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcspbrk.o -MD -MP -MF /build/localedata/tst_wcspbrk.o.dt -MT /build/localedata/tst_wcspbrk.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcsspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcsspn.o -MD -MP -MF /build/localedata/tst_wcsspn.o.dt -MT /build/localedata/tst_wcsspn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 bug-iconv-trans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/bug-iconv-trans.o -MD -MP -MF /build/localedata/bug-iconv-trans.o.dt -MT /build/localedata/bug-iconv-trans.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale uz_UZ.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wctob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wctob.o -MD -MP -MF /build/localedata/tst_wctob.o.dt -MT /build/localedata/tst_wctob.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale yo_NG.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale zh_TW.EUC-TW: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcsrtombs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcsrtombs.o -MD -MP -MF /build/localedata/tst_wcsrtombs.o.dt -MT /build/localedata/tst_wcsrtombs.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcsstr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcsstr.o -MD -MP -MF /build/localedata/tst_wcsstr.o.dt -MT /build/localedata/tst_wcsstr.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcstod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcstod.o -MD -MP -MF /build/localedata/tst_wcstod.o.dt -MT /build/localedata/tst_wcstod.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcswidth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcswidth.o -MD -MP -MF /build/localedata/tst_wcswidth.o.dt -MT /build/localedata/tst_wcswidth.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wctrans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wctrans.o -MD -MP -MF /build/localedata/tst_wctrans.o.dt -MT /build/localedata/tst_wctrans.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcwidth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcwidth.o -MD -MP -MF /build/localedata/tst_wcwidth.o.dt -MT /build/localedata/tst_wcwidth.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-iconv-emojis-trans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-iconv-emojis-trans.o -MD -MP -MF /build/localedata/tst-iconv-emojis-trans.o.dt -MT /build/localedata/tst-iconv-emojis-trans.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wctomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wctomb.o -MD -MP -MF /build/localedata/tst_wctomb.o.dt -MT /build/localedata/tst_wctomb.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wctype.o -MD -MP -MF /build/localedata/tst_wctype.o.dt -MT /build/localedata/tst_wctype.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-iconv-math-trans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-iconv-math-trans.o -MD -MP -MF /build/localedata/tst-iconv-math-trans.o.dt -MT /build/localedata/tst-iconv-math-trans.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-locale-loadlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-locale-loadlocale.o -MD -MP -MF /build/localedata/tst-locale-loadlocale.o.dt -MT /build/localedata/tst-locale-loadlocale.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcstombs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcstombs.o -MD -MP -MF /build/localedata/tst_wcstombs.o.dt -MT /build/localedata/tst_wcstombs.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcsxfrm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcsxfrm.o -MD -MP -MF /build/localedata/tst_wcsxfrm.o.dt -MT /build/localedata/tst_wcsxfrm.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 bug-setlocale1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/bug-setlocale1.o -MD -MP -MF /build/localedata/bug-setlocale1.o.dt -MT /build/localedata/bug-setlocale1.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 bug-usesetlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/bug-usesetlocale.o -MD -MP -MF /build/localedata/bug-usesetlocale.o.dt -MT /build/localedata/bug-usesetlocale.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-leaks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-leaks.o -MD -MP -MF /build/localedata/tst-leaks.o.dt -MT /build/localedata/tst-leaks.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-mbswcs6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-mbswcs6.o -MD -MP -MF /build/localedata/tst-mbswcs6.o.dt -MT /build/localedata/tst-mbswcs6.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-mbswcs2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-mbswcs2.o -MD -MP -MF /build/localedata/tst-mbswcs2.o.dt -MT /build/localedata/tst-mbswcs2.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tests-mbwc/tst_wcstok.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst_wcstok.o -MD -MP -MF /build/localedata/tst_wcstok.o.dt -MT /build/localedata/tst_wcstok.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-mbswcs1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-mbswcs1.o -MD -MP -MF /build/localedata/tst-mbswcs1.o.dt -MT /build/localedata/tst-mbswcs1.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-digits.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-digits.o -MD -MP -MF /build/localedata/tst-digits.o.dt -MT /build/localedata/tst-digits.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-mbswcs3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-mbswcs3.o -MD -MP -MF /build/localedata/tst-mbswcs3.o.dt -MT /build/localedata/tst-mbswcs3.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-mbswcs4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-mbswcs4.o -MD -MP -MF /build/localedata/tst-mbswcs4.o.dt -MT /build/localedata/tst-mbswcs4.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-setlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-setlocale.o -MD -MP -MF /build/localedata/tst-setlocale.o.dt -MT /build/localedata/tst-setlocale.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-mbswcs5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-mbswcs5.o -MD -MP -MF /build/localedata/tst-mbswcs5.o.dt -MT /build/localedata/tst-mbswcs5.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-setlocale2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-setlocale2.o -MD -MP -MF /build/localedata/tst-setlocale2.o.dt -MT /build/localedata/tst-setlocale2.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-fmon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-fmon.o -MD -MP -MF /build/localedata/tst-fmon.o.dt -MT /build/localedata/tst-fmon.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-localedef-hardlinks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-localedef-hardlinks.o -MD -MP -MF /build/localedata/tst-localedef-hardlinks.o.dt -MT /build/localedata/tst-localedef-hardlinks.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-xlocale2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-xlocale2.o -MD -MP -MF /build/localedata/tst-xlocale2.o.dt -MT /build/localedata/tst-xlocale2.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-strfmon1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-strfmon1.o -MD -MP -MF /build/localedata/tst-strfmon1.o.dt -MT /build/localedata/tst-strfmon1.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-sscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-sscanf.o -MD -MP -MF /build/localedata/tst-sscanf.o.dt -MT /build/localedata/tst-sscanf.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-xlocale1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-xlocale1.o -MD -MP -MF /build/localedata/tst-xlocale1.o.dt -MT /build/localedata/tst-xlocale1.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-setlocale3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-setlocale3.o -MD -MP -MF /build/localedata/tst-setlocale3.o.dt -MT /build/localedata/tst-setlocale3.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-rpmatch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-rpmatch.o -MD -MP -MF /build/localedata/tst-rpmatch.o.dt -MT /build/localedata/tst-rpmatch.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 collate-test.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/collate-test.o -MD -MP -MF /build/localedata/collate-test.o.dt -MT /build/localedata/collate-test.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-numeric.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-numeric.o -MD -MP -MF /build/localedata/tst-numeric.o.dt -MT /build/localedata/tst-numeric.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswalnum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswalnum.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswcntrl -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswcntrl.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswalpha -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswalpha.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswdigit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswdigit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 xfrm-test.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/xfrm-test.o -MD -MP -MF /build/localedata/xfrm-test.o.dt -MT /build/localedata/xfrm-test.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswctype -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswctype.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswlower -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswlower.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswgraph -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswgraph.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswprint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswprint.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 bug-setlocale1-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/bug-setlocale1-static.o -MD -MP -MF /build/localedata/bug-setlocale1-static.o.dt -MT /build/localedata/bug-setlocale1-static.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-langinfo-newlocale-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-langinfo-newlocale-static.o -MD -MP -MF /build/localedata/tst-langinfo-newlocale-static.o.dt -MT /build/localedata/tst-langinfo-newlocale-static.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswpunct -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswpunct.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-wctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-wctype.o -MD -MP -MF /build/localedata/tst-wctype.o.dt -MT /build/localedata/tst-wctype.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale zh_CN.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswspace -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswspace.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswxdigit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswxdigit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-langinfo-setlocale-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-langinfo-setlocale-static.o -MD -MP -MF /build/localedata/tst-langinfo-setlocale-static.o.dt -MT /build/localedata/tst-langinfo-setlocale-static.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_iswupper -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_iswupper.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_mbrtowc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_mbrtowc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_mblen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_mblen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_mbrlen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_mbrlen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_mbtowc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_mbtowc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_mbstowcs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_mbstowcs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_mbsrtowcs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_mbsrtowcs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_strcoll -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_strcoll.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_strxfrm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_strxfrm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_strfmon -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_strfmon.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-langinfo-newlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-langinfo-newlocale.o -MD -MP -MF /build/localedata/tst-langinfo-newlocale.o.dt -MT /build/localedata/tst-langinfo-newlocale.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_towlower -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_towlower.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_towctrans -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_towctrans.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-trans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-trans.o -MD -MP -MF /build/localedata/tst-trans.o.dt -MT /build/localedata/tst-trans.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_swscanf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_swscanf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_towupper -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_towupper.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcschr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcschr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcscoll -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcscoll.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcrtomb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcrtomb.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcscat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcscat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcscmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcscmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-langinfo-setlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-langinfo-setlocale.o -MD -MP -MF /build/localedata/tst-langinfo-setlocale.o.dt -MT /build/localedata/tst-langinfo-setlocale.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcslen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcslen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcscpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcscpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcscspn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcscspn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcsncat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcsncat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcspbrk -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcspbrk.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcsncmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcsncmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcsncpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcsncpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcsrtombs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcsrtombs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcsspn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcsspn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcstod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcstod.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcswidth -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcswidth.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcstok -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcstok.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcsstr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcsstr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcsxfrm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcsxfrm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wctob -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wctob.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcstombs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcstombs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wcwidth -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wcwidth.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wctrans -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wctrans.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wctomb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wctomb.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/bug-iconv-trans -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/bug-iconv-trans.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/bug-setlocale1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/bug-setlocale1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst_wctype -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst_wctype.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-digits -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-digits.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/bug-usesetlocale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/bug-usesetlocale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-iconv-math-trans -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-iconv-math-trans.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-locale-loadlocale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-locale-loadlocale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-iconv-emojis-trans -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-iconv-emojis-trans.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-mbswcs1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-mbswcs1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-leaks -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-leaks.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-mbswcs2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-mbswcs2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-mbswcs4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-mbswcs4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-mbswcs6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-mbswcs6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-mbswcs3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-mbswcs3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-mbswcs5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-mbswcs5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-setlocale2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-setlocale2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-setlocale3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-setlocale3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-strfmon1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-strfmon1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-xlocale2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-xlocale2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-setlocale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-setlocale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-sscanf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-sscanf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-xlocale1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-xlocale1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/collate-test -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/collate-test.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/xfrm-test -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/xfrm-test.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-wctype -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-wctype.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-fmon -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-fmon.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-numeric -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-numeric.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-langinfo-setlocale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-langinfo-setlocale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-langinfo-newlocale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-langinfo-newlocale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-ctype.o -MD -MP -MF /build/localedata/tst-ctype.o.dt -MT /build/localedata/tst-ctype.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-rpmatch -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-rpmatch.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-localedef-hardlinks -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-localedef-hardlinks.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-trans -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-trans.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-ctype -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-ctype.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-localedef-hardlinks > /build/localedata/tst-localedef-hardlinks.out; \ ../scripts/evaluate-test.sh localedata/tst-localedef-hardlinks $? false false > /build/localedata/tst-localedef-hardlinks.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/bug-setlocale1-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/bug-setlocale1-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-langinfo-newlocale-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-langinfo-newlocale-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-langinfo-setlocale-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-langinfo-setlocale-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 tst-c-utf8-consistency.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/localedata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/localedata/tst-c-utf8-consistency.o -MD -MP -MF /build/localedata/tst-c-utf8-consistency.o.dt -MT /build/localedata/tst-c-utf8-consistency.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' gcc -m32 -o /build/localedata/tst-c-utf8-consistency -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/localedata/tst-c-utf8-consistency.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' Generating locale cmn_TW.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswalnum > /build/localedata/tst_iswalnum.out; \ ../scripts/evaluate-test.sh localedata/tst_iswalnum $? false false > /build/localedata/tst_iswalnum.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswalpha > /build/localedata/tst_iswalpha.out; \ ../scripts/evaluate-test.sh localedata/tst_iswalpha $? false false > /build/localedata/tst_iswalpha.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswcntrl > /build/localedata/tst_iswcntrl.out; \ ../scripts/evaluate-test.sh localedata/tst_iswcntrl $? false false > /build/localedata/tst_iswcntrl.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswctype > /build/localedata/tst_iswctype.out; \ ../scripts/evaluate-test.sh localedata/tst_iswctype $? false false > /build/localedata/tst_iswctype.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswdigit > /build/localedata/tst_iswdigit.out; \ ../scripts/evaluate-test.sh localedata/tst_iswdigit $? false false > /build/localedata/tst_iswdigit.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswgraph > /build/localedata/tst_iswgraph.out; \ ../scripts/evaluate-test.sh localedata/tst_iswgraph $? false false > /build/localedata/tst_iswgraph.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswlower > /build/localedata/tst_iswlower.out; \ ../scripts/evaluate-test.sh localedata/tst_iswlower $? false false > /build/localedata/tst_iswlower.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswprint > /build/localedata/tst_iswprint.out; \ ../scripts/evaluate-test.sh localedata/tst_iswprint $? false false > /build/localedata/tst_iswprint.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswpunct > /build/localedata/tst_iswpunct.out; \ ../scripts/evaluate-test.sh localedata/tst_iswpunct $? false false > /build/localedata/tst_iswpunct.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswspace > /build/localedata/tst_iswspace.out; \ ../scripts/evaluate-test.sh localedata/tst_iswspace $? false false > /build/localedata/tst_iswspace.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswupper > /build/localedata/tst_iswupper.out; \ ../scripts/evaluate-test.sh localedata/tst_iswupper $? false false > /build/localedata/tst_iswupper.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_iswxdigit > /build/localedata/tst_iswxdigit.out; \ ../scripts/evaluate-test.sh localedata/tst_iswxdigit $? false false > /build/localedata/tst_iswxdigit.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_mbrtowc > /build/localedata/tst_mbrtowc.out; \ ../scripts/evaluate-test.sh localedata/tst_mbrtowc $? false false > /build/localedata/tst_mbrtowc.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_mblen > /build/localedata/tst_mblen.out; \ ../scripts/evaluate-test.sh localedata/tst_mblen $? false false > /build/localedata/tst_mblen.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_mbsrtowcs > /build/localedata/tst_mbsrtowcs.out; \ ../scripts/evaluate-test.sh localedata/tst_mbsrtowcs $? false false > /build/localedata/tst_mbsrtowcs.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_mbstowcs > /build/localedata/tst_mbstowcs.out; \ ../scripts/evaluate-test.sh localedata/tst_mbstowcs $? false false > /build/localedata/tst_mbstowcs.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_mbrlen > /build/localedata/tst_mbrlen.out; \ ../scripts/evaluate-test.sh localedata/tst_mbrlen $? false false > /build/localedata/tst_mbrlen.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_mbtowc > /build/localedata/tst_mbtowc.out; \ ../scripts/evaluate-test.sh localedata/tst_mbtowc $? false false > /build/localedata/tst_mbtowc.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_strcoll > /build/localedata/tst_strcoll.out; \ ../scripts/evaluate-test.sh localedata/tst_strcoll $? false false > /build/localedata/tst_strcoll.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_strfmon > /build/localedata/tst_strfmon.out; \ ../scripts/evaluate-test.sh localedata/tst_strfmon $? false false > /build/localedata/tst_strfmon.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_strxfrm > /build/localedata/tst_strxfrm.out; \ ../scripts/evaluate-test.sh localedata/tst_strxfrm $? false false > /build/localedata/tst_strxfrm.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_swscanf > /build/localedata/tst_swscanf.out; \ ../scripts/evaluate-test.sh localedata/tst_swscanf $? false false > /build/localedata/tst_swscanf.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_towctrans > /build/localedata/tst_towctrans.out; \ ../scripts/evaluate-test.sh localedata/tst_towctrans $? false false > /build/localedata/tst_towctrans.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_towlower > /build/localedata/tst_towlower.out; \ ../scripts/evaluate-test.sh localedata/tst_towlower $? false false > /build/localedata/tst_towlower.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_towupper > /build/localedata/tst_towupper.out; \ ../scripts/evaluate-test.sh localedata/tst_towupper $? false false > /build/localedata/tst_towupper.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcrtomb > /build/localedata/tst_wcrtomb.out; \ ../scripts/evaluate-test.sh localedata/tst_wcrtomb $? false false > /build/localedata/tst_wcrtomb.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcschr > /build/localedata/tst_wcschr.out; \ ../scripts/evaluate-test.sh localedata/tst_wcschr $? false false > /build/localedata/tst_wcschr.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcscmp > /build/localedata/tst_wcscmp.out; \ ../scripts/evaluate-test.sh localedata/tst_wcscmp $? false false > /build/localedata/tst_wcscmp.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcscat > /build/localedata/tst_wcscat.out; \ ../scripts/evaluate-test.sh localedata/tst_wcscat $? false false > /build/localedata/tst_wcscat.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcscoll > /build/localedata/tst_wcscoll.out; \ ../scripts/evaluate-test.sh localedata/tst_wcscoll $? false false > /build/localedata/tst_wcscoll.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcscpy > /build/localedata/tst_wcscpy.out; \ ../scripts/evaluate-test.sh localedata/tst_wcscpy $? false false > /build/localedata/tst_wcscpy.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcscspn > /build/localedata/tst_wcscspn.out; \ ../scripts/evaluate-test.sh localedata/tst_wcscspn $? false false > /build/localedata/tst_wcscspn.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcslen > /build/localedata/tst_wcslen.out; \ ../scripts/evaluate-test.sh localedata/tst_wcslen $? false false > /build/localedata/tst_wcslen.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcsncat > /build/localedata/tst_wcsncat.out; \ ../scripts/evaluate-test.sh localedata/tst_wcsncat $? false false > /build/localedata/tst_wcsncat.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcsncpy > /build/localedata/tst_wcsncpy.out; \ ../scripts/evaluate-test.sh localedata/tst_wcsncpy $? false false > /build/localedata/tst_wcsncpy.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcsncmp > /build/localedata/tst_wcsncmp.out; \ ../scripts/evaluate-test.sh localedata/tst_wcsncmp $? false false > /build/localedata/tst_wcsncmp.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcsspn > /build/localedata/tst_wcsspn.out; \ ../scripts/evaluate-test.sh localedata/tst_wcsspn $? false false > /build/localedata/tst_wcsspn.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcspbrk > /build/localedata/tst_wcspbrk.out; \ ../scripts/evaluate-test.sh localedata/tst_wcspbrk $? false false > /build/localedata/tst_wcspbrk.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcsrtombs > /build/localedata/tst_wcsrtombs.out; \ ../scripts/evaluate-test.sh localedata/tst_wcsrtombs $? false false > /build/localedata/tst_wcsrtombs.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcsstr > /build/localedata/tst_wcsstr.out; \ ../scripts/evaluate-test.sh localedata/tst_wcsstr $? false false > /build/localedata/tst_wcsstr.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcstod > /build/localedata/tst_wcstod.out; \ ../scripts/evaluate-test.sh localedata/tst_wcstod $? false false > /build/localedata/tst_wcstod.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcstok > /build/localedata/tst_wcstok.out; \ ../scripts/evaluate-test.sh localedata/tst_wcstok $? false false > /build/localedata/tst_wcstok.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcswidth > /build/localedata/tst_wcswidth.out; \ ../scripts/evaluate-test.sh localedata/tst_wcswidth $? false false > /build/localedata/tst_wcswidth.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcstombs > /build/localedata/tst_wcstombs.out; \ ../scripts/evaluate-test.sh localedata/tst_wcstombs $? false false > /build/localedata/tst_wcstombs.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcsxfrm > /build/localedata/tst_wcsxfrm.out; \ ../scripts/evaluate-test.sh localedata/tst_wcsxfrm $? false false > /build/localedata/tst_wcsxfrm.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wctob > /build/localedata/tst_wctob.out; \ ../scripts/evaluate-test.sh localedata/tst_wctob $? false false > /build/localedata/tst_wctob.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env -i LOCPATH=/build/localedata/ LC_CTYPE=de_DE.UTF-8 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/bug-setlocale1 > /build/localedata/bug-setlocale1.out; \ ../scripts/evaluate-test.sh localedata/bug-setlocale1 $? false false > /build/localedata/bug-setlocale1.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wctomb > /build/localedata/tst_wctomb.out; \ ../scripts/evaluate-test.sh localedata/tst_wctomb $? false false > /build/localedata/tst_wctomb.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/bug-usesetlocale > /build/localedata/bug-usesetlocale.out; \ ../scripts/evaluate-test.sh localedata/bug-usesetlocale $? false false > /build/localedata/bug-usesetlocale.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wctrans > /build/localedata/tst_wctrans.out; \ ../scripts/evaluate-test.sh localedata/tst_wctrans $? false false > /build/localedata/tst_wctrans.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wctype > /build/localedata/tst_wctype.out; \ ../scripts/evaluate-test.sh localedata/tst_wctype $? false false > /build/localedata/tst_wctype.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst_wcwidth > /build/localedata/tst_wcwidth.out; \ ../scripts/evaluate-test.sh localedata/tst_wcwidth $? false false > /build/localedata/tst_wcwidth.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/bug-iconv-trans > /build/localedata/bug-iconv-trans.out; \ ../scripts/evaluate-test.sh localedata/bug-iconv-trans $? false false > /build/localedata/bug-iconv-trans.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-iconv-emojis-trans > /build/localedata/tst-iconv-emojis-trans.out; \ ../scripts/evaluate-test.sh localedata/tst-iconv-emojis-trans $? false false > /build/localedata/tst-iconv-emojis-trans.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-iconv-math-trans > /build/localedata/tst-iconv-math-trans.out; \ ../scripts/evaluate-test.sh localedata/tst-iconv-math-trans $? false false > /build/localedata/tst-iconv-math-trans.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-c-utf8-consistency > /build/localedata/tst-c-utf8-consistency.out; \ ../scripts/evaluate-test.sh localedata/tst-c-utf8-consistency $? false false > /build/localedata/tst-c-utf8-consistency.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-mbswcs1 > /build/localedata/tst-mbswcs1.out; \ ../scripts/evaluate-test.sh localedata/tst-mbswcs1 $? false false > /build/localedata/tst-mbswcs1.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-locale-loadlocale > /build/localedata/tst-locale-loadlocale.out; \ ../scripts/evaluate-test.sh localedata/tst-locale-loadlocale $? false false > /build/localedata/tst-locale-loadlocale.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-mbswcs2 > /build/localedata/tst-mbswcs2.out; \ ../scripts/evaluate-test.sh localedata/tst-mbswcs2 $? false false > /build/localedata/tst-mbswcs2.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-mbswcs3 > /build/localedata/tst-mbswcs3.out; \ ../scripts/evaluate-test.sh localedata/tst-mbswcs3 $? false false > /build/localedata/tst-mbswcs3.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-mbswcs4 > /build/localedata/tst-mbswcs4.out; \ ../scripts/evaluate-test.sh localedata/tst-mbswcs4 $? false false > /build/localedata/tst-mbswcs4.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-mbswcs5 > /build/localedata/tst-mbswcs5.out; \ ../scripts/evaluate-test.sh localedata/tst-mbswcs5 $? false false > /build/localedata/tst-mbswcs5.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LC_ALL=ja_JP.EUC-JP /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-setlocale > /build/localedata/tst-setlocale.out; \ ../scripts/evaluate-test.sh localedata/tst-setlocale $? false false > /build/localedata/tst-setlocale.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env -i LOCPATH=/build/localedata/ LC_CTYPE=de_DE.UTF-8 /build/localedata/bug-setlocale1-static > /build/localedata/bug-setlocale1-static.out; \ ../scripts/evaluate-test.sh localedata/bug-setlocale1-static $? false false > /build/localedata/bug-setlocale1-static.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-setlocale2 > /build/localedata/tst-setlocale2.out; \ ../scripts/evaluate-test.sh localedata/tst-setlocale2 $? false false > /build/localedata/tst-setlocale2.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-sscanf > /build/localedata/tst-sscanf.out; \ ../scripts/evaluate-test.sh localedata/tst-sscanf $? false false > /build/localedata/tst-sscanf.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-xlocale2 > /build/localedata/tst-xlocale2.out; \ ../scripts/evaluate-test.sh localedata/tst-xlocale2 $? false false > /build/localedata/tst-xlocale2.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-xlocale1 > /build/localedata/tst-xlocale1.out; \ ../scripts/evaluate-test.sh localedata/tst-xlocale1 $? false false > /build/localedata/tst-xlocale1.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-mbswcs6 > /build/localedata/tst-mbswcs6.out; \ ../scripts/evaluate-test.sh localedata/tst-mbswcs6 $? false false > /build/localedata/tst-mbswcs6.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-strfmon1 > /build/localedata/tst-strfmon1.out; \ ../scripts/evaluate-test.sh localedata/tst-strfmon1 $? false false > /build/localedata/tst-strfmon1.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LC_ALL=ja_JP.EUC-JP /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-wctype > /build/localedata/tst-wctype.out < tst-wctype.input; \ ../scripts/evaluate-test.sh localedata/tst-wctype $? false false > /build/localedata/tst-wctype.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-setlocale3 > /build/localedata/tst-setlocale3.out; \ ../scripts/evaluate-test.sh localedata/tst-setlocale3 $? false false > /build/localedata/tst-setlocale3.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-trans.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ ' env' \ ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl'; \ ../scripts/evaluate-test.sh localedata/tst-trans $? false false > /build/localedata/tst-trans.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-locale.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/locale/localedef' > /build/localedata/tst-locale.out; \ ../scripts/evaluate-test.sh localedata/tst-locale $? false false > /build/localedata/tst-locale.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-digits > /build/localedata/tst-digits.out; \ ../scripts/evaluate-test.sh localedata/tst-digits $? false false > /build/localedata/tst-digits.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/localedata/tst-leaks.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-leaks > /build/localedata/tst-leaks.out; \ ../scripts/evaluate-test.sh localedata/tst-leaks $? false false > /build/localedata/tst-leaks.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /build/malloc/mtrace /build/localedata/tst-leaks.mtrace > /build/localedata/mtrace-tst-leaks.out; \ ../scripts/evaluate-test.sh localedata/mtrace-tst-leaks $? false false > /build/localedata/mtrace-tst-leaks.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh sort-test.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ C.UTF-8 am_ET.UTF-8 az_AZ.UTF-8 be_BY.UTF-8 ber_DZ.UTF-8 ber_MA.UTF-8 bg_BG.UTF-8 br_FR.UTF-8 bs_BA.UTF-8 ckb_IQ.UTF-8 cmn_TW.UTF-8 crh_UA.UTF-8 cs_CZ.UTF-8 csb_PL.UTF-8 cv_RU.UTF-8 cy_GB.UTF-8 da_DK.ISO-8859-1 de_DE.ISO-8859-1 dsb_DE.UTF-8 dz_BT.UTF-8 en_US.ISO-8859-1 en_US.UTF-8 eo.UTF-8 es_ES.UTF-8 et_EE.UTF-8 fa_IR.UTF-8 fi_FI.UTF-8 fil_PH.UTF-8 fr_CA.UTF-8 fr_FR.UTF-8 fur_IT.UTF-8 gez_ER.UTF-8@abegede ha_NG.UTF-8 hr_HR.ISO-8859-2 hr_HR.UTF-8 hsb_DE.UTF-8 hu_HU.UTF-8 ig_NG.UTF-8 ik_CA.UTF-8 is_IS.UTF-8 kk_KZ.UTF-8 ku_TR.UTF-8 ky_KG.UTF-8 ln_CD.UTF-8 lt_LT.UTF-8 ltg_LV.UTF-8 lv_LV.UTF-8 mdf_RU.UTF-8 mi_NZ.UTF-8 ml_IN.UTF-8 mn_MN.UTF-8 mr_IN.UTF-8 mt_MT.UTF-8 nan_TW.UTF-8@latin nb_NO.UTF-8 om_KE.UTF-8 or_IN.UTF-8 os_RU.UTF-8 pl_PL.UTF-8 ps_AF.UTF-8 rif_MA.UTF-8 ro_RO.UTF-8 ru_RU.UTF-8 sah_RU.UTF-8 sc_IT.UTF-8 se_NO.UTF-8 si_LK.UTF-8 sq_AL.UTF-8 sr_RS.UTF-8 sv_SE.ISO-8859-1 sv_SE.UTF-8 syr.UTF-8 szl_PL.UTF-8 tg_TJ.UTF-8 th_TH.UTF-8 tk_TM.UTF-8 tr_TR.UTF-8 tt_RU.UTF-8 tt_RU.UTF-8@iqtelif ug_CN.UTF-8 uk_UA.UTF-8 uz_UZ.UTF-8 vi_VN.UTF-8 yi_US.UTF-8 yo_NG.UTF-8 zh_CN.UTF-8 \ > /build/localedata/sort-test.out; \ ../scripts/evaluate-test.sh localedata/sort-test $? false false > /build/localedata/sort-test.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-ctype.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-ctype'; \ ../scripts/evaluate-test.sh localedata/tst-ctype $? false false > /build/localedata/tst-ctype.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-numeric.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' tst-numeric.data \ > /build/localedata/tst-numeric.out; \ ../scripts/evaluate-test.sh localedata/tst-numeric $? false false > /build/localedata/tst-numeric.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-langinfo.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/localedata/tst-langinfo-setlocale-static' > /build/localedata/tst-langinfo-setlocale-static.out; \ ../scripts/evaluate-test.sh localedata/tst-langinfo-setlocale-static $? false false > /build/localedata/tst-langinfo-setlocale-static.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-langinfo.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-langinfo-setlocale' > /build/localedata/tst-langinfo-setlocale.out; \ ../scripts/evaluate-test.sh localedata/tst-langinfo-setlocale $? false false > /build/localedata/tst-langinfo-setlocale.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-langinfo.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/localedata/tst-langinfo-newlocale-static' > /build/localedata/tst-langinfo-newlocale-static.out; \ ../scripts/evaluate-test.sh localedata/tst-langinfo-newlocale-static $? true false > /build/localedata/tst-langinfo-newlocale-static.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-langinfo.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-langinfo-newlocale' > /build/localedata/tst-langinfo-newlocale.out; \ ../scripts/evaluate-test.sh localedata/tst-langinfo-newlocale $? false false > /build/localedata/tst-langinfo-newlocale.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-fmon.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' tst-fmon.data \ > /build/localedata/tst-fmon.out; \ ../scripts/evaluate-test.sh localedata/tst-fmon $? false false > /build/localedata/tst-fmon.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' /bin/sh tst-rpmatch.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/localedata/tst-rpmatch' > /build/localedata/tst-rpmatch.out; \ ../scripts/evaluate-test.sh localedata/tst-rpmatch $? false false > /build/localedata/tst-rpmatch.test-result make[2]: Leaving directory '/glibc/localedata' make[2]: Entering directory '/glibc/localedata' ../scripts/merge-test-results.sh -s /build/localedata/ localedata \ bug-iconv-trans bug-setlocale1 bug-setlocale1-static bug-usesetlocale mtrace-tst-leaks sort-test tst-c-utf8-consistency tst-ctype tst-digits tst-fmon tst-iconv-emojis-trans tst-iconv-math-trans tst-langinfo-newlocale tst-langinfo-newlocale-static tst-langinfo-setlocale tst-langinfo-setlocale-static tst-leaks tst-locale tst-locale-loadlocale tst-localedef-hardlinks tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 tst-mbswcs6 tst-numeric tst-rpmatch tst-setlocale tst-setlocale2 tst-setlocale3 tst-sscanf tst-strfmon1 tst-trans tst-wctype tst-xlocale1 tst-xlocale2 tst_iswalnum tst_iswalpha tst_iswcntrl tst_iswctype tst_iswdigit tst_iswgraph tst_iswlower tst_iswprint tst_iswpunct tst_iswspace tst_iswupper tst_iswxdigit tst_mblen tst_mbrlen tst_mbrtowc tst_mbsrtowcs tst_mbstowcs tst_mbtowc tst_strcoll tst_strfmon tst_strxfrm tst_swscanf tst_towctrans tst_towlower tst_towupper tst_wcrtomb tst_wcscat tst_wcschr tst_wcscmp tst_wcscoll tst_wcscpy tst_wcscspn tst_wcslen tst_wcsncat tst_wcsncmp tst_wcsncpy tst_wcspbrk tst_wcsrtombs tst_wcsspn tst_wcsstr tst_wcstod tst_wcstok tst_wcstombs tst_wcswidth tst_wcsxfrm tst_wctob tst_wctomb tst_wctrans tst_wctype tst_wcwidth \ > /build/localedata/subdir-tests.sum make[2]: Leaving directory '/glibc/localedata' make subdir=iconvdata -C iconvdata ..=../ tests make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv1.o -MD -MP -MF /build/iconvdata/bug-iconv1.o.dt -MT /build/iconvdata/bug-iconv1.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv15.o -MD -MP -MF /build/iconvdata/bug-iconv15.o.dt -MT /build/iconvdata/bug-iconv15.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv13.o -MD -MP -MF /build/iconvdata/bug-iconv13.o.dt -MT /build/iconvdata/bug-iconv13.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv2.o -MD -MP -MF /build/iconvdata/bug-iconv2.o.dt -MT /build/iconvdata/bug-iconv2.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv4.o -MD -MP -MF /build/iconvdata/bug-iconv4.o.dt -MT /build/iconvdata/bug-iconv4.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 tst-iconv4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/tst-iconv4.o -MD -MP -MF /build/iconvdata/tst-iconv4.o.dt -MT /build/iconvdata/tst-iconv4.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 tst-iconv6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/tst-iconv6.o -MD -MP -MF /build/iconvdata/tst-iconv6.o.dt -MT /build/iconvdata/tst-iconv6.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv6.o -MD -MP -MF /build/iconvdata/bug-iconv6.o.dt -MT /build/iconvdata/bug-iconv6.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv8.o -MD -MP -MF /build/iconvdata/bug-iconv8.o.dt -MT /build/iconvdata/bug-iconv8.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv3.o -MD -MP -MF /build/iconvdata/bug-iconv3.o.dt -MT /build/iconvdata/bug-iconv3.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 tst-iconv7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/tst-iconv7.o -MD -MP -MF /build/iconvdata/tst-iconv7.o.dt -MT /build/iconvdata/tst-iconv7.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv5.o -MD -MP -MF /build/iconvdata/bug-iconv5.o.dt -MT /build/iconvdata/bug-iconv5.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv11.o -MD -MP -MF /build/iconvdata/bug-iconv11.o.dt -MT /build/iconvdata/bug-iconv11.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 tst-e2big.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/tst-e2big.o -MD -MP -MF /build/iconvdata/tst-e2big.o.dt -MT /build/iconvdata/tst-e2big.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 tst-loading.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/tst-loading.o -MD -MP -MF /build/iconvdata/tst-loading.o.dt -MT /build/iconvdata/tst-loading.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv9.o -MD -MP -MF /build/iconvdata/bug-iconv9.o.dt -MT /build/iconvdata/bug-iconv9.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 tst-table-to.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/tst-table-to.o -MD -MP -MF /build/iconvdata/tst-table-to.o.dt -MT /build/iconvdata/tst-table-to.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv1 > /build/iconvdata/bug-iconv1.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv1 $? false false > /build/iconvdata/bug-iconv1.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 tst-iconv-iso-2022-cn-ext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/tst-iconv-iso-2022-cn-ext.o -MD -MP -MF /build/iconvdata/tst-iconv-iso-2022-cn-ext.o.dt -MT /build/iconvdata/tst-iconv-iso-2022-cn-ext.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv10.o -MD -MP -MF /build/iconvdata/bug-iconv10.o.dt -MT /build/iconvdata/bug-iconv10.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/tst-iconv4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/tst-iconv4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/tst-iconv6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/tst-iconv6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 tst-iconv-big5-hkscs-to-2ucs4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/tst-iconv-big5-hkscs-to-2ucs4.o -MD -MP -MF /build/iconvdata/tst-iconv-big5-hkscs-to-2ucs4.o.dt -MT /build/iconvdata/tst-iconv-big5-hkscs-to-2ucs4.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv4 > /build/iconvdata/bug-iconv4.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv4 $? false false > /build/iconvdata/bug-iconv4.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv13 > /build/iconvdata/bug-iconv13.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv13 $? false false > /build/iconvdata/bug-iconv13.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv2 > /build/iconvdata/bug-iconv2.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv2 $? false false > /build/iconvdata/bug-iconv2.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv15 > /build/iconvdata/bug-iconv15.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv15 $? false false > /build/iconvdata/bug-iconv15.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/tst-iconv7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/tst-iconv7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/tst-iconv4 > /build/iconvdata/tst-iconv4.out; \ ../scripts/evaluate-test.sh iconvdata/tst-iconv4 $? false false > /build/iconvdata/tst-iconv4.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/tst-iconv6 > /build/iconvdata/tst-iconv6.out; \ ../scripts/evaluate-test.sh iconvdata/tst-iconv6 $? false false > /build/iconvdata/tst-iconv6.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/tst-e2big -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/tst-e2big.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/tst-table-to -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/tst-table-to.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv3 > /build/iconvdata/bug-iconv3.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv3 $? false false > /build/iconvdata/bug-iconv3.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 tst-table-from.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/tst-table-from.o -MD -MP -MF /build/iconvdata/tst-table-from.o.dt -MT /build/iconvdata/tst-table-from.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv8 > /build/iconvdata/bug-iconv8.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv8 $? false false > /build/iconvdata/bug-iconv8.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/tst-e2big > /build/iconvdata/tst-e2big.out; \ ../scripts/evaluate-test.sh iconvdata/tst-e2big $? false false > /build/iconvdata/tst-e2big.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/tst-loading -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/tst-loading.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv11 > /build/iconvdata/bug-iconv11.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv11 $? false false > /build/iconvdata/bug-iconv11.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv9 > /build/iconvdata/bug-iconv9.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv9 $? false false > /build/iconvdata/bug-iconv9.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/tst-iconv-iso-2022-cn-ext -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/tst-iconv-iso-2022-cn-ext.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv14.o -MD -MP -MF /build/iconvdata/bug-iconv14.o.dt -MT /build/iconvdata/bug-iconv14.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv5 > /build/iconvdata/bug-iconv5.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv5 $? false false > /build/iconvdata/bug-iconv5.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv10 > /build/iconvdata/bug-iconv10.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv10 $? false false > /build/iconvdata/bug-iconv10.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/tst-iconv-big5-hkscs-to-2ucs4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/tst-iconv-big5-hkscs-to-2ucs4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/tst-iconv-iso-2022-cn-ext > /build/iconvdata/tst-iconv-iso-2022-cn-ext.out; \ ../scripts/evaluate-test.sh iconvdata/tst-iconv-iso-2022-cn-ext $? false false > /build/iconvdata/tst-iconv-iso-2022-cn-ext.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/tst-table-from -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/tst-table-from.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv14 > /build/iconvdata/bug-iconv14.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv14 $? false false > /build/iconvdata/bug-iconv14.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 bug-iconv12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconvdata/bug-iconv12.o -MD -MP -MF /build/iconvdata/bug-iconv12.o.dt -MT /build/iconvdata/bug-iconv12.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' gcc -m32 -o /build/iconvdata/bug-iconv12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/iconvdata/bug-iconv12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv12 > /build/iconvdata/bug-iconv12.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv12 $? false false > /build/iconvdata/bug-iconv12.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' Generating locale zh_HK.BIG5-HKSCS: this might take a while... make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/bug-iconv6 > /build/iconvdata/bug-iconv6.out; \ ../scripts/evaluate-test.sh iconvdata/bug-iconv6 $? false false > /build/iconvdata/bug-iconv6.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/tst-iconv-big5-hkscs-to-2ucs4 > /build/iconvdata/tst-iconv-big5-hkscs-to-2ucs4.out; \ ../scripts/evaluate-test.sh iconvdata/tst-iconv-big5-hkscs-to-2ucs4 $? false false > /build/iconvdata/tst-iconv-big5-hkscs-to-2ucs4.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/tst-iconv7 > /build/iconvdata/tst-iconv7.out; \ ../scripts/evaluate-test.sh iconvdata/tst-iconv7 $? false false > /build/iconvdata/tst-iconv7.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/iconvdata/tst-loading.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/iconvdata/tst-loading > /build/iconvdata/tst-loading.out; \ ../scripts/evaluate-test.sh iconvdata/tst-loading $? false false > /build/iconvdata/tst-loading.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' /build/malloc/mtrace /build/iconvdata/tst-loading.mtrace > /build/iconvdata/mtrace-tst-loading.out; \ ../scripts/evaluate-test.sh iconvdata/mtrace-tst-loading $? false false > /build/iconvdata/mtrace-tst-loading.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' iconv_modules="ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 ISO8859-6 ISO8859-7 ISO8859-8 ISO8859-9 ISO8859-10 ISO8859-11 ISO8859-13 ISO8859-14 ISO8859-15 ISO8859-16 T.61 ISO_6937 SJIS KOI-8 HP-ROMAN8 HP-ROMAN9 EBCDIC-AT-DE EBCDIC-AT-DE-A EBCDIC-CA-FR EUC-KR UHC JOHAB libJIS libKSC BIG5 EUC-JP libGB EUC-CN libCNS EUC-TW ISO646 EBCDIC-DK-NO EBCDIC-DK-NO-A EBCDIC-ES EBCDIC-ES-A EBCDIC-ES-S EBCDIC-FI-SE EBCDIC-FI-SE-A EBCDIC-FR EBCDIC-IS-FRISS EBCDIC-IT EBCDIC-PT EBCDIC-UK EBCDIC-US IBM037 IBM038 IBM274 IBM275 IBM423 IBM500 IBM870 IBM871 IBM891 IBM903 IBM904 IBM905 IBM1047 IBM874 CP737 CP775 ISO-2022-KR HP-TURKISH8 HP-THAI8 HP-GREEK8 KOI8-R LATIN-GREEK LATIN-GREEK-1 IBM256 IBM273 IBM277 IBM278 IBM280 IBM281 IBM284 IBM285 IBM290 IBM297 IBM420 IBM424 IBM437 IBM850 IBM851 IBM852 IBM855 IBM857 IBM858 IBM860 IBM861 IBM862 IBM863 IBM864 IBM865 IBM868 IBM869 IBM875 IBM880 IBM866 CP1258 IBM922 IBM1124 IBM1129 IBM932 IBM943 IBM856 IBM930 IBM933 IBM935 IBM937 IBM939 IBM1046 IBM1132 IBM1133 IBM1160 IBM1161 IBM1162 IBM1163 IBM1164 IBM918 IBM1004 IBM1026 CP1125 CP1250 CP1251 CP1252 CP1253 CP1254 CP1255 CP1256 CP1257 ISO-2022-JP MACINTOSH IEC_P27-1 ASMO_449 ANSI_X3.110 CSN_369103 CWI DEC-MCS ECMA-CYRILLIC GOST_19768-74 GREEK-CCITT GREEK7 GREEK7-OLD INIS INIS-8 INIS-CYRILLIC ISO_6937-2 ISO_2033 ISO_5427 ISO_5427-EXT ISO_5428 ISO_10367-BOX MAC-IS MAC-UK NATS-DANO NATS-SEFI SAMI-WS2 ISO-IR-197 TIS-620 KOI8-U GBK ISIRI-3342 GBGBK ISO-2022-CN libISOIR165 UTF-16 UNICODE UTF-32 UTF-7 BIG5HKSCS GB18030 ISO-2022-CN-EXT VISCII GBBIG5 CP10007 KOI8-T GEORGIAN-PS GEORGIAN-ACADEMY ISO-IR-209 MAC-SAMI ARMSCII-8 TCVN5712-1 libJISX0213 EUC-JISX0213 SHIFT_JISX0213 ISO-2022-JP-3 TSCII IBM866NAV CP932 EUC-JP-MS PT154 RK1048 IBM1025 IBM1122 IBM1137 IBM1153 IBM1154 IBM1155 IBM1156 IBM1157 IBM1158 IBM803 IBM901 IBM902 IBM921 IBM1008 IBM1008_420 IBM1097 IBM1112 IBM1123 IBM1130 IBM1140 IBM1141 IBM1142 IBM1143 IBM1144 IBM1145 IBM1146 IBM1147 IBM1148 IBM1149 IBM1166 IBM1167 IBM4517 IBM4899 IBM4909 IBM4971 IBM5347 IBM9030 IBM9066 IBM9448 IBM12712 IBM16804 IBM1364 IBM1371 IBM1388 IBM1390 IBM1399 ISO_11548-1 MIK BRF MAC-CENTRALEUROPE KOI8-RU ISO8859-9E CP770 CP771 CP772 CP773 CP774" \ /bin/sh run-iconv-test.sh /build ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/iconvdata/iconv-test.out; \ ../scripts/evaluate-test.sh iconvdata/iconv-test $? false false > /build/iconvdata/iconv-test.test-result make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' /bin/sh tst-tables.sh /build/ /build/iconvdata/ \ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' > /build/iconvdata/tst-tables.out; \ ../scripts/evaluate-test.sh iconvdata/tst-tables $? false false > /build/iconvdata/tst-tables.test-result Testing ASCII Testing ISO646-GB Testing ISO646-CA Testing ISO646-CA2 Testing ISO646-DE Testing ISO646-DK Testing ISO646-ES Testing ISO646-ES2 Testing ISO646-CN Testing ISO646-IT Testing ISO646-JP Testing ISO646-JP-OCR-B Testing ISO646-YU Testing ISO646-KR Testing ISO646-HU Testing ISO646-CU Testing ISO646-FR Testing ISO646-FR1 Testing ISO646-NO Testing ISO646-NO2 Testing ISO646-PT Testing ISO646-PT2 Testing ISO646-SE Testing ISO646-SE2 Testing ISO-8859-1 Testing ISO-8859-2 Testing ISO-8859-3 Testing ISO-8859-4 Testing ISO-8859-5 Testing ISO-8859-6 Testing ISO-8859-7 Testing ISO-8859-8 Testing ISO-8859-9 Testing ISO-8859-9E Testing ISO-8859-10 Testing ISO-8859-11 Testing ISO-8859-13 Testing ISO-8859-14 Testing ISO-8859-15 Testing ISO-8859-16 Testing T.61-8BIT Testing ISO_6937 Testing KOI-8 Testing KOI8-R Testing LATIN-GREEK Testing LATIN-GREEK-1 Testing HP-ROMAN8 Testing HP-ROMAN9 Testing HP-TURKISH8 Testing HP-THAI8 Testing HP-GREEK8 Testing EBCDIC-AT-DE Testing EBCDIC-AT-DE-A Testing EBCDIC-CA-FR Testing EBCDIC-DK-NO Testing EBCDIC-DK-NO-A Testing EBCDIC-ES Testing EBCDIC-ES-A Testing EBCDIC-ES-S Testing EBCDIC-FI-SE Testing EBCDIC-FI-SE-A Testing EBCDIC-FR Testing EBCDIC-IS-FRISS Testing EBCDIC-IT Testing EBCDIC-PT Testing EBCDIC-UK Testing EBCDIC-US Testing IBM037 Testing IBM038 Testing IBM256 Testing IBM273 Testing IBM274 Testing IBM275 Testing IBM277 Testing IBM278 Testing IBM280 Testing IBM281 Testing IBM284 Testing IBM285 Testing IBM290 Testing IBM297 Testing IBM420 Testing IBM423 Testing IBM424 Testing IBM437 Testing IBM500 Testing IBM850 Testing IBM851 Testing IBM852 Testing IBM855 Testing IBM856 Testing IBM857 Testing IBM858 Testing IBM860 Testing IBM861 Testing IBM862 Testing IBM863 Testing IBM864 Testing IBM865 Testing IBM866 Testing IBM866NAV Testing IBM868 Testing IBM869 Testing IBM870 Testing IBM871 Testing IBM875 Testing IBM880 Testing IBM891 Testing IBM903 Testing IBM904 Testing IBM905 Testing IBM918 Testing IBM922 Testing IBM1004 Testing IBM1026 Testing IBM1047 Testing IBM1124 Testing IBM1129 Testing IBM1160 Testing IBM1161 Testing IBM1132 Testing IBM1133 Testing IBM1162 Testing IBM1163 Testing IBM1164 Testing CP1125 Testing CP1250 Testing CP1251 Testing CP1252 Testing CP1253 Testing CP1254 Testing CP1255 Testing CP1256 Testing CP1257 Testing CP1258 Testing IBM874 Testing CP737 Testing CP770 Testing CP771 Testing CP772 Testing CP773 Testing CP774 Testing CP775 Testing MACINTOSH Testing IEC_P27-1 Testing ASMO_449 Testing ISO-IR-99 Testing ISO-IR-139 Testing CWI Testing DEC-MCS Testing ECMA-CYRILLIC Testing ISO-IR-153 Testing GREEK-CCITT Testing GREEK7 Testing GREEK7-OLD Testing INIS Testing INIS-8 Testing INIS-CYRILLIC Testing ISO_2033 Testing ISO_5427 Testing ISO_5427-EXT Testing ISO_10367-BOX Testing MAC-IS Testing MAC-UK Testing CP10007 Testing NATS-DANO Testing NATS-SEFI Testing WIN-SAMI-2 Testing ISO-IR-197 Testing TIS-620 Testing KOI8-U Testing VISCII Testing KOI8-T Testing GEORGIAN-PS Testing GEORGIAN-ACADEMY Testing ISO-IR-209 Testing MAC-SAMI Testing ARMSCII-8 Testing TCVN5712-1 Testing TSCII Testing PT154 Testing RK1048 Testing MIK Testing BRF Testing MAC-CENTRALEUROPE Testing KOI8-RU Testing SJIS Testing CP932 Testing EUC-KR Testing CP949 Testing JOHAB Testing BIG5 Testing BIG5HKSCS Testing EUC-JP Testing EUC-JP-MS Testing EUC-CN Testing GBK Testing EUC-TW This might take a while Testing GB18030 Testing EUC-JISX0213 Testing SHIFT_JISX0213 make[2]: Leaving directory '/glibc/iconvdata' make[2]: Entering directory '/glibc/iconvdata' ../scripts/merge-test-results.sh -s /build/iconvdata/ iconvdata \ bug-iconv1 bug-iconv10 bug-iconv11 bug-iconv12 bug-iconv13 bug-iconv14 bug-iconv15 bug-iconv2 bug-iconv3 bug-iconv4 bug-iconv5 bug-iconv6 bug-iconv8 bug-iconv9 iconv-test mtrace-tst-loading tst-e2big tst-iconv-big5-hkscs-to-2ucs4 tst-iconv-iso-2022-cn-ext tst-iconv4 tst-iconv6 tst-iconv7 tst-loading tst-tables \ > /build/iconvdata/subdir-tests.sum make[2]: Leaving directory '/glibc/iconvdata' make subdir=assert -C assert ..=../ tests make[2]: Entering directory '/glibc/assert' ../scripts/evaluate-test.sh assert/tst-assert-c++ \ 77 false false > /build/assert/tst-assert-c++.test-result make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' ../scripts/evaluate-test.sh assert/tst-assert-g++ \ 77 false false > /build/assert/tst-assert-g++.test-result make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' gcc -m32 test-assert.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/assert/test-assert.o -MD -MP -MF /build/assert/test-assert.o.dt -MT /build/assert/test-assert.o make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=assert assert.h > /build/assert/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh assert/check-wrapper-headers $? false false > /build/assert/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' python3 -B ../scripts/check-obsolete-constructs.py assert.h > /build/assert/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh assert/check-obsolete-constructs $? false false > /build/assert/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' gcc -m32 -o /build/assert/test-assert -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/assert/test-assert.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/assert/test-assert > /build/assert/test-assert.out; \ ../scripts/evaluate-test.sh assert/test-assert $? false false > /build/assert/test-assert.test-result make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' gcc -m32 test-assert-perr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/assert/test-assert-perr.o -MD -MP -MF /build/assert/test-assert-perr.o.dt -MT /build/assert/test-assert-perr.o make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' gcc -m32 -o /build/assert/test-assert-perr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/assert/test-assert-perr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/assert/test-assert-perr > /build/assert/test-assert-perr.out; \ ../scripts/evaluate-test.sh assert/test-assert-perr $? false false > /build/assert/test-assert-perr.test-result make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ assert.h > /build/assert/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh assert/check-installed-headers-c $? false false > /build/assert/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/assert' make[2]: Entering directory '/glibc/assert' ../scripts/merge-test-results.sh -s /build/assert/ assert \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers test-assert test-assert-perr tst-assert-c++ tst-assert-g++ \ > /build/assert/subdir-tests.sum make[2]: Leaving directory '/glibc/assert' make subdir=ctype -C ctype ..=../ tests make[2]: Entering directory '/glibc/ctype' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=ctype ctype.h > /build/ctype/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh ctype/check-wrapper-headers $? false false > /build/ctype/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/ctype' make[2]: Entering directory '/glibc/ctype' gcc -m32 test_ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/ctype/test_ctype.o -MD -MP -MF /build/ctype/test_ctype.o.dt -MT /build/ctype/test_ctype.o make[2]: Leaving directory '/glibc/ctype' make[2]: Entering directory '/glibc/ctype' python3 -B ../scripts/check-obsolete-constructs.py ctype.h > /build/ctype/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh ctype/check-obsolete-constructs $? false false > /build/ctype/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/ctype' make[2]: Entering directory '/glibc/ctype' gcc -m32 -o /build/ctype/test_ctype -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/ctype/test_ctype.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/ctype' make[2]: Entering directory '/glibc/ctype' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/ctype/test_ctype > /build/ctype/test_ctype.out; \ ../scripts/evaluate-test.sh ctype/test_ctype $? false false > /build/ctype/test_ctype.test-result make[2]: Leaving directory '/glibc/ctype' make[2]: Entering directory '/glibc/ctype' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ ctype.h > /build/ctype/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh ctype/check-installed-headers-c $? false false > /build/ctype/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/ctype' make[2]: Entering directory '/glibc/ctype' ../scripts/merge-test-results.sh -s /build/ctype/ ctype \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers test_ctype \ > /build/ctype/subdir-tests.sum make[2]: Leaving directory '/glibc/ctype' make subdir=intl -C intl ..=../ tests make[2]: Entering directory '/glibc/intl' gcc -m32 tst-gettext-c-utf8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-gettext-c-utf8.o -MD -MP -MF /build/intl/tst-gettext-c-utf8.o.dt -MT /build/intl/tst-gettext-c-utf8.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' .././scripts/mkinstalldirs /build/intl/domaindir/de_DE/LC_MESSAGES mkdir -p -- /build/intl/domaindir/de_DE/LC_MESSAGES msgfmt -o /build/intl/domaindir/de_DE/LC_MESSAGES/codeset.moT tstcodeset.po mv -f /build/intl/domaindir/de_DE/LC_MESSAGES/codeset.moT /build/intl/domaindir/de_DE/LC_MESSAGES/codeset.mo make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=intl libintl.h > /build/intl/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh intl/check-wrapper-headers $? false false > /build/intl/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-gettext-c-utf8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-gettext-c-utf8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' python3 -B ../scripts/check-obsolete-constructs.py libintl.h > /build/intl/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh intl/check-obsolete-constructs $? false false > /build/intl/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 tst-codeset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/intl/\" -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-codeset.o -MD -MP -MF /build/intl/tst-codeset.o.dt -MT /build/intl/tst-codeset.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/intl/tst-gettext-c-utf8 > /build/intl/tst-gettext-c-utf8.out; \ ../scripts/evaluate-test.sh intl/tst-gettext-c-utf8 $? false false > /build/intl/tst-gettext-c-utf8.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 tst-gettext6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/intl/\" -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-gettext6.o -MD -MP -MF /build/intl/tst-gettext6.o.dt -MT /build/intl/tst-gettext6.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 tst-translit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/intl/\" -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-translit.o -MD -MP -MF /build/intl/tst-translit.o.dt -MT /build/intl/tst-translit.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 tst-gettext5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/intl/\" -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-gettext5.o -MD -MP -MF /build/intl/tst-gettext5.o.dt -MT /build/intl/tst-gettext5.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 tst-ngettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-ngettext.o -MD -MP -MF /build/intl/tst-ngettext.o.dt -MT /build/intl/tst-ngettext.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 tst-gettext3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/intl/\" -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-gettext3.o -MD -MP -MF /build/intl/tst-gettext3.o.dt -MT /build/intl/tst-gettext3.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 tst-gettext4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/intl/\" -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-gettext4.o -MD -MP -MF /build/intl/tst-gettext4.o.dt -MT /build/intl/tst-gettext4.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-codeset -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-codeset.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 tst-gettext2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/intl/\" -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-gettext2.o -MD -MP -MF /build/intl/tst-gettext2.o.dt -MT /build/intl/tst-gettext2.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-gettext6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-gettext6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-ngettext -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-ngettext.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-translit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-translit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-gettext5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-gettext5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/intl/tst-ngettext > /build/intl/tst-ngettext.out; \ ../scripts/evaluate-test.sh intl/tst-ngettext $? false false > /build/intl/tst-ngettext.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-gettext4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-gettext4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-gettext3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-gettext3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-gettext2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-gettext2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 tst-gettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DTESTSTRS_H=\"/build/intl/msgs.h\" -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/tst-gettext.o -MD -MP -MF /build/intl/tst-gettext.o.dt -MT /build/intl/tst-gettext.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' gcc -m32 -o /build/intl/tst-gettext -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/intl/tst-gettext.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' /bin/sh tst-gettext.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ /build/intl/ /build/intl/tst-gettext.mtrace; \ ../scripts/evaluate-test.sh intl/tst-gettext $? false false > /build/intl/tst-gettext.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/intl/tst-codeset > /build/intl/tst-codeset.out; \ ../scripts/evaluate-test.sh intl/tst-codeset $? false false > /build/intl/tst-codeset.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/intl/tst-gettext5 > /build/intl/tst-gettext5.out; \ ../scripts/evaluate-test.sh intl/tst-gettext5 $? false false > /build/intl/tst-gettext5.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/intl/tst-gettext3 > /build/intl/tst-gettext3.out; \ ../scripts/evaluate-test.sh intl/tst-gettext3 $? false false > /build/intl/tst-gettext3.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' /bin/sh tst-translit.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ /build/intl/; \ ../scripts/evaluate-test.sh intl/tst-translit $? false false > /build/intl/tst-translit.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' /bin/sh tst-gettext4.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' /build/intl/; \ ../scripts/evaluate-test.sh intl/tst-gettext4 $? false false > /build/intl/tst-gettext4.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' /build/malloc/mtrace /build/intl/tst-gettext.mtrace > /build/intl/mtrace-tst-gettext.out; \ ../scripts/evaluate-test.sh intl/mtrace-tst-gettext $? false false > /build/intl/mtrace-tst-gettext.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' /bin/sh tst-gettext2.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ /build/intl/; \ ../scripts/evaluate-test.sh intl/tst-gettext2 $? false false > /build/intl/tst-gettext2.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ libintl.h > /build/intl/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh intl/check-installed-headers-c $? false false > /build/intl/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' /bin/sh tst-gettext6.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' /build/intl/; \ ../scripts/evaluate-test.sh intl/tst-gettext6 $? false false > /build/intl/tst-gettext6.test-result make[2]: Leaving directory '/glibc/intl' make[2]: Entering directory '/glibc/intl' ../scripts/merge-test-results.sh -s /build/intl/ intl \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers mtrace-tst-gettext tst-codeset tst-gettext tst-gettext-c-utf8 tst-gettext2 tst-gettext3 tst-gettext4 tst-gettext5 tst-gettext6 tst-ngettext tst-translit \ > /build/intl/subdir-tests.sum make[2]: Leaving directory '/glibc/intl' make subdir=catgets -C catgets ..=../ tests make[2]: Entering directory '/glibc/catgets' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/catgets/gencat -H /build/catgets/test-gencat.h < sample.SJIS > /build/catgets/sample.SJIS.cat; \ ../scripts/evaluate-test.sh catgets/sample.SJIS.cat $? false false > /build/catgets/sample.SJIS.cat.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' LC_ALL=C gawk -f xopen-msg.awk ../po/de.po xopen-msg.awk > /build/catgets/de.msg make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/catgets/gencat -H /build/catgets/test2.h /build/catgets/test2.cat test2.msg; \ ../scripts/evaluate-test.sh catgets/test2.cat $? false false > /build/catgets/test2.cat.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' env \ GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LC_ALL=hr_HR.ISO-8859-2 \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/catgets/gencat -H /build/catgets/test1.h /build/catgets/test1.cat test1.msg; \ ../scripts/evaluate-test.sh catgets/test1.cat $? false false > /build/catgets/test1.cat.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' .././scripts/mkinstalldirs /build/catgets/de mkdir -p -- /build/catgets/de env \ GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LC_ALL=de_DE.ISO-8859-1 \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/catgets/gencat /build/catgets/de/libc.cat /build/catgets/de.msg; \ ../scripts/evaluate-test.sh catgets/de/libc.cat $? false false > /build/catgets/de/libc.cat.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=catgets nl_types.h > /build/catgets/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh catgets/check-wrapper-headers $? false false > /build/catgets/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' python3 -B ../scripts/check-obsolete-constructs.py nl_types.h > /build/catgets/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh catgets/check-obsolete-constructs $? false false > /build/catgets/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' gcc -m32 test-gencat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/catgets/test-gencat.o -MD -MP -MF /build/catgets/test-gencat.o.dt -MT /build/catgets/test-gencat.o make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' gcc -m32 tst-catgets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/catgets/tst-catgets.o -MD -MP -MF /build/catgets/tst-catgets.o.dt -MT /build/catgets/tst-catgets.o make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' gcc -m32 -o /build/catgets/test-gencat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/catgets/test-gencat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' gcc -m32 -o /build/catgets/tst-catgets -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/catgets/tst-catgets.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' /bin/sh test-gencat.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/catgets/test-gencat'; \ ../scripts/evaluate-test.sh catgets/test-gencat $? false false > /build/catgets/test-gencat.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C NLSPATH="/build/catgets/%l/%N.cat" LANG=de MALLOC_TRACE=/build/catgets/tst-catgets.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/catgets/tst-catgets > /build/catgets/tst-catgets.out; \ ../scripts/evaluate-test.sh catgets/tst-catgets $? false false > /build/catgets/tst-catgets.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' /build/malloc/mtrace /build/catgets/tst-catgets.mtrace > /build/catgets/tst-catgets-mem.out; \ ../scripts/evaluate-test.sh catgets/tst-catgets-mem $? false false > /build/catgets/tst-catgets-mem.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ nl_types.h > /build/catgets/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh catgets/check-installed-headers-c $? false false > /build/catgets/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/catgets' make[2]: Entering directory '/glibc/catgets' ../scripts/merge-test-results.sh -s /build/catgets/ catgets \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers de/libc.cat sample.SJIS.cat test-gencat test1.cat test2.cat tst-catgets tst-catgets-mem \ > /build/catgets/subdir-tests.sum make[2]: Leaving directory '/glibc/catgets' make subdir=math -C math ..=../ tests make[2]: Entering directory '/glibc/math' gcc -m32 test-fpucw-ieee-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fpucw-ieee-static.o -MD -MP -MF /build/math/test-fpucw-ieee-static.o.dt -MT /build/math/test-fpucw-ieee-static.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fpucw-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fpucw-static.o -MD -MP -MF /build/math/test-fpucw-static.o.dt -MT /build/math/test-fpucw-static.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-uchar-init-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-uchar-init-static.o -MD -MP -MF /build/math/test-signgam-uchar-init-static.o.dt -MT /build/math/test-signgam-uchar-init-static.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-uchar-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-uchar-static.o -MD -MP -MF /build/math/test-signgam-uchar-static.o.dt -MT /build/math/test-signgam-uchar-static.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-uint-init-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-uint-init-static.o -MD -MP -MF /build/math/test-signgam-uint-init-static.o.dt -MT /build/math/test-signgam-uint-init-static.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-uint-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-uint-static.o -MD -MP -MF /build/math/test-signgam-uint-static.o.dt -MT /build/math/test-signgam-uint-static.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-ullong-init-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-ullong-init-static.o -MD -MP -MF /build/math/test-signgam-ullong-init-static.o.dt -MT /build/math/test-signgam-ullong-init-static.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-ullong-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-ullong-static.o -MD -MP -MF /build/math/test-signgam-ullong-static.o.dt -MT /build/math/test-signgam-ullong-static.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 atest-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/atest-exp2.o -MD -MP -MF /build/math/atest-exp2.o.dt -MT /build/math/atest-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 atest-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/atest-exp.o -MD -MP -MF /build/math/atest-exp.o.dt -MT /build/math/atest-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 atest-sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/atest-sincos.o -MD -MP -MF /build/math/atest-sincos.o.dt -MT /build/math/atest-sincos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 bug-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/bug-nextafter.o -MD -MP -MF /build/math/bug-nextafter.o.dt -MT /build/math/bug-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 bug-tgmath1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/bug-tgmath1.o -MD -MP -MF /build/math/bug-tgmath1.o.dt -MT /build/math/bug-tgmath1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-ceil-except-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ceil-except-2.o -MD -MP -MF /build/math/test-ceil-except-2.o.dt -MT /build/math/test-ceil-except-2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fesetexcept-traps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fesetexcept-traps.o -MD -MP -MF /build/math/test-fesetexcept-traps.o.dt -MT /build/math/test-fesetexcept-traps.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-floor-except-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-floor-except-2.o -MD -MP -MF /build/math/test-floor-except-2.o.dt -MT /build/math/test-floor-except-2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fenv-preserve.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fenv-preserve.o -MD -MP -MF /build/math/test-fenv-preserve.o.dt -MT /build/math/test-fenv-preserve.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fenv-return.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fenv-return.o -MD -MP -MF /build/math/test-fenv-return.o.dt -MT /build/math/test-fenv-return.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fexcept-traps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fexcept-traps.o -MD -MP -MF /build/math/test-fexcept-traps.o.dt -MT /build/math/test-fexcept-traps.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-femode-traps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-femode-traps.o -MD -MP -MF /build/math/test-femode-traps.o.dt -MT /build/math/test-femode-traps.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fenv-clear.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fenv-clear.o -MD -MP -MF /build/math/test-fenv-clear.o.dt -MT /build/math/test-fenv-clear.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fp-ilogb-constants.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fp-ilogb-constants.o -MD -MP -MF /build/math/test-fp-ilogb-constants.o.dt -MT /build/math/test-fp-ilogb-constants.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fesetexcept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fesetexcept.o -MD -MP -MF /build/math/test-fesetexcept.o.dt -MT /build/math/test-fesetexcept.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fexcept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fexcept.o -MD -MP -MF /build/math/test-fexcept.o.dt -MT /build/math/test-fexcept.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-flt-eval-method.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexcess-precision=standard -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-flt-eval-method.o -MD -MP -MF /build/math/test-flt-eval-method.o.dt -MT /build/math/test-flt-eval-method.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fp-llogb-constants.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fp-llogb-constants.o -MD -MP -MF /build/math/test-fp-llogb-constants.o.dt -MT /build/math/test-fp-llogb-constants.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fpucw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fpucw.o -MD -MP -MF /build/math/test-fpucw.o.dt -MT /build/math/test-fpucw.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-femode.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-femode.o -MD -MP -MF /build/math/test-femode.o.dt -MT /build/math/test-femode.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fetestexceptflag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fetestexceptflag.o -MD -MP -MF /build/math/test-fetestexceptflag.o.dt -MT /build/math/test-fetestexceptflag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-nan-const.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-nan-const.o -MD -MP -MF /build/math/test-nan-const.o.dt -MT /build/math/test-nan-const.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fenv-tls.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fenv-tls.o -MD -MP -MF /build/math/test-fenv-tls.o.dt -MT /build/math/test-fenv-tls.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fpucw-ieee.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fpucw-ieee.o -MD -MP -MF /build/math/test-fpucw-ieee.o.dt -MT /build/math/test-fpucw-ieee.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 bug-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/bug-nexttoward.o -MD -MP -MF /build/math/bug-nexttoward.o.dt -MT /build/math/bug-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-matherr-3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-matherr-3.o -MD -MP -MF /build/math/test-matherr-3.o.dt -MT /build/math/test-matherr-3.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-narrow-macros.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-narrow-macros.o -MD -MP -MF /build/math/test-narrow-macros.o.dt -MT /build/math/test-narrow-macros.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-iseqsig-excess-precision.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexcess-precision=standard -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-iseqsig-excess-precision.o -MD -MP -MF /build/math/test-iseqsig-excess-precision.o.dt -MT /build/math/test-iseqsig-excess-precision.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-iszero-excess-precision.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexcess-precision=standard -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-iszero-excess-precision.o -MD -MP -MF /build/math/test-iszero-excess-precision.o.dt -MT /build/math/test-iszero-excess-precision.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fenv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fenv.o -MD -MP -MF /build/math/test-fenv.o.dt -MT /build/math/test-fenv.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-nan-overflow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-nan-overflow.o -MD -MP -MF /build/math/test-nan-overflow.o.dt -MT /build/math/test-nan-overflow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-uint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-uint.o -MD -MP -MF /build/math/test-signgam-uint.o.dt -MT /build/math/test-signgam-uint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-uchar.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-uchar.o -MD -MP -MF /build/math/test-signgam-uchar.o.dt -MT /build/math/test-signgam-uchar.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-uchar-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-uchar-init.o -MD -MP -MF /build/math/test-signgam-uchar-init.o.dt -MT /build/math/test-signgam-uchar-init.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-fe-snans-always-signal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fe-snans-always-signal.o -MD -MP -MF /build/math/test-fe-snans-always-signal.o.dt -MT /build/math/test-fe-snans-always-signal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-nearbyint-except.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-nearbyint-except.o -MD -MP -MF /build/math/test-nearbyint-except.o.dt -MT /build/math/test-nearbyint-except.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-nearbyint-except-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-nearbyint-except-2.o -MD -MP -MF /build/math/test-nearbyint-except-2.o.dt -MT /build/math/test-nearbyint-except-2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-uint-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-uint-init.o -MD -MP -MF /build/math/test-signgam-uint-init.o.dt -MT /build/math/test-signgam-uint-init.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-ullong.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-ullong.o -MD -MP -MF /build/math/test-signgam-ullong.o.dt -MT /build/math/test-signgam-ullong.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-signgam-ullong-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-signgam-ullong-init.o -MD -MP -MF /build/math/test-signgam-ullong-init.o.dt -MT /build/math/test-signgam-ullong-init.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-acos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-powl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-powl.o -MD -MP -MF /build/math/test-powl.o.dt -MT /build/math/test-powl.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' ( \ echo "#include "; \ echo "#include "; \ ) > /build/math/libm-test-support-double.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-trunc-except-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-trunc-except-2.o -MD -MP -MF /build/math/test-trunc-except-2.o.dt -MT /build/math/test-trunc-except-2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 tst-CMPLX.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/tst-CMPLX.o -MD -MP -MF /build/math/tst-CMPLX.o.dt -MT /build/math/tst-CMPLX.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-acosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -u ../sysdeps/i386/i686/fpu/multiarch/libm-test-ulps -H /build/math/libm-test-ulps.h make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-asin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 tst-definitions.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/tst-definitions.o -MD -MP -MF /build/math/tst-definitions.o.dt -MT /build/math/tst-definitions.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-matherr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-matherr.o -MD -MP -MF /build/math/test-matherr.o.dt -MT /build/math/test-matherr.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-matherr-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-matherr-2.o -MD -MP -MF /build/math/test-matherr-2.o.dt -MT /build/math/test-matherr-2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 basic-test.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/basic-test.o -MD -MP -MF /build/math/basic-test.o.dt -MT /build/math/basic-test.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-asinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-tgmath-int.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath-int.o -MD -MP -MF /build/math/test-tgmath-int.o.dt -MT /build/math/test-tgmath-int.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-acos.inc -a auto-libm-test-out-acos -C /build/math/libm-test-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-atan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-tgmath-ret.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath-ret.o -MD -MP -MF /build/math/test-tgmath-ret.o.dt -MT /build/math/test-tgmath-ret.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-acosh.inc -a auto-libm-test-out-acosh -C /build/math/libm-test-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-atan2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-atanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-asin.inc -a auto-libm-test-out-asin -C /build/math/libm-test-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 tst-CMPLX2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/tst-CMPLX2.o -MD -MP -MF /build/math/tst-CMPLX2.o.dt -MT /build/math/tst-CMPLX2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cacos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cacos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-atan.inc -a auto-libm-test-out-atan -C /build/math/libm-test-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cacosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cacosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-carg; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-snan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-snan.o -MD -MP -MF /build/math/test-snan.o.dt -MT /build/math/test-snan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-casin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-casin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-misc.o -MD -MP -MF /build/math/test-misc.o.dt -MT /build/math/test-misc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-asinh.inc -a auto-libm-test-out-asinh -C /build/math/libm-test-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cabs.inc -a auto-libm-test-out-cabs -C /build/math/libm-test-cabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-casinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-casinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-atanh.inc -a auto-libm-test-out-atanh -C /build/math/libm-test-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-carg.inc -a auto-libm-test-out-carg -C /build/math/libm-test-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-catan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-catan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-catanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-catanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cbrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-ccos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ccos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-ccosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ccosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-clog; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-clog.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-clog10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-clog10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cbrt.inc -a auto-libm-test-out-cbrt -C /build/math/libm-test-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-ccos.inc -a auto-libm-test-out-ccos -C /build/math/libm-test-ccos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-atan2.inc -a auto-libm-test-out-atan2 -C /build/math/libm-test-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-ccosh.inc -a auto-libm-test-out-ccosh -C /build/math/libm-test-ccosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cpow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cpow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-csin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-csin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cexp.inc -a auto-libm-test-out-cexp -C /build/math/libm-test-cexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-csinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-csinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-csqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-csqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-ctan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ctan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cpow.inc -a auto-libm-test-out-cpow -C /build/math/libm-test-cpow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cos.inc -a auto-libm-test-out-cos -C /build/math/libm-test-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-ctanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ctanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cosh.inc -a auto-libm-test-out-cosh -C /build/math/libm-test-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-csin.inc -a auto-libm-test-out-csin -C /build/math/libm-test-csin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-erf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-erfc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-exp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-csinh.inc -a auto-libm-test-out-csinh -C /build/math/libm-test-csinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-ctan.inc -a auto-libm-test-out-ctan -C /build/math/libm-test-ctan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-exp2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-erf.inc -a auto-libm-test-out-erf -C /build/math/libm-test-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-exp10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-exp10m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-ctanh.inc -a auto-libm-test-out-ctanh -C /build/math/libm-test-ctanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-exp2m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-expm1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-erfc.inc -a auto-libm-test-out-erfc -C /build/math/libm-test-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-csqrt.inc -a auto-libm-test-out-csqrt -C /build/math/libm-test-csqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-hypot; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-catan.inc -a auto-libm-test-out-catan -C /build/math/libm-test-catan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-exp.inc -a auto-libm-test-out-exp -C /build/math/libm-test-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-j0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-j0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-catanh.inc -a auto-libm-test-out-catanh -C /build/math/libm-test-catanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-exp2.inc -a auto-libm-test-out-exp2 -C /build/math/libm-test-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-exp10.inc -a auto-libm-test-out-exp10 -C /build/math/libm-test-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-j1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-j1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-expm1.inc -a auto-libm-test-out-expm1 -C /build/math/libm-test-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-jn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-jn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cacos.inc -a auto-libm-test-out-cacos -C /build/math/libm-test-cacos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cacosh.inc -a auto-libm-test-out-cacosh -C /build/math/libm-test-cacosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-lgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-exp10m1.inc -a auto-libm-test-out-exp10m1 -C /build/math/libm-test-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-log; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-j0.inc -a auto-libm-test-out-j0 -C /build/math/libm-test-j0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-log2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-casin.inc -a auto-libm-test-out-casin -C /build/math/libm-test-casin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-exp2m1.inc -a auto-libm-test-out-exp2m1 -C /build/math/libm-test-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-log10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-nan-payload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-nan-payload.o -MD -MP -MF /build/math/test-nan-payload.o.dt -MT /build/math/test-nan-payload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-casinh.inc -a auto-libm-test-out-casinh -C /build/math/libm-test-casinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-j1.inc -a auto-libm-test-out-j1 -C /build/math/libm-test-j1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-log10p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-log.inc -a auto-libm-test-out-log -C /build/math/libm-test-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-log1p; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-tgmath.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath.o -MD -MP -MF /build/math/test-tgmath.o.dt -MT /build/math/test-tgmath.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-log2p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-jn.inc -a auto-libm-test-out-jn -C /build/math/libm-test-jn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-pow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-log2.inc -a auto-libm-test-out-log2 -C /build/math/libm-test-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-log10.inc -a auto-libm-test-out-log10 -C /build/math/libm-test-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-sin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-sincos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-sincos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-sinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-sqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-log10p1.inc -a auto-libm-test-out-log10p1 -C /build/math/libm-test-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-log1p.inc -a auto-libm-test-out-log1p -C /build/math/libm-test-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-tan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-tanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-hypot.inc -a auto-libm-test-out-hypot -C /build/math/libm-test-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-tgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-log2p1.inc -a auto-libm-test-out-log2p1 -C /build/math/libm-test-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-y0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-y0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-y1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-y1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-clog.inc -a auto-libm-test-out-clog -C /build/math/libm-test-clog.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-clog10.inc -a auto-libm-test-out-clog10 -C /build/math/libm-test-clog10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-sin.inc -a auto-libm-test-out-sin -C /build/math/libm-test-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-sincos.inc -a auto-libm-test-out-sincos -C /build/math/libm-test-sincos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-sqrt.inc -a auto-libm-test-out-sqrt -C /build/math/libm-test-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-yn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-yn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-canonicalize; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-canonicalize.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fma.inc -a auto-libm-test-out-fma -C /build/math/libm-test-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-sinh.inc -a auto-libm-test-out-sinh -C /build/math/libm-test-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-ceil; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-tan.inc -a auto-libm-test-out-tan -C /build/math/libm-test-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cimag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-tanh.inc -a auto-libm-test-out-tanh -C /build/math/libm-test-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-y0.inc -a auto-libm-test-out-y0 -C /build/math/libm-test-y0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-conj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-y1.inc -a auto-libm-test-out-y1 -C /build/math/libm-test-y1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-copysign; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-canonicalize.inc -a /dev/null -C /build/math/libm-test-canonicalize.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-ceil.inc -a /dev/null -C /build/math/libm-test-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-cproj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cimag.inc -a /dev/null -C /build/math/libm-test-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-creal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-yn.inc -a auto-libm-test-out-yn -C /build/math/libm-test-yn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-conj.inc -a /dev/null -C /build/math/libm-test-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fdim; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-cproj.inc -a /dev/null -C /build/math/libm-test-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-floor; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-copysign.inc -a /dev/null -C /build/math/libm-test-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-creal.inc -a /dev/null -C /build/math/libm-test-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fmax; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fmaximum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fabs.inc -a /dev/null -C /build/math/libm-test-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fmaximum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-tgamma.inc -a auto-libm-test-out-tgamma -C /build/math/libm-test-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fdim.inc -a /dev/null -C /build/math/libm-test-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fmaximum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-floor.inc -a /dev/null -C /build/math/libm-test-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-lgamma.inc -a auto-libm-test-out-lgamma -C /build/math/libm-test-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fmaximum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fmax.inc -a /dev/null -C /build/math/libm-test-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fmaxmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fmaximum.inc -a /dev/null -C /build/math/libm-test-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fmin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fmaximum_mag.inc -a /dev/null -C /build/math/libm-test-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fmaximum_num.inc -a /dev/null -C /build/math/libm-test-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fminimum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fmaximum_mag_num.inc -a /dev/null -C /build/math/libm-test-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fminimum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fmaxmag.inc -a /dev/null -C /build/math/libm-test-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fminimum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fminimum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fminimum_mag.inc -a /dev/null -C /build/math/libm-test-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fminmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fmin.inc -a /dev/null -C /build/math/libm-test-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fminimum.inc -a /dev/null -C /build/math/libm-test-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fmod; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fpclassify; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fpclassify.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fminimum_mag_num.inc -a /dev/null -C /build/math/libm-test-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-frexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fminimum_num.inc -a /dev/null -C /build/math/libm-test-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-fromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fminmag.inc -a /dev/null -C /build/math/libm-test-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fmod.inc -a /dev/null -C /build/math/libm-test-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-getpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-getpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fpclassify.inc -a /dev/null -C /build/math/libm-test-fpclassify.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-ilogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-frexp.inc -a /dev/null -C /build/math/libm-test-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-iscanonical; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-iscanonical.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-iseqsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-iseqsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-isfinite; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-isfinite.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-getpayload.inc -a /dev/null -C /build/math/libm-test-getpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-isgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-isgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-ilogb.inc -a /dev/null -C /build/math/libm-test-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-isgreaterequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-isgreaterequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-iscanonical.inc -a /dev/null -C /build/math/libm-test-iscanonical.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-isinf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-isinf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-iseqsig.inc -a /dev/null -C /build/math/libm-test-iseqsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-isfinite.inc -a /dev/null -C /build/math/libm-test-isfinite.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-isless; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-isless.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-islessequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-islessequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-isgreater.inc -a /dev/null -C /build/math/libm-test-isgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-islessgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-islessgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-isgreaterequal.inc -a /dev/null -C /build/math/libm-test-isgreaterequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-isnan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-isnan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-isinf.inc -a /dev/null -C /build/math/libm-test-isinf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-isless.inc -a /dev/null -C /build/math/libm-test-isless.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-isnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-isnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-islessequal.inc -a /dev/null -C /build/math/libm-test-islessequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-issignaling; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-issignaling.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-islessgreater.inc -a /dev/null -C /build/math/libm-test-islessgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-issubnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-issubnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-isunordered; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-isunordered.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-pow.inc -a auto-libm-test-out-pow -C /build/math/libm-test-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-isnan.inc -a /dev/null -C /build/math/libm-test-isnan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-isnormal.inc -a /dev/null -C /build/math/libm-test-isnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-iszero; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-iszero.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-issubnormal.inc -a /dev/null -C /build/math/libm-test-issubnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-llogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-issignaling.inc -a /dev/null -C /build/math/libm-test-issignaling.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-llrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-llround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-logb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-isunordered.inc -a /dev/null -C /build/math/libm-test-isunordered.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-iszero.inc -a /dev/null -C /build/math/libm-test-iszero.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-llrint.inc -a /dev/null -C /build/math/libm-test-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-lrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-llogb.inc -a /dev/null -C /build/math/libm-test-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-lround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-modf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-modf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-llround.inc -a /dev/null -C /build/math/libm-test-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-nearbyint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-logb.inc -a /dev/null -C /build/math/libm-test-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-lrint.inc -a /dev/null -C /build/math/libm-test-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-nextafter; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fromfp.inc -a /dev/null -C /build/math/libm-test-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-fromfpx.inc -a /dev/null -C /build/math/libm-test-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-nextdown; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-lround.inc -a /dev/null -C /build/math/libm-test-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-modf.inc -a /dev/null -C /build/math/libm-test-modf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-nexttoward; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-nextup; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-remainder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-nearbyint.inc -a /dev/null -C /build/math/libm-test-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-nextafter.inc -a /dev/null -C /build/math/libm-test-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-nextdown.inc -a /dev/null -C /build/math/libm-test-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-nexttoward.inc -a /dev/null -C /build/math/libm-test-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-remquo; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-rint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-round; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-nextup.inc -a /dev/null -C /build/math/libm-test-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-roundeven; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-remainder.inc -a /dev/null -C /build/math/libm-test-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-scalb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-remquo.inc -a /dev/null -C /build/math/libm-test-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-scalbln; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-rint.inc -a /dev/null -C /build/math/libm-test-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-scalbn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-round.inc -a /dev/null -C /build/math/libm-test-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-setpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-setpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-setpayloadsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-setpayloadsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-roundeven.inc -a /dev/null -C /build/math/libm-test-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-scalb.inc -a /dev/null -C /build/math/libm-test-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-signbit; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-signbit.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-scalbln.inc -a /dev/null -C /build/math/libm-test-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-significand; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-significand.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-scalbn.inc -a /dev/null -C /build/math/libm-test-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-setpayload.inc -a /dev/null -C /build/math/libm-test-setpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-setpayloadsig.inc -a /dev/null -C /build/math/libm-test-setpayloadsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-significand.inc -a /dev/null -C /build/math/libm-test-significand.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-trunc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-signbit.inc -a /dev/null -C /build/math/libm-test-signbit.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-ufromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-ufromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-compat_totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-compat_totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-totalorder.inc -a /dev/null -C /build/math/libm-test-totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-totalordermag.inc -a /dev/null -C /build/math/libm-test-totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=double-compat_totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-compat_totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-acos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-trunc.inc -a /dev/null -C /build/math/libm-test-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' ( \ echo "#include "; \ echo "#include "; \ ) > /build/math/libm-test-support-float.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-acosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-compat_totalorder.inc -a /dev/null -C /build/math/libm-test-compat_totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-asin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-asinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-compat_totalordermag.inc -a /dev/null -C /build/math/libm-test-compat_totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-atan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-atan2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-atanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cacos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cacos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cacosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cacosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-carg; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-casin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-casin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-casinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-casinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-catan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-catan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-catanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-catanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cbrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-ccos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ccos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-ccosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ccosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-ufromfpx.inc -a /dev/null -C /build/math/libm-test-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-clog; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-clog.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-clog10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-clog10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-ufromfp.inc -a /dev/null -C /build/math/libm-test-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cpow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cpow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-csin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-csin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-csinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-csinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-csqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-csqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-ctan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ctan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-ctanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ctanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-erf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-erfc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-exp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-exp2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-exp10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-exp10m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-exp2m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-expm1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-hypot; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-j0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-j0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-j1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-j1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-jn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-jn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-lgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-log; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-log2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-log10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-log10p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-log1p; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-log2p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-pow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-sin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-sincos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-sincos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-sinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-sqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-tan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-tanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-tgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-y0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-y0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-y1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-y1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-yn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-yn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-canonicalize; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-canonicalize.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-ceil; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cimag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-conj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-copysign; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-cproj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-creal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fdim; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-floor; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fmax; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fmaximum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fmaximum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fmaximum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fmaximum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fmaxmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fmin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fminimum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fminimum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fminimum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fminimum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fminmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fmod; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fpclassify; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fpclassify.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-frexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-fromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-getpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-getpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-ilogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-iscanonical; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-iscanonical.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-iseqsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-iseqsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-isfinite; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-isfinite.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-isgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-isgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-isgreaterequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-isgreaterequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-isinf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-isinf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-isless; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-isless.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-islessequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-islessequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-islessgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-islessgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-isnan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-isnan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-isnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-isnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-issignaling; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-issignaling.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-issubnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-issubnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-isunordered; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-isunordered.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-iszero; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-iszero.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-llogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-llrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-llround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-logb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-lrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-lround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-modf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-modf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-nearbyint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-nextafter; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-nextdown; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-nexttoward; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-nextup; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-remainder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-remquo; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-rint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-round; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-roundeven; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-scalb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-scalbln; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-scalbn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-setpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-setpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-setpayloadsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-setpayloadsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-signbit; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-signbit.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-significand; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-significand.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-trunc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-ufromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-ufromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-compat_totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-compat_totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float-compat_totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-compat_totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-acos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' ( \ echo "#include "; \ echo "#include "; \ ) > /build/math/libm-test-support-ldouble.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-acosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-asin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-asinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-atan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-atan2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-atanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cacos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cacos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cacosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cacosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-carg; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-casin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-casin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-casinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-casinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-catan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-catan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-catanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-catanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cbrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-ccos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-ccos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-ccosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-ccosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-clog; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-clog.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-clog10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-clog10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cpow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cpow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-csin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-csin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-csinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-csinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-csqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-csqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-ctan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-ctan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-ctanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-ctanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-erf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-erfc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-exp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-exp2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-exp10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-exp10m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-exp2m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-expm1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-hypot; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-j0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-j0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-j1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-j1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-jn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-jn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-lgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-log; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-log2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-log10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-log10p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-log1p; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-log2p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-pow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-sin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-sincos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-sincos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-sinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-sqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-tan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-tanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-tgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-y0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-y0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-y1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-y1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-yn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-yn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-canonicalize; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-canonicalize.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-ceil; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cimag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-conj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-copysign; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-cproj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-creal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fdim; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-floor; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fmax; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fmaximum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fmaximum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fmaximum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fmaximum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fmaxmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fmin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fminimum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fminimum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fminimum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fminimum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fminmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fmod; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fpclassify; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fpclassify.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-frexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-fromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-getpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-getpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-ilogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-iscanonical; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-iscanonical.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-iseqsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-iseqsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-isfinite; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-isfinite.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-isgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-isgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-isgreaterequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-isgreaterequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-isinf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-isinf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-isless; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-isless.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-islessequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-islessequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-islessgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-islessgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-isnan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-isnan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-isnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-isnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-issignaling; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-issignaling.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-issubnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-issubnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-isunordered; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-isunordered.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-iszero; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-iszero.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-llogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-llrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-llround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-logb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-lrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-lround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-modf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-modf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-nearbyint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-nextafter; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-nextdown; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-nexttoward; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-nextup; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-remainder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-remquo; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-rint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-round; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-roundeven; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-scalb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-scalbln; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-scalbn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-setpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-setpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-setpayloadsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-setpayloadsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-signbit; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-signbit.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-significand; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-significand.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-trunc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-ufromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-ufromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-compat_totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-compat_totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=ldouble-compat_totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-ldouble-compat_totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-acos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' ( \ echo "#include "; \ echo "#include "; \ ) > /build/math/libm-test-support-float128.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-acosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-asin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-asinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-atan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-atan2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-atanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cacos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cacos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cacosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cacosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-carg; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-casin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-casin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-casinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-casinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-catan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-catan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-catanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-catanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cbrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-ccos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-ccos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-ccosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-ccosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-clog; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-clog.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-clog10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-clog10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cpow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cpow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-csin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-csin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-csinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-csinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-csqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-csqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-ctan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-ctan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-ctanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-ctanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-erf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-erfc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-exp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-exp2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-exp10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-exp10m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-exp2m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-expm1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-hypot; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-j0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-j0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-j1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-j1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-jn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-jn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-lgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-log; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-log2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-log10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-log10p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-log1p; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-log2p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-pow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-sin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-sincos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-sincos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-sinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-sqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-tan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-tanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-tgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-y0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-y0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-y1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-y1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-yn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-yn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-canonicalize; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-canonicalize.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-ceil; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cimag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-conj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-copysign; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-cproj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-creal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fdim; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-floor; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fmax; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fmaximum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fmaximum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fmaximum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fmaximum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fmaxmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fmin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fminimum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fminimum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fminimum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fminimum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fminmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fmod; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fpclassify; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fpclassify.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-frexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-fromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-getpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-getpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-ilogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-iscanonical; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-iscanonical.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-iseqsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-iseqsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-isfinite; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-isfinite.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-isgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-isgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-isgreaterequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-isgreaterequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-isinf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-isinf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-isless; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-isless.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-islessequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-islessequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-islessgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-islessgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-isnan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-isnan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-isnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-isnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-issignaling; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-issignaling.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-issubnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-issubnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-isunordered; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-isunordered.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-iszero; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-iszero.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-llogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-llrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-llround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-logb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-lrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-lround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-modf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-modf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-nearbyint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-nextafter; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-nextdown; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-nexttoward; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-nextup; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-remainder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-remquo; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-rint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-round; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-roundeven; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-scalb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-scalbln; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-scalbn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-setpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-setpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-setpayloadsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-setpayloadsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-signbit; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-signbit.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-significand; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-significand.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-trunc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-ufromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-ufromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-compat_totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-compat_totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float128-compat_totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float128-compat_totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-acos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' ( \ echo "#include "; \ echo "#include "; \ ) > /build/math/libm-test-support-float64x.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-acosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-asin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-asinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-atan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-atan2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-atanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cacos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cacos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cacosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cacosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-carg; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-casin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-casin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-casinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-casinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-catan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-catan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-catanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-catanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cbrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-ccos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-ccos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-ccosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-ccosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-clog; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-clog.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-clog10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-clog10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cpow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cpow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-csin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-csin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-csinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-csinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-csqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-csqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-ctan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-ctan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-ctanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-ctanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-erf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-erfc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-exp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-exp2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-exp10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-exp10m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-exp2m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-expm1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-hypot; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-j0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-j0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-j1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-j1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-jn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-jn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-lgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-log; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-log2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-log10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-log10p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-log1p; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-log2p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-pow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-sin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-sincos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-sincos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-sinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-sqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-tan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-tanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-tgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-y0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-y0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-y1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-y1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-yn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-yn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-canonicalize; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-canonicalize.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-ceil; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cimag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-conj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-copysign; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-cproj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-creal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fdim; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-floor; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fmax; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fmaximum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fmaximum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fmaximum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fmaximum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fmaxmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fmin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fminimum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fminimum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fminimum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fminimum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fminmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fmod; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fpclassify; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fpclassify.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-frexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-fromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-getpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-getpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-ilogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-iscanonical; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-iscanonical.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-iseqsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-iseqsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-isfinite; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-isfinite.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-isgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-isgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-isgreaterequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-isgreaterequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-isinf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-isinf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-isless; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-isless.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-islessequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-islessequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-islessgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-islessgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-isnan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-isnan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-isnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-isnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-issignaling; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-issignaling.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-issubnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-issubnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-isunordered; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-isunordered.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-iszero; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-iszero.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-llogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-llrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-llround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-logb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-lrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-lround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-modf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-modf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-nearbyint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-nextafter; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-nextdown; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-nexttoward; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-nextup; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-remainder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-remquo; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-rint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-round; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-roundeven; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-scalb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-scalbln; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-scalbn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-setpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-setpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-setpayloadsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-setpayloadsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-signbit; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-signbit.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-significand; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-significand.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-trunc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-ufromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-ufromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-compat_totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-compat_totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64x-compat_totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-compat_totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-acos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' ( \ echo "#include "; \ echo "#include "; \ ) > /build/math/libm-test-support-float32.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-acosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-asin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-asinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-atan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-atan2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-atanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cacos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cacos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cacosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cacosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-carg; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-casin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-casin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-casinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-casinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-catan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-catan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-catanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-catanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cbrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-ccos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-ccos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-ccosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-ccosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-clog; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-clog.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-clog10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-clog10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cpow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cpow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-csin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-csin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-csinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-csinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-csqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-csqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-ctan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-ctan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-ctanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-ctanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-erf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-erfc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-exp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-exp2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-exp10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-exp10m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-exp2m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-expm1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-hypot; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-j0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-j0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-j1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-j1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-jn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-jn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-lgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-log; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-log2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-log10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-log10p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-log1p; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 test-tgmath2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath2.o -MD -MP -MF /build/math/test-tgmath2.o.dt -MT /build/math/test-tgmath2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-log2p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-pow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-sin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-sincos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-sincos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-sinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-sqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-tan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-tanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-tgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-y0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-y0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-y1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-y1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-yn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-yn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-canonicalize; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-canonicalize.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-ceil; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cimag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-conj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-copysign; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-cproj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-creal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fdim; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-floor; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fmax; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fmaximum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fmaximum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fmaximum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fmaximum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fmaxmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fmin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fminimum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fminimum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fminimum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fminimum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fminmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fmod; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fpclassify; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fpclassify.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-frexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-fromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-getpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-getpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-ilogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-iscanonical; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-iscanonical.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-iseqsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-iseqsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-isfinite; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-isfinite.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-isgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-isgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-isgreaterequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-isgreaterequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-isinf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-isinf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-isless; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-isless.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-islessequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-islessequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-islessgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-islessgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-isnan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-isnan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-isnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-isnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-issignaling; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-issignaling.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-issubnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-issubnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-isunordered; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-isunordered.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-iszero; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-iszero.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-llogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-llrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-llround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-logb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-lrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-lround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-modf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-modf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-nearbyint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-nextafter; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-nextdown; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-nexttoward; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-nextup; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-remainder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-remquo; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-rint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-round; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-roundeven; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-scalb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-scalbln; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-scalbn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-setpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-setpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-setpayloadsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-setpayloadsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-signbit; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-signbit.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-significand; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-significand.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-trunc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-ufromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-ufromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-compat_totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-compat_totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32-compat_totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-compat_totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-acos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' ( \ echo "#include "; \ echo "#include "; \ ) > /build/math/libm-test-support-float32x.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-acosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-asin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-asinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-atan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-atan2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-atanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cacos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cacos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cacosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cacosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-carg; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-casin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-casin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-casinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-casinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-catan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-catan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-catanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-catanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cbrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-ccos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-ccos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-ccosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-ccosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-clog; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-clog.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-clog10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-clog10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cpow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cpow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-csin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-csin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-csinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-csinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-csqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-csqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-ctan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-ctan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-ctanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-ctanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-erf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-erfc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-exp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-exp2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-exp10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-exp10m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-exp2m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-expm1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-hypot; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-j0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-j0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-j1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-j1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-jn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-jn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-lgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-log; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-log2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-log10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-log10p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-log1p; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-log2p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-pow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-sin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-sincos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-sincos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-sinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-sqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-tan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-tanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-tgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-y0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-y0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-y1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-y1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-yn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-yn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-canonicalize; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-canonicalize.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-ceil; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cimag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-conj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-copysign; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-cproj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-creal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fdim; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-floor; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fmax; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fmaximum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fmaximum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fmaximum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fmaximum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fmaxmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fmin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fminimum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fminimum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fminimum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fminimum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fminmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fmod; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fpclassify; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fpclassify.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-frexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-fromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-getpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-getpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-ilogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-iscanonical; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-iscanonical.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-iseqsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-iseqsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-isfinite; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-isfinite.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-isgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-isgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-isgreaterequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-isgreaterequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-isinf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-isinf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-isless; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-isless.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-islessequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-islessequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-islessgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-islessgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-isnan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-isnan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-isnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-isnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-issignaling; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-issignaling.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-issubnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-issubnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-isunordered; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-isunordered.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-iszero; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-iszero.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-llogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-llrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-llround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-logb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-lrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-lround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-modf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-modf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-nearbyint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-nextafter; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-nextdown; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-nexttoward; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-nextup; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-remainder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-remquo; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-rint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-round; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-roundeven; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-scalb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-scalbln; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-scalbn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-setpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-setpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-setpayloadsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-setpayloadsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-signbit; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-signbit.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-significand; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-significand.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-trunc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-ufromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-ufromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-compat_totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-compat_totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float32x-compat_totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-compat_totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-acos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' ( \ echo "#include "; \ echo "#include "; \ ) > /build/math/libm-test-support-float64.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-acosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-asin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-asinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-atan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-atan2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-atanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cacos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cacos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cacosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cacosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-carg; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-casin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-casin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-casinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-casinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-catan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-catan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-catanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-catanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cbrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-ccos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-ccos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-ccosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-ccosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-clog; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-clog.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-clog10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-clog10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cosh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cpow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cpow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-csin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-csin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-csinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-csinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-csqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-csqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-ctan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-ctan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-ctanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-ctanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-erf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-erfc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-exp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-exp2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-exp10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-exp10m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-exp2m1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-expm1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-hypot; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-j0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-j0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-j1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-j1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-jn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-jn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-lgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-log; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-log2; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-log10; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-log10p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-log1p; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-log2p1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-pow; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-sin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-sincos; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-sincos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-sinh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-sqrt; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-tan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-tanh; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-tgamma; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-y0; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-y0.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-y1; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-y1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-yn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-yn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-canonicalize; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-canonicalize.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-ceil; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cimag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-conj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-copysign; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-cproj; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-creal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fabs; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fdim; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-floor; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fmax; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fmaximum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fmaximum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fmaximum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fmaximum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fmaxmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fmin; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fminimum; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fminimum_mag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fminimum_mag_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fminimum_num; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fminmag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fmod; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fpclassify; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fpclassify.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-frexp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-fromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-getpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-getpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-ilogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-iscanonical; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-iscanonical.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-iseqsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-iseqsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-isfinite; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-isfinite.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-isgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-isgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-isgreaterequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-isgreaterequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-isinf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-isinf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-isless; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-isless.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-islessequal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-islessequal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-islessgreater; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-islessgreater.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-isnan; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-isnan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-isnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-isnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-issignaling; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-issignaling.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-issubnormal; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-issubnormal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-isunordered; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-isunordered.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-iszero; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-iszero.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-llogb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-llrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-llround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-logb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-lrint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-lround; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-modf; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-modf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-nearbyint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-nextafter; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-nextdown; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-nexttoward; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-nextup; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-remainder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-remquo; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-rint; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-round; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-roundeven; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-scalb; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-scalbln; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-scalbn; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-setpayload; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-setpayload.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-setpayloadsig; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-setpayloadsig.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-signbit; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-signbit.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-significand; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-significand.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-trunc; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-ufromfp; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-ufromfpx; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-compat_totalorder; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-compat_totalorder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_func=float64-compat_totalordermag; \ type=${type_func%%-*}; \ func=${type_func#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-compat_totalordermag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float128-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float128-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float128-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float128-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float128-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float128-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float128-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float128-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float128-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float128-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float128-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float128-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64x-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64x-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64x-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64x-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64x-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64x-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64x-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64x-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64x-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64x-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64x-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64x-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float128-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float128-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float128-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float128-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float128-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float128-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-narrow-sqrt.inc -a auto-libm-test-out-narrow-sqrt -C /build/math/libm-test-narrow-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float128-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float128-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float128-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float128-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float128-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float128-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64x-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64x-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64x-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64x-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64x-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64x-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64x-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64x-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64x-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64x-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64x-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64x-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float128-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float128-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float128-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float128-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float128-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float128-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float128-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float128-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float128-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float128-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float128-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float128-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float64x-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float64x-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float64x-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float64x-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float64x-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float64x-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-narrow-add.inc -a auto-libm-test-out-narrow-add -C /build/math/libm-test-narrow-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float64x-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float64x-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-narrow-mul.inc -a auto-libm-test-out-narrow-mul -C /build/math/libm-test-narrow-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float64x-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float64x-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64-float64x-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64-float64x-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64x-float128-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-float128-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64x-float128-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-float128-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64x-float128-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-float128-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-narrow-sub.inc -a auto-libm-test-out-narrow-sub -C /build/math/libm-test-narrow-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64x-float128-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-float128-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64x-float128-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-float128-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float64x-float128-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float64x-float128-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=double-ldouble-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ldouble-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=double-ldouble-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ldouble-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=double-ldouble-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ldouble-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=double-ldouble-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ldouble-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=double-ldouble-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ldouble-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-narrow-div.inc -a auto-libm-test-out-narrow-div -C /build/math/libm-test-narrow-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=double-ldouble-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-double-ldouble-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-double-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-double-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-double-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-double-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-double-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-double-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-double-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-double-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-double-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-double-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-double-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-double-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-ldouble-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ldouble-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-ldouble-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ldouble-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-ldouble-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ldouble-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-ldouble-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ldouble-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-ldouble-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ldouble-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float-ldouble-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float-ldouble-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float32x-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float32x-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float32x-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float32x-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float32x-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float32x-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float32x-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float32x-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float32x-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float32x-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float32x-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float32x-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-libm-test.py -c libm-test-narrow-fma.inc -a auto-libm-test-out-narrow-fma -C /build/math/libm-test-narrow-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32-float64-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32-float64-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64-add; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64-add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64-div; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64-div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64-fma; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64-mul; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64-mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64-sqrt; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' type_pair_func=float32x-float64-sub; \ type_pair=${type_pair_func%-*}; \ func=${type_pair_func##*-}; \ ret_type=${type_pair%%-*}; \ arg_type=${type_pair#*-}; \ ( \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ echo "#include "; \ ) > /build/math/test-float32x-float64-sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py dadd > /build/math/test-tgmath3-dadd.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py ddiv > /build/math/test-tgmath3-ddiv.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py dmul > /build/math/test-tgmath3-dmul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py dsqrt > /build/math/test-tgmath3-dsqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py dsub > /build/math/test-tgmath3-dsub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fdiv > /build/math/test-tgmath3-fdiv.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fmul > /build/math/test-tgmath3-fmul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fsqrt > /build/math/test-tgmath3-fsqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fsub > /build/math/test-tgmath3-fsub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f16add > /build/math/test-tgmath3-f16add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fadd > /build/math/test-tgmath3-fadd.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f16div > /build/math/test-tgmath3-f16div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f16sqrt > /build/math/test-tgmath3-f16sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f16mul > /build/math/test-tgmath3-f16mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f16sub > /build/math/test-tgmath3-f16sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32add > /build/math/test-tgmath3-f32add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32div > /build/math/test-tgmath3-f32div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32mul > /build/math/test-tgmath3-f32mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32sqrt > /build/math/test-tgmath3-f32sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32sub > /build/math/test-tgmath3-f32sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f128add > /build/math/test-tgmath3-f128add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f128div > /build/math/test-tgmath3-f128div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f128sqrt > /build/math/test-tgmath3-f128sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32xsqrt > /build/math/test-tgmath3-f32xsqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f128mul > /build/math/test-tgmath3-f128mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f128sub > /build/math/test-tgmath3-f128sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32xadd > /build/math/test-tgmath3-f32xadd.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32xdiv > /build/math/test-tgmath3-f32xdiv.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32xmul > /build/math/test-tgmath3-f32xmul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32xsub > /build/math/test-tgmath3-f32xsub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64add > /build/math/test-tgmath3-f64add.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64div > /build/math/test-tgmath3-f64div.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64mul > /build/math/test-tgmath3-f64mul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64sqrt > /build/math/test-tgmath3-f64sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py dfma > /build/math/test-tgmath3-dfma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64sub > /build/math/test-tgmath3-f64sub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64xadd > /build/math/test-tgmath3-f64xadd.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64xdiv > /build/math/test-tgmath3-f64xdiv.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64xsub > /build/math/test-tgmath3-f64xsub.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py asinh > /build/math/test-tgmath3-asinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py ffma > /build/math/test-tgmath3-ffma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64xmul > /build/math/test-tgmath3-f64xmul.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64xsqrt > /build/math/test-tgmath3-f64xsqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py acos > /build/math/test-tgmath3-acos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py acosh > /build/math/test-tgmath3-acosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py asin > /build/math/test-tgmath3-asin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py atan2 > /build/math/test-tgmath3-atan2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py carg > /build/math/test-tgmath3-carg.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py atan > /build/math/test-tgmath3-atan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f128fma > /build/math/test-tgmath3-f128fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py atanh > /build/math/test-tgmath3-atanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py cbrt > /build/math/test-tgmath3-cbrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32fma > /build/math/test-tgmath3-f32fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py ceil > /build/math/test-tgmath3-ceil.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py cimag > /build/math/test-tgmath3-cimag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py cos > /build/math/test-tgmath3-cos.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f16fma > /build/math/test-tgmath3-f16fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py conj > /build/math/test-tgmath3-conj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py copysign > /build/math/test-tgmath3-copysign.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py cosh > /build/math/test-tgmath3-cosh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py cproj > /build/math/test-tgmath3-cproj.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py creal > /build/math/test-tgmath3-creal.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py erf > /build/math/test-tgmath3-erf.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py erfc > /build/math/test-tgmath3-erfc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f32xfma > /build/math/test-tgmath3-f32xfma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py exp > /build/math/test-tgmath3-exp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64fma > /build/math/test-tgmath3-f64fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py f64xfma > /build/math/test-tgmath3-f64xfma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py exp10m1 > /build/math/test-tgmath3-exp10m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py exp2 > /build/math/test-tgmath3-exp2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py exp10 > /build/math/test-tgmath3-exp10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py exp2m1 > /build/math/test-tgmath3-exp2m1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py expm1 > /build/math/test-tgmath3-expm1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fabs > /build/math/test-tgmath3-fabs.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fdim > /build/math/test-tgmath3-fdim.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py floor > /build/math/test-tgmath3-floor.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fmax > /build/math/test-tgmath3-fmax.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fmaximum > /build/math/test-tgmath3-fmaximum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fmaximum_mag > /build/math/test-tgmath3-fmaximum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fmin > /build/math/test-tgmath3-fmin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fromfp > /build/math/test-tgmath3-fromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fmaximum_mag_num > /build/math/test-tgmath3-fmaximum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fmaximum_num > /build/math/test-tgmath3-fmaximum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fmaxmag > /build/math/test-tgmath3-fmaxmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fminimum > /build/math/test-tgmath3-fminimum.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fminimum_mag > /build/math/test-tgmath3-fminimum_mag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fminimum_mag_num > /build/math/test-tgmath3-fminimum_mag_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fminmag > /build/math/test-tgmath3-fminmag.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fmod > /build/math/test-tgmath3-fmod.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py frexp > /build/math/test-tgmath3-frexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fminimum_num > /build/math/test-tgmath3-fminimum_num.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fromfpx > /build/math/test-tgmath3-fromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py hypot > /build/math/test-tgmath3-hypot.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py ilogb > /build/math/test-tgmath3-ilogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py ldexp > /build/math/test-tgmath3-ldexp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py lgamma > /build/math/test-tgmath3-lgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py llogb > /build/math/test-tgmath3-llogb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py llrint > /build/math/test-tgmath3-llrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py llround > /build/math/test-tgmath3-llround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py log > /build/math/test-tgmath3-log.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py log10 > /build/math/test-tgmath3-log10.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py log10p1 > /build/math/test-tgmath3-log10p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py log1p > /build/math/test-tgmath3-log1p.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py log2 > /build/math/test-tgmath3-log2.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py fma > /build/math/test-tgmath3-fma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py log2p1 > /build/math/test-tgmath3-log2p1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py logb > /build/math/test-tgmath3-logb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py lrint > /build/math/test-tgmath3-lrint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py logp1 > /build/math/test-tgmath3-logp1.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py lround > /build/math/test-tgmath3-lround.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py nearbyint > /build/math/test-tgmath3-nearbyint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py nextafter > /build/math/test-tgmath3-nextafter.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py nextdown > /build/math/test-tgmath3-nextdown.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py nexttoward > /build/math/test-tgmath3-nexttoward.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py nextup > /build/math/test-tgmath3-nextup.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py remainder > /build/math/test-tgmath3-remainder.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py scalb > /build/math/test-tgmath3-scalb.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py remquo > /build/math/test-tgmath3-remquo.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py rint > /build/math/test-tgmath3-rint.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py round > /build/math/test-tgmath3-round.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py roundeven > /build/math/test-tgmath3-roundeven.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py scalbln > /build/math/test-tgmath3-scalbln.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py scalbn > /build/math/test-tgmath3-scalbn.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py pow > /build/math/test-tgmath3-pow.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py sin > /build/math/test-tgmath3-sin.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py sinh > /build/math/test-tgmath3-sinh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py tan > /build/math/test-tgmath3-tan.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py sqrt > /build/math/test-tgmath3-sqrt.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py tanh > /build/math/test-tgmath3-tanh.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py tgamma > /build/math/test-tgmath3-tgamma.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py ufromfp > /build/math/test-tgmath3-ufromfp.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py trunc > /build/math/test-tgmath3-trunc.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py ufromfpx > /build/math/test-tgmath3-ufromfpx.c make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/x86/tst-ldbl-nonnormal-printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/tst-ldbl-nonnormal-printf.o -MD -MP -MF /build/math/tst-ldbl-nonnormal-printf.o.dt -MT /build/math/tst-ldbl-nonnormal-printf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' LC_ALL=C objdump --dynamic-syms /build/math/libm.so > /build/math/libm.dynsymT mv -f /build/math/libm.dynsymT /build/math/libm.dynsym make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B gen-tgmath-tests.py check-list dadd ddiv dfma dmul dsqrt dsub fadd fdiv ffma fmul fsqrt fsub f16add f16div f16fma f16mul f16sqrt f16sub f32add f32div f32fma f32mul f32sqrt f32sub f128add f128div f128fma f128mul f128sqrt f128sub f32xadd f32xdiv f32xfma f32xmul f32xsqrt f32xsub f64add f64div f64fma f64mul f64sqrt f64sub f64xadd f64xdiv f64xfma f64xmul f64xsqrt f64xsub acos acosh asin asinh atan atan2 atanh carg cbrt ceil cimag conj copysign cos cosh cproj creal erf erfc exp exp10m1 exp2 exp10 exp2m1 expm1 fabs fdim floor fma fmax fmaximum fmaximum_mag fmaximum_mag_num fmaximum_num fmaxmag fmin fminimum fminimum_mag fminimum_mag_num fminimum_num fminmag fmod frexp fromfp fromfpx hypot ilogb ldexp lgamma llogb llrint llround log log10 log10p1 log1p log2 log2p1 logb logp1 lrint lround nearbyint nextafter nextdown nexttoward nextup pow remainder remquo rint round roundeven scalb scalbln scalbn sin sinh sqrt tan tanh tgamma trunc ufromfp ufromfpx > /build/math/test-tgmath3-macro-list.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-macro-list $? false false > /build/math/test-tgmath3-macro-list.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/ieee754/ldbl-96/test-sinl-pseudo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fstack-protector-all -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-sinl-pseudo.o -MD -MP -MF /build/math/test-sinl-pseudo.o.dt -MT /build/math/test-sinl-pseudo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=math math.h bits/mathcalls.h fpu_control.h complex.h bits/cmathcalls.h fenv.h bits/fenv.h bits/mathdef.h tgmath.h bits/math-vector.h finclude/math-vector-fortran.h bits/libm-simd-decl-stubs.h bits/iscanonical.h bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h bits/long-double.h bits/mathcalls-helper-functions.h bits/floatn.h bits/floatn-common.h bits/mathcalls-narrow.h ieee754.h > /build/math/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh math/check-wrapper-headers $? false false > /build/math/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/bug-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/bug-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/x86/fpu/test-fenv-sse-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fenv-sse-2.o -MD -MP -MF /build/math/test-fenv-sse-2.o.dt -MT /build/math/test-fenv-sse-2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/x86/fpu/test-fenv-clear-sse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fenv-clear-sse.o -MD -MP -MF /build/math/test-fenv-clear-sse.o.dt -MT /build/math/test-fenv-clear-sse.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/x86/fpu/test-flt-eval-method-sse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexcess-precision=standard -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-flt-eval-method-sse.o -MD -MP -MF /build/math/test-flt-eval-method-sse.o.dt -MT /build/math/test-flt-eval-method-sse.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-totalorderl-ldbl-96.o -MD -MP -MF /build/math/test-totalorderl-ldbl-96.o.dt -MT /build/math/test-totalorderl-ldbl-96.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/x86/fpu/test-fenv-sse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fenv-sse.o -MD -MP -MF /build/math/test-fenv-sse.o.dt -MT /build/math/test-fenv-sse.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' python3 -B ../scripts/check-obsolete-constructs.py math.h bits/mathcalls.h ../sysdeps/x86/fpu_control.h complex.h bits/cmathcalls.h fenv.h ../sysdeps/x86/fpu/bits/fenv.h ../bits/mathdef.h tgmath.h ../sysdeps/x86/fpu/bits/math-vector.h finclude/math-vector-fortran.h ../bits/libm-simd-decl-stubs.h ../sysdeps/ieee754/ldbl-96/bits/iscanonical.h ../sysdeps/x86/bits/flt-eval-method.h ../bits/fp-fast.h ../sysdeps/x86/bits/fp-logb.h ../sysdeps/ieee754/ldbl-96/bits/long-double.h bits/mathcalls-helper-functions.h ../sysdeps/x86/bits/floatn.h ../bits/floatn-common.h bits/mathcalls-narrow.h ../sysdeps/ieee754/ieee754.h > /build/math/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh math/check-obsolete-constructs $? false false > /build/math/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/bug-tgmath1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/bug-tgmath1.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/bug-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/bug-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/x86/fpu/test-flt-eval-method-387.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexcess-precision=standard -mfpmath=387 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-flt-eval-method-387.o -MD -MP -MF /build/math/test-flt-eval-method-387.o.dt -MT /build/math/test-flt-eval-method-387.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/ieee754/ldbl-96/test-canonical-ldbl-96.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-canonical-ldbl-96.o -MD -MP -MF /build/math/test-canonical-ldbl-96.o.dt -MT /build/math/test-canonical-ldbl-96.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-femode -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-femode.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ceil-except-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ceil-except-2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fenv -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fenv.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/x86/fpu/test-fenv-x87.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-fenv-x87.o -MD -MP -MF /build/math/test-fenv-x87.o.dt -MT /build/math/test-fenv-x87.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fenv-clear -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fenv-clear.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-femode-traps -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-femode-traps.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/basic-test -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/basic-test.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fenv-preserve -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fenv-preserve.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fenv-return -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fenv-return.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fenv-tls -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fenv-tls.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fesetexcept -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fesetexcept.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fetestexceptflag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fetestexceptflag.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fesetexcept-traps -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fesetexcept-traps.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fexcept-traps -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fexcept-traps.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fexcept -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fexcept.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-flt-eval-method -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-flt-eval-method.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-floor-except-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-floor-except-2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fp-ilogb-constants -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fp-ilogb-constants.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fp-llogb-constants -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fp-llogb-constants.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fpucw -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fpucw.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fpucw-ieee -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fpucw-ieee.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-matherr-3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-matherr-3.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-iseqsig-excess-precision -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-iseqsig-excess-precision.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-iszero-excess-precision -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-iszero-excess-precision.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-nan-const -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-nan-const.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-misc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-misc.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-nan-overflow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-nan-overflow.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-narrow-macros -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-narrow-macros.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-nan-payload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-nan-payload.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-nearbyint-except -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-nearbyint-except.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-powl -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-powl.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-nearbyint-except-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-nearbyint-except-2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-uint-init -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-uint-init.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-uchar -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-uchar.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-uchar-init -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-uchar-init.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-uint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-uint.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-ullong-init -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-ullong-init.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-ullong -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-ullong.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-snan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-snan.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath-int -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath-int.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-trunc-except-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-trunc-except-2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath-ret -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath-ret.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/tst-CMPLX -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/tst-CMPLX.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/tst-CMPLX2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/tst-CMPLX2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fe-snans-always-signal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fe-snans-always-signal.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/tst-definitions -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/tst-definitions.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-matherr-2 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/crt1-2.0.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbegin.o` /build/math/test-matherr-2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtend.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-matherr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-matherr.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-uchar-init-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-uchar-init-static.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-uchar-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-uchar-static.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-uint-init-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-uint-init-static.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-ullong-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-ullong-static.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-acos.o -MD -MP -MF /build/math/test-double-acos.o.dt -MT /build/math/test-double-acos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-uint-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-uint-static.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-asin.o -MD -MP -MF /build/math/test-double-asin.o.dt -MT /build/math/test-double-asin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-signgam-ullong-init-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-signgam-ullong-init-static.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-acosh.o -MD -MP -MF /build/math/test-double-acosh.o.dt -MT /build/math/test-double-acosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-asinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-asinh.o -MD -MP -MF /build/math/test-double-asinh.o.dt -MT /build/math/test-double-asinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-atanh.o -MD -MP -MF /build/math/test-double-atanh.o.dt -MT /build/math/test-double-atanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-atan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-atan.o -MD -MP -MF /build/math/test-double-atan.o.dt -MT /build/math/test-double-atan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-carg.o -MD -MP -MF /build/math/test-double-carg.o.dt -MT /build/math/test-double-carg.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cabs.o -MD -MP -MF /build/math/test-double-cabs.o.dt -MT /build/math/test-double-cabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fpucw-ieee-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fpucw-ieee-static.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/atest-exp -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/atest-exp.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-atan2.o -MD -MP -MF /build/math/test-double-atan2.o.dt -MT /build/math/test-double-atan2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fpucw-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fpucw-static.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/atest-sincos -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/atest-sincos.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/atest-exp2 -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/atest-exp2.o /build/support/libsupport_nonshared.a /build/math/libm.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cacos.o -MD -MP -MF /build/math/test-double-cacos.o.dt -MT /build/math/test-double-cacos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cacosh.o -MD -MP -MF /build/math/test-double-cacosh.o.dt -MT /build/math/test-double-cacosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ccos.o -MD -MP -MF /build/math/test-double-ccos.o.dt -MT /build/math/test-double-ccos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cosh.o -MD -MP -MF /build/math/test-double-cosh.o.dt -MT /build/math/test-double-cosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cexp.o -MD -MP -MF /build/math/test-double-cexp.o.dt -MT /build/math/test-double-cexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cos.o -MD -MP -MF /build/math/test-double-cos.o.dt -MT /build/math/test-double-cos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cbrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cbrt.o -MD -MP -MF /build/math/test-double-cbrt.o.dt -MT /build/math/test-double-cbrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ccosh.o -MD -MP -MF /build/math/test-double-ccosh.o.dt -MT /build/math/test-double-ccosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cpow.o -MD -MP -MF /build/math/test-double-cpow.o.dt -MT /build/math/test-double-cpow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-csinh.o -MD -MP -MF /build/math/test-double-csinh.o.dt -MT /build/math/test-double-csinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-erf.o -MD -MP -MF /build/math/test-double-erf.o.dt -MT /build/math/test-double-erf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-erfc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-erfc.o -MD -MP -MF /build/math/test-double-erfc.o.dt -MT /build/math/test-double-erfc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-csin.o -MD -MP -MF /build/math/test-double-csin.o.dt -MT /build/math/test-double-csin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ctanh.o -MD -MP -MF /build/math/test-double-ctanh.o.dt -MT /build/math/test-double-ctanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ctan.o -MD -MP -MF /build/math/test-double-ctan.o.dt -MT /build/math/test-double-ctan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-exp.o -MD -MP -MF /build/math/test-double-exp.o.dt -MT /build/math/test-double-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-catan.o -MD -MP -MF /build/math/test-double-catan.o.dt -MT /build/math/test-double-catan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-csqrt.o -MD -MP -MF /build/math/test-double-csqrt.o.dt -MT /build/math/test-double-csqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-casin.o -MD -MP -MF /build/math/test-double-casin.o.dt -MT /build/math/test-double-casin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-catanh.o -MD -MP -MF /build/math/test-double-catanh.o.dt -MT /build/math/test-double-catanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-casinh.o -MD -MP -MF /build/math/test-double-casinh.o.dt -MT /build/math/test-double-casinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-exp2.o -MD -MP -MF /build/math/test-double-exp2.o.dt -MT /build/math/test-double-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-exp10.o -MD -MP -MF /build/math/test-double-exp10.o.dt -MT /build/math/test-double-exp10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-exp10m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-exp10m1.o -MD -MP -MF /build/math/test-double-exp10m1.o.dt -MT /build/math/test-double-exp10m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-expm1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-expm1.o -MD -MP -MF /build/math/test-double-expm1.o.dt -MT /build/math/test-double-expm1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/libm-test-support-double.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/libm-test-support-double.o -MD -MP -MF /build/math/libm-test-support-double.o.dt -MT /build/math/libm-test-support-double.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-exp2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-exp2m1.o -MD -MP -MF /build/math/test-double-exp2m1.o.dt -MT /build/math/test-double-exp2m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-j0.o -MD -MP -MF /build/math/test-double-j0.o.dt -MT /build/math/test-double-j0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-j1.o -MD -MP -MF /build/math/test-double-j1.o.dt -MT /build/math/test-double-j1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-clog.o -MD -MP -MF /build/math/test-double-clog.o.dt -MT /build/math/test-double-clog.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-jn.o -MD -MP -MF /build/math/test-double-jn.o.dt -MT /build/math/test-double-jn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-log2.o -MD -MP -MF /build/math/test-double-log2.o.dt -MT /build/math/test-double-log2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-clog10.o -MD -MP -MF /build/math/test-double-clog10.o.dt -MT /build/math/test-double-clog10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-log.o -MD -MP -MF /build/math/test-double-log.o.dt -MT /build/math/test-double-log.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-log10.o -MD -MP -MF /build/math/test-double-log10.o.dt -MT /build/math/test-double-log10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-log2p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-log2p1.o -MD -MP -MF /build/math/test-double-log2p1.o.dt -MT /build/math/test-double-log2p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-hypot.o -MD -MP -MF /build/math/test-double-hypot.o.dt -MT /build/math/test-double-hypot.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-log10p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-log10p1.o -MD -MP -MF /build/math/test-double-log10p1.o.dt -MT /build/math/test-double-log10p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-log1p.o -MD -MP -MF /build/math/test-double-log1p.o.dt -MT /build/math/test-double-log1p.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-sin.o -MD -MP -MF /build/math/test-double-sin.o.dt -MT /build/math/test-double-sin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fma.o -MD -MP -MF /build/math/test-double-fma.o.dt -MT /build/math/test-double-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-sqrt.o -MD -MP -MF /build/math/test-double-sqrt.o.dt -MT /build/math/test-double-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-sinh.o -MD -MP -MF /build/math/test-double-sinh.o.dt -MT /build/math/test-double-sinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-y0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-y0.o -MD -MP -MF /build/math/test-double-y0.o.dt -MT /build/math/test-double-y0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-tan.o -MD -MP -MF /build/math/test-double-tan.o.dt -MT /build/math/test-double-tan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-tanh.o -MD -MP -MF /build/math/test-double-tanh.o.dt -MT /build/math/test-double-tanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-y1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-y1.o -MD -MP -MF /build/math/test-double-y1.o.dt -MT /build/math/test-double-y1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-sincos.o -MD -MP -MF /build/math/test-double-sincos.o.dt -MT /build/math/test-double-sincos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-lgamma.o -MD -MP -MF /build/math/test-double-lgamma.o.dt -MT /build/math/test-double-lgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-yn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-yn.o -MD -MP -MF /build/math/test-double-yn.o.dt -MT /build/math/test-double-yn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-conj.o -MD -MP -MF /build/math/test-double-conj.o.dt -MT /build/math/test-double-conj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-tgamma.o -MD -MP -MF /build/math/test-double-tgamma.o.dt -MT /build/math/test-double-tgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ceil.o -MD -MP -MF /build/math/test-double-ceil.o.dt -MT /build/math/test-double-ceil.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-creal.o -MD -MP -MF /build/math/test-double-creal.o.dt -MT /build/math/test-double-creal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-copysign.o -MD -MP -MF /build/math/test-double-copysign.o.dt -MT /build/math/test-double-copysign.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cimag.o -MD -MP -MF /build/math/test-double-cimag.o.dt -MT /build/math/test-double-cimag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fabs.o -MD -MP -MF /build/math/test-double-fabs.o.dt -MT /build/math/test-double-fabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-canonicalize.o -MD -MP -MF /build/math/test-double-canonicalize.o.dt -MT /build/math/test-double-canonicalize.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-cproj.o -MD -MP -MF /build/math/test-double-cproj.o.dt -MT /build/math/test-double-cproj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fdim.o -MD -MP -MF /build/math/test-double-fdim.o.dt -MT /build/math/test-double-fdim.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-floor.o -MD -MP -MF /build/math/test-double-floor.o.dt -MT /build/math/test-double-floor.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fmax.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fmax.o -MD -MP -MF /build/math/test-double-fmax.o.dt -MT /build/math/test-double-fmax.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fmaximum_mag_num.o -MD -MP -MF /build/math/test-double-fmaximum_mag_num.o.dt -MT /build/math/test-double-fmaximum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fmaximum_mag.o -MD -MP -MF /build/math/test-double-fmaximum_mag.o.dt -MT /build/math/test-double-fmaximum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fmaximum_num.o -MD -MP -MF /build/math/test-double-fmaximum_num.o.dt -MT /build/math/test-double-fmaximum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fmaximum.o -MD -MP -MF /build/math/test-double-fmaximum.o.dt -MT /build/math/test-double-fmaximum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fmaxmag.o -MD -MP -MF /build/math/test-double-fmaxmag.o.dt -MT /build/math/test-double-fmaxmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fminmag.o -MD -MP -MF /build/math/test-double-fminmag.o.dt -MT /build/math/test-double-fminmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-pow.o -MD -MP -MF /build/math/test-double-pow.o.dt -MT /build/math/test-double-pow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fminimum_mag_num.o -MD -MP -MF /build/math/test-double-fminimum_mag_num.o.dt -MT /build/math/test-double-fminimum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fpclassify.o -MD -MP -MF /build/math/test-double-fpclassify.o.dt -MT /build/math/test-double-fpclassify.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fminimum.o -MD -MP -MF /build/math/test-double-fminimum.o.dt -MT /build/math/test-double-fminimum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fminimum_num.o -MD -MP -MF /build/math/test-double-fminimum_num.o.dt -MT /build/math/test-double-fminimum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-getpayload.o -MD -MP -MF /build/math/test-double-getpayload.o.dt -MT /build/math/test-double-getpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fmin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fmin.o -MD -MP -MF /build/math/test-double-fmin.o.dt -MT /build/math/test-double-fmin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ilogb.o -MD -MP -MF /build/math/test-double-ilogb.o.dt -MT /build/math/test-double-ilogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-frexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-frexp.o -MD -MP -MF /build/math/test-double-frexp.o.dt -MT /build/math/test-double-frexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fmod.o -MD -MP -MF /build/math/test-double-fmod.o.dt -MT /build/math/test-double-fmod.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-iscanonical.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-iscanonical.o -MD -MP -MF /build/math/test-double-iscanonical.o.dt -MT /build/math/test-double-iscanonical.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fminimum_mag.o -MD -MP -MF /build/math/test-double-fminimum_mag.o.dt -MT /build/math/test-double-fminimum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-iseqsig.o -MD -MP -MF /build/math/test-double-iseqsig.o.dt -MT /build/math/test-double-iseqsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-isfinite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-isfinite.o -MD -MP -MF /build/math/test-double-isfinite.o.dt -MT /build/math/test-double-isfinite.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-isgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-isgreater.o -MD -MP -MF /build/math/test-double-isgreater.o.dt -MT /build/math/test-double-isgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-isgreaterequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-isgreaterequal.o -MD -MP -MF /build/math/test-double-isgreaterequal.o.dt -MT /build/math/test-double-isgreaterequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-isinf.o -MD -MP -MF /build/math/test-double-isinf.o.dt -MT /build/math/test-double-isinf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-islessgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-islessgreater.o -MD -MP -MF /build/math/test-double-islessgreater.o.dt -MT /build/math/test-double-islessgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-isless.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-isless.o -MD -MP -MF /build/math/test-double-isless.o.dt -MT /build/math/test-double-isless.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-isnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-isnormal.o -MD -MP -MF /build/math/test-double-isnormal.o.dt -MT /build/math/test-double-isnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-islessequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-islessequal.o -MD -MP -MF /build/math/test-double-islessequal.o.dt -MT /build/math/test-double-islessequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-isnan.o -MD -MP -MF /build/math/test-double-isnan.o.dt -MT /build/math/test-double-isnan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-iszero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-iszero.o -MD -MP -MF /build/math/test-double-iszero.o.dt -MT /build/math/test-double-iszero.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-isunordered.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-isunordered.o -MD -MP -MF /build/math/test-double-isunordered.o.dt -MT /build/math/test-double-isunordered.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-issignaling.o -MD -MP -MF /build/math/test-double-issignaling.o.dt -MT /build/math/test-double-issignaling.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-llogb.o -MD -MP -MF /build/math/test-double-llogb.o.dt -MT /build/math/test-double-llogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-issubnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-issubnormal.o -MD -MP -MF /build/math/test-double-issubnormal.o.dt -MT /build/math/test-double-issubnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-llrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-llrint.o -MD -MP -MF /build/math/test-double-llrint.o.dt -MT /build/math/test-double-llrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-lround.o -MD -MP -MF /build/math/test-double-lround.o.dt -MT /build/math/test-double-lround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-llround.o -MD -MP -MF /build/math/test-double-llround.o.dt -MT /build/math/test-double-llround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-nearbyint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-nearbyint.o -MD -MP -MF /build/math/test-double-nearbyint.o.dt -MT /build/math/test-double-nearbyint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-logb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-logb.o -MD -MP -MF /build/math/test-double-logb.o.dt -MT /build/math/test-double-logb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-lrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-lrint.o -MD -MP -MF /build/math/test-double-lrint.o.dt -MT /build/math/test-double-lrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-modf.o -MD -MP -MF /build/math/test-double-modf.o.dt -MT /build/math/test-double-modf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-nextafter.o -MD -MP -MF /build/math/test-double-nextafter.o.dt -MT /build/math/test-double-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-nextdown.o -MD -MP -MF /build/math/test-double-nextdown.o.dt -MT /build/math/test-double-nextdown.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-nexttoward.o -MD -MP -MF /build/math/test-double-nexttoward.o.dt -MT /build/math/test-double-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-nextup.o -MD -MP -MF /build/math/test-double-nextup.o.dt -MT /build/math/test-double-nextup.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-rint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-rint.o -MD -MP -MF /build/math/test-double-rint.o.dt -MT /build/math/test-double-rint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-scalb.o -MD -MP -MF /build/math/test-double-scalb.o.dt -MT /build/math/test-double-scalb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-roundeven.o -MD -MP -MF /build/math/test-double-roundeven.o.dt -MT /build/math/test-double-roundeven.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-scalbln.o -MD -MP -MF /build/math/test-double-scalbln.o.dt -MT /build/math/test-double-scalbln.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-remainder.o -MD -MP -MF /build/math/test-double-remainder.o.dt -MT /build/math/test-double-remainder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-remquo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-remquo.o -MD -MP -MF /build/math/test-double-remquo.o.dt -MT /build/math/test-double-remquo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-round.o -MD -MP -MF /build/math/test-double-round.o.dt -MT /build/math/test-double-round.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-signbit.o -MD -MP -MF /build/math/test-double-signbit.o.dt -MT /build/math/test-double-signbit.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-significand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-significand.o -MD -MP -MF /build/math/test-double-significand.o.dt -MT /build/math/test-double-significand.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-setpayload.o -MD -MP -MF /build/math/test-double-setpayload.o.dt -MT /build/math/test-double-setpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-setpayloadsig.o -MD -MP -MF /build/math/test-double-setpayloadsig.o.dt -MT /build/math/test-double-setpayloadsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-trunc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-trunc.o -MD -MP -MF /build/math/test-double-trunc.o.dt -MT /build/math/test-double-trunc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-scalbn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-scalbn.o -MD -MP -MF /build/math/test-double-scalbn.o.dt -MT /build/math/test-double-scalbn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-totalorder.o -MD -MP -MF /build/math/test-double-totalorder.o.dt -MT /build/math/test-double-totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-totalordermag.o -MD -MP -MF /build/math/test-double-totalordermag.o.dt -MT /build/math/test-double-totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-compat_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-compat_totalordermag.o -MD -MP -MF /build/math/test-double-compat_totalordermag.o.dt -MT /build/math/test-double-compat_totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-acos.o -MD -MP -MF /build/math/test-float-acos.o.dt -MT /build/math/test-float-acos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-compat_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-compat_totalorder.o -MD -MP -MF /build/math/test-double-compat_totalorder.o.dt -MT /build/math/test-double-compat_totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-asin.o -MD -MP -MF /build/math/test-float-asin.o.dt -MT /build/math/test-float-asin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-acosh.o -MD -MP -MF /build/math/test-float-acosh.o.dt -MT /build/math/test-float-acosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-asinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-asinh.o -MD -MP -MF /build/math/test-float-asinh.o.dt -MT /build/math/test-float-asinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cabs.o -MD -MP -MF /build/math/test-float-cabs.o.dt -MT /build/math/test-float-cabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-atan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-atan.o -MD -MP -MF /build/math/test-float-atan.o.dt -MT /build/math/test-float-atan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-atanh.o -MD -MP -MF /build/math/test-float-atanh.o.dt -MT /build/math/test-float-atanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-carg.o -MD -MP -MF /build/math/test-float-carg.o.dt -MT /build/math/test-float-carg.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-atan2.o -MD -MP -MF /build/math/test-float-atan2.o.dt -MT /build/math/test-float-atan2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cbrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cbrt.o -MD -MP -MF /build/math/test-float-cbrt.o.dt -MT /build/math/test-float-cbrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cacos.o -MD -MP -MF /build/math/test-float-cacos.o.dt -MT /build/math/test-float-cacos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ccosh.o -MD -MP -MF /build/math/test-float-ccosh.o.dt -MT /build/math/test-float-ccosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cacosh.o -MD -MP -MF /build/math/test-float-cacosh.o.dt -MT /build/math/test-float-cacosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ccos.o -MD -MP -MF /build/math/test-float-ccos.o.dt -MT /build/math/test-float-ccos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cexp.o -MD -MP -MF /build/math/test-float-cexp.o.dt -MT /build/math/test-float-cexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-catan.o -MD -MP -MF /build/math/test-float-catan.o.dt -MT /build/math/test-float-catan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-casinh.o -MD -MP -MF /build/math/test-float-casinh.o.dt -MT /build/math/test-float-casinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-catanh.o -MD -MP -MF /build/math/test-float-catanh.o.dt -MT /build/math/test-float-catanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-casin.o -MD -MP -MF /build/math/test-float-casin.o.dt -MT /build/math/test-float-casin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cosh.o -MD -MP -MF /build/math/test-float-cosh.o.dt -MT /build/math/test-float-cosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cos.o -MD -MP -MF /build/math/test-float-cos.o.dt -MT /build/math/test-float-cos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-csin.o -MD -MP -MF /build/math/test-float-csin.o.dt -MT /build/math/test-float-csin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-csinh.o -MD -MP -MF /build/math/test-float-csinh.o.dt -MT /build/math/test-float-csinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cpow.o -MD -MP -MF /build/math/test-float-cpow.o.dt -MT /build/math/test-float-cpow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-clog.o -MD -MP -MF /build/math/test-float-clog.o.dt -MT /build/math/test-float-clog.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-csqrt.o -MD -MP -MF /build/math/test-float-csqrt.o.dt -MT /build/math/test-float-csqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ctan.o -MD -MP -MF /build/math/test-float-ctan.o.dt -MT /build/math/test-float-ctan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ctanh.o -MD -MP -MF /build/math/test-float-ctanh.o.dt -MT /build/math/test-float-ctanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-erf.o -MD -MP -MF /build/math/test-float-erf.o.dt -MT /build/math/test-float-erf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-exp.o -MD -MP -MF /build/math/test-float-exp.o.dt -MT /build/math/test-float-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-exp10.o -MD -MP -MF /build/math/test-float-exp10.o.dt -MT /build/math/test-float-exp10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/libm-test-support-float.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/libm-test-support-float.o -MD -MP -MF /build/math/libm-test-support-float.o.dt -MT /build/math/libm-test-support-float.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-exp10m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-exp10m1.o -MD -MP -MF /build/math/test-float-exp10m1.o.dt -MT /build/math/test-float-exp10m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-erfc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-erfc.o -MD -MP -MF /build/math/test-float-erfc.o.dt -MT /build/math/test-float-erfc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-exp2.o -MD -MP -MF /build/math/test-float-exp2.o.dt -MT /build/math/test-float-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-expm1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-expm1.o -MD -MP -MF /build/math/test-float-expm1.o.dt -MT /build/math/test-float-expm1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-exp2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-exp2m1.o -MD -MP -MF /build/math/test-float-exp2m1.o.dt -MT /build/math/test-float-exp2m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-clog10.o -MD -MP -MF /build/math/test-float-clog10.o.dt -MT /build/math/test-float-clog10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-j0.o -MD -MP -MF /build/math/test-float-j0.o.dt -MT /build/math/test-float-j0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-hypot.o -MD -MP -MF /build/math/test-float-hypot.o.dt -MT /build/math/test-float-hypot.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-jn.o -MD -MP -MF /build/math/test-float-jn.o.dt -MT /build/math/test-float-jn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fma.o -MD -MP -MF /build/math/test-float-fma.o.dt -MT /build/math/test-float-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-j1.o -MD -MP -MF /build/math/test-float-j1.o.dt -MT /build/math/test-float-j1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-log2.o -MD -MP -MF /build/math/test-float-log2.o.dt -MT /build/math/test-float-log2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-log.o -MD -MP -MF /build/math/test-float-log.o.dt -MT /build/math/test-float-log.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-log10p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-log10p1.o -MD -MP -MF /build/math/test-float-log10p1.o.dt -MT /build/math/test-float-log10p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-log10.o -MD -MP -MF /build/math/test-float-log10.o.dt -MT /build/math/test-float-log10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-log2p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-log2p1.o -MD -MP -MF /build/math/test-float-log2p1.o.dt -MT /build/math/test-float-log2p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-sinh.o -MD -MP -MF /build/math/test-float-sinh.o.dt -MT /build/math/test-float-sinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-log1p.o -MD -MP -MF /build/math/test-float-log1p.o.dt -MT /build/math/test-float-log1p.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-sin.o -MD -MP -MF /build/math/test-float-sin.o.dt -MT /build/math/test-float-sin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-sqrt.o -MD -MP -MF /build/math/test-float-sqrt.o.dt -MT /build/math/test-float-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-sincos.o -MD -MP -MF /build/math/test-float-sincos.o.dt -MT /build/math/test-float-sincos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ufromfp.o -MD -MP -MF /build/math/test-double-ufromfp.o.dt -MT /build/math/test-double-ufromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-tanh.o -MD -MP -MF /build/math/test-float-tanh.o.dt -MT /build/math/test-float-tanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-tan.o -MD -MP -MF /build/math/test-float-tan.o.dt -MT /build/math/test-float-tan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-y0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-y0.o -MD -MP -MF /build/math/test-float-y0.o.dt -MT /build/math/test-float-y0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-tgamma.o -MD -MP -MF /build/math/test-float-tgamma.o.dt -MT /build/math/test-float-tgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-lgamma.o -MD -MP -MF /build/math/test-float-lgamma.o.dt -MT /build/math/test-float-lgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-y1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-y1.o -MD -MP -MF /build/math/test-float-y1.o.dt -MT /build/math/test-float-y1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ufromfpx.o -MD -MP -MF /build/math/test-double-ufromfpx.o.dt -MT /build/math/test-double-ufromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fromfp.o -MD -MP -MF /build/math/test-double-fromfp.o.dt -MT /build/math/test-double-fromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-yn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-yn.o -MD -MP -MF /build/math/test-float-yn.o.dt -MT /build/math/test-float-yn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cimag.o -MD -MP -MF /build/math/test-float-cimag.o.dt -MT /build/math/test-float-cimag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ceil.o -MD -MP -MF /build/math/test-float-ceil.o.dt -MT /build/math/test-float-ceil.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-conj.o -MD -MP -MF /build/math/test-float-conj.o.dt -MT /build/math/test-float-conj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-copysign.o -MD -MP -MF /build/math/test-float-copysign.o.dt -MT /build/math/test-float-copysign.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-canonicalize.o -MD -MP -MF /build/math/test-float-canonicalize.o.dt -MT /build/math/test-float-canonicalize.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-pow.o -MD -MP -MF /build/math/test-float-pow.o.dt -MT /build/math/test-float-pow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fabs.o -MD -MP -MF /build/math/test-float-fabs.o.dt -MT /build/math/test-float-fabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-fromfpx.o -MD -MP -MF /build/math/test-double-fromfpx.o.dt -MT /build/math/test-double-fromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-cproj.o -MD -MP -MF /build/math/test-float-cproj.o.dt -MT /build/math/test-float-cproj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-creal.o -MD -MP -MF /build/math/test-float-creal.o.dt -MT /build/math/test-float-creal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-floor.o -MD -MP -MF /build/math/test-float-floor.o.dt -MT /build/math/test-float-floor.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fdim.o -MD -MP -MF /build/math/test-float-fdim.o.dt -MT /build/math/test-float-fdim.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fmaximum_mag_num.o -MD -MP -MF /build/math/test-float-fmaximum_mag_num.o.dt -MT /build/math/test-float-fmaximum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fmax.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fmax.o -MD -MP -MF /build/math/test-float-fmax.o.dt -MT /build/math/test-float-fmax.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fmaximum.o -MD -MP -MF /build/math/test-float-fmaximum.o.dt -MT /build/math/test-float-fmaximum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fmaximum_mag.o -MD -MP -MF /build/math/test-float-fmaximum_mag.o.dt -MT /build/math/test-float-fmaximum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fmaximum_num.o -MD -MP -MF /build/math/test-float-fmaximum_num.o.dt -MT /build/math/test-float-fmaximum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fmin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fmin.o -MD -MP -MF /build/math/test-float-fmin.o.dt -MT /build/math/test-float-fmin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fmaxmag.o -MD -MP -MF /build/math/test-float-fmaxmag.o.dt -MT /build/math/test-float-fmaxmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fminimum.o -MD -MP -MF /build/math/test-float-fminimum.o.dt -MT /build/math/test-float-fminimum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fminimum_mag_num.o -MD -MP -MF /build/math/test-float-fminimum_mag_num.o.dt -MT /build/math/test-float-fminimum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fminimum_mag.o -MD -MP -MF /build/math/test-float-fminimum_mag.o.dt -MT /build/math/test-float-fminimum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fminimum_num.o -MD -MP -MF /build/math/test-float-fminimum_num.o.dt -MT /build/math/test-float-fminimum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fminmag.o -MD -MP -MF /build/math/test-float-fminmag.o.dt -MT /build/math/test-float-fminmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fpclassify.o -MD -MP -MF /build/math/test-float-fpclassify.o.dt -MT /build/math/test-float-fpclassify.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-frexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-frexp.o -MD -MP -MF /build/math/test-float-frexp.o.dt -MT /build/math/test-float-frexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-getpayload.o -MD -MP -MF /build/math/test-float-getpayload.o.dt -MT /build/math/test-float-getpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fmod.o -MD -MP -MF /build/math/test-float-fmod.o.dt -MT /build/math/test-float-fmod.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-iscanonical.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-iscanonical.o -MD -MP -MF /build/math/test-float-iscanonical.o.dt -MT /build/math/test-float-iscanonical.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-iseqsig.o -MD -MP -MF /build/math/test-float-iseqsig.o.dt -MT /build/math/test-float-iseqsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ilogb.o -MD -MP -MF /build/math/test-float-ilogb.o.dt -MT /build/math/test-float-ilogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-isgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-isgreater.o -MD -MP -MF /build/math/test-float-isgreater.o.dt -MT /build/math/test-float-isgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-isgreaterequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-isgreaterequal.o -MD -MP -MF /build/math/test-float-isgreaterequal.o.dt -MT /build/math/test-float-isgreaterequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-isfinite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-isfinite.o -MD -MP -MF /build/math/test-float-isfinite.o.dt -MT /build/math/test-float-isfinite.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-islessequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-islessequal.o -MD -MP -MF /build/math/test-float-islessequal.o.dt -MT /build/math/test-float-islessequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-isless.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-isless.o -MD -MP -MF /build/math/test-float-isless.o.dt -MT /build/math/test-float-isless.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-islessgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-islessgreater.o -MD -MP -MF /build/math/test-float-islessgreater.o.dt -MT /build/math/test-float-islessgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-isinf.o -MD -MP -MF /build/math/test-float-isinf.o.dt -MT /build/math/test-float-isinf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-isnan.o -MD -MP -MF /build/math/test-float-isnan.o.dt -MT /build/math/test-float-isnan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-isnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-isnormal.o -MD -MP -MF /build/math/test-float-isnormal.o.dt -MT /build/math/test-float-isnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-isunordered.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-isunordered.o -MD -MP -MF /build/math/test-float-isunordered.o.dt -MT /build/math/test-float-isunordered.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-iszero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-iszero.o -MD -MP -MF /build/math/test-float-iszero.o.dt -MT /build/math/test-float-iszero.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-issubnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-issubnormal.o -MD -MP -MF /build/math/test-float-issubnormal.o.dt -MT /build/math/test-float-issubnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-issignaling.o -MD -MP -MF /build/math/test-float-issignaling.o.dt -MT /build/math/test-float-issignaling.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-llogb.o -MD -MP -MF /build/math/test-float-llogb.o.dt -MT /build/math/test-float-llogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-llrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-llrint.o -MD -MP -MF /build/math/test-float-llrint.o.dt -MT /build/math/test-float-llrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-llround.o -MD -MP -MF /build/math/test-float-llround.o.dt -MT /build/math/test-float-llround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-lrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-lrint.o -MD -MP -MF /build/math/test-float-lrint.o.dt -MT /build/math/test-float-lrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-lround.o -MD -MP -MF /build/math/test-float-lround.o.dt -MT /build/math/test-float-lround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-logb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-logb.o -MD -MP -MF /build/math/test-float-logb.o.dt -MT /build/math/test-float-logb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-nextafter.o -MD -MP -MF /build/math/test-float-nextafter.o.dt -MT /build/math/test-float-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-modf.o -MD -MP -MF /build/math/test-float-modf.o.dt -MT /build/math/test-float-modf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-nextdown.o -MD -MP -MF /build/math/test-float-nextdown.o.dt -MT /build/math/test-float-nextdown.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-nextup.o -MD -MP -MF /build/math/test-float-nextup.o.dt -MT /build/math/test-float-nextup.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-nearbyint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-nearbyint.o -MD -MP -MF /build/math/test-float-nearbyint.o.dt -MT /build/math/test-float-nearbyint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-nexttoward.o -MD -MP -MF /build/math/test-float-nexttoward.o.dt -MT /build/math/test-float-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-rint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-rint.o -MD -MP -MF /build/math/test-float-rint.o.dt -MT /build/math/test-float-rint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-remainder.o -MD -MP -MF /build/math/test-float-remainder.o.dt -MT /build/math/test-float-remainder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-round.o -MD -MP -MF /build/math/test-float-round.o.dt -MT /build/math/test-float-round.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-remquo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-remquo.o -MD -MP -MF /build/math/test-float-remquo.o.dt -MT /build/math/test-float-remquo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-scalb.o -MD -MP -MF /build/math/test-float-scalb.o.dt -MT /build/math/test-float-scalb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-roundeven.o -MD -MP -MF /build/math/test-float-roundeven.o.dt -MT /build/math/test-float-roundeven.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-scalbln.o -MD -MP -MF /build/math/test-float-scalbln.o.dt -MT /build/math/test-float-scalbln.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-signbit.o -MD -MP -MF /build/math/test-float-signbit.o.dt -MT /build/math/test-float-signbit.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-significand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-significand.o -MD -MP -MF /build/math/test-float-significand.o.dt -MT /build/math/test-float-significand.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-setpayload.o -MD -MP -MF /build/math/test-float-setpayload.o.dt -MT /build/math/test-float-setpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-totalorder.o -MD -MP -MF /build/math/test-float-totalorder.o.dt -MT /build/math/test-float-totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-setpayloadsig.o -MD -MP -MF /build/math/test-float-setpayloadsig.o.dt -MT /build/math/test-float-setpayloadsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-scalbn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-scalbn.o -MD -MP -MF /build/math/test-float-scalbn.o.dt -MT /build/math/test-float-scalbn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-trunc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-trunc.o -MD -MP -MF /build/math/test-float-trunc.o.dt -MT /build/math/test-float-trunc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-totalordermag.o -MD -MP -MF /build/math/test-float-totalordermag.o.dt -MT /build/math/test-float-totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-compat_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-compat_totalorder.o -MD -MP -MF /build/math/test-float-compat_totalorder.o.dt -MT /build/math/test-float-compat_totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-acos.o -MD -MP -MF /build/math/test-ldouble-acos.o.dt -MT /build/math/test-ldouble-acos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-compat_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-compat_totalordermag.o -MD -MP -MF /build/math/test-float-compat_totalordermag.o.dt -MT /build/math/test-float-compat_totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-acosh.o -MD -MP -MF /build/math/test-ldouble-acosh.o.dt -MT /build/math/test-ldouble-acosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-atan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-atan.o -MD -MP -MF /build/math/test-ldouble-atan.o.dt -MT /build/math/test-ldouble-atan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-asinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-asinh.o -MD -MP -MF /build/math/test-ldouble-asinh.o.dt -MT /build/math/test-ldouble-asinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-asin.o -MD -MP -MF /build/math/test-ldouble-asin.o.dt -MT /build/math/test-ldouble-asin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-atanh.o -MD -MP -MF /build/math/test-ldouble-atanh.o.dt -MT /build/math/test-ldouble-atanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fromfpx.o -MD -MP -MF /build/math/test-float-fromfpx.o.dt -MT /build/math/test-float-fromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cabs.o -MD -MP -MF /build/math/test-ldouble-cabs.o.dt -MT /build/math/test-ldouble-cabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-carg.o -MD -MP -MF /build/math/test-ldouble-carg.o.dt -MT /build/math/test-ldouble-carg.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-fromfp.o -MD -MP -MF /build/math/test-float-fromfp.o.dt -MT /build/math/test-float-fromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-atan2.o -MD -MP -MF /build/math/test-ldouble-atan2.o.dt -MT /build/math/test-ldouble-atan2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cbrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cbrt.o -MD -MP -MF /build/math/test-ldouble-cbrt.o.dt -MT /build/math/test-ldouble-cbrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cexp.o -MD -MP -MF /build/math/test-ldouble-cexp.o.dt -MT /build/math/test-ldouble-cexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-ccos.o -MD -MP -MF /build/math/test-ldouble-ccos.o.dt -MT /build/math/test-ldouble-ccos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cosh.o -MD -MP -MF /build/math/test-ldouble-cosh.o.dt -MT /build/math/test-ldouble-cosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-ccosh.o -MD -MP -MF /build/math/test-ldouble-ccosh.o.dt -MT /build/math/test-ldouble-ccosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cos.o -MD -MP -MF /build/math/test-ldouble-cos.o.dt -MT /build/math/test-ldouble-cos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cpow.o -MD -MP -MF /build/math/test-ldouble-cpow.o.dt -MT /build/math/test-ldouble-cpow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cacosh.o -MD -MP -MF /build/math/test-ldouble-cacosh.o.dt -MT /build/math/test-ldouble-cacosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-catanh.o -MD -MP -MF /build/math/test-ldouble-catanh.o.dt -MT /build/math/test-ldouble-catanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-csin.o -MD -MP -MF /build/math/test-ldouble-csin.o.dt -MT /build/math/test-ldouble-csin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cacos.o -MD -MP -MF /build/math/test-ldouble-cacos.o.dt -MT /build/math/test-ldouble-cacos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-casin.o -MD -MP -MF /build/math/test-ldouble-casin.o.dt -MT /build/math/test-ldouble-casin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-catan.o -MD -MP -MF /build/math/test-ldouble-catan.o.dt -MT /build/math/test-ldouble-catan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ufromfpx.o -MD -MP -MF /build/math/test-float-ufromfpx.o.dt -MT /build/math/test-float-ufromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-csinh.o -MD -MP -MF /build/math/test-ldouble-csinh.o.dt -MT /build/math/test-ldouble-csinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-casinh.o -MD -MP -MF /build/math/test-ldouble-casinh.o.dt -MT /build/math/test-ldouble-casinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-ctan.o -MD -MP -MF /build/math/test-ldouble-ctan.o.dt -MT /build/math/test-ldouble-ctan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ufromfp.o -MD -MP -MF /build/math/test-float-ufromfp.o.dt -MT /build/math/test-float-ufromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-erf.o -MD -MP -MF /build/math/test-ldouble-erf.o.dt -MT /build/math/test-ldouble-erf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-ctanh.o -MD -MP -MF /build/math/test-ldouble-ctanh.o.dt -MT /build/math/test-ldouble-ctanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-csqrt.o -MD -MP -MF /build/math/test-ldouble-csqrt.o.dt -MT /build/math/test-ldouble-csqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/libm-test-support-ldouble.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/libm-test-support-ldouble.o -MD -MP -MF /build/math/libm-test-support-ldouble.o.dt -MT /build/math/libm-test-support-ldouble.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-erfc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-erfc.o -MD -MP -MF /build/math/test-ldouble-erfc.o.dt -MT /build/math/test-ldouble-erfc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-exp.o -MD -MP -MF /build/math/test-ldouble-exp.o.dt -MT /build/math/test-ldouble-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-exp2.o -MD -MP -MF /build/math/test-ldouble-exp2.o.dt -MT /build/math/test-ldouble-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-exp10m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-exp10m1.o -MD -MP -MF /build/math/test-ldouble-exp10m1.o.dt -MT /build/math/test-ldouble-exp10m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-exp10.o -MD -MP -MF /build/math/test-ldouble-exp10.o.dt -MT /build/math/test-ldouble-exp10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-exp2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-exp2m1.o -MD -MP -MF /build/math/test-ldouble-exp2m1.o.dt -MT /build/math/test-ldouble-exp2m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-clog10.o -MD -MP -MF /build/math/test-ldouble-clog10.o.dt -MT /build/math/test-ldouble-clog10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-clog.o -MD -MP -MF /build/math/test-ldouble-clog.o.dt -MT /build/math/test-ldouble-clog.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-expm1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-expm1.o -MD -MP -MF /build/math/test-ldouble-expm1.o.dt -MT /build/math/test-ldouble-expm1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-log.o -MD -MP -MF /build/math/test-ldouble-log.o.dt -MT /build/math/test-ldouble-log.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-j0.o -MD -MP -MF /build/math/test-ldouble-j0.o.dt -MT /build/math/test-ldouble-j0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-j1.o -MD -MP -MF /build/math/test-ldouble-j1.o.dt -MT /build/math/test-ldouble-j1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-log10.o -MD -MP -MF /build/math/test-ldouble-log10.o.dt -MT /build/math/test-ldouble-log10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-jn.o -MD -MP -MF /build/math/test-ldouble-jn.o.dt -MT /build/math/test-ldouble-jn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-log10p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-log10p1.o -MD -MP -MF /build/math/test-ldouble-log10p1.o.dt -MT /build/math/test-ldouble-log10p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-log2.o -MD -MP -MF /build/math/test-ldouble-log2.o.dt -MT /build/math/test-ldouble-log2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-log2p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-log2p1.o -MD -MP -MF /build/math/test-ldouble-log2p1.o.dt -MT /build/math/test-ldouble-log2p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-log1p.o -MD -MP -MF /build/math/test-ldouble-log1p.o.dt -MT /build/math/test-ldouble-log1p.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-hypot.o -MD -MP -MF /build/math/test-ldouble-hypot.o.dt -MT /build/math/test-ldouble-hypot.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-sin.o -MD -MP -MF /build/math/test-ldouble-sin.o.dt -MT /build/math/test-ldouble-sin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-sqrt.o -MD -MP -MF /build/math/test-ldouble-sqrt.o.dt -MT /build/math/test-ldouble-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-tan.o -MD -MP -MF /build/math/test-ldouble-tan.o.dt -MT /build/math/test-ldouble-tan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-sinh.o -MD -MP -MF /build/math/test-ldouble-sinh.o.dt -MT /build/math/test-ldouble-sinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-tanh.o -MD -MP -MF /build/math/test-ldouble-tanh.o.dt -MT /build/math/test-ldouble-tanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-sincos.o -MD -MP -MF /build/math/test-ldouble-sincos.o.dt -MT /build/math/test-ldouble-sincos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fma.o -MD -MP -MF /build/math/test-ldouble-fma.o.dt -MT /build/math/test-ldouble-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-y1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-y1.o -MD -MP -MF /build/math/test-ldouble-y1.o.dt -MT /build/math/test-ldouble-y1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-y0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-y0.o -MD -MP -MF /build/math/test-ldouble-y0.o.dt -MT /build/math/test-ldouble-y0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-ceil.o -MD -MP -MF /build/math/test-ldouble-ceil.o.dt -MT /build/math/test-ldouble-ceil.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-lgamma.o -MD -MP -MF /build/math/test-ldouble-lgamma.o.dt -MT /build/math/test-ldouble-lgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-canonicalize.o -MD -MP -MF /build/math/test-ldouble-canonicalize.o.dt -MT /build/math/test-ldouble-canonicalize.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-yn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-yn.o -MD -MP -MF /build/math/test-ldouble-yn.o.dt -MT /build/math/test-ldouble-yn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-tgamma.o -MD -MP -MF /build/math/test-ldouble-tgamma.o.dt -MT /build/math/test-ldouble-tgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cimag.o -MD -MP -MF /build/math/test-ldouble-cimag.o.dt -MT /build/math/test-ldouble-cimag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-creal.o -MD -MP -MF /build/math/test-ldouble-creal.o.dt -MT /build/math/test-ldouble-creal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-conj.o -MD -MP -MF /build/math/test-ldouble-conj.o.dt -MT /build/math/test-ldouble-conj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-copysign.o -MD -MP -MF /build/math/test-ldouble-copysign.o.dt -MT /build/math/test-ldouble-copysign.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-cproj.o -MD -MP -MF /build/math/test-ldouble-cproj.o.dt -MT /build/math/test-ldouble-cproj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fdim.o -MD -MP -MF /build/math/test-ldouble-fdim.o.dt -MT /build/math/test-ldouble-fdim.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fabs.o -MD -MP -MF /build/math/test-ldouble-fabs.o.dt -MT /build/math/test-ldouble-fabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-floor.o -MD -MP -MF /build/math/test-ldouble-floor.o.dt -MT /build/math/test-ldouble-floor.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fmax.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fmax.o -MD -MP -MF /build/math/test-ldouble-fmax.o.dt -MT /build/math/test-ldouble-fmax.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fmaximum_mag.o -MD -MP -MF /build/math/test-ldouble-fmaximum_mag.o.dt -MT /build/math/test-ldouble-fmaximum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fmin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fmin.o -MD -MP -MF /build/math/test-ldouble-fmin.o.dt -MT /build/math/test-ldouble-fmin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fmaxmag.o -MD -MP -MF /build/math/test-ldouble-fmaxmag.o.dt -MT /build/math/test-ldouble-fmaxmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fmaximum.o -MD -MP -MF /build/math/test-ldouble-fmaximum.o.dt -MT /build/math/test-ldouble-fmaximum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fmaximum_num.o -MD -MP -MF /build/math/test-ldouble-fmaximum_num.o.dt -MT /build/math/test-ldouble-fmaximum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fmaximum_mag_num.o -MD -MP -MF /build/math/test-ldouble-fmaximum_mag_num.o.dt -MT /build/math/test-ldouble-fmaximum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fminimum_mag.o -MD -MP -MF /build/math/test-ldouble-fminimum_mag.o.dt -MT /build/math/test-ldouble-fminimum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fminmag.o -MD -MP -MF /build/math/test-ldouble-fminmag.o.dt -MT /build/math/test-ldouble-fminmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fminimum_num.o -MD -MP -MF /build/math/test-ldouble-fminimum_num.o.dt -MT /build/math/test-ldouble-fminimum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-pow.o -MD -MP -MF /build/math/test-ldouble-pow.o.dt -MT /build/math/test-ldouble-pow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fminimum.o -MD -MP -MF /build/math/test-ldouble-fminimum.o.dt -MT /build/math/test-ldouble-fminimum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fminimum_mag_num.o -MD -MP -MF /build/math/test-ldouble-fminimum_mag_num.o.dt -MT /build/math/test-ldouble-fminimum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-getpayload.o -MD -MP -MF /build/math/test-ldouble-getpayload.o.dt -MT /build/math/test-ldouble-getpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fmod.o -MD -MP -MF /build/math/test-ldouble-fmod.o.dt -MT /build/math/test-ldouble-fmod.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-frexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-frexp.o -MD -MP -MF /build/math/test-ldouble-frexp.o.dt -MT /build/math/test-ldouble-frexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fpclassify.o -MD -MP -MF /build/math/test-ldouble-fpclassify.o.dt -MT /build/math/test-ldouble-fpclassify.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-iscanonical.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-iscanonical.o -MD -MP -MF /build/math/test-ldouble-iscanonical.o.dt -MT /build/math/test-ldouble-iscanonical.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-iseqsig.o -MD -MP -MF /build/math/test-ldouble-iseqsig.o.dt -MT /build/math/test-ldouble-iseqsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-ilogb.o -MD -MP -MF /build/math/test-ldouble-ilogb.o.dt -MT /build/math/test-ldouble-ilogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-isfinite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-isfinite.o -MD -MP -MF /build/math/test-ldouble-isfinite.o.dt -MT /build/math/test-ldouble-isfinite.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-isgreaterequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-isgreaterequal.o -MD -MP -MF /build/math/test-ldouble-isgreaterequal.o.dt -MT /build/math/test-ldouble-isgreaterequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-isless.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-isless.o -MD -MP -MF /build/math/test-ldouble-isless.o.dt -MT /build/math/test-ldouble-isless.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-isgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-isgreater.o -MD -MP -MF /build/math/test-ldouble-isgreater.o.dt -MT /build/math/test-ldouble-isgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-islessgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-islessgreater.o -MD -MP -MF /build/math/test-ldouble-islessgreater.o.dt -MT /build/math/test-ldouble-islessgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-isnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-isnormal.o -MD -MP -MF /build/math/test-ldouble-isnormal.o.dt -MT /build/math/test-ldouble-isnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-islessequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-islessequal.o -MD -MP -MF /build/math/test-ldouble-islessequal.o.dt -MT /build/math/test-ldouble-islessequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-issubnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-issubnormal.o -MD -MP -MF /build/math/test-ldouble-issubnormal.o.dt -MT /build/math/test-ldouble-issubnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-isinf.o -MD -MP -MF /build/math/test-ldouble-isinf.o.dt -MT /build/math/test-ldouble-isinf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-llogb.o -MD -MP -MF /build/math/test-ldouble-llogb.o.dt -MT /build/math/test-ldouble-llogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-iszero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-iszero.o -MD -MP -MF /build/math/test-ldouble-iszero.o.dt -MT /build/math/test-ldouble-iszero.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-isunordered.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-isunordered.o -MD -MP -MF /build/math/test-ldouble-isunordered.o.dt -MT /build/math/test-ldouble-isunordered.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-isnan.o -MD -MP -MF /build/math/test-ldouble-isnan.o.dt -MT /build/math/test-ldouble-isnan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-llrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-llrint.o -MD -MP -MF /build/math/test-ldouble-llrint.o.dt -MT /build/math/test-ldouble-llrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-logb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-logb.o -MD -MP -MF /build/math/test-ldouble-logb.o.dt -MT /build/math/test-ldouble-logb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-llround.o -MD -MP -MF /build/math/test-ldouble-llround.o.dt -MT /build/math/test-ldouble-llround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-lrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-lrint.o -MD -MP -MF /build/math/test-ldouble-lrint.o.dt -MT /build/math/test-ldouble-lrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-lround.o -MD -MP -MF /build/math/test-ldouble-lround.o.dt -MT /build/math/test-ldouble-lround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-issignaling.o -MD -MP -MF /build/math/test-ldouble-issignaling.o.dt -MT /build/math/test-ldouble-issignaling.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-nearbyint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-nearbyint.o -MD -MP -MF /build/math/test-ldouble-nearbyint.o.dt -MT /build/math/test-ldouble-nearbyint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-nextafter.o -MD -MP -MF /build/math/test-ldouble-nextafter.o.dt -MT /build/math/test-ldouble-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-modf.o -MD -MP -MF /build/math/test-ldouble-modf.o.dt -MT /build/math/test-ldouble-modf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-nextdown.o -MD -MP -MF /build/math/test-ldouble-nextdown.o.dt -MT /build/math/test-ldouble-nextdown.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-nextup.o -MD -MP -MF /build/math/test-ldouble-nextup.o.dt -MT /build/math/test-ldouble-nextup.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-nexttoward.o -MD -MP -MF /build/math/test-ldouble-nexttoward.o.dt -MT /build/math/test-ldouble-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-round.o -MD -MP -MF /build/math/test-ldouble-round.o.dt -MT /build/math/test-ldouble-round.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-rint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-rint.o -MD -MP -MF /build/math/test-ldouble-rint.o.dt -MT /build/math/test-ldouble-rint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-remquo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-remquo.o -MD -MP -MF /build/math/test-ldouble-remquo.o.dt -MT /build/math/test-ldouble-remquo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-roundeven.o -MD -MP -MF /build/math/test-ldouble-roundeven.o.dt -MT /build/math/test-ldouble-roundeven.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-remainder.o -MD -MP -MF /build/math/test-ldouble-remainder.o.dt -MT /build/math/test-ldouble-remainder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-scalbln.o -MD -MP -MF /build/math/test-ldouble-scalbln.o.dt -MT /build/math/test-ldouble-scalbln.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-scalbn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-scalbn.o -MD -MP -MF /build/math/test-ldouble-scalbn.o.dt -MT /build/math/test-ldouble-scalbn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-scalb.o -MD -MP -MF /build/math/test-ldouble-scalb.o.dt -MT /build/math/test-ldouble-scalb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-significand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-significand.o -MD -MP -MF /build/math/test-ldouble-significand.o.dt -MT /build/math/test-ldouble-significand.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-signbit.o -MD -MP -MF /build/math/test-ldouble-signbit.o.dt -MT /build/math/test-ldouble-signbit.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-setpayload.o -MD -MP -MF /build/math/test-ldouble-setpayload.o.dt -MT /build/math/test-ldouble-setpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-setpayloadsig.o -MD -MP -MF /build/math/test-ldouble-setpayloadsig.o.dt -MT /build/math/test-ldouble-setpayloadsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-totalorder.o -MD -MP -MF /build/math/test-ldouble-totalorder.o.dt -MT /build/math/test-ldouble-totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-trunc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-trunc.o -MD -MP -MF /build/math/test-ldouble-trunc.o.dt -MT /build/math/test-ldouble-trunc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-totalordermag.o -MD -MP -MF /build/math/test-ldouble-totalordermag.o.dt -MT /build/math/test-ldouble-totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-compat_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-compat_totalorder.o -MD -MP -MF /build/math/test-ldouble-compat_totalorder.o.dt -MT /build/math/test-ldouble-compat_totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-compat_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-compat_totalordermag.o -MD -MP -MF /build/math/test-ldouble-compat_totalordermag.o.dt -MT /build/math/test-ldouble-compat_totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-asin.o -MD -MP -MF /build/math/test-float128-asin.o.dt -MT /build/math/test-float128-asin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cabs.o -MD -MP -MF /build/math/test-float128-cabs.o.dt -MT /build/math/test-float128-cabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-atan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-atan.o -MD -MP -MF /build/math/test-float128-atan.o.dt -MT /build/math/test-float128-atan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-acosh.o -MD -MP -MF /build/math/test-float128-acosh.o.dt -MT /build/math/test-float128-acosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-carg.o -MD -MP -MF /build/math/test-float128-carg.o.dt -MT /build/math/test-float128-carg.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-acos.o -MD -MP -MF /build/math/test-float128-acos.o.dt -MT /build/math/test-float128-acos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-asinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-asinh.o -MD -MP -MF /build/math/test-float128-asinh.o.dt -MT /build/math/test-float128-asinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-atanh.o -MD -MP -MF /build/math/test-float128-atanh.o.dt -MT /build/math/test-float128-atanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cbrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cbrt.o -MD -MP -MF /build/math/test-float128-cbrt.o.dt -MT /build/math/test-float128-cbrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-ccos.o -MD -MP -MF /build/math/test-float128-ccos.o.dt -MT /build/math/test-float128-ccos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-ccosh.o -MD -MP -MF /build/math/test-float128-ccosh.o.dt -MT /build/math/test-float128-ccosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cexp.o -MD -MP -MF /build/math/test-float128-cexp.o.dt -MT /build/math/test-float128-cexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cosh.o -MD -MP -MF /build/math/test-float128-cosh.o.dt -MT /build/math/test-float128-cosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cos.o -MD -MP -MF /build/math/test-float128-cos.o.dt -MT /build/math/test-float128-cos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cpow.o -MD -MP -MF /build/math/test-float128-cpow.o.dt -MT /build/math/test-float128-cpow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-csin.o -MD -MP -MF /build/math/test-float128-csin.o.dt -MT /build/math/test-float128-csin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-csinh.o -MD -MP -MF /build/math/test-float128-csinh.o.dt -MT /build/math/test-float128-csinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/libm-test-support-float128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/libm-test-support-float128.o -MD -MP -MF /build/math/libm-test-support-float128.o.dt -MT /build/math/libm-test-support-float128.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-ctan.o -MD -MP -MF /build/math/test-float128-ctan.o.dt -MT /build/math/test-float128-ctan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-ctanh.o -MD -MP -MF /build/math/test-float128-ctanh.o.dt -MT /build/math/test-float128-ctanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-erf.o -MD -MP -MF /build/math/test-float128-erf.o.dt -MT /build/math/test-float128-erf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-exp2.o -MD -MP -MF /build/math/test-float128-exp2.o.dt -MT /build/math/test-float128-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-exp.o -MD -MP -MF /build/math/test-float128-exp.o.dt -MT /build/math/test-float128-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-erfc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-erfc.o -MD -MP -MF /build/math/test-float128-erfc.o.dt -MT /build/math/test-float128-erfc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-exp10.o -MD -MP -MF /build/math/test-float128-exp10.o.dt -MT /build/math/test-float128-exp10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-csqrt.o -MD -MP -MF /build/math/test-float128-csqrt.o.dt -MT /build/math/test-float128-csqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-expm1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-expm1.o -MD -MP -MF /build/math/test-float128-expm1.o.dt -MT /build/math/test-float128-expm1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-ufromfp.o -MD -MP -MF /build/math/test-ldouble-ufromfp.o.dt -MT /build/math/test-ldouble-ufromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-exp10m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-exp10m1.o -MD -MP -MF /build/math/test-float128-exp10m1.o.dt -MT /build/math/test-float128-exp10m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-exp2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-exp2m1.o -MD -MP -MF /build/math/test-float128-exp2m1.o.dt -MT /build/math/test-float128-exp2m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-ufromfpx.o -MD -MP -MF /build/math/test-ldouble-ufromfpx.o.dt -MT /build/math/test-ldouble-ufromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-j1.o -MD -MP -MF /build/math/test-float128-j1.o.dt -MT /build/math/test-float128-j1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-j0.o -MD -MP -MF /build/math/test-float128-j0.o.dt -MT /build/math/test-float128-j0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-log.o -MD -MP -MF /build/math/test-float128-log.o.dt -MT /build/math/test-float128-log.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-log2.o -MD -MP -MF /build/math/test-float128-log2.o.dt -MT /build/math/test-float128-log2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-jn.o -MD -MP -MF /build/math/test-float128-jn.o.dt -MT /build/math/test-float128-jn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-log10.o -MD -MP -MF /build/math/test-float128-log10.o.dt -MT /build/math/test-float128-log10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fromfp.o -MD -MP -MF /build/math/test-ldouble-fromfp.o.dt -MT /build/math/test-ldouble-fromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-ldouble-fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-ldouble-fromfpx.o -MD -MP -MF /build/math/test-ldouble-fromfpx.o.dt -MT /build/math/test-ldouble-fromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-log1p.o -MD -MP -MF /build/math/test-float128-log1p.o.dt -MT /build/math/test-float128-log1p.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-log2p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-log2p1.o -MD -MP -MF /build/math/test-float128-log2p1.o.dt -MT /build/math/test-float128-log2p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-catan.o -MD -MP -MF /build/math/test-float128-catan.o.dt -MT /build/math/test-float128-catan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-catanh.o -MD -MP -MF /build/math/test-float128-catanh.o.dt -MT /build/math/test-float128-catanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-log10p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-log10p1.o -MD -MP -MF /build/math/test-float128-log10p1.o.dt -MT /build/math/test-float128-log10p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-sin.o -MD -MP -MF /build/math/test-float128-sin.o.dt -MT /build/math/test-float128-sin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-sqrt.o -MD -MP -MF /build/math/test-float128-sqrt.o.dt -MT /build/math/test-float128-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-sincos.o -MD -MP -MF /build/math/test-float128-sincos.o.dt -MT /build/math/test-float128-sincos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-sinh.o -MD -MP -MF /build/math/test-float128-sinh.o.dt -MT /build/math/test-float128-sinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-y0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-y0.o -MD -MP -MF /build/math/test-float128-y0.o.dt -MT /build/math/test-float128-y0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-y1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-y1.o -MD -MP -MF /build/math/test-float128-y1.o.dt -MT /build/math/test-float128-y1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cacos.o -MD -MP -MF /build/math/test-float128-cacos.o.dt -MT /build/math/test-float128-cacos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-casin.o -MD -MP -MF /build/math/test-float128-casin.o.dt -MT /build/math/test-float128-casin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-tan.o -MD -MP -MF /build/math/test-float128-tan.o.dt -MT /build/math/test-float128-tan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-atan2.o -MD -MP -MF /build/math/test-float128-atan2.o.dt -MT /build/math/test-float128-atan2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-tanh.o -MD -MP -MF /build/math/test-float128-tanh.o.dt -MT /build/math/test-float128-tanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-casinh.o -MD -MP -MF /build/math/test-float128-casinh.o.dt -MT /build/math/test-float128-casinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-canonicalize.o -MD -MP -MF /build/math/test-float128-canonicalize.o.dt -MT /build/math/test-float128-canonicalize.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cacosh.o -MD -MP -MF /build/math/test-float128-cacosh.o.dt -MT /build/math/test-float128-cacosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-conj.o -MD -MP -MF /build/math/test-float128-conj.o.dt -MT /build/math/test-float128-conj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-ceil.o -MD -MP -MF /build/math/test-float128-ceil.o.dt -MT /build/math/test-float128-ceil.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cimag.o -MD -MP -MF /build/math/test-float128-cimag.o.dt -MT /build/math/test-float128-cimag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-copysign.o -MD -MP -MF /build/math/test-float128-copysign.o.dt -MT /build/math/test-float128-copysign.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-creal.o -MD -MP -MF /build/math/test-float128-creal.o.dt -MT /build/math/test-float128-creal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-yn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-yn.o -MD -MP -MF /build/math/test-float128-yn.o.dt -MT /build/math/test-float128-yn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-cproj.o -MD -MP -MF /build/math/test-float128-cproj.o.dt -MT /build/math/test-float128-cproj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fabs.o -MD -MP -MF /build/math/test-float128-fabs.o.dt -MT /build/math/test-float128-fabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fdim.o -MD -MP -MF /build/math/test-float128-fdim.o.dt -MT /build/math/test-float128-fdim.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fmax.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fmax.o -MD -MP -MF /build/math/test-float128-fmax.o.dt -MT /build/math/test-float128-fmax.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fmaximum.o -MD -MP -MF /build/math/test-float128-fmaximum.o.dt -MT /build/math/test-float128-fmaximum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fmaximum_mag_num.o -MD -MP -MF /build/math/test-float128-fmaximum_mag_num.o.dt -MT /build/math/test-float128-fmaximum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-floor.o -MD -MP -MF /build/math/test-float128-floor.o.dt -MT /build/math/test-float128-floor.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fmaximum_num.o -MD -MP -MF /build/math/test-float128-fmaximum_num.o.dt -MT /build/math/test-float128-fmaximum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fmaximum_mag.o -MD -MP -MF /build/math/test-float128-fmaximum_mag.o.dt -MT /build/math/test-float128-fmaximum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fmaxmag.o -MD -MP -MF /build/math/test-float128-fmaxmag.o.dt -MT /build/math/test-float128-fmaxmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fpclassify.o -MD -MP -MF /build/math/test-float128-fpclassify.o.dt -MT /build/math/test-float128-fpclassify.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fminimum.o -MD -MP -MF /build/math/test-float128-fminimum.o.dt -MT /build/math/test-float128-fminimum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fmin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fmin.o -MD -MP -MF /build/math/test-float128-fmin.o.dt -MT /build/math/test-float128-fmin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fminimum_mag.o -MD -MP -MF /build/math/test-float128-fminimum_mag.o.dt -MT /build/math/test-float128-fminimum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fminimum_mag_num.o -MD -MP -MF /build/math/test-float128-fminimum_mag_num.o.dt -MT /build/math/test-float128-fminimum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fminimum_num.o -MD -MP -MF /build/math/test-float128-fminimum_num.o.dt -MT /build/math/test-float128-fminimum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fminmag.o -MD -MP -MF /build/math/test-float128-fminmag.o.dt -MT /build/math/test-float128-fminmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-ilogb.o -MD -MP -MF /build/math/test-float128-ilogb.o.dt -MT /build/math/test-float128-ilogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-iscanonical.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-iscanonical.o -MD -MP -MF /build/math/test-float128-iscanonical.o.dt -MT /build/math/test-float128-iscanonical.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-frexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-frexp.o -MD -MP -MF /build/math/test-float128-frexp.o.dt -MT /build/math/test-float128-frexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-getpayload.o -MD -MP -MF /build/math/test-float128-getpayload.o.dt -MT /build/math/test-float128-getpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-isfinite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-isfinite.o -MD -MP -MF /build/math/test-float128-isfinite.o.dt -MT /build/math/test-float128-isfinite.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-isgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-isgreater.o -MD -MP -MF /build/math/test-float128-isgreater.o.dt -MT /build/math/test-float128-isgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-iseqsig.o -MD -MP -MF /build/math/test-float128-iseqsig.o.dt -MT /build/math/test-float128-iseqsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-isgreaterequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-isgreaterequal.o -MD -MP -MF /build/math/test-float128-isgreaterequal.o.dt -MT /build/math/test-float128-isgreaterequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-isinf.o -MD -MP -MF /build/math/test-float128-isinf.o.dt -MT /build/math/test-float128-isinf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fmod.o -MD -MP -MF /build/math/test-float128-fmod.o.dt -MT /build/math/test-float128-fmod.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-isnan.o -MD -MP -MF /build/math/test-float128-isnan.o.dt -MT /build/math/test-float128-isnan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-islessequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-islessequal.o -MD -MP -MF /build/math/test-float128-islessequal.o.dt -MT /build/math/test-float128-islessequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-isless.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-isless.o -MD -MP -MF /build/math/test-float128-isless.o.dt -MT /build/math/test-float128-isless.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-islessgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-islessgreater.o -MD -MP -MF /build/math/test-float128-islessgreater.o.dt -MT /build/math/test-float128-islessgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-issubnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-issubnormal.o -MD -MP -MF /build/math/test-float128-issubnormal.o.dt -MT /build/math/test-float128-issubnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-isnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-isnormal.o -MD -MP -MF /build/math/test-float128-isnormal.o.dt -MT /build/math/test-float128-isnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-issignaling.o -MD -MP -MF /build/math/test-float128-issignaling.o.dt -MT /build/math/test-float128-issignaling.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-isunordered.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-isunordered.o -MD -MP -MF /build/math/test-float128-isunordered.o.dt -MT /build/math/test-float128-isunordered.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-iszero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-iszero.o -MD -MP -MF /build/math/test-float128-iszero.o.dt -MT /build/math/test-float128-iszero.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-llogb.o -MD -MP -MF /build/math/test-float128-llogb.o.dt -MT /build/math/test-float128-llogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-hypot.o -MD -MP -MF /build/math/test-float128-hypot.o.dt -MT /build/math/test-float128-hypot.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-tgamma.o -MD -MP -MF /build/math/test-float128-tgamma.o.dt -MT /build/math/test-float128-tgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-llrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-llrint.o -MD -MP -MF /build/math/test-float128-llrint.o.dt -MT /build/math/test-float128-llrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-logb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-logb.o -MD -MP -MF /build/math/test-float128-logb.o.dt -MT /build/math/test-float128-logb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-llround.o -MD -MP -MF /build/math/test-float128-llround.o.dt -MT /build/math/test-float128-llround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-lrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-lrint.o -MD -MP -MF /build/math/test-float128-lrint.o.dt -MT /build/math/test-float128-lrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-nexttoward.o -MD -MP -MF /build/math/test-float128-nexttoward.o.dt -MT /build/math/test-float128-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-lround.o -MD -MP -MF /build/math/test-float128-lround.o.dt -MT /build/math/test-float128-lround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-nextdown.o -MD -MP -MF /build/math/test-float128-nextdown.o.dt -MT /build/math/test-float128-nextdown.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-scalb.o -MD -MP -MF /build/math/test-float128-scalb.o.dt -MT /build/math/test-float128-scalb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-modf.o -MD -MP -MF /build/math/test-float128-modf.o.dt -MT /build/math/test-float128-modf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-nextafter.o -MD -MP -MF /build/math/test-float128-nextafter.o.dt -MT /build/math/test-float128-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-nextup.o -MD -MP -MF /build/math/test-float128-nextup.o.dt -MT /build/math/test-float128-nextup.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-nearbyint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-nearbyint.o -MD -MP -MF /build/math/test-float128-nearbyint.o.dt -MT /build/math/test-float128-nearbyint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-lgamma.o -MD -MP -MF /build/math/test-float128-lgamma.o.dt -MT /build/math/test-float128-lgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-clog10.o -MD -MP -MF /build/math/test-float128-clog10.o.dt -MT /build/math/test-float128-clog10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-significand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-significand.o -MD -MP -MF /build/math/test-float128-significand.o.dt -MT /build/math/test-float128-significand.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-clog.o -MD -MP -MF /build/math/test-float128-clog.o.dt -MT /build/math/test-float128-clog.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-rint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-rint.o -MD -MP -MF /build/math/test-float128-rint.o.dt -MT /build/math/test-float128-rint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-signbit.o -MD -MP -MF /build/math/test-float128-signbit.o.dt -MT /build/math/test-float128-signbit.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-round.o -MD -MP -MF /build/math/test-float128-round.o.dt -MT /build/math/test-float128-round.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-remainder.o -MD -MP -MF /build/math/test-float128-remainder.o.dt -MT /build/math/test-float128-remainder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-remquo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-remquo.o -MD -MP -MF /build/math/test-float128-remquo.o.dt -MT /build/math/test-float128-remquo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-scalbln.o -MD -MP -MF /build/math/test-float128-scalbln.o.dt -MT /build/math/test-float128-scalbln.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-setpayload.o -MD -MP -MF /build/math/test-float128-setpayload.o.dt -MT /build/math/test-float128-setpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-setpayloadsig.o -MD -MP -MF /build/math/test-float128-setpayloadsig.o.dt -MT /build/math/test-float128-setpayloadsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-scalbn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-scalbn.o -MD -MP -MF /build/math/test-float128-scalbn.o.dt -MT /build/math/test-float128-scalbn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-totalorder.o -MD -MP -MF /build/math/test-float128-totalorder.o.dt -MT /build/math/test-float128-totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-totalordermag.o -MD -MP -MF /build/math/test-float128-totalordermag.o.dt -MT /build/math/test-float128-totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-acos.o -MD -MP -MF /build/math/test-float64x-acos.o.dt -MT /build/math/test-float64x-acos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-trunc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-trunc.o -MD -MP -MF /build/math/test-float128-trunc.o.dt -MT /build/math/test-float128-trunc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-asin.o -MD -MP -MF /build/math/test-float64x-asin.o.dt -MT /build/math/test-float64x-asin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-acosh.o -MD -MP -MF /build/math/test-float64x-acosh.o.dt -MT /build/math/test-float64x-acosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-compat_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-compat_totalordermag.o -MD -MP -MF /build/math/test-float128-compat_totalordermag.o.dt -MT /build/math/test-float128-compat_totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-atan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-atan.o -MD -MP -MF /build/math/test-float64x-atan.o.dt -MT /build/math/test-float64x-atan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-asinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-asinh.o -MD -MP -MF /build/math/test-float64x-asinh.o.dt -MT /build/math/test-float64x-asinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-compat_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-compat_totalorder.o -MD -MP -MF /build/math/test-float128-compat_totalorder.o.dt -MT /build/math/test-float128-compat_totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-atanh.o -MD -MP -MF /build/math/test-float64x-atanh.o.dt -MT /build/math/test-float64x-atanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cabs.o -MD -MP -MF /build/math/test-float64x-cabs.o.dt -MT /build/math/test-float64x-cabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-carg.o -MD -MP -MF /build/math/test-float64x-carg.o.dt -MT /build/math/test-float64x-carg.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-atan2.o -MD -MP -MF /build/math/test-float64x-atan2.o.dt -MT /build/math/test-float64x-atan2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fma.o -MD -MP -MF /build/math/test-float128-fma.o.dt -MT /build/math/test-float128-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cbrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cbrt.o -MD -MP -MF /build/math/test-float64x-cbrt.o.dt -MT /build/math/test-float64x-cbrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-ccosh.o -MD -MP -MF /build/math/test-float64x-ccosh.o.dt -MT /build/math/test-float64x-ccosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-ccos.o -MD -MP -MF /build/math/test-float64x-ccos.o.dt -MT /build/math/test-float64x-ccos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cos.o -MD -MP -MF /build/math/test-float64x-cos.o.dt -MT /build/math/test-float64x-cos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-roundeven.o -MD -MP -MF /build/math/test-float128-roundeven.o.dt -MT /build/math/test-float128-roundeven.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cexp.o -MD -MP -MF /build/math/test-float64x-cexp.o.dt -MT /build/math/test-float64x-cexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cacos.o -MD -MP -MF /build/math/test-float64x-cacos.o.dt -MT /build/math/test-float64x-cacos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cacosh.o -MD -MP -MF /build/math/test-float64x-cacosh.o.dt -MT /build/math/test-float64x-cacosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cosh.o -MD -MP -MF /build/math/test-float64x-cosh.o.dt -MT /build/math/test-float64x-cosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-casin.o -MD -MP -MF /build/math/test-float64x-casin.o.dt -MT /build/math/test-float64x-casin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-catanh.o -MD -MP -MF /build/math/test-float64x-catanh.o.dt -MT /build/math/test-float64x-catanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-catan.o -MD -MP -MF /build/math/test-float64x-catan.o.dt -MT /build/math/test-float64x-catan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-casinh.o -MD -MP -MF /build/math/test-float64x-casinh.o.dt -MT /build/math/test-float64x-casinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cpow.o -MD -MP -MF /build/math/test-float64x-cpow.o.dt -MT /build/math/test-float64x-cpow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-csin.o -MD -MP -MF /build/math/test-float64x-csin.o.dt -MT /build/math/test-float64x-csin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-csinh.o -MD -MP -MF /build/math/test-float64x-csinh.o.dt -MT /build/math/test-float64x-csinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/libm-test-support-float64x.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/libm-test-support-float64x.o -MD -MP -MF /build/math/libm-test-support-float64x.o.dt -MT /build/math/libm-test-support-float64x.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-ctan.o -MD -MP -MF /build/math/test-float64x-ctan.o.dt -MT /build/math/test-float64x-ctan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-erf.o -MD -MP -MF /build/math/test-float64x-erf.o.dt -MT /build/math/test-float64x-erf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-csqrt.o -MD -MP -MF /build/math/test-float64x-csqrt.o.dt -MT /build/math/test-float64x-csqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-ctanh.o -MD -MP -MF /build/math/test-float64x-ctanh.o.dt -MT /build/math/test-float64x-ctanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-erfc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-erfc.o -MD -MP -MF /build/math/test-float64x-erfc.o.dt -MT /build/math/test-float64x-erfc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-exp.o -MD -MP -MF /build/math/test-float64x-exp.o.dt -MT /build/math/test-float64x-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-exp2.o -MD -MP -MF /build/math/test-float64x-exp2.o.dt -MT /build/math/test-float64x-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-exp10.o -MD -MP -MF /build/math/test-float64x-exp10.o.dt -MT /build/math/test-float64x-exp10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-exp10m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-exp10m1.o -MD -MP -MF /build/math/test-float64x-exp10m1.o.dt -MT /build/math/test-float64x-exp10m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-expm1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-expm1.o -MD -MP -MF /build/math/test-float64x-expm1.o.dt -MT /build/math/test-float64x-expm1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-clog.o -MD -MP -MF /build/math/test-float64x-clog.o.dt -MT /build/math/test-float64x-clog.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-clog10.o -MD -MP -MF /build/math/test-float64x-clog10.o.dt -MT /build/math/test-float64x-clog10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-exp2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-exp2m1.o -MD -MP -MF /build/math/test-float64x-exp2m1.o.dt -MT /build/math/test-float64x-exp2m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-j1.o -MD -MP -MF /build/math/test-float64x-j1.o.dt -MT /build/math/test-float64x-j1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-j0.o -MD -MP -MF /build/math/test-float64x-j0.o.dt -MT /build/math/test-float64x-j0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-jn.o -MD -MP -MF /build/math/test-float64x-jn.o.dt -MT /build/math/test-float64x-jn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-log.o -MD -MP -MF /build/math/test-float64x-log.o.dt -MT /build/math/test-float64x-log.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-log2.o -MD -MP -MF /build/math/test-float64x-log2.o.dt -MT /build/math/test-float64x-log2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-log10.o -MD -MP -MF /build/math/test-float64x-log10.o.dt -MT /build/math/test-float64x-log10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-log2p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-log2p1.o -MD -MP -MF /build/math/test-float64x-log2p1.o.dt -MT /build/math/test-float64x-log2p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-hypot.o -MD -MP -MF /build/math/test-float64x-hypot.o.dt -MT /build/math/test-float64x-hypot.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-log10p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-log10p1.o -MD -MP -MF /build/math/test-float64x-log10p1.o.dt -MT /build/math/test-float64x-log10p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-sin.o -MD -MP -MF /build/math/test-float64x-sin.o.dt -MT /build/math/test-float64x-sin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-lgamma.o -MD -MP -MF /build/math/test-float64x-lgamma.o.dt -MT /build/math/test-float64x-lgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-log1p.o -MD -MP -MF /build/math/test-float64x-log1p.o.dt -MT /build/math/test-float64x-log1p.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fma.o -MD -MP -MF /build/math/test-float64x-fma.o.dt -MT /build/math/test-float64x-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-sincos.o -MD -MP -MF /build/math/test-float64x-sincos.o.dt -MT /build/math/test-float64x-sincos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-sinh.o -MD -MP -MF /build/math/test-float64x-sinh.o.dt -MT /build/math/test-float64x-sinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-sqrt.o -MD -MP -MF /build/math/test-float64x-sqrt.o.dt -MT /build/math/test-float64x-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-tan.o -MD -MP -MF /build/math/test-float64x-tan.o.dt -MT /build/math/test-float64x-tan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-tanh.o -MD -MP -MF /build/math/test-float64x-tanh.o.dt -MT /build/math/test-float64x-tanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-y0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-y0.o -MD -MP -MF /build/math/test-float64x-y0.o.dt -MT /build/math/test-float64x-y0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-y1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-y1.o -MD -MP -MF /build/math/test-float64x-y1.o.dt -MT /build/math/test-float64x-y1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-tgamma.o -MD -MP -MF /build/math/test-float64x-tgamma.o.dt -MT /build/math/test-float64x-tgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-ceil.o -MD -MP -MF /build/math/test-float64x-ceil.o.dt -MT /build/math/test-float64x-ceil.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cimag.o -MD -MP -MF /build/math/test-float64x-cimag.o.dt -MT /build/math/test-float64x-cimag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-yn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-yn.o -MD -MP -MF /build/math/test-float64x-yn.o.dt -MT /build/math/test-float64x-yn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-canonicalize.o -MD -MP -MF /build/math/test-float64x-canonicalize.o.dt -MT /build/math/test-float64x-canonicalize.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-conj.o -MD -MP -MF /build/math/test-float64x-conj.o.dt -MT /build/math/test-float64x-conj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-cproj.o -MD -MP -MF /build/math/test-float64x-cproj.o.dt -MT /build/math/test-float64x-cproj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fabs.o -MD -MP -MF /build/math/test-float64x-fabs.o.dt -MT /build/math/test-float64x-fabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-creal.o -MD -MP -MF /build/math/test-float64x-creal.o.dt -MT /build/math/test-float64x-creal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-copysign.o -MD -MP -MF /build/math/test-float64x-copysign.o.dt -MT /build/math/test-float64x-copysign.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fdim.o -MD -MP -MF /build/math/test-float64x-fdim.o.dt -MT /build/math/test-float64x-fdim.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fmax.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fmax.o -MD -MP -MF /build/math/test-float64x-fmax.o.dt -MT /build/math/test-float64x-fmax.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-floor.o -MD -MP -MF /build/math/test-float64x-floor.o.dt -MT /build/math/test-float64x-floor.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fmaximum.o -MD -MP -MF /build/math/test-float64x-fmaximum.o.dt -MT /build/math/test-float64x-fmaximum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fmaximum_num.o -MD -MP -MF /build/math/test-float64x-fmaximum_num.o.dt -MT /build/math/test-float64x-fmaximum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fmaximum_mag.o -MD -MP -MF /build/math/test-float64x-fmaximum_mag.o.dt -MT /build/math/test-float64x-fmaximum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fmaximum_mag_num.o -MD -MP -MF /build/math/test-float64x-fmaximum_mag_num.o.dt -MT /build/math/test-float64x-fmaximum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fmaxmag.o -MD -MP -MF /build/math/test-float64x-fmaxmag.o.dt -MT /build/math/test-float64x-fmaxmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fmin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fmin.o -MD -MP -MF /build/math/test-float64x-fmin.o.dt -MT /build/math/test-float64x-fmin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-pow.o -MD -MP -MF /build/math/test-float64x-pow.o.dt -MT /build/math/test-float64x-pow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fminimum.o -MD -MP -MF /build/math/test-float64x-fminimum.o.dt -MT /build/math/test-float64x-fminimum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fminimum_mag.o -MD -MP -MF /build/math/test-float64x-fminimum_mag.o.dt -MT /build/math/test-float64x-fminimum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fminimum_mag_num.o -MD -MP -MF /build/math/test-float64x-fminimum_mag_num.o.dt -MT /build/math/test-float64x-fminimum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fminimum_num.o -MD -MP -MF /build/math/test-float64x-fminimum_num.o.dt -MT /build/math/test-float64x-fminimum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fminmag.o -MD -MP -MF /build/math/test-float64x-fminmag.o.dt -MT /build/math/test-float64x-fminmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fmod.o -MD -MP -MF /build/math/test-float64x-fmod.o.dt -MT /build/math/test-float64x-fmod.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-iseqsig.o -MD -MP -MF /build/math/test-float64x-iseqsig.o.dt -MT /build/math/test-float64x-iseqsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-getpayload.o -MD -MP -MF /build/math/test-float64x-getpayload.o.dt -MT /build/math/test-float64x-getpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-ilogb.o -MD -MP -MF /build/math/test-float64x-ilogb.o.dt -MT /build/math/test-float64x-ilogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-isfinite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-isfinite.o -MD -MP -MF /build/math/test-float64x-isfinite.o.dt -MT /build/math/test-float64x-isfinite.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-frexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-frexp.o -MD -MP -MF /build/math/test-float64x-frexp.o.dt -MT /build/math/test-float64x-frexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fpclassify.o -MD -MP -MF /build/math/test-float64x-fpclassify.o.dt -MT /build/math/test-float64x-fpclassify.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-iscanonical.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-iscanonical.o -MD -MP -MF /build/math/test-float64x-iscanonical.o.dt -MT /build/math/test-float64x-iscanonical.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-isgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-isgreater.o -MD -MP -MF /build/math/test-float64x-isgreater.o.dt -MT /build/math/test-float64x-isgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-isless.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-isless.o -MD -MP -MF /build/math/test-float64x-isless.o.dt -MT /build/math/test-float64x-isless.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-isgreaterequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-isgreaterequal.o -MD -MP -MF /build/math/test-float64x-isgreaterequal.o.dt -MT /build/math/test-float64x-isgreaterequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-isinf.o -MD -MP -MF /build/math/test-float64x-isinf.o.dt -MT /build/math/test-float64x-isinf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-islessgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-islessgreater.o -MD -MP -MF /build/math/test-float64x-islessgreater.o.dt -MT /build/math/test-float64x-islessgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-islessequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-islessequal.o -MD -MP -MF /build/math/test-float64x-islessequal.o.dt -MT /build/math/test-float64x-islessequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-isnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-isnormal.o -MD -MP -MF /build/math/test-float64x-isnormal.o.dt -MT /build/math/test-float64x-isnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-issubnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-issubnormal.o -MD -MP -MF /build/math/test-float64x-issubnormal.o.dt -MT /build/math/test-float64x-issubnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-isnan.o -MD -MP -MF /build/math/test-float64x-isnan.o.dt -MT /build/math/test-float64x-isnan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-llogb.o -MD -MP -MF /build/math/test-float64x-llogb.o.dt -MT /build/math/test-float64x-llogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-lrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-lrint.o -MD -MP -MF /build/math/test-float64x-lrint.o.dt -MT /build/math/test-float64x-lrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-issignaling.o -MD -MP -MF /build/math/test-float64x-issignaling.o.dt -MT /build/math/test-float64x-issignaling.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-iszero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-iszero.o -MD -MP -MF /build/math/test-float64x-iszero.o.dt -MT /build/math/test-float64x-iszero.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-llrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-llrint.o -MD -MP -MF /build/math/test-float64x-llrint.o.dt -MT /build/math/test-float64x-llrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-llround.o -MD -MP -MF /build/math/test-float64x-llround.o.dt -MT /build/math/test-float64x-llround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-isunordered.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-isunordered.o -MD -MP -MF /build/math/test-float64x-isunordered.o.dt -MT /build/math/test-float64x-isunordered.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-logb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-logb.o -MD -MP -MF /build/math/test-float64x-logb.o.dt -MT /build/math/test-float64x-logb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-lround.o -MD -MP -MF /build/math/test-float64x-lround.o.dt -MT /build/math/test-float64x-lround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-modf.o -MD -MP -MF /build/math/test-float64x-modf.o.dt -MT /build/math/test-float64x-modf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-nexttoward.o -MD -MP -MF /build/math/test-float64x-nexttoward.o.dt -MT /build/math/test-float64x-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-nearbyint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-nearbyint.o -MD -MP -MF /build/math/test-float64x-nearbyint.o.dt -MT /build/math/test-float64x-nearbyint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-nextafter.o -MD -MP -MF /build/math/test-float64x-nextafter.o.dt -MT /build/math/test-float64x-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-nextdown.o -MD -MP -MF /build/math/test-float64x-nextdown.o.dt -MT /build/math/test-float64x-nextdown.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-scalb.o -MD -MP -MF /build/math/test-float64x-scalb.o.dt -MT /build/math/test-float64x-scalb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-nextup.o -MD -MP -MF /build/math/test-float64x-nextup.o.dt -MT /build/math/test-float64x-nextup.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-remainder.o -MD -MP -MF /build/math/test-float64x-remainder.o.dt -MT /build/math/test-float64x-remainder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-round.o -MD -MP -MF /build/math/test-float64x-round.o.dt -MT /build/math/test-float64x-round.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-rint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-rint.o -MD -MP -MF /build/math/test-float64x-rint.o.dt -MT /build/math/test-float64x-rint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-remquo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-remquo.o -MD -MP -MF /build/math/test-float64x-remquo.o.dt -MT /build/math/test-float64x-remquo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-roundeven.o -MD -MP -MF /build/math/test-float64x-roundeven.o.dt -MT /build/math/test-float64x-roundeven.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-scalbln.o -MD -MP -MF /build/math/test-float64x-scalbln.o.dt -MT /build/math/test-float64x-scalbln.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-significand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-significand.o -MD -MP -MF /build/math/test-float64x-significand.o.dt -MT /build/math/test-float64x-significand.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-signbit.o -MD -MP -MF /build/math/test-float64x-signbit.o.dt -MT /build/math/test-float64x-signbit.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-setpayload.o -MD -MP -MF /build/math/test-float64x-setpayload.o.dt -MT /build/math/test-float64x-setpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-scalbn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-scalbn.o -MD -MP -MF /build/math/test-float64x-scalbn.o.dt -MT /build/math/test-float64x-scalbn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-setpayloadsig.o -MD -MP -MF /build/math/test-float64x-setpayloadsig.o.dt -MT /build/math/test-float64x-setpayloadsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-totalorder.o -MD -MP -MF /build/math/test-float64x-totalorder.o.dt -MT /build/math/test-float64x-totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-trunc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-trunc.o -MD -MP -MF /build/math/test-float64x-trunc.o.dt -MT /build/math/test-float64x-trunc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-totalordermag.o -MD -MP -MF /build/math/test-float64x-totalordermag.o.dt -MT /build/math/test-float64x-totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-acos.o -MD -MP -MF /build/math/test-float32-acos.o.dt -MT /build/math/test-float32-acos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-acosh.o -MD -MP -MF /build/math/test-float32-acosh.o.dt -MT /build/math/test-float32-acosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-compat_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-compat_totalordermag.o -MD -MP -MF /build/math/test-float64x-compat_totalordermag.o.dt -MT /build/math/test-float64x-compat_totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-asin.o -MD -MP -MF /build/math/test-float32-asin.o.dt -MT /build/math/test-float32-asin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-compat_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-compat_totalorder.o -MD -MP -MF /build/math/test-float64x-compat_totalorder.o.dt -MT /build/math/test-float64x-compat_totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-asinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-asinh.o -MD -MP -MF /build/math/test-float32-asinh.o.dt -MT /build/math/test-float32-asinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-atan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-atan.o -MD -MP -MF /build/math/test-float32-atan.o.dt -MT /build/math/test-float32-atan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-atanh.o -MD -MP -MF /build/math/test-float32-atanh.o.dt -MT /build/math/test-float32-atanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cabs.o -MD -MP -MF /build/math/test-float32-cabs.o.dt -MT /build/math/test-float32-cabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-atan2.o -MD -MP -MF /build/math/test-float32-atan2.o.dt -MT /build/math/test-float32-atan2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-carg.o -MD -MP -MF /build/math/test-float32-carg.o.dt -MT /build/math/test-float32-carg.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cacos.o -MD -MP -MF /build/math/test-float32-cacos.o.dt -MT /build/math/test-float32-cacos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cacosh.o -MD -MP -MF /build/math/test-float32-cacosh.o.dt -MT /build/math/test-float32-cacosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cbrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cbrt.o -MD -MP -MF /build/math/test-float32-cbrt.o.dt -MT /build/math/test-float32-cbrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-pow.o -MD -MP -MF /build/math/test-float128-pow.o.dt -MT /build/math/test-float128-pow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-ccos.o -MD -MP -MF /build/math/test-float32-ccos.o.dt -MT /build/math/test-float32-ccos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-ccosh.o -MD -MP -MF /build/math/test-float32-ccosh.o.dt -MT /build/math/test-float32-ccosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cexp.o -MD -MP -MF /build/math/test-float32-cexp.o.dt -MT /build/math/test-float32-cexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-catanh.o -MD -MP -MF /build/math/test-float32-catanh.o.dt -MT /build/math/test-float32-catanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-casin.o -MD -MP -MF /build/math/test-float32-casin.o.dt -MT /build/math/test-float32-casin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-catan.o -MD -MP -MF /build/math/test-float32-catan.o.dt -MT /build/math/test-float32-catan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-casinh.o -MD -MP -MF /build/math/test-float32-casinh.o.dt -MT /build/math/test-float32-casinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cos.o -MD -MP -MF /build/math/test-float32-cos.o.dt -MT /build/math/test-float32-cos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cosh.o -MD -MP -MF /build/math/test-float32-cosh.o.dt -MT /build/math/test-float32-cosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-clog.o -MD -MP -MF /build/math/test-float32-clog.o.dt -MT /build/math/test-float32-clog.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/libm-test-support-float32.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/libm-test-support-float32.o -MD -MP -MF /build/math/libm-test-support-float32.o.dt -MT /build/math/libm-test-support-float32.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-csin.o -MD -MP -MF /build/math/test-float32-csin.o.dt -MT /build/math/test-float32-csin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-csinh.o -MD -MP -MF /build/math/test-float32-csinh.o.dt -MT /build/math/test-float32-csinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cpow.o -MD -MP -MF /build/math/test-float32-cpow.o.dt -MT /build/math/test-float32-cpow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-erfc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-erfc.o -MD -MP -MF /build/math/test-float32-erfc.o.dt -MT /build/math/test-float32-erfc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-ctan.o -MD -MP -MF /build/math/test-float32-ctan.o.dt -MT /build/math/test-float32-ctan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-ctanh.o -MD -MP -MF /build/math/test-float32-ctanh.o.dt -MT /build/math/test-float32-ctanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-csqrt.o -MD -MP -MF /build/math/test-float32-csqrt.o.dt -MT /build/math/test-float32-csqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-clog10.o -MD -MP -MF /build/math/test-float32-clog10.o.dt -MT /build/math/test-float32-clog10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-erf.o -MD -MP -MF /build/math/test-float32-erf.o.dt -MT /build/math/test-float32-erf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-exp.o -MD -MP -MF /build/math/test-float32-exp.o.dt -MT /build/math/test-float32-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-exp2.o -MD -MP -MF /build/math/test-float32-exp2.o.dt -MT /build/math/test-float32-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-exp10.o -MD -MP -MF /build/math/test-float32-exp10.o.dt -MT /build/math/test-float32-exp10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-exp10m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-exp10m1.o -MD -MP -MF /build/math/test-float32-exp10m1.o.dt -MT /build/math/test-float32-exp10m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-exp2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-exp2m1.o -MD -MP -MF /build/math/test-float32-exp2m1.o.dt -MT /build/math/test-float32-exp2m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-expm1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-expm1.o -MD -MP -MF /build/math/test-float32-expm1.o.dt -MT /build/math/test-float32-expm1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-j0.o -MD -MP -MF /build/math/test-float32-j0.o.dt -MT /build/math/test-float32-j0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-j1.o -MD -MP -MF /build/math/test-float32-j1.o.dt -MT /build/math/test-float32-j1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-log10.o -MD -MP -MF /build/math/test-float32-log10.o.dt -MT /build/math/test-float32-log10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-hypot.o -MD -MP -MF /build/math/test-float32-hypot.o.dt -MT /build/math/test-float32-hypot.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-log.o -MD -MP -MF /build/math/test-float32-log.o.dt -MT /build/math/test-float32-log.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-log2.o -MD -MP -MF /build/math/test-float32-log2.o.dt -MT /build/math/test-float32-log2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-jn.o -MD -MP -MF /build/math/test-float32-jn.o.dt -MT /build/math/test-float32-jn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-log10p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-log10p1.o -MD -MP -MF /build/math/test-float32-log10p1.o.dt -MT /build/math/test-float32-log10p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fma.o -MD -MP -MF /build/math/test-float32-fma.o.dt -MT /build/math/test-float32-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-log1p.o -MD -MP -MF /build/math/test-float32-log1p.o.dt -MT /build/math/test-float32-log1p.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-log2p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-log2p1.o -MD -MP -MF /build/math/test-float32-log2p1.o.dt -MT /build/math/test-float32-log2p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-lgamma.o -MD -MP -MF /build/math/test-float32-lgamma.o.dt -MT /build/math/test-float32-lgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-sin.o -MD -MP -MF /build/math/test-float32-sin.o.dt -MT /build/math/test-float32-sin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-sinh.o -MD -MP -MF /build/math/test-float32-sinh.o.dt -MT /build/math/test-float32-sinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-sqrt.o -MD -MP -MF /build/math/test-float32-sqrt.o.dt -MT /build/math/test-float32-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-tan.o -MD -MP -MF /build/math/test-float32-tan.o.dt -MT /build/math/test-float32-tan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-y0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-y0.o -MD -MP -MF /build/math/test-float32-y0.o.dt -MT /build/math/test-float32-y0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-tanh.o -MD -MP -MF /build/math/test-float32-tanh.o.dt -MT /build/math/test-float32-tanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-sincos.o -MD -MP -MF /build/math/test-float32-sincos.o.dt -MT /build/math/test-float32-sincos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-yn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-yn.o -MD -MP -MF /build/math/test-float32-yn.o.dt -MT /build/math/test-float32-yn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-canonicalize.o -MD -MP -MF /build/math/test-float32-canonicalize.o.dt -MT /build/math/test-float32-canonicalize.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-y1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-y1.o -MD -MP -MF /build/math/test-float32-y1.o.dt -MT /build/math/test-float32-y1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cimag.o -MD -MP -MF /build/math/test-float32-cimag.o.dt -MT /build/math/test-float32-cimag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-tgamma.o -MD -MP -MF /build/math/test-float32-tgamma.o.dt -MT /build/math/test-float32-tgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-ceil.o -MD -MP -MF /build/math/test-float32-ceil.o.dt -MT /build/math/test-float32-ceil.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-pow.o -MD -MP -MF /build/math/test-float32-pow.o.dt -MT /build/math/test-float32-pow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-conj.o -MD -MP -MF /build/math/test-float32-conj.o.dt -MT /build/math/test-float32-conj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-copysign.o -MD -MP -MF /build/math/test-float32-copysign.o.dt -MT /build/math/test-float32-copysign.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fabs.o -MD -MP -MF /build/math/test-float32-fabs.o.dt -MT /build/math/test-float32-fabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-creal.o -MD -MP -MF /build/math/test-float32-creal.o.dt -MT /build/math/test-float32-creal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fdim.o -MD -MP -MF /build/math/test-float32-fdim.o.dt -MT /build/math/test-float32-fdim.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-cproj.o -MD -MP -MF /build/math/test-float32-cproj.o.dt -MT /build/math/test-float32-cproj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fmax.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fmax.o -MD -MP -MF /build/math/test-float32-fmax.o.dt -MT /build/math/test-float32-fmax.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-ufromfp.o -MD -MP -MF /build/math/test-float64x-ufromfp.o.dt -MT /build/math/test-float64x-ufromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-floor.o -MD -MP -MF /build/math/test-float32-floor.o.dt -MT /build/math/test-float32-floor.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-ufromfpx.o -MD -MP -MF /build/math/test-float64x-ufromfpx.o.dt -MT /build/math/test-float64x-ufromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fmaximum.o -MD -MP -MF /build/math/test-float32-fmaximum.o.dt -MT /build/math/test-float32-fmaximum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fmaximum_mag_num.o -MD -MP -MF /build/math/test-float32-fmaximum_mag_num.o.dt -MT /build/math/test-float32-fmaximum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fmin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fmin.o -MD -MP -MF /build/math/test-float32-fmin.o.dt -MT /build/math/test-float32-fmin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fmaximum_mag.o -MD -MP -MF /build/math/test-float32-fmaximum_mag.o.dt -MT /build/math/test-float32-fmaximum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fmaximum_num.o -MD -MP -MF /build/math/test-float32-fmaximum_num.o.dt -MT /build/math/test-float32-fmaximum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fminimum.o -MD -MP -MF /build/math/test-float32-fminimum.o.dt -MT /build/math/test-float32-fminimum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fmaxmag.o -MD -MP -MF /build/math/test-float32-fmaxmag.o.dt -MT /build/math/test-float32-fmaxmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fminimum_mag_num.o -MD -MP -MF /build/math/test-float32-fminimum_mag_num.o.dt -MT /build/math/test-float32-fminimum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fminimum_mag.o -MD -MP -MF /build/math/test-float32-fminimum_mag.o.dt -MT /build/math/test-float32-fminimum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fminmag.o -MD -MP -MF /build/math/test-float32-fminmag.o.dt -MT /build/math/test-float32-fminmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-frexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-frexp.o -MD -MP -MF /build/math/test-float32-frexp.o.dt -MT /build/math/test-float32-frexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fminimum_num.o -MD -MP -MF /build/math/test-float32-fminimum_num.o.dt -MT /build/math/test-float32-fminimum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fmod.o -MD -MP -MF /build/math/test-float32-fmod.o.dt -MT /build/math/test-float32-fmod.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-ilogb.o -MD -MP -MF /build/math/test-float32-ilogb.o.dt -MT /build/math/test-float32-ilogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fpclassify.o -MD -MP -MF /build/math/test-float32-fpclassify.o.dt -MT /build/math/test-float32-fpclassify.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-iscanonical.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-iscanonical.o -MD -MP -MF /build/math/test-float32-iscanonical.o.dt -MT /build/math/test-float32-iscanonical.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-getpayload.o -MD -MP -MF /build/math/test-float32-getpayload.o.dt -MT /build/math/test-float32-getpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-iseqsig.o -MD -MP -MF /build/math/test-float32-iseqsig.o.dt -MT /build/math/test-float32-iseqsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-isgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-isgreater.o -MD -MP -MF /build/math/test-float32-isgreater.o.dt -MT /build/math/test-float32-isgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-isfinite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-isfinite.o -MD -MP -MF /build/math/test-float32-isfinite.o.dt -MT /build/math/test-float32-isfinite.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-isless.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-isless.o -MD -MP -MF /build/math/test-float32-isless.o.dt -MT /build/math/test-float32-isless.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-isinf.o -MD -MP -MF /build/math/test-float32-isinf.o.dt -MT /build/math/test-float32-isinf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-isgreaterequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-isgreaterequal.o -MD -MP -MF /build/math/test-float32-isgreaterequal.o.dt -MT /build/math/test-float32-isgreaterequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-islessequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-islessequal.o -MD -MP -MF /build/math/test-float32-islessequal.o.dt -MT /build/math/test-float32-islessequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fromfpx.o -MD -MP -MF /build/math/test-float64x-fromfpx.o.dt -MT /build/math/test-float64x-fromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-isnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-isnormal.o -MD -MP -MF /build/math/test-float32-isnormal.o.dt -MT /build/math/test-float32-isnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-isnan.o -MD -MP -MF /build/math/test-float32-isnan.o.dt -MT /build/math/test-float32-isnan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-issignaling.o -MD -MP -MF /build/math/test-float32-issignaling.o.dt -MT /build/math/test-float32-issignaling.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-islessgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-islessgreater.o -MD -MP -MF /build/math/test-float32-islessgreater.o.dt -MT /build/math/test-float32-islessgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-llogb.o -MD -MP -MF /build/math/test-float32-llogb.o.dt -MT /build/math/test-float32-llogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-isunordered.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-isunordered.o -MD -MP -MF /build/math/test-float32-isunordered.o.dt -MT /build/math/test-float32-isunordered.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-iszero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-iszero.o -MD -MP -MF /build/math/test-float32-iszero.o.dt -MT /build/math/test-float32-iszero.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-fromfp.o -MD -MP -MF /build/math/test-float64x-fromfp.o.dt -MT /build/math/test-float64x-fromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-llround.o -MD -MP -MF /build/math/test-float32-llround.o.dt -MT /build/math/test-float32-llround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-issubnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-issubnormal.o -MD -MP -MF /build/math/test-float32-issubnormal.o.dt -MT /build/math/test-float32-issubnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-llrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-llrint.o -MD -MP -MF /build/math/test-float32-llrint.o.dt -MT /build/math/test-float32-llrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-logb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-logb.o -MD -MP -MF /build/math/test-float32-logb.o.dt -MT /build/math/test-float32-logb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-nexttoward.o -MD -MP -MF /build/math/test-float32-nexttoward.o.dt -MT /build/math/test-float32-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-modf.o -MD -MP -MF /build/math/test-float32-modf.o.dt -MT /build/math/test-float32-modf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-lround.o -MD -MP -MF /build/math/test-float32-lround.o.dt -MT /build/math/test-float32-lround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-lrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-lrint.o -MD -MP -MF /build/math/test-float32-lrint.o.dt -MT /build/math/test-float32-lrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-nearbyint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-nearbyint.o -MD -MP -MF /build/math/test-float32-nearbyint.o.dt -MT /build/math/test-float32-nearbyint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-nextafter.o -MD -MP -MF /build/math/test-float32-nextafter.o.dt -MT /build/math/test-float32-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-remainder.o -MD -MP -MF /build/math/test-float32-remainder.o.dt -MT /build/math/test-float32-remainder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-nextdown.o -MD -MP -MF /build/math/test-float32-nextdown.o.dt -MT /build/math/test-float32-nextdown.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-nextup.o -MD -MP -MF /build/math/test-float32-nextup.o.dt -MT /build/math/test-float32-nextup.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-scalb.o -MD -MP -MF /build/math/test-float32-scalb.o.dt -MT /build/math/test-float32-scalb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-rint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-rint.o -MD -MP -MF /build/math/test-float32-rint.o.dt -MT /build/math/test-float32-rint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-round.o -MD -MP -MF /build/math/test-float32-round.o.dt -MT /build/math/test-float32-round.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-remquo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-remquo.o -MD -MP -MF /build/math/test-float32-remquo.o.dt -MT /build/math/test-float32-remquo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-roundeven.o -MD -MP -MF /build/math/test-float32-roundeven.o.dt -MT /build/math/test-float32-roundeven.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-scalbln.o -MD -MP -MF /build/math/test-float32-scalbln.o.dt -MT /build/math/test-float32-scalbln.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-significand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-significand.o -MD -MP -MF /build/math/test-float32-significand.o.dt -MT /build/math/test-float32-significand.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-scalbn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-scalbn.o -MD -MP -MF /build/math/test-float32-scalbn.o.dt -MT /build/math/test-float32-scalbn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-setpayload.o -MD -MP -MF /build/math/test-float32-setpayload.o.dt -MT /build/math/test-float32-setpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-signbit.o -MD -MP -MF /build/math/test-float32-signbit.o.dt -MT /build/math/test-float32-signbit.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-totalordermag.o -MD -MP -MF /build/math/test-float32-totalordermag.o.dt -MT /build/math/test-float32-totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-totalorder.o -MD -MP -MF /build/math/test-float32-totalorder.o.dt -MT /build/math/test-float32-totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-setpayloadsig.o -MD -MP -MF /build/math/test-float32-setpayloadsig.o.dt -MT /build/math/test-float32-setpayloadsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-trunc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-trunc.o -MD -MP -MF /build/math/test-float32-trunc.o.dt -MT /build/math/test-float32-trunc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-acosh.o -MD -MP -MF /build/math/test-float32x-acosh.o.dt -MT /build/math/test-float32x-acosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-acos.o -MD -MP -MF /build/math/test-float32x-acos.o.dt -MT /build/math/test-float32x-acos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-asin.o -MD -MP -MF /build/math/test-float32x-asin.o.dt -MT /build/math/test-float32x-asin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-compat_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-compat_totalorder.o -MD -MP -MF /build/math/test-float32-compat_totalorder.o.dt -MT /build/math/test-float32-compat_totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-compat_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-compat_totalordermag.o -MD -MP -MF /build/math/test-float32-compat_totalordermag.o.dt -MT /build/math/test-float32-compat_totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-asinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-asinh.o -MD -MP -MF /build/math/test-float32x-asinh.o.dt -MT /build/math/test-float32x-asinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-atan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-atan.o -MD -MP -MF /build/math/test-float32x-atan.o.dt -MT /build/math/test-float32x-atan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cabs.o -MD -MP -MF /build/math/test-float32x-cabs.o.dt -MT /build/math/test-float32x-cabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fromfpx.o -MD -MP -MF /build/math/test-float32-fromfpx.o.dt -MT /build/math/test-float32-fromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-fromfp.o -MD -MP -MF /build/math/test-float32-fromfp.o.dt -MT /build/math/test-float32-fromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-atanh.o -MD -MP -MF /build/math/test-float32x-atanh.o.dt -MT /build/math/test-float32x-atanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-carg.o -MD -MP -MF /build/math/test-float32x-carg.o.dt -MT /build/math/test-float32x-carg.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-atan2.o -MD -MP -MF /build/math/test-float32x-atan2.o.dt -MT /build/math/test-float32x-atan2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cbrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cbrt.o -MD -MP -MF /build/math/test-float32x-cbrt.o.dt -MT /build/math/test-float32x-cbrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-ccos.o -MD -MP -MF /build/math/test-float32x-ccos.o.dt -MT /build/math/test-float32x-ccos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-ccosh.o -MD -MP -MF /build/math/test-float32x-ccosh.o.dt -MT /build/math/test-float32x-ccosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cexp.o -MD -MP -MF /build/math/test-float32x-cexp.o.dt -MT /build/math/test-float32x-cexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cacos.o -MD -MP -MF /build/math/test-float32x-cacos.o.dt -MT /build/math/test-float32x-cacos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cos.o -MD -MP -MF /build/math/test-float32x-cos.o.dt -MT /build/math/test-float32x-cos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cacosh.o -MD -MP -MF /build/math/test-float32x-cacosh.o.dt -MT /build/math/test-float32x-cacosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-casin.o -MD -MP -MF /build/math/test-float32x-casin.o.dt -MT /build/math/test-float32x-casin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-catanh.o -MD -MP -MF /build/math/test-float32x-catanh.o.dt -MT /build/math/test-float32x-catanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cosh.o -MD -MP -MF /build/math/test-float32x-cosh.o.dt -MT /build/math/test-float32x-cosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-casinh.o -MD -MP -MF /build/math/test-float32x-casinh.o.dt -MT /build/math/test-float32x-casinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-catan.o -MD -MP -MF /build/math/test-float32x-catan.o.dt -MT /build/math/test-float32x-catan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-ufromfpx.o -MD -MP -MF /build/math/test-float32-ufromfpx.o.dt -MT /build/math/test-float32-ufromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-ufromfp.o -MD -MP -MF /build/math/test-float32-ufromfp.o.dt -MT /build/math/test-float32-ufromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-ufromfp.o -MD -MP -MF /build/math/test-float128-ufromfp.o.dt -MT /build/math/test-float128-ufromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cpow.o -MD -MP -MF /build/math/test-float32x-cpow.o.dt -MT /build/math/test-float32x-cpow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-csin.o -MD -MP -MF /build/math/test-float32x-csin.o.dt -MT /build/math/test-float32x-csin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-ufromfpx.o -MD -MP -MF /build/math/test-float128-ufromfpx.o.dt -MT /build/math/test-float128-ufromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-csinh.o -MD -MP -MF /build/math/test-float32x-csinh.o.dt -MT /build/math/test-float32x-csinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-ctan.o -MD -MP -MF /build/math/test-float32x-ctan.o.dt -MT /build/math/test-float32x-ctan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-csqrt.o -MD -MP -MF /build/math/test-float32x-csqrt.o.dt -MT /build/math/test-float32x-csqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-ctanh.o -MD -MP -MF /build/math/test-float32x-ctanh.o.dt -MT /build/math/test-float32x-ctanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-erf.o -MD -MP -MF /build/math/test-float32x-erf.o.dt -MT /build/math/test-float32x-erf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/libm-test-support-float32x.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/libm-test-support-float32x.o -MD -MP -MF /build/math/libm-test-support-float32x.o.dt -MT /build/math/libm-test-support-float32x.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-exp2.o -MD -MP -MF /build/math/test-float32x-exp2.o.dt -MT /build/math/test-float32x-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-erfc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-erfc.o -MD -MP -MF /build/math/test-float32x-erfc.o.dt -MT /build/math/test-float32x-erfc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-clog10.o -MD -MP -MF /build/math/test-float32x-clog10.o.dt -MT /build/math/test-float32x-clog10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-exp10.o -MD -MP -MF /build/math/test-float32x-exp10.o.dt -MT /build/math/test-float32x-exp10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-exp2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-exp2m1.o -MD -MP -MF /build/math/test-float32x-exp2m1.o.dt -MT /build/math/test-float32x-exp2m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-clog.o -MD -MP -MF /build/math/test-float32x-clog.o.dt -MT /build/math/test-float32x-clog.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-exp10m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-exp10m1.o -MD -MP -MF /build/math/test-float32x-exp10m1.o.dt -MT /build/math/test-float32x-exp10m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-exp.o -MD -MP -MF /build/math/test-float32x-exp.o.dt -MT /build/math/test-float32x-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-expm1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-expm1.o -MD -MP -MF /build/math/test-float32x-expm1.o.dt -MT /build/math/test-float32x-expm1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-j0.o -MD -MP -MF /build/math/test-float32x-j0.o.dt -MT /build/math/test-float32x-j0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-j1.o -MD -MP -MF /build/math/test-float32x-j1.o.dt -MT /build/math/test-float32x-j1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-hypot.o -MD -MP -MF /build/math/test-float32x-hypot.o.dt -MT /build/math/test-float32x-hypot.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-jn.o -MD -MP -MF /build/math/test-float32x-jn.o.dt -MT /build/math/test-float32x-jn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-log2.o -MD -MP -MF /build/math/test-float32x-log2.o.dt -MT /build/math/test-float32x-log2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fma.o -MD -MP -MF /build/math/test-float32x-fma.o.dt -MT /build/math/test-float32x-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-log10.o -MD -MP -MF /build/math/test-float32x-log10.o.dt -MT /build/math/test-float32x-log10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-log.o -MD -MP -MF /build/math/test-float32x-log.o.dt -MT /build/math/test-float32x-log.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-log10p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-log10p1.o -MD -MP -MF /build/math/test-float32x-log10p1.o.dt -MT /build/math/test-float32x-log10p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-log2p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-log2p1.o -MD -MP -MF /build/math/test-float32x-log2p1.o.dt -MT /build/math/test-float32x-log2p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-log1p.o -MD -MP -MF /build/math/test-float32x-log1p.o.dt -MT /build/math/test-float32x-log1p.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-sin.o -MD -MP -MF /build/math/test-float32x-sin.o.dt -MT /build/math/test-float32x-sin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-lgamma.o -MD -MP -MF /build/math/test-float32x-lgamma.o.dt -MT /build/math/test-float32x-lgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-sinh.o -MD -MP -MF /build/math/test-float32x-sinh.o.dt -MT /build/math/test-float32x-sinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-sqrt.o -MD -MP -MF /build/math/test-float32x-sqrt.o.dt -MT /build/math/test-float32x-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-tanh.o -MD -MP -MF /build/math/test-float32x-tanh.o.dt -MT /build/math/test-float32x-tanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-y0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-y0.o -MD -MP -MF /build/math/test-float32x-y0.o.dt -MT /build/math/test-float32x-y0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-tan.o -MD -MP -MF /build/math/test-float32x-tan.o.dt -MT /build/math/test-float32x-tan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-sincos.o -MD -MP -MF /build/math/test-float32x-sincos.o.dt -MT /build/math/test-float32x-sincos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-y1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-y1.o -MD -MP -MF /build/math/test-float32x-y1.o.dt -MT /build/math/test-float32x-y1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-tgamma.o -MD -MP -MF /build/math/test-float32x-tgamma.o.dt -MT /build/math/test-float32x-tgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-yn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-yn.o -MD -MP -MF /build/math/test-float32x-yn.o.dt -MT /build/math/test-float32x-yn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-ceil.o -MD -MP -MF /build/math/test-float32x-ceil.o.dt -MT /build/math/test-float32x-ceil.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cimag.o -MD -MP -MF /build/math/test-float32x-cimag.o.dt -MT /build/math/test-float32x-cimag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-copysign.o -MD -MP -MF /build/math/test-float32x-copysign.o.dt -MT /build/math/test-float32x-copysign.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-conj.o -MD -MP -MF /build/math/test-float32x-conj.o.dt -MT /build/math/test-float32x-conj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-creal.o -MD -MP -MF /build/math/test-float32x-creal.o.dt -MT /build/math/test-float32x-creal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fdim.o -MD -MP -MF /build/math/test-float32x-fdim.o.dt -MT /build/math/test-float32x-fdim.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-canonicalize.o -MD -MP -MF /build/math/test-float32x-canonicalize.o.dt -MT /build/math/test-float32x-canonicalize.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-cproj.o -MD -MP -MF /build/math/test-float32x-cproj.o.dt -MT /build/math/test-float32x-cproj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fabs.o -MD -MP -MF /build/math/test-float32x-fabs.o.dt -MT /build/math/test-float32x-fabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fmax.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fmax.o -MD -MP -MF /build/math/test-float32x-fmax.o.dt -MT /build/math/test-float32x-fmax.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fmaximum.o -MD -MP -MF /build/math/test-float32x-fmaximum.o.dt -MT /build/math/test-float32x-fmaximum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-floor.o -MD -MP -MF /build/math/test-float32x-floor.o.dt -MT /build/math/test-float32x-floor.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fmaximum_num.o -MD -MP -MF /build/math/test-float32x-fmaximum_num.o.dt -MT /build/math/test-float32x-fmaximum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fmaximum_mag_num.o -MD -MP -MF /build/math/test-float32x-fmaximum_mag_num.o.dt -MT /build/math/test-float32x-fmaximum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fmaximum_mag.o -MD -MP -MF /build/math/test-float32x-fmaximum_mag.o.dt -MT /build/math/test-float32x-fmaximum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fmaxmag.o -MD -MP -MF /build/math/test-float32x-fmaxmag.o.dt -MT /build/math/test-float32x-fmaxmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-pow.o -MD -MP -MF /build/math/test-float32x-pow.o.dt -MT /build/math/test-float32x-pow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fminimum_num.o -MD -MP -MF /build/math/test-float32x-fminimum_num.o.dt -MT /build/math/test-float32x-fminimum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fminimum.o -MD -MP -MF /build/math/test-float32x-fminimum.o.dt -MT /build/math/test-float32x-fminimum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fminimum_mag.o -MD -MP -MF /build/math/test-float32x-fminimum_mag.o.dt -MT /build/math/test-float32x-fminimum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fmin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fmin.o -MD -MP -MF /build/math/test-float32x-fmin.o.dt -MT /build/math/test-float32x-fmin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fminimum_mag_num.o -MD -MP -MF /build/math/test-float32x-fminimum_mag_num.o.dt -MT /build/math/test-float32x-fminimum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fpclassify.o -MD -MP -MF /build/math/test-float32x-fpclassify.o.dt -MT /build/math/test-float32x-fpclassify.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-frexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-frexp.o -MD -MP -MF /build/math/test-float32x-frexp.o.dt -MT /build/math/test-float32x-frexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-ilogb.o -MD -MP -MF /build/math/test-float32x-ilogb.o.dt -MT /build/math/test-float32x-ilogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-getpayload.o -MD -MP -MF /build/math/test-float32x-getpayload.o.dt -MT /build/math/test-float32x-getpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fmod.o -MD -MP -MF /build/math/test-float32x-fmod.o.dt -MT /build/math/test-float32x-fmod.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fminmag.o -MD -MP -MF /build/math/test-float32x-fminmag.o.dt -MT /build/math/test-float32x-fminmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-iscanonical.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-iscanonical.o -MD -MP -MF /build/math/test-float32x-iscanonical.o.dt -MT /build/math/test-float32x-iscanonical.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-isfinite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-isfinite.o -MD -MP -MF /build/math/test-float32x-isfinite.o.dt -MT /build/math/test-float32x-isfinite.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-isgreaterequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-isgreaterequal.o -MD -MP -MF /build/math/test-float32x-isgreaterequal.o.dt -MT /build/math/test-float32x-isgreaterequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-isgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-isgreater.o -MD -MP -MF /build/math/test-float32x-isgreater.o.dt -MT /build/math/test-float32x-isgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-isinf.o -MD -MP -MF /build/math/test-float32x-isinf.o.dt -MT /build/math/test-float32x-isinf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-iseqsig.o -MD -MP -MF /build/math/test-float32x-iseqsig.o.dt -MT /build/math/test-float32x-iseqsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-islessgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-islessgreater.o -MD -MP -MF /build/math/test-float32x-islessgreater.o.dt -MT /build/math/test-float32x-islessgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-isnan.o -MD -MP -MF /build/math/test-float32x-isnan.o.dt -MT /build/math/test-float32x-isnan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-isless.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-isless.o -MD -MP -MF /build/math/test-float32x-isless.o.dt -MT /build/math/test-float32x-isless.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-islessequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-islessequal.o -MD -MP -MF /build/math/test-float32x-islessequal.o.dt -MT /build/math/test-float32x-islessequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-isnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-isnormal.o -MD -MP -MF /build/math/test-float32x-isnormal.o.dt -MT /build/math/test-float32x-isnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-issignaling.o -MD -MP -MF /build/math/test-float32x-issignaling.o.dt -MT /build/math/test-float32x-issignaling.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-issubnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-issubnormal.o -MD -MP -MF /build/math/test-float32x-issubnormal.o.dt -MT /build/math/test-float32x-issubnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-isunordered.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-isunordered.o -MD -MP -MF /build/math/test-float32x-isunordered.o.dt -MT /build/math/test-float32x-isunordered.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-iszero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-iszero.o -MD -MP -MF /build/math/test-float32x-iszero.o.dt -MT /build/math/test-float32x-iszero.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-llrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-llrint.o -MD -MP -MF /build/math/test-float32x-llrint.o.dt -MT /build/math/test-float32x-llrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-lrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-lrint.o -MD -MP -MF /build/math/test-float32x-lrint.o.dt -MT /build/math/test-float32x-lrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-llogb.o -MD -MP -MF /build/math/test-float32x-llogb.o.dt -MT /build/math/test-float32x-llogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-lround.o -MD -MP -MF /build/math/test-float32x-lround.o.dt -MT /build/math/test-float32x-lround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-llround.o -MD -MP -MF /build/math/test-float32x-llround.o.dt -MT /build/math/test-float32x-llround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-logb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-logb.o -MD -MP -MF /build/math/test-float32x-logb.o.dt -MT /build/math/test-float32x-logb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-nexttoward.o -MD -MP -MF /build/math/test-float32x-nexttoward.o.dt -MT /build/math/test-float32x-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-nearbyint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-nearbyint.o -MD -MP -MF /build/math/test-float32x-nearbyint.o.dt -MT /build/math/test-float32x-nearbyint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-modf.o -MD -MP -MF /build/math/test-float32x-modf.o.dt -MT /build/math/test-float32x-modf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-nextafter.o -MD -MP -MF /build/math/test-float32x-nextafter.o.dt -MT /build/math/test-float32x-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-scalb.o -MD -MP -MF /build/math/test-float32x-scalb.o.dt -MT /build/math/test-float32x-scalb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-rint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-rint.o -MD -MP -MF /build/math/test-float32x-rint.o.dt -MT /build/math/test-float32x-rint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-remainder.o -MD -MP -MF /build/math/test-float32x-remainder.o.dt -MT /build/math/test-float32x-remainder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-round.o -MD -MP -MF /build/math/test-float32x-round.o.dt -MT /build/math/test-float32x-round.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-nextup.o -MD -MP -MF /build/math/test-float32x-nextup.o.dt -MT /build/math/test-float32x-nextup.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-nextdown.o -MD -MP -MF /build/math/test-float32x-nextdown.o.dt -MT /build/math/test-float32x-nextdown.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-roundeven.o -MD -MP -MF /build/math/test-float32x-roundeven.o.dt -MT /build/math/test-float32x-roundeven.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-remquo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-remquo.o -MD -MP -MF /build/math/test-float32x-remquo.o.dt -MT /build/math/test-float32x-remquo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-significand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-significand.o -MD -MP -MF /build/math/test-float32x-significand.o.dt -MT /build/math/test-float32x-significand.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-scalbln.o -MD -MP -MF /build/math/test-float32x-scalbln.o.dt -MT /build/math/test-float32x-scalbln.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-signbit.o -MD -MP -MF /build/math/test-float32x-signbit.o.dt -MT /build/math/test-float32x-signbit.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-setpayloadsig.o -MD -MP -MF /build/math/test-float32x-setpayloadsig.o.dt -MT /build/math/test-float32x-setpayloadsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-scalbn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-scalbn.o -MD -MP -MF /build/math/test-float32x-scalbn.o.dt -MT /build/math/test-float32x-scalbn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-setpayload.o -MD -MP -MF /build/math/test-float32x-setpayload.o.dt -MT /build/math/test-float32x-setpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-totalorder.o -MD -MP -MF /build/math/test-float32x-totalorder.o.dt -MT /build/math/test-float32x-totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-totalordermag.o -MD -MP -MF /build/math/test-float32x-totalordermag.o.dt -MT /build/math/test-float32x-totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-trunc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-trunc.o -MD -MP -MF /build/math/test-float32x-trunc.o.dt -MT /build/math/test-float32x-trunc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-compat_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-compat_totalorder.o -MD -MP -MF /build/math/test-float32x-compat_totalorder.o.dt -MT /build/math/test-float32x-compat_totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-asin.o -MD -MP -MF /build/math/test-float64-asin.o.dt -MT /build/math/test-float64-asin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-acosh.o -MD -MP -MF /build/math/test-float64-acosh.o.dt -MT /build/math/test-float64-acosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-acos.o -MD -MP -MF /build/math/test-float64-acos.o.dt -MT /build/math/test-float64-acos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-atan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-atan.o -MD -MP -MF /build/math/test-float64-atan.o.dt -MT /build/math/test-float64-atan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-compat_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-compat_totalordermag.o -MD -MP -MF /build/math/test-float32x-compat_totalordermag.o.dt -MT /build/math/test-float32x-compat_totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-asinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-asinh.o -MD -MP -MF /build/math/test-float64-asinh.o.dt -MT /build/math/test-float64-asinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-atanh.o -MD -MP -MF /build/math/test-float64-atanh.o.dt -MT /build/math/test-float64-atanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-carg.o -MD -MP -MF /build/math/test-float64-carg.o.dt -MT /build/math/test-float64-carg.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cabs.o -MD -MP -MF /build/math/test-float64-cabs.o.dt -MT /build/math/test-float64-cabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-atan2.o -MD -MP -MF /build/math/test-float64-atan2.o.dt -MT /build/math/test-float64-atan2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-ccos.o -MD -MP -MF /build/math/test-float64-ccos.o.dt -MT /build/math/test-float64-ccos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cacos.o -MD -MP -MF /build/math/test-float64-cacos.o.dt -MT /build/math/test-float64-cacos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cbrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cbrt.o -MD -MP -MF /build/math/test-float64-cbrt.o.dt -MT /build/math/test-float64-cbrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cacosh.o -MD -MP -MF /build/math/test-float64-cacosh.o.dt -MT /build/math/test-float64-cacosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cexp.o -MD -MP -MF /build/math/test-float64-cexp.o.dt -MT /build/math/test-float64-cexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-ccosh.o -MD -MP -MF /build/math/test-float64-ccosh.o.dt -MT /build/math/test-float64-ccosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cos.o -MD -MP -MF /build/math/test-float64-cos.o.dt -MT /build/math/test-float64-cos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cosh.o -MD -MP -MF /build/math/test-float64-cosh.o.dt -MT /build/math/test-float64-cosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-casin.o -MD -MP -MF /build/math/test-float64-casin.o.dt -MT /build/math/test-float64-casin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-catan.o -MD -MP -MF /build/math/test-float64-catan.o.dt -MT /build/math/test-float64-catan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-catanh.o -MD -MP -MF /build/math/test-float64-catanh.o.dt -MT /build/math/test-float64-catanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-casinh.o -MD -MP -MF /build/math/test-float64-casinh.o.dt -MT /build/math/test-float64-casinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-csin.o -MD -MP -MF /build/math/test-float64-csin.o.dt -MT /build/math/test-float64-csin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cpow.o -MD -MP -MF /build/math/test-float64-cpow.o.dt -MT /build/math/test-float64-cpow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-csinh.o -MD -MP -MF /build/math/test-float64-csinh.o.dt -MT /build/math/test-float64-csinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-ctanh.o -MD -MP -MF /build/math/test-float64-ctanh.o.dt -MT /build/math/test-float64-ctanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-erfc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-erfc.o -MD -MP -MF /build/math/test-float64-erfc.o.dt -MT /build/math/test-float64-erfc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-csqrt.o -MD -MP -MF /build/math/test-float64-csqrt.o.dt -MT /build/math/test-float64-csqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-ctan.o -MD -MP -MF /build/math/test-float64-ctan.o.dt -MT /build/math/test-float64-ctan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/libm-test-support-float64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/libm-test-support-float64.o -MD -MP -MF /build/math/libm-test-support-float64.o.dt -MT /build/math/libm-test-support-float64.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-erf.o -MD -MP -MF /build/math/test-float64-erf.o.dt -MT /build/math/test-float64-erf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-exp.o -MD -MP -MF /build/math/test-float64-exp.o.dt -MT /build/math/test-float64-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-exp2.o -MD -MP -MF /build/math/test-float64-exp2.o.dt -MT /build/math/test-float64-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-clog10.o -MD -MP -MF /build/math/test-float64-clog10.o.dt -MT /build/math/test-float64-clog10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-clog.o -MD -MP -MF /build/math/test-float64-clog.o.dt -MT /build/math/test-float64-clog.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-expm1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-expm1.o -MD -MP -MF /build/math/test-float64-expm1.o.dt -MT /build/math/test-float64-expm1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-exp10.o -MD -MP -MF /build/math/test-float64-exp10.o.dt -MT /build/math/test-float64-exp10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-exp10m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-exp10m1.o -MD -MP -MF /build/math/test-float64-exp10m1.o.dt -MT /build/math/test-float64-exp10m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-exp2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-exp2m1.o -MD -MP -MF /build/math/test-float64-exp2m1.o.dt -MT /build/math/test-float64-exp2m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-hypot.o -MD -MP -MF /build/math/test-float64-hypot.o.dt -MT /build/math/test-float64-hypot.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-log.o -MD -MP -MF /build/math/test-float64-log.o.dt -MT /build/math/test-float64-log.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-j0.o -MD -MP -MF /build/math/test-float64-j0.o.dt -MT /build/math/test-float64-j0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-j1.o -MD -MP -MF /build/math/test-float64-j1.o.dt -MT /build/math/test-float64-j1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-log2.o -MD -MP -MF /build/math/test-float64-log2.o.dt -MT /build/math/test-float64-log2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-jn.o -MD -MP -MF /build/math/test-float64-jn.o.dt -MT /build/math/test-float64-jn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-log10p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-log10p1.o -MD -MP -MF /build/math/test-float64-log10p1.o.dt -MT /build/math/test-float64-log10p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-log2p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-log2p1.o -MD -MP -MF /build/math/test-float64-log2p1.o.dt -MT /build/math/test-float64-log2p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-ufromfp.o -MD -MP -MF /build/math/test-float32x-ufromfp.o.dt -MT /build/math/test-float32x-ufromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fma.o -MD -MP -MF /build/math/test-float64-fma.o.dt -MT /build/math/test-float64-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-sinh.o -MD -MP -MF /build/math/test-float64-sinh.o.dt -MT /build/math/test-float64-sinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-sin.o -MD -MP -MF /build/math/test-float64-sin.o.dt -MT /build/math/test-float64-sin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-log10.o -MD -MP -MF /build/math/test-float64-log10.o.dt -MT /build/math/test-float64-log10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-sqrt.o -MD -MP -MF /build/math/test-float64-sqrt.o.dt -MT /build/math/test-float64-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-log1p.o -MD -MP -MF /build/math/test-float64-log1p.o.dt -MT /build/math/test-float64-log1p.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-sincos.o -MD -MP -MF /build/math/test-float64-sincos.o.dt -MT /build/math/test-float64-sincos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-ufromfpx.o -MD -MP -MF /build/math/test-float32x-ufromfpx.o.dt -MT /build/math/test-float32x-ufromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fromfpx.o -MD -MP -MF /build/math/test-float32x-fromfpx.o.dt -MT /build/math/test-float32x-fromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-lgamma.o -MD -MP -MF /build/math/test-float64-lgamma.o.dt -MT /build/math/test-float64-lgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-fromfp.o -MD -MP -MF /build/math/test-float32x-fromfp.o.dt -MT /build/math/test-float32x-fromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-tan.o -MD -MP -MF /build/math/test-float64-tan.o.dt -MT /build/math/test-float64-tan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-tanh.o -MD -MP -MF /build/math/test-float64-tanh.o.dt -MT /build/math/test-float64-tanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-y0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-y0.o -MD -MP -MF /build/math/test-float64-y0.o.dt -MT /build/math/test-float64-y0.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-y1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-y1.o -MD -MP -MF /build/math/test-float64-y1.o.dt -MT /build/math/test-float64-y1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cimag.o -MD -MP -MF /build/math/test-float64-cimag.o.dt -MT /build/math/test-float64-cimag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-ceil.o -MD -MP -MF /build/math/test-float64-ceil.o.dt -MT /build/math/test-float64-ceil.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-yn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-yn.o -MD -MP -MF /build/math/test-float64-yn.o.dt -MT /build/math/test-float64-yn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-conj.o -MD -MP -MF /build/math/test-float64-conj.o.dt -MT /build/math/test-float64-conj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-copysign.o -MD -MP -MF /build/math/test-float64-copysign.o.dt -MT /build/math/test-float64-copysign.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-tgamma.o -MD -MP -MF /build/math/test-float64-tgamma.o.dt -MT /build/math/test-float64-tgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-cproj.o -MD -MP -MF /build/math/test-float64-cproj.o.dt -MT /build/math/test-float64-cproj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-creal.o -MD -MP -MF /build/math/test-float64-creal.o.dt -MT /build/math/test-float64-creal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-canonicalize.o -MD -MP -MF /build/math/test-float64-canonicalize.o.dt -MT /build/math/test-float64-canonicalize.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fabs.o -MD -MP -MF /build/math/test-float64-fabs.o.dt -MT /build/math/test-float64-fabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fdim.o -MD -MP -MF /build/math/test-float64-fdim.o.dt -MT /build/math/test-float64-fdim.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fmax.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fmax.o -MD -MP -MF /build/math/test-float64-fmax.o.dt -MT /build/math/test-float64-fmax.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-pow.o -MD -MP -MF /build/math/test-float64-pow.o.dt -MT /build/math/test-float64-pow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-floor.o -MD -MP -MF /build/math/test-float64-floor.o.dt -MT /build/math/test-float64-floor.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fmaximum.o -MD -MP -MF /build/math/test-float64-fmaximum.o.dt -MT /build/math/test-float64-fmaximum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fmaximum_mag_num.o -MD -MP -MF /build/math/test-float64-fmaximum_mag_num.o.dt -MT /build/math/test-float64-fmaximum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fmaximum_mag.o -MD -MP -MF /build/math/test-float64-fmaximum_mag.o.dt -MT /build/math/test-float64-fmaximum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fmaxmag.o -MD -MP -MF /build/math/test-float64-fmaxmag.o.dt -MT /build/math/test-float64-fmaxmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fmin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fmin.o -MD -MP -MF /build/math/test-float64-fmin.o.dt -MT /build/math/test-float64-fmin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fmaximum_num.o -MD -MP -MF /build/math/test-float64-fmaximum_num.o.dt -MT /build/math/test-float64-fmaximum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fminimum.o -MD -MP -MF /build/math/test-float64-fminimum.o.dt -MT /build/math/test-float64-fminimum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fminimum_mag_num.o -MD -MP -MF /build/math/test-float64-fminimum_mag_num.o.dt -MT /build/math/test-float64-fminimum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fminimum_mag.o -MD -MP -MF /build/math/test-float64-fminimum_mag.o.dt -MT /build/math/test-float64-fminimum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fromfp.o -MD -MP -MF /build/math/test-float128-fromfp.o.dt -MT /build/math/test-float128-fromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fminimum_num.o -MD -MP -MF /build/math/test-float64-fminimum_num.o.dt -MT /build/math/test-float64-fminimum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fminmag.o -MD -MP -MF /build/math/test-float64-fminmag.o.dt -MT /build/math/test-float64-fminmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-getpayload.o -MD -MP -MF /build/math/test-float64-getpayload.o.dt -MT /build/math/test-float64-getpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fpclassify.o -MD -MP -MF /build/math/test-float64-fpclassify.o.dt -MT /build/math/test-float64-fpclassify.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-ilogb.o -MD -MP -MF /build/math/test-float64-ilogb.o.dt -MT /build/math/test-float64-ilogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-frexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-frexp.o -MD -MP -MF /build/math/test-float64-frexp.o.dt -MT /build/math/test-float64-frexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fmod.o -MD -MP -MF /build/math/test-float64-fmod.o.dt -MT /build/math/test-float64-fmod.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float128-fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float128-fromfpx.o -MD -MP -MF /build/math/test-float128-fromfpx.o.dt -MT /build/math/test-float128-fromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-iscanonical.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-iscanonical.o -MD -MP -MF /build/math/test-float64-iscanonical.o.dt -MT /build/math/test-float64-iscanonical.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-isfinite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-isfinite.o -MD -MP -MF /build/math/test-float64-isfinite.o.dt -MT /build/math/test-float64-isfinite.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-iseqsig.o -MD -MP -MF /build/math/test-float64-iseqsig.o.dt -MT /build/math/test-float64-iseqsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-isgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-isgreater.o -MD -MP -MF /build/math/test-float64-isgreater.o.dt -MT /build/math/test-float64-isgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-isinf.o -MD -MP -MF /build/math/test-float64-isinf.o.dt -MT /build/math/test-float64-isinf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-isless.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-isless.o -MD -MP -MF /build/math/test-float64-isless.o.dt -MT /build/math/test-float64-isless.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-isgreaterequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-isgreaterequal.o -MD -MP -MF /build/math/test-float64-isgreaterequal.o.dt -MT /build/math/test-float64-isgreaterequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-islessequal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-islessequal.o -MD -MP -MF /build/math/test-float64-islessequal.o.dt -MT /build/math/test-float64-islessequal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-islessgreater.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-islessgreater.o -MD -MP -MF /build/math/test-float64-islessgreater.o.dt -MT /build/math/test-float64-islessgreater.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-isnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-isnormal.o -MD -MP -MF /build/math/test-float64-isnormal.o.dt -MT /build/math/test-float64-isnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-isnan.o -MD -MP -MF /build/math/test-float64-isnan.o.dt -MT /build/math/test-float64-isnan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-issignaling.o -MD -MP -MF /build/math/test-float64-issignaling.o.dt -MT /build/math/test-float64-issignaling.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-issubnormal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-issubnormal.o -MD -MP -MF /build/math/test-float64-issubnormal.o.dt -MT /build/math/test-float64-issubnormal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-isunordered.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-isunordered.o -MD -MP -MF /build/math/test-float64-isunordered.o.dt -MT /build/math/test-float64-isunordered.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-iszero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-iszero.o -MD -MP -MF /build/math/test-float64-iszero.o.dt -MT /build/math/test-float64-iszero.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-llogb.o -MD -MP -MF /build/math/test-float64-llogb.o.dt -MT /build/math/test-float64-llogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-llrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-llrint.o -MD -MP -MF /build/math/test-float64-llrint.o.dt -MT /build/math/test-float64-llrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-logb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-logb.o -MD -MP -MF /build/math/test-float64-logb.o.dt -MT /build/math/test-float64-logb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-llround.o -MD -MP -MF /build/math/test-float64-llround.o.dt -MT /build/math/test-float64-llround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-lround.o -MD -MP -MF /build/math/test-float64-lround.o.dt -MT /build/math/test-float64-lround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-lrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-lrint.o -MD -MP -MF /build/math/test-float64-lrint.o.dt -MT /build/math/test-float64-lrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-nexttoward.o -MD -MP -MF /build/math/test-float64-nexttoward.o.dt -MT /build/math/test-float64-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-nearbyint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-nearbyint.o -MD -MP -MF /build/math/test-float64-nearbyint.o.dt -MT /build/math/test-float64-nearbyint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-modf.o -MD -MP -MF /build/math/test-float64-modf.o.dt -MT /build/math/test-float64-modf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-nextafter.o -MD -MP -MF /build/math/test-float64-nextafter.o.dt -MT /build/math/test-float64-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-nextdown.o -MD -MP -MF /build/math/test-float64-nextdown.o.dt -MT /build/math/test-float64-nextdown.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-rint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-rint.o -MD -MP -MF /build/math/test-float64-rint.o.dt -MT /build/math/test-float64-rint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-remainder.o -MD -MP -MF /build/math/test-float64-remainder.o.dt -MT /build/math/test-float64-remainder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-scalb.o -MD -MP -MF /build/math/test-float64-scalb.o.dt -MT /build/math/test-float64-scalb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-nextup.o -MD -MP -MF /build/math/test-float64-nextup.o.dt -MT /build/math/test-float64-nextup.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-scalbln.o -MD -MP -MF /build/math/test-float64-scalbln.o.dt -MT /build/math/test-float64-scalbln.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-round.o -MD -MP -MF /build/math/test-float64-round.o.dt -MT /build/math/test-float64-round.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-remquo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-remquo.o -MD -MP -MF /build/math/test-float64-remquo.o.dt -MT /build/math/test-float64-remquo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-roundeven.o -MD -MP -MF /build/math/test-float64-roundeven.o.dt -MT /build/math/test-float64-roundeven.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-signbit.o -MD -MP -MF /build/math/test-float64-signbit.o.dt -MT /build/math/test-float64-signbit.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-significand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-significand.o -MD -MP -MF /build/math/test-float64-significand.o.dt -MT /build/math/test-float64-significand.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-setpayload.o -MD -MP -MF /build/math/test-float64-setpayload.o.dt -MT /build/math/test-float64-setpayload.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-setpayloadsig.o -MD -MP -MF /build/math/test-float64-setpayloadsig.o.dt -MT /build/math/test-float64-setpayloadsig.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-scalbn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-scalbn.o -MD -MP -MF /build/math/test-float64-scalbn.o.dt -MT /build/math/test-float64-scalbn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-totalordermag.o -MD -MP -MF /build/math/test-float64-totalordermag.o.dt -MT /build/math/test-float64-totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-totalorder.o -MD -MP -MF /build/math/test-float64-totalorder.o.dt -MT /build/math/test-float64-totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-trunc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-trunc.o -MD -MP -MF /build/math/test-float64-trunc.o.dt -MT /build/math/test-float64-trunc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-compat_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-compat_totalordermag.o -MD -MP -MF /build/math/test-float64-compat_totalordermag.o.dt -MT /build/math/test-float64-compat_totalordermag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-compat_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-compat_totalorder.o -MD -MP -MF /build/math/test-float64-compat_totalorder.o.dt -MT /build/math/test-float64-compat_totalorder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64x-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64x-sqrt.o -MD -MP -MF /build/math/test-float32-float64x-sqrt.o.dt -MT /build/math/test-float32-float64x-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float128-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float128-sqrt.o -MD -MP -MF /build/math/test-float32-float128-sqrt.o.dt -MT /build/math/test-float32-float128-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float128-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float128-sqrt.o -MD -MP -MF /build/math/test-float32x-float128-sqrt.o.dt -MT /build/math/test-float32x-float128-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64x-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64x-mul.o -MD -MP -MF /build/math/test-float32-float64x-mul.o.dt -MT /build/math/test-float32-float64x-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64x-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64x-add.o -MD -MP -MF /build/math/test-float32-float64x-add.o.dt -MT /build/math/test-float32-float64x-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64x-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64x-sub.o -MD -MP -MF /build/math/test-float32-float64x-sub.o.dt -MT /build/math/test-float32-float64x-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float128-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float128-mul.o -MD -MP -MF /build/math/test-float32-float128-mul.o.dt -MT /build/math/test-float32-float128-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float128-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float128-add.o -MD -MP -MF /build/math/test-float32-float128-add.o.dt -MT /build/math/test-float32-float128-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fromfpx.o -MD -MP -MF /build/math/test-float64-fromfpx.o.dt -MT /build/math/test-float64-fromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-fromfp.o -MD -MP -MF /build/math/test-float64-fromfp.o.dt -MT /build/math/test-float64-fromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64x-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64x-div.o -MD -MP -MF /build/math/test-float32-float64x-div.o.dt -MT /build/math/test-float32-float64x-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64x-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64x-add.o -MD -MP -MF /build/math/test-float32x-float64x-add.o.dt -MT /build/math/test-float32x-float64x-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64x-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64x-sqrt.o -MD -MP -MF /build/math/test-float32x-float64x-sqrt.o.dt -MT /build/math/test-float32x-float64x-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float128-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float128-sub.o -MD -MP -MF /build/math/test-float32-float128-sub.o.dt -MT /build/math/test-float32-float128-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-ufromfp.o -MD -MP -MF /build/math/test-float64-ufromfp.o.dt -MT /build/math/test-float64-ufromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float128-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float128-mul.o -MD -MP -MF /build/math/test-float32x-float128-mul.o.dt -MT /build/math/test-float32x-float128-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64x-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64x-mul.o -MD -MP -MF /build/math/test-float32x-float64x-mul.o.dt -MT /build/math/test-float32x-float64x-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64x-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64x-fma.o -MD -MP -MF /build/math/test-float32-float64x-fma.o.dt -MT /build/math/test-float32-float64x-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-ufromfpx.o -MD -MP -MF /build/math/test-float64-ufromfpx.o.dt -MT /build/math/test-float64-ufromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64x-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64x-div.o -MD -MP -MF /build/math/test-float32x-float64x-div.o.dt -MT /build/math/test-float32x-float64x-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float128-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float128-add.o -MD -MP -MF /build/math/test-float32x-float128-add.o.dt -MT /build/math/test-float32x-float128-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float128-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float128-sub.o -MD -MP -MF /build/math/test-float32x-float128-sub.o.dt -MT /build/math/test-float32x-float128-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float128-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float128-sqrt.o -MD -MP -MF /build/math/test-float64-float128-sqrt.o.dt -MT /build/math/test-float64-float128-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float128-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float128-div.o -MD -MP -MF /build/math/test-float32-float128-div.o.dt -MT /build/math/test-float32-float128-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64x-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64x-sub.o -MD -MP -MF /build/math/test-float32x-float64x-sub.o.dt -MT /build/math/test-float32x-float64x-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float128-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float128-div.o -MD -MP -MF /build/math/test-float32x-float128-div.o.dt -MT /build/math/test-float32x-float128-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64x-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64x-fma.o -MD -MP -MF /build/math/test-float32x-float64x-fma.o.dt -MT /build/math/test-float32x-float64x-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float64x-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float64x-sqrt.o -MD -MP -MF /build/math/test-float64-float64x-sqrt.o.dt -MT /build/math/test-float64-float64x-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float128-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float128-add.o -MD -MP -MF /build/math/test-float64-float128-add.o.dt -MT /build/math/test-float64-float128-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-float128-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-float128-sqrt.o -MD -MP -MF /build/math/test-float64x-float128-sqrt.o.dt -MT /build/math/test-float64x-float128-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float64x-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float64x-add.o -MD -MP -MF /build/math/test-float64-float64x-add.o.dt -MT /build/math/test-float64-float64x-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float128-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float128-mul.o -MD -MP -MF /build/math/test-float64-float128-mul.o.dt -MT /build/math/test-float64-float128-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ldouble-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ldouble-sqrt.o -MD -MP -MF /build/math/test-double-ldouble-sqrt.o.dt -MT /build/math/test-double-ldouble-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float64x-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float64x-mul.o -MD -MP -MF /build/math/test-float64-float64x-mul.o.dt -MT /build/math/test-float64-float64x-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float64x-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float64x-div.o -MD -MP -MF /build/math/test-float64-float64x-div.o.dt -MT /build/math/test-float64-float64x-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float128-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float128-fma.o -MD -MP -MF /build/math/test-float32-float128-fma.o.dt -MT /build/math/test-float32-float128-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float128-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float128-fma.o -MD -MP -MF /build/math/test-float32x-float128-fma.o.dt -MT /build/math/test-float32x-float128-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float128-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float128-sub.o -MD -MP -MF /build/math/test-float64-float128-sub.o.dt -MT /build/math/test-float64-float128-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float64x-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float64x-sub.o -MD -MP -MF /build/math/test-float64-float64x-sub.o.dt -MT /build/math/test-float64-float64x-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ldouble-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ldouble-add.o -MD -MP -MF /build/math/test-double-ldouble-add.o.dt -MT /build/math/test-double-ldouble-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ldouble-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ldouble-mul.o -MD -MP -MF /build/math/test-double-ldouble-mul.o.dt -MT /build/math/test-double-ldouble-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float64x-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float64x-fma.o -MD -MP -MF /build/math/test-float64-float64x-fma.o.dt -MT /build/math/test-float64-float64x-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float128-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float128-div.o -MD -MP -MF /build/math/test-float64-float128-div.o.dt -MT /build/math/test-float64-float128-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-double-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-double-sqrt.o -MD -MP -MF /build/math/test-float-double-sqrt.o.dt -MT /build/math/test-float-double-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-float128-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-float128-mul.o -MD -MP -MF /build/math/test-float64x-float128-mul.o.dt -MT /build/math/test-float64x-float128-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-float128-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-float128-add.o -MD -MP -MF /build/math/test-float64x-float128-add.o.dt -MT /build/math/test-float64x-float128-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ldouble-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ldouble-sub.o -MD -MP -MF /build/math/test-double-ldouble-sub.o.dt -MT /build/math/test-double-ldouble-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ldouble-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ldouble-div.o -MD -MP -MF /build/math/test-double-ldouble-div.o.dt -MT /build/math/test-double-ldouble-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-double-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-double-add.o -MD -MP -MF /build/math/test-float-double-add.o.dt -MT /build/math/test-float-double-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-float128-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-float128-sub.o -MD -MP -MF /build/math/test-float64x-float128-sub.o.dt -MT /build/math/test-float64x-float128-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ldouble-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ldouble-sqrt.o -MD -MP -MF /build/math/test-float-ldouble-sqrt.o.dt -MT /build/math/test-float-ldouble-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-double-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-double-mul.o -MD -MP -MF /build/math/test-float-double-mul.o.dt -MT /build/math/test-float-double-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-double-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-double-sub.o -MD -MP -MF /build/math/test-float-double-sub.o.dt -MT /build/math/test-float-double-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-double-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-double-div.o -MD -MP -MF /build/math/test-float-double-div.o.dt -MT /build/math/test-float-double-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ldouble-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ldouble-mul.o -MD -MP -MF /build/math/test-float-ldouble-mul.o.dt -MT /build/math/test-float-ldouble-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-float128-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-float128-div.o -MD -MP -MF /build/math/test-float64x-float128-div.o.dt -MT /build/math/test-float64x-float128-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float32x-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float32x-sqrt.o -MD -MP -MF /build/math/test-float32-float32x-sqrt.o.dt -MT /build/math/test-float32-float32x-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ldouble-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ldouble-add.o -MD -MP -MF /build/math/test-float-ldouble-add.o.dt -MT /build/math/test-float-ldouble-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-double-ldouble-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-double-ldouble-fma.o -MD -MP -MF /build/math/test-double-ldouble-fma.o.dt -MT /build/math/test-double-ldouble-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ldouble-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ldouble-div.o -MD -MP -MF /build/math/test-float-ldouble-div.o.dt -MT /build/math/test-float-ldouble-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64-float128-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64-float128-fma.o -MD -MP -MF /build/math/test-float64-float128-fma.o.dt -MT /build/math/test-float64-float128-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ldouble-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ldouble-sub.o -MD -MP -MF /build/math/test-float-ldouble-sub.o.dt -MT /build/math/test-float-ldouble-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64-sqrt.o -MD -MP -MF /build/math/test-float32-float64-sqrt.o.dt -MT /build/math/test-float32-float64-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float32x-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float32x-mul.o -MD -MP -MF /build/math/test-float32-float32x-mul.o.dt -MT /build/math/test-float32-float32x-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float32x-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float32x-add.o -MD -MP -MF /build/math/test-float32-float32x-add.o.dt -MT /build/math/test-float32-float32x-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-double-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-double-fma.o -MD -MP -MF /build/math/test-float-double-fma.o.dt -MT /build/math/test-float-double-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64-sqrt.o -MD -MP -MF /build/math/test-float32x-float64-sqrt.o.dt -MT /build/math/test-float32x-float64-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float32x-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float32x-sub.o -MD -MP -MF /build/math/test-float32-float32x-sub.o.dt -MT /build/math/test-float32-float32x-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float64x-float128-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float64x-float128-fma.o -MD -MP -MF /build/math/test-float64x-float128-fma.o.dt -MT /build/math/test-float64x-float128-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64-add.o -MD -MP -MF /build/math/test-float32-float64-add.o.dt -MT /build/math/test-float32-float64-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float-ldouble-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float-ldouble-fma.o -MD -MP -MF /build/math/test-float-ldouble-fma.o.dt -MT /build/math/test-float-ldouble-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float32x-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float32x-div.o -MD -MP -MF /build/math/test-float32-float32x-div.o.dt -MT /build/math/test-float32-float32x-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64-div.o -MD -MP -MF /build/math/test-float32-float64-div.o.dt -MT /build/math/test-float32-float64-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64-sub.o -MD -MP -MF /build/math/test-float32-float64-sub.o.dt -MT /build/math/test-float32-float64-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64-add.o -MD -MP -MF /build/math/test-float32x-float64-add.o.dt -MT /build/math/test-float32x-float64-add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64-mul.o -MD -MP -MF /build/math/test-float32-float64-mul.o.dt -MT /build/math/test-float32-float64-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-dsqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-dsqrt.o -MD -MP -MF /build/math/test-tgmath3-dsqrt.o.dt -MT /build/math/test-tgmath3-dsqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64-mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64-mul.o -MD -MP -MF /build/math/test-float32x-float64-mul.o.dt -MT /build/math/test-float32x-float64-mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float32x-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float32x-fma.o -MD -MP -MF /build/math/test-float32-float32x-fma.o.dt -MT /build/math/test-float32-float32x-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fsqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fsqrt.o -MD -MP -MF /build/math/test-tgmath3-fsqrt.o.dt -MT /build/math/test-tgmath3-fsqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64-sub.o -MD -MP -MF /build/math/test-float32x-float64-sub.o.dt -MT /build/math/test-float32x-float64-sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f16add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f16add.o -MD -MP -MF /build/math/test-tgmath3-f16add.o.dt -MT /build/math/test-tgmath3-f16add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f16div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f16div.o -MD -MP -MF /build/math/test-tgmath3-f16div.o.dt -MT /build/math/test-tgmath3-f16div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64-div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64-div.o -MD -MP -MF /build/math/test-float32x-float64-div.o.dt -MT /build/math/test-float32x-float64-div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f16sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f16sqrt.o -MD -MP -MF /build/math/test-tgmath3-f16sqrt.o.dt -MT /build/math/test-tgmath3-f16sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f16sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f16sub.o -MD -MP -MF /build/math/test-tgmath3-f16sub.o.dt -MT /build/math/test-tgmath3-f16sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f16mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f16mul.o -MD -MP -MF /build/math/test-tgmath3-f16mul.o.dt -MT /build/math/test-tgmath3-f16mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32-float64-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32-float64-fma.o -MD -MP -MF /build/math/test-float32-float64-fma.o.dt -MT /build/math/test-float32-float64-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f128div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f128div.o -MD -MP -MF /build/math/test-tgmath3-f128div.o.dt -MT /build/math/test-tgmath3-f128div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f128mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f128mul.o -MD -MP -MF /build/math/test-tgmath3-f128mul.o.dt -MT /build/math/test-tgmath3-f128mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f128add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f128add.o -MD -MP -MF /build/math/test-tgmath3-f128add.o.dt -MT /build/math/test-tgmath3-f128add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32sqrt.o -MD -MP -MF /build/math/test-tgmath3-f32sqrt.o.dt -MT /build/math/test-tgmath3-f32sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f128fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f128fma.o -MD -MP -MF /build/math/test-tgmath3-f128fma.o.dt -MT /build/math/test-tgmath3-f128fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f128sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f128sqrt.o -MD -MP -MF /build/math/test-tgmath3-f128sqrt.o.dt -MT /build/math/test-tgmath3-f128sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-float32x-float64-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-inline -ffloat-store -fno-builtin -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-float32x-float64-fma.o -MD -MP -MF /build/math/test-float32x-float64-fma.o.dt -MT /build/math/test-float32x-float64-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f128sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f128sub.o -MD -MP -MF /build/math/test-tgmath3-f128sub.o.dt -MT /build/math/test-tgmath3-f128sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32xsqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32xsqrt.o -MD -MP -MF /build/math/test-tgmath3-f32xsqrt.o.dt -MT /build/math/test-tgmath3-f32xsqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-dadd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-dadd.o -MD -MP -MF /build/math/test-tgmath3-dadd.o.dt -MT /build/math/test-tgmath3-dadd.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-ddiv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-ddiv.o -MD -MP -MF /build/math/test-tgmath3-ddiv.o.dt -MT /build/math/test-tgmath3-ddiv.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-dmul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-dmul.o -MD -MP -MF /build/math/test-tgmath3-dmul.o.dt -MT /build/math/test-tgmath3-dmul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fadd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fadd.o -MD -MP -MF /build/math/test-tgmath3-fadd.o.dt -MT /build/math/test-tgmath3-fadd.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-dsub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-dsub.o -MD -MP -MF /build/math/test-tgmath3-dsub.o.dt -MT /build/math/test-tgmath3-dsub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fmul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fmul.o -MD -MP -MF /build/math/test-tgmath3-fmul.o.dt -MT /build/math/test-tgmath3-fmul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fdiv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fdiv.o -MD -MP -MF /build/math/test-tgmath3-fdiv.o.dt -MT /build/math/test-tgmath3-fdiv.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fsub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fsub.o -MD -MP -MF /build/math/test-tgmath3-fsub.o.dt -MT /build/math/test-tgmath3-fsub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f16fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f16fma.o -MD -MP -MF /build/math/test-tgmath3-f16fma.o.dt -MT /build/math/test-tgmath3-f16fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64sqrt.o -MD -MP -MF /build/math/test-tgmath3-f64sqrt.o.dt -MT /build/math/test-tgmath3-f64sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32div.o -MD -MP -MF /build/math/test-tgmath3-f32div.o.dt -MT /build/math/test-tgmath3-f32div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32mul.o -MD -MP -MF /build/math/test-tgmath3-f32mul.o.dt -MT /build/math/test-tgmath3-f32mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64xsqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64xsqrt.o -MD -MP -MF /build/math/test-tgmath3-f64xsqrt.o.dt -MT /build/math/test-tgmath3-f64xsqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32sub.o -MD -MP -MF /build/math/test-tgmath3-f32sub.o.dt -MT /build/math/test-tgmath3-f32sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32add.o -MD -MP -MF /build/math/test-tgmath3-f32add.o.dt -MT /build/math/test-tgmath3-f32add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32xadd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32xadd.o -MD -MP -MF /build/math/test-tgmath3-f32xadd.o.dt -MT /build/math/test-tgmath3-f32xadd.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-acos.o -MD -MP -MF /build/math/test-tgmath3-acos.o.dt -MT /build/math/test-tgmath3-acos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32xdiv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32xdiv.o -MD -MP -MF /build/math/test-tgmath3-f32xdiv.o.dt -MT /build/math/test-tgmath3-f32xdiv.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-acosh.o -MD -MP -MF /build/math/test-tgmath3-acosh.o.dt -MT /build/math/test-tgmath3-acosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32xmul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32xmul.o -MD -MP -MF /build/math/test-tgmath3-f32xmul.o.dt -MT /build/math/test-tgmath3-f32xmul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-asin.o -MD -MP -MF /build/math/test-tgmath3-asin.o.dt -MT /build/math/test-tgmath3-asin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64add.o -MD -MP -MF /build/math/test-tgmath3-f64add.o.dt -MT /build/math/test-tgmath3-f64add.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-asinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-asinh.o -MD -MP -MF /build/math/test-tgmath3-asinh.o.dt -MT /build/math/test-tgmath3-asinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32xsub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32xsub.o -MD -MP -MF /build/math/test-tgmath3-f32xsub.o.dt -MT /build/math/test-tgmath3-f32xsub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-atan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-atan.o -MD -MP -MF /build/math/test-tgmath3-atan.o.dt -MT /build/math/test-tgmath3-atan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64div.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64div.o -MD -MP -MF /build/math/test-tgmath3-f64div.o.dt -MT /build/math/test-tgmath3-f64div.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-ceil.o -MD -MP -MF /build/math/test-tgmath3-ceil.o.dt -MT /build/math/test-tgmath3-ceil.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-cbrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-cbrt.o -MD -MP -MF /build/math/test-tgmath3-cbrt.o.dt -MT /build/math/test-tgmath3-cbrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-carg.o -MD -MP -MF /build/math/test-tgmath3-carg.o.dt -MT /build/math/test-tgmath3-carg.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-atanh.o -MD -MP -MF /build/math/test-tgmath3-atanh.o.dt -MT /build/math/test-tgmath3-atanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-cimag.o -MD -MP -MF /build/math/test-tgmath3-cimag.o.dt -MT /build/math/test-tgmath3-cimag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-conj.o -MD -MP -MF /build/math/test-tgmath3-conj.o.dt -MT /build/math/test-tgmath3-conj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-erfc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-erfc.o -MD -MP -MF /build/math/test-tgmath3-erfc.o.dt -MT /build/math/test-tgmath3-erfc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-cproj.o -MD -MP -MF /build/math/test-tgmath3-cproj.o.dt -MT /build/math/test-tgmath3-cproj.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-cosh.o -MD -MP -MF /build/math/test-tgmath3-cosh.o.dt -MT /build/math/test-tgmath3-cosh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-erf.o -MD -MP -MF /build/math/test-tgmath3-erf.o.dt -MT /build/math/test-tgmath3-erf.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-cos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-cos.o -MD -MP -MF /build/math/test-tgmath3-cos.o.dt -MT /build/math/test-tgmath3-cos.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-creal.o -MD -MP -MF /build/math/test-tgmath3-creal.o.dt -MT /build/math/test-tgmath3-creal.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-exp10m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-exp10m1.o -MD -MP -MF /build/math/test-tgmath3-exp10m1.o.dt -MT /build/math/test-tgmath3-exp10m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-exp2.o -MD -MP -MF /build/math/test-tgmath3-exp2.o.dt -MT /build/math/test-tgmath3-exp2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-exp.o -MD -MP -MF /build/math/test-tgmath3-exp.o.dt -MT /build/math/test-tgmath3-exp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-exp2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-exp2m1.o -MD -MP -MF /build/math/test-tgmath3-exp2m1.o.dt -MT /build/math/test-tgmath3-exp2m1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-exp10.o -MD -MP -MF /build/math/test-tgmath3-exp10.o.dt -MT /build/math/test-tgmath3-exp10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-expm1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-expm1.o -MD -MP -MF /build/math/test-tgmath3-expm1.o.dt -MT /build/math/test-tgmath3-expm1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-floor.o -MD -MP -MF /build/math/test-tgmath3-floor.o.dt -MT /build/math/test-tgmath3-floor.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64sub.o -MD -MP -MF /build/math/test-tgmath3-f64sub.o.dt -MT /build/math/test-tgmath3-f64sub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fabs.o -MD -MP -MF /build/math/test-tgmath3-fabs.o.dt -MT /build/math/test-tgmath3-fabs.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64xadd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64xadd.o -MD -MP -MF /build/math/test-tgmath3-f64xadd.o.dt -MT /build/math/test-tgmath3-f64xadd.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64xdiv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64xdiv.o -MD -MP -MF /build/math/test-tgmath3-f64xdiv.o.dt -MT /build/math/test-tgmath3-f64xdiv.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64mul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64mul.o -MD -MP -MF /build/math/test-tgmath3-f64mul.o.dt -MT /build/math/test-tgmath3-f64mul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64xmul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64xmul.o -MD -MP -MF /build/math/test-tgmath3-f64xmul.o.dt -MT /build/math/test-tgmath3-f64xmul.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64xsub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64xsub.o -MD -MP -MF /build/math/test-tgmath3-f64xsub.o.dt -MT /build/math/test-tgmath3-f64xsub.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-atan2.o -MD -MP -MF /build/math/test-tgmath3-atan2.o.dt -MT /build/math/test-tgmath3-atan2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-copysign.o -MD -MP -MF /build/math/test-tgmath3-copysign.o.dt -MT /build/math/test-tgmath3-copysign.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-frexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-frexp.o -MD -MP -MF /build/math/test-tgmath3-frexp.o.dt -MT /build/math/test-tgmath3-frexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ math.h bits/mathcalls.h fpu_control.h complex.h bits/cmathcalls.h fenv.h bits/fenv.h bits/mathdef.h tgmath.h bits/math-vector.h finclude/math-vector-fortran.h bits/libm-simd-decl-stubs.h bits/iscanonical.h bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h bits/long-double.h bits/mathcalls-helper-functions.h bits/floatn.h bits/floatn-common.h bits/mathcalls-narrow.h ieee754.h > /build/math/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh math/check-installed-headers-c $? false false > /build/math/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fromfp.o -MD -MP -MF /build/math/test-tgmath3-fromfp.o.dt -MT /build/math/test-tgmath3-fromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fromfpx.o -MD -MP -MF /build/math/test-tgmath3-fromfpx.o.dt -MT /build/math/test-tgmath3-fromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fdim.o -MD -MP -MF /build/math/test-tgmath3-fdim.o.dt -MT /build/math/test-tgmath3-fdim.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-ilogb.o -MD -MP -MF /build/math/test-tgmath3-ilogb.o.dt -MT /build/math/test-tgmath3-ilogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fmax.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fmax.o -MD -MP -MF /build/math/test-tgmath3-fmax.o.dt -MT /build/math/test-tgmath3-fmax.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-ldexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-ldexp.o -MD -MP -MF /build/math/test-tgmath3-ldexp.o.dt -MT /build/math/test-tgmath3-ldexp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-llogb.o -MD -MP -MF /build/math/test-tgmath3-llogb.o.dt -MT /build/math/test-tgmath3-llogb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-lgamma.o -MD -MP -MF /build/math/test-tgmath3-lgamma.o.dt -MT /build/math/test-tgmath3-lgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fmaximum_mag_num.o -MD -MP -MF /build/math/test-tgmath3-fmaximum_mag_num.o.dt -MT /build/math/test-tgmath3-fmaximum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fmaximum.o -MD -MP -MF /build/math/test-tgmath3-fmaximum.o.dt -MT /build/math/test-tgmath3-fmaximum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-llrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-llrint.o -MD -MP -MF /build/math/test-tgmath3-llrint.o.dt -MT /build/math/test-tgmath3-llrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-llround.o -MD -MP -MF /build/math/test-tgmath3-llround.o.dt -MT /build/math/test-tgmath3-llround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fmaximum_mag.o -MD -MP -MF /build/math/test-tgmath3-fmaximum_mag.o.dt -MT /build/math/test-tgmath3-fmaximum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fmaxmag.o -MD -MP -MF /build/math/test-tgmath3-fmaxmag.o.dt -MT /build/math/test-tgmath3-fmaxmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fmin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fmin.o -MD -MP -MF /build/math/test-tgmath3-fmin.o.dt -MT /build/math/test-tgmath3-fmin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-log10p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-log10p1.o -MD -MP -MF /build/math/test-tgmath3-log10p1.o.dt -MT /build/math/test-tgmath3-log10p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-log1p.o -MD -MP -MF /build/math/test-tgmath3-log1p.o.dt -MT /build/math/test-tgmath3-log1p.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fmaximum_num.o -MD -MP -MF /build/math/test-tgmath3-fmaximum_num.o.dt -MT /build/math/test-tgmath3-fmaximum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-log.o -MD -MP -MF /build/math/test-tgmath3-log.o.dt -MT /build/math/test-tgmath3-log.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-log10.o -MD -MP -MF /build/math/test-tgmath3-log10.o.dt -MT /build/math/test-tgmath3-log10.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-log2.o -MD -MP -MF /build/math/test-tgmath3-log2.o.dt -MT /build/math/test-tgmath3-log2.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-log2p1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-log2p1.o -MD -MP -MF /build/math/test-tgmath3-log2p1.o.dt -MT /build/math/test-tgmath3-log2p1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fminimum_mag.o -MD -MP -MF /build/math/test-tgmath3-fminimum_mag.o.dt -MT /build/math/test-tgmath3-fminimum_mag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-logb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-logb.o -MD -MP -MF /build/math/test-tgmath3-logb.o.dt -MT /build/math/test-tgmath3-logb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fminmag.o -MD -MP -MF /build/math/test-tgmath3-fminmag.o.dt -MT /build/math/test-tgmath3-fminmag.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-logp1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-logp1.o -MD -MP -MF /build/math/test-tgmath3-logp1.o.dt -MT /build/math/test-tgmath3-logp1.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fminimum.o -MD -MP -MF /build/math/test-tgmath3-fminimum.o.dt -MT /build/math/test-tgmath3-fminimum.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fminimum_mag_num.o -MD -MP -MF /build/math/test-tgmath3-fminimum_mag_num.o.dt -MT /build/math/test-tgmath3-fminimum_mag_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fminimum_num.o -MD -MP -MF /build/math/test-tgmath3-fminimum_num.o.dt -MT /build/math/test-tgmath3-fminimum_num.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fmod.o -MD -MP -MF /build/math/test-tgmath3-fmod.o.dt -MT /build/math/test-tgmath3-fmod.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-lrint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-lrint.o -MD -MP -MF /build/math/test-tgmath3-lrint.o.dt -MT /build/math/test-tgmath3-lrint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-nearbyint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-nearbyint.o -MD -MP -MF /build/math/test-tgmath3-nearbyint.o.dt -MT /build/math/test-tgmath3-nearbyint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-lround.o -MD -MP -MF /build/math/test-tgmath3-lround.o.dt -MT /build/math/test-tgmath3-lround.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-nextdown.o -MD -MP -MF /build/math/test-tgmath3-nextdown.o.dt -MT /build/math/test-tgmath3-nextdown.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-nextup.o -MD -MP -MF /build/math/test-tgmath3-nextup.o.dt -MT /build/math/test-tgmath3-nextup.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-nexttoward.o -MD -MP -MF /build/math/test-tgmath3-nexttoward.o.dt -MT /build/math/test-tgmath3-nexttoward.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-roundeven.o -MD -MP -MF /build/math/test-tgmath3-roundeven.o.dt -MT /build/math/test-tgmath3-roundeven.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-rint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-rint.o -MD -MP -MF /build/math/test-tgmath3-rint.o.dt -MT /build/math/test-tgmath3-rint.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-scalbn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-scalbn.o -MD -MP -MF /build/math/test-tgmath3-scalbn.o.dt -MT /build/math/test-tgmath3-scalbn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-hypot.o -MD -MP -MF /build/math/test-tgmath3-hypot.o.dt -MT /build/math/test-tgmath3-hypot.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-round.o -MD -MP -MF /build/math/test-tgmath3-round.o.dt -MT /build/math/test-tgmath3-round.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-scalbln.o -MD -MP -MF /build/math/test-tgmath3-scalbln.o.dt -MT /build/math/test-tgmath3-scalbln.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fenv-sse -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fenv-sse.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-sin.o -MD -MP -MF /build/math/test-tgmath3-sin.o.dt -MT /build/math/test-tgmath3-sin.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fenv-clear-sse -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fenv-clear-sse.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-sinh.o -MD -MP -MF /build/math/test-tgmath3-sinh.o.dt -MT /build/math/test-tgmath3-sinh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fenv-x87 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fenv-x87.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-sqrt.o -MD -MP -MF /build/math/test-tgmath3-sqrt.o.dt -MT /build/math/test-tgmath3-sqrt.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-tgamma.o -MD -MP -MF /build/math/test-tgmath3-tgamma.o.dt -MT /build/math/test-tgmath3-tgamma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-tan.o -MD -MP -MF /build/math/test-tgmath3-tan.o.dt -MT /build/math/test-tgmath3-tan.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-tanh.o -MD -MP -MF /build/math/test-tgmath3-tanh.o.dt -MT /build/math/test-tgmath3-tanh.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-flt-eval-method-387 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-flt-eval-method-387.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-fenv-sse-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-fenv-sse-2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/tst-ldbl-nonnormal-printf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/tst-ldbl-nonnormal-printf.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/test-fpucw-ieee-static > /build/math/test-fpucw-ieee-static.out; \ ../scripts/evaluate-test.sh math/test-fpucw-ieee-static $? false false > /build/math/test-fpucw-ieee-static.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/test-fpucw-static > /build/math/test-fpucw-static.out; \ ../scripts/evaluate-test.sh math/test-fpucw-static $? false false > /build/math/test-fpucw-static.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-flt-eval-method-sse -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-flt-eval-method-sse.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/test-signgam-uchar-init-static > /build/math/test-signgam-uchar-init-static.out; \ ../scripts/evaluate-test.sh math/test-signgam-uchar-init-static $? false false > /build/math/test-signgam-uchar-init-static.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-ufromfp.o -MD -MP -MF /build/math/test-tgmath3-ufromfp.o.dt -MT /build/math/test-tgmath3-ufromfp.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' LC_ALL=C gawk -f ../scripts/abilist.awk /build/math/libm.dynsym > /build/math/libm.symlistT mv -f /build/math/libm.symlistT /build/math/libm.symlist make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-trunc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-trunc.o -MD -MP -MF /build/math/test-tgmath3-trunc.o.dt -MT /build/math/test-tgmath3-trunc.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-ufromfpx.o -MD -MP -MF /build/math/test-tgmath3-ufromfpx.o.dt -MT /build/math/test-tgmath3-ufromfpx.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/test-signgam-uchar-static > /build/math/test-signgam-uchar-static.out; \ ../scripts/evaluate-test.sh math/test-signgam-uchar-static $? false false > /build/math/test-signgam-uchar-static.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-canonical-ldbl-96 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-canonical-ldbl-96.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/test-signgam-uint-init-static > /build/math/test-signgam-uint-init-static.out; \ ../scripts/evaluate-test.sh math/test-signgam-uint-init-static $? false false > /build/math/test-signgam-uint-init-static.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-totalorderl-ldbl-96 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-totalorderl-ldbl-96.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/test-signgam-uint-static > /build/math/test-signgam-uint-static.out; \ ../scripts/evaluate-test.sh math/test-signgam-uint-static $? false false > /build/math/test-signgam-uint-static.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/test-signgam-ullong-init-static > /build/math/test-signgam-ullong-init-static.out; \ ../scripts/evaluate-test.sh math/test-signgam-ullong-init-static $? false false > /build/math/test-signgam-ullong-init-static.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/test-signgam-ullong-static > /build/math/test-signgam-ullong-static.out; \ ../scripts/evaluate-test.sh math/test-signgam-ullong-static $? false false > /build/math/test-signgam-ullong-static.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-sinl-pseudo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-sinl-pseudo.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/bug-nextafter > /build/math/bug-nextafter.out; \ ../scripts/evaluate-test.sh math/bug-nextafter $? false false > /build/math/bug-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/bug-nexttoward > /build/math/bug-nexttoward.out; \ ../scripts/evaluate-test.sh math/bug-nexttoward $? false false > /build/math/bug-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/bug-tgmath1 > /build/math/bug-tgmath1.out; \ ../scripts/evaluate-test.sh math/bug-tgmath1 $? false false > /build/math/bug-tgmath1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ceil-except-2 > /build/math/test-ceil-except-2.out; \ ../scripts/evaluate-test.sh math/test-ceil-except-2 $? false false > /build/math/test-ceil-except-2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-femode-traps > /build/math/test-femode-traps.out; \ ../scripts/evaluate-test.sh math/test-femode-traps $? false false > /build/math/test-femode-traps.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fenv-clear > /build/math/test-fenv-clear.out; \ ../scripts/evaluate-test.sh math/test-fenv-clear $? false false > /build/math/test-fenv-clear.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/basic-test > /build/math/basic-test.out; \ ../scripts/evaluate-test.sh math/basic-test $? false false > /build/math/basic-test.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fenv-preserve > /build/math/test-fenv-preserve.out; \ ../scripts/evaluate-test.sh math/test-fenv-preserve $? false false > /build/math/test-fenv-preserve.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fenv-return > /build/math/test-fenv-return.out; \ ../scripts/evaluate-test.sh math/test-fenv-return $? false false > /build/math/test-fenv-return.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fesetexcept > /build/math/test-fesetexcept.out; \ ../scripts/evaluate-test.sh math/test-fesetexcept $? false false > /build/math/test-fesetexcept.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fesetexcept-traps > /build/math/test-fesetexcept-traps.out; \ ../scripts/evaluate-test.sh math/test-fesetexcept-traps $? false false > /build/math/test-fesetexcept-traps.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fenv-tls > /build/math/test-fenv-tls.out; \ ../scripts/evaluate-test.sh math/test-fenv-tls $? false false > /build/math/test-fenv-tls.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fexcept-traps > /build/math/test-fexcept-traps.out; \ ../scripts/evaluate-test.sh math/test-fexcept-traps $? false false > /build/math/test-fexcept-traps.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-floor-except-2 > /build/math/test-floor-except-2.out; \ ../scripts/evaluate-test.sh math/test-floor-except-2 $? false false > /build/math/test-floor-except-2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-flt-eval-method > /build/math/test-flt-eval-method.out; \ ../scripts/evaluate-test.sh math/test-flt-eval-method $? false false > /build/math/test-flt-eval-method.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fp-ilogb-constants > /build/math/test-fp-ilogb-constants.out; \ ../scripts/evaluate-test.sh math/test-fp-ilogb-constants $? false false > /build/math/test-fp-ilogb-constants.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fetestexceptflag > /build/math/test-fetestexceptflag.out; \ ../scripts/evaluate-test.sh math/test-fetestexceptflag $? false false > /build/math/test-fetestexceptflag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fp-llogb-constants > /build/math/test-fp-llogb-constants.out; \ ../scripts/evaluate-test.sh math/test-fp-llogb-constants $? false false > /build/math/test-fp-llogb-constants.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fpucw > /build/math/test-fpucw.out; \ ../scripts/evaluate-test.sh math/test-fpucw $? false false > /build/math/test-fpucw.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-femode > /build/math/test-femode.out; \ ../scripts/evaluate-test.sh math/test-femode $? false false > /build/math/test-femode.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fpucw-ieee > /build/math/test-fpucw-ieee.out; \ ../scripts/evaluate-test.sh math/test-fpucw-ieee $? false false > /build/math/test-fpucw-ieee.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-iseqsig-excess-precision > /build/math/test-iseqsig-excess-precision.out; \ ../scripts/evaluate-test.sh math/test-iseqsig-excess-precision $? false false > /build/math/test-iseqsig-excess-precision.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fexcept > /build/math/test-fexcept.out; \ ../scripts/evaluate-test.sh math/test-fexcept $? false false > /build/math/test-fexcept.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-matherr-3 > /build/math/test-matherr-3.out; \ ../scripts/evaluate-test.sh math/test-matherr-3 $? false false > /build/math/test-matherr-3.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-iszero-excess-precision > /build/math/test-iszero-excess-precision.out; \ ../scripts/evaluate-test.sh math/test-iszero-excess-precision $? false false > /build/math/test-iszero-excess-precision.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-nan-const > /build/math/test-nan-const.out; \ ../scripts/evaluate-test.sh math/test-nan-const $? false false > /build/math/test-nan-const.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-narrow-macros > /build/math/test-narrow-macros.out; \ ../scripts/evaluate-test.sh math/test-narrow-macros $? false false > /build/math/test-narrow-macros.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-nearbyint-except-2 > /build/math/test-nearbyint-except-2.out; \ ../scripts/evaluate-test.sh math/test-nearbyint-except-2 $? false false > /build/math/test-nearbyint-except-2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-nearbyint-except > /build/math/test-nearbyint-except.out; \ ../scripts/evaluate-test.sh math/test-nearbyint-except $? false false > /build/math/test-nearbyint-except.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-nan-overflow > /build/math/test-nan-overflow.out; \ ../scripts/evaluate-test.sh math/test-nan-overflow $? false false > /build/math/test-nan-overflow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-powl > /build/math/test-powl.out; \ ../scripts/evaluate-test.sh math/test-powl $? false false > /build/math/test-powl.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-signgam-uchar > /build/math/test-signgam-uchar.out; \ ../scripts/evaluate-test.sh math/test-signgam-uchar $? false false > /build/math/test-signgam-uchar.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-signgam-uchar-init > /build/math/test-signgam-uchar-init.out; \ ../scripts/evaluate-test.sh math/test-signgam-uchar-init $? false false > /build/math/test-signgam-uchar-init.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-signgam-uint > /build/math/test-signgam-uint.out; \ ../scripts/evaluate-test.sh math/test-signgam-uint $? false false > /build/math/test-signgam-uint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-signgam-uint-init > /build/math/test-signgam-uint-init.out; \ ../scripts/evaluate-test.sh math/test-signgam-uint-init $? false false > /build/math/test-signgam-uint-init.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-signgam-ullong > /build/math/test-signgam-ullong.out; \ ../scripts/evaluate-test.sh math/test-signgam-ullong $? false false > /build/math/test-signgam-ullong.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-signgam-ullong-init > /build/math/test-signgam-ullong-init.out; \ ../scripts/evaluate-test.sh math/test-signgam-ullong-init $? false false > /build/math/test-signgam-ullong-init.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-snan > /build/math/test-snan.out; \ ../scripts/evaluate-test.sh math/test-snan $? false false > /build/math/test-snan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-nan-payload > /build/math/test-nan-payload.out; \ ../scripts/evaluate-test.sh math/test-nan-payload $? false false > /build/math/test-nan-payload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath > /build/math/test-tgmath.out; \ ../scripts/evaluate-test.sh math/test-tgmath $? false false > /build/math/test-tgmath.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath-int > /build/math/test-tgmath-int.out; \ ../scripts/evaluate-test.sh math/test-tgmath-int $? false false > /build/math/test-tgmath-int.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath-ret > /build/math/test-tgmath-ret.out; \ ../scripts/evaluate-test.sh math/test-tgmath-ret $? false false > /build/math/test-tgmath-ret.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-trunc-except-2 > /build/math/test-trunc-except-2.out; \ ../scripts/evaluate-test.sh math/test-trunc-except-2 $? false false > /build/math/test-trunc-except-2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath2 > /build/math/test-tgmath2.out; \ ../scripts/evaluate-test.sh math/test-tgmath2 $? false false > /build/math/test-tgmath2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/tst-CMPLX > /build/math/tst-CMPLX.out; \ ../scripts/evaluate-test.sh math/tst-CMPLX $? false false > /build/math/tst-CMPLX.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/tst-CMPLX2 > /build/math/tst-CMPLX2.out; \ ../scripts/evaluate-test.sh math/tst-CMPLX2 $? false false > /build/math/tst-CMPLX2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/tst-definitions > /build/math/tst-definitions.out; \ ../scripts/evaluate-test.sh math/tst-definitions $? false false > /build/math/tst-definitions.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fe-snans-always-signal > /build/math/test-fe-snans-always-signal.out; \ ../scripts/evaluate-test.sh math/test-fe-snans-always-signal $? false false > /build/math/test-fe-snans-always-signal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-matherr > /build/math/test-matherr.out; \ ../scripts/evaluate-test.sh math/test-matherr $? false false > /build/math/test-matherr.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/atest-exp > /build/math/atest-exp.out; \ ../scripts/evaluate-test.sh math/atest-exp $? false false > /build/math/atest-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-matherr-2 > /build/math/test-matherr-2.out; \ ../scripts/evaluate-test.sh math/test-matherr-2 $? false false > /build/math/test-matherr-2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-acos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-acos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-asin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-asin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-acosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-acosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-atanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-atanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-asinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-asinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-atan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-atan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-atan2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-atan2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cacos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cacos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-scalb.o -MD -MP -MF /build/math/test-tgmath3-scalb.o.dt -MT /build/math/test-tgmath3-scalb.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-carg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-carg.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cacosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cacosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-casin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-casin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-casinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-casinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-catanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-catanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ccos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ccos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-catan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-catan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ccosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ccosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-clog10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-clog10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cbrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cbrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-clog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-clog.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cpow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cpow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-csin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-csin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-csinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-csinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ctanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ctanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-erf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-erf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-csqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-csqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-erfc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-erfc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-exp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-exp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ctan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ctan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-exp10m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-exp10m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/atest-exp2 > /build/math/atest-exp2.out; \ ../scripts/evaluate-test.sh math/atest-exp2 $? false false > /build/math/atest-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-exp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-exp2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-exp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-exp10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-expm1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-expm1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-j0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-j0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-exp2m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-exp2m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-hypot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-hypot.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-log2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-log2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-j1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-j1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-jn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-jn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-lgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-lgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-log10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-log10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-log -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-log.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-log10p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-log10p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-log1p -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-log1p.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-pow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-pow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-sin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-sin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-log2p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-log2p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-sinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-sinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/math/atest-sincos > /build/math/atest-sincos.out; \ ../scripts/evaluate-test.sh math/atest-sincos $? false false > /build/math/atest-sincos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-tan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-tan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-sincos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-sincos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-tanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-tanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-tgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-tgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-y0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-y0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-y1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-y1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-canonicalize -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-canonicalize.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-yn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-yn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ceil.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-conj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-conj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cimag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cimag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-copysign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-copysign.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-cproj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-cproj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-creal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-creal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fdim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fdim.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-floor.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fmax -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fmax.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fmaximum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fmaximum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fmaximum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fmaximum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fmaximum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fmaximum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-remquo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-remquo.o -MD -MP -MF /build/math/test-tgmath3-remquo.o.dt -MT /build/math/test-tgmath3-remquo.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fmaximum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fmaximum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fmaxmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fmaxmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fmin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fmin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fminimum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fminimum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fminimum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fminimum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-remainder.o -MD -MP -MF /build/math/test-tgmath3-remainder.o.dt -MT /build/math/test-tgmath3-remainder.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fminimum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fminimum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fminimum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fminimum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fminmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fminmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-nextafter.o -MD -MP -MF /build/math/test-tgmath3-nextafter.o.dt -MT /build/math/test-tgmath3-nextafter.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fpclassify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fpclassify.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fmod.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-frexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-frexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-iscanonical -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-iscanonical.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-fromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-fromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-getpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-getpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ilogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ilogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-iseqsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-iseqsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-isfinite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-isfinite.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-isgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-isgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-islessgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-islessgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-isinf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-isinf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-islessequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-islessequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-isgreaterequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-isgreaterequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-isless -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-isless.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-isnan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-isnan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-isnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-isnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-isunordered -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-isunordered.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-issignaling -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-issignaling.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-iszero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-iszero.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-llogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-llogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-llround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-llround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-issubnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-issubnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-lround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-lround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-llrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-llrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-logb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-logb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-nextdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-nextdown.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-lrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-lrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-nearbyint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-nearbyint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-modf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-modf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-remainder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-remainder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-nextup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-nextup.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fenv > /build/math/test-fenv.out; \ ../scripts/evaluate-test.sh math/test-fenv $? false false > /build/math/test-fenv.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-remquo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-remquo.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-rint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-rint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-roundeven -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-roundeven.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-round.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-scalbln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-scalbln.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-setpayloadsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-setpayloadsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-signbit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-signbit.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-scalb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-scalb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-significand -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-significand.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-setpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-setpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-scalbn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-scalbn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-compat_totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-compat_totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-trunc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-trunc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ufromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ufromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-acos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-acos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-compat_totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-compat_totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-acosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-acosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-atan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-atan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ufromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ufromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-asin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-asin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-atan2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-atan2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-atanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-atanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-asinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-asinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cacosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cacosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-carg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-carg.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cacos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cacos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-casin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-casin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-casinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-casinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-catan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-catan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-catanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-catanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ccosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ccosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ccos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ccos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cbrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cbrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-clog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-clog.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-clog10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-clog10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-csin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-csin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cpow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cpow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-csinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-csinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-csqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-csqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ctan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ctan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ctanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ctanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-erf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-erf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-erfc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-erfc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-exp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-exp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-expm1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-expm1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-exp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-exp2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-exp10m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-exp10m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-hypot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-hypot.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-exp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-exp10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-j0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-j0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-exp2m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-exp2m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-j1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-j1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-jn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-jn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-log -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-log.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-lgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-lgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-log2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-log2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-log1p -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-log1p.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-log10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-log10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-log10p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-log10p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-sincos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-sincos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-pow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-pow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-log2p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-log2p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-sin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-sin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-tanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-tanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-sinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-sinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-tgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-tgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-tan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-tan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-y0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-y0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-y1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-y1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-canonicalize -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-canonicalize.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-yn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-yn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ceil.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cimag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cimag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-cproj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-cproj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-conj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-conj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-copysign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-copysign.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-creal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-creal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fdim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fdim.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fmax -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fmax.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fmaximum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fmaximum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-floor.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fmaximum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fmaximum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fmaximum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fmaximum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fmaximum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fmaximum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fmaxmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fmaxmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fmin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fmin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fminimum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fminimum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fminimum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fminimum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fminimum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fminimum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fminmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fminmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-frexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-frexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fmod.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fminimum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fminimum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fpclassify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fpclassify.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-getpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-getpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ilogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ilogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-iscanonical -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-iscanonical.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-fromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-fromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-iseqsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-iseqsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-isfinite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-isfinite.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-isgreaterequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-isgreaterequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-isinf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-isinf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-isgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-isgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-isless -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-isless.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-islessgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-islessgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-islessequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-islessequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-isnan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-isnan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-isnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-isnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-isunordered -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-isunordered.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-issignaling -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-issignaling.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-issubnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-issubnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-iszero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-iszero.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-llogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-llogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-llrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-llrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-logb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-logb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-modf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-modf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-lrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-lrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-llround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-llround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-lround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-lround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-nearbyint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-nearbyint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-nextup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-nextup.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-nextdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-nextdown.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-remainder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-remainder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-rint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-rint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-round.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-scalb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-scalb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-roundeven -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-roundeven.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-remquo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-remquo.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-scalbln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-scalbln.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-setpayloadsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-setpayloadsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-scalbn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-scalbn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-setpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-setpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-signbit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-signbit.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-significand -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-significand.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-trunc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-trunc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ufromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ufromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-acos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-acos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-compat_totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-compat_totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ufromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ufromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-compat_totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-compat_totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-asin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-asin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-asinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-asinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-acosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-acosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-atan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-atan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-atanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-atanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-atan2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-atan2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cacos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cacos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-casin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-casin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cacosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cacosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-casinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-casinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-carg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-carg.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-catan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-catan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-catanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-catanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-ccosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-ccosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-ccos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-ccos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cbrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cbrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-clog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-clog.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-clog10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-clog10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cpow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cpow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-csin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-csin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-csqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-csqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-ctan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-ctan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-csinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-csinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-erf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-erf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-erfc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-erfc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-ctanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-ctanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-exp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-exp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-exp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-exp10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-exp10m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-exp10m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-exp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-exp2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-expm1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-expm1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-hypot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-hypot.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-j1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-j1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-exp2m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-exp2m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-jn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-jn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-log10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-log10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-lgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-lgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-j0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-j0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-log10p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-log10p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-log2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-log2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-log1p -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-log1p.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-log -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-log.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-sincos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-sincos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-sin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-sin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-log2p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-log2p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-y1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-y1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-y0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-y0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-yn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-yn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-pow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-pow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-tan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-tan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-sinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-sinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-tanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-tanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-tgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-tgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-canonicalize -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-canonicalize.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-ceil.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cimag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cimag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-conj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-conj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-copysign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-copysign.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-cproj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-cproj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-creal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-creal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fdim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fdim.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fmaximum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fmaximum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fmaximum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fmaximum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fmax -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fmax.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-floor.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fmaximum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fmaximum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fmaximum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fmaximum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fmaxmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fmaxmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fmin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fmin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fminimum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fminimum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fminimum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fminimum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fminimum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fminimum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fminmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fminmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fminimum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fminimum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fmod.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fpclassify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fpclassify.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-frexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-frexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-ilogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-ilogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-getpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-getpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-iscanonical -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-iscanonical.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-iseqsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-iseqsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-isgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-isgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-isgreaterequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-isgreaterequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-fromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-fromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-isfinite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-isfinite.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-isinf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-isinf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-isless -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-isless.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-islessgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-islessgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-isnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-isnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-issignaling -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-issignaling.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-isnan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-isnan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-islessequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-islessequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-isunordered -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-isunordered.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-iszero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-iszero.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-llogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-llogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-issubnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-issubnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-llrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-llrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-logb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-logb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-lrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-lrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-lround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-lround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-modf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-modf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-llround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-llround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-nearbyint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-nearbyint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-nextdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-nextdown.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-nextup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-nextup.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-remquo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-remquo.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-remainder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-remainder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-rint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-rint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-round.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-scalbln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-scalbln.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-scalb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-scalb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-scalbn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-scalbn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-roundeven -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-roundeven.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-signbit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-signbit.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-setpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-setpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-trunc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-trunc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-setpayloadsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-setpayloadsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-compat_totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-compat_totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-significand -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-significand.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-ufromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-ufromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-ufromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-ufromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-ldouble-compat_totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-ldouble-compat_totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-ldouble.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-acos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-acos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-acosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-acosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-asin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-asin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-asinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-asinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-atan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-atan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-atanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-atanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-atan2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-atan2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-carg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-carg.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-casin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-casin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cacosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cacosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cacos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cacos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-ccos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-ccos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-catanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-catanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-casinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-casinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-catan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-catan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cbrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cbrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-ccosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-ccosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-clog10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-clog10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-clog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-clog.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-csin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-csin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cpow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cpow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-csinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-csinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-csqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-csqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-ctan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-ctan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-erf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-erf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-erfc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-erfc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-ctanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-ctanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-exp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-exp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-exp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-exp2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-exp10m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-exp10m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-j1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-j1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-expm1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-expm1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-exp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-exp10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-exp2m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-exp2m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-jn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-jn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-j0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-j0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-hypot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-hypot.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-log -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-log.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-log10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-log10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-lgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-lgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-log2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-log2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-log1p -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-log1p.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-log10p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-log10p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-log2p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-log2p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-pow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-pow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-sin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-sin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-sincos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-sincos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-sinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-sinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-tan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-tan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-tanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-tanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-tgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-tgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-y1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-y1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-y0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-y0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-canonicalize -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-canonicalize.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-yn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-yn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-ceil.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cimag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cimag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-conj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-conj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-copysign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-copysign.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-cproj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-cproj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-creal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-creal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fdim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fdim.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-floor.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fmax -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fmax.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fmaximum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fmaximum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fmaximum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fmaximum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fmaximum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fmaximum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fminimum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fminimum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fminimum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fminimum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fmaxmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fmaxmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fmin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fmin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fmaximum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fmaximum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fminimum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fminimum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fminimum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fminimum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fminmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fminmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-frexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-frexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fpclassify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fpclassify.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fmod.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-ilogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-ilogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-getpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-getpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-iseqsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-iseqsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-fromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-fromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-iscanonical -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-iscanonical.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-isfinite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-isfinite.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-isgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-isgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-isgreaterequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-isgreaterequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-islessequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-islessequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-isinf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-isinf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-islessgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-islessgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-isless -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-isless.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-isnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-isnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-isnan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-isnan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-issignaling -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-issignaling.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-isunordered -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-isunordered.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-issubnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-issubnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-iszero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-iszero.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-llrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-llrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-llogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-llogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-lrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-lrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-logb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-logb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-lround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-lround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-llround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-llround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-modf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-modf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-nearbyint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-nearbyint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-nextdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-nextdown.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-rint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-rint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-nextup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-nextup.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-remquo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-remquo.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-remainder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-remainder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-round.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-roundeven -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-roundeven.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-scalb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-scalb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-scalbln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-scalbln.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-scalbn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-scalbn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-setpayloadsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-setpayloadsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-significand -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-significand.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-setpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-setpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-signbit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-signbit.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-trunc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-trunc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-compat_totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-compat_totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-acos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-acos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-compat_totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-compat_totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-ufromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-ufromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-acosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-acosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-asin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-asin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-atan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-atan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float128-ufromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float128-ufromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float128.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-atanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-atanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-asinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-asinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cacos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cacos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cacosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cacosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-atan2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-atan2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-casinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-casinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-carg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-carg.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-casin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-casin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-catan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-catan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-ccos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-ccos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-catanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-catanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cbrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cbrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-ccosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-ccosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cpow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cpow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-clog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-clog.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-clog10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-clog10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-csinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-csinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-csin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-csin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-ctanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-ctanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-csqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-csqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-ctan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-ctan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-erfc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-erfc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-exp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-exp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-exp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-exp2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-erf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-erf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-exp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-exp10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-exp10m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-exp10m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-exp2m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-exp2m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-expm1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-expm1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-j0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-j0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-hypot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-hypot.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-jn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-jn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-pow.o -MD -MP -MF /build/math/test-tgmath3-pow.o.dt -MT /build/math/test-tgmath3-pow.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-j1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-j1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-log -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-log.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-log2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-log2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-lgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-lgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-log1p -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-log1p.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-log10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-log10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-log2p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-log2p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-sincos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-sincos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-sin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-sin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-log10p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-log10p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-pow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-pow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-sinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-sinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-tan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-tan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-y1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-y1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-tanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-tanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-yn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-yn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-tgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-tgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-y0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-y0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-copysign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-copysign.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cimag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cimag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-ceil.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-conj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-conj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-canonicalize -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-canonicalize.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-cproj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-cproj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-floor.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-creal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-creal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fmaximum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fmaximum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fdim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fdim.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fmaximum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fmaximum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fmaximum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fmaximum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fmaximum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fmaximum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fmax -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fmax.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fmin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fmin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fmaxmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fmaxmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fminimum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fminimum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fminmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fminmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fmod.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fminimum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fminimum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fminimum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fminimum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fminimum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fminimum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-frexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-frexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fpclassify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fpclassify.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-iseqsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-iseqsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-getpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-getpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-iscanonical -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-iscanonical.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-ilogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-ilogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-isfinite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-isfinite.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-fromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-fromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-isgreaterequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-isgreaterequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-isless -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-isless.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-isgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-isgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-islessequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-islessequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-islessgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-islessgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-isnan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-isnan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-isinf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-isinf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-issignaling -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-issignaling.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-isunordered -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-isunordered.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-isnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-isnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-issubnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-issubnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-llogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-llogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-iszero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-iszero.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-logb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-logb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-llround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-llround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-lrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-lrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-modf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-modf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-llrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-llrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-lround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-lround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-nearbyint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-nearbyint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-nextdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-nextdown.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-nextup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-nextup.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-remquo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-remquo.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-remainder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-remainder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-roundeven -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-roundeven.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-round.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-scalbn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-scalbn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-scalb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-scalb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-rint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-rint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-setpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-setpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-scalbln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-scalbln.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-setpayloadsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-setpayloadsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-signbit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-signbit.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-significand -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-significand.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-trunc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-trunc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-ufromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-ufromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-ufromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-ufromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-compat_totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-compat_totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-acos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-acos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-compat_totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-compat_totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-acosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-acosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-asinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-asinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-atan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-atan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-atanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-atanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-asin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-asin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-atan2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-atan2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-carg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-carg.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cacosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cacosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cacos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cacos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-casinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-casinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-casin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-casin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-catan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-catan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-ccos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-ccos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cbrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cbrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-ccosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-ccosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-catanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-catanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-clog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-clog.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-clog10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-clog10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cpow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cpow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-csin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-csin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-csinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-csinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-csqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-csqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-erf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-erf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-ctan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-ctan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-ctanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-ctanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-exp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-exp2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-exp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-exp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-exp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-exp10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-expm1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-expm1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-erfc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-erfc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-exp10m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-exp10m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-hypot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-hypot.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-exp2m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-exp2m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-j1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-j1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-jn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-jn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-lgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-lgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-j0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-j0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-log10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-log10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-log -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-log.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-log2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-log2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-log1p -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-log1p.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-log2p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-log2p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-sin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-sin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-log10p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-log10p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-sincos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-sincos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-tan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-tan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-pow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-pow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-sinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-sinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-y1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-y1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-y0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-y0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-tgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-tgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-tanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-tanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-canonicalize -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-canonicalize.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-ceil.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cimag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cimag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-yn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-yn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-copysign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-copysign.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-cproj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-cproj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-conj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-conj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fdim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fdim.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-floor.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-creal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-creal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fmax -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fmax.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fmaximum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fmaximum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fmaximum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fmaximum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fmaximum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fmaximum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fmaximum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fmaximum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fmaxmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fmaxmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fminimum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fminimum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fminimum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fminimum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fmin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fmin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fminimum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fminimum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fminmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fminmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fminimum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fminimum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fpclassify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fpclassify.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fmod.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-frexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-frexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-iscanonical -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-iscanonical.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-ilogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-ilogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-getpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-getpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-isgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-isgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-iseqsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-iseqsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-isinf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-isinf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-fromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-fromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-isgreaterequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-isgreaterequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-islessgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-islessgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-isless -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-isless.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-isfinite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-isfinite.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-issubnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-issubnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-islessequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-islessequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-issignaling -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-issignaling.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-isnan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-isnan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-isunordered -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-isunordered.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-isnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-isnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-iszero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-iszero.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-logb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-logb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-llogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-llogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-llrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-llrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-llround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-llround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-lrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-lrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-nearbyint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-nearbyint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-modf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-modf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-lround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-lround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-nextdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-nextdown.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-nextup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-nextup.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-remainder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-remainder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-roundeven -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-roundeven.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-rint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-rint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-remquo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-remquo.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-round.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-scalb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-scalb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-scalbn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-scalbn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-significand -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-significand.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-setpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-setpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-scalbln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-scalbln.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-setpayloadsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-setpayloadsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-signbit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-signbit.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-trunc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-trunc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-compat_totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-compat_totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-ufromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-ufromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-ufromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-ufromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-acos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-acos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-compat_totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-compat_totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-acosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-acosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-asinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-asinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-asin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-asin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-atan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-atan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-atan2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-atan2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-atanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-atanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cacosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cacosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-casin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-casin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cacos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cacos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-casinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-casinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-carg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-carg.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cbrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cbrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-catanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-catanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-catan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-catan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-ccos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-ccos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-clog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-clog.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-ccosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-ccosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-clog10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-clog10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-csqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-csqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cpow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cpow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-csin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-csin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-ctanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-ctanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-erf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-erf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-csinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-csinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-ctan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-ctan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-erfc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-erfc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-exp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-exp10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-exp2m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-exp2m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-exp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-exp2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-exp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-exp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-exp10m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-exp10m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-j1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-j1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-jn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-jn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-expm1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-expm1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-j0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-j0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-log2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-log2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-lgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-lgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-log -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-log.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-log10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-log10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-log10p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-log10p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-hypot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-hypot.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-log1p -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-log1p.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-log2p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-log2p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-pow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-pow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-sin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-sin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-sincos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-sincos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-sinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-sinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-tan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-tan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-y0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-y0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-tanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-tanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-tgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-tgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-canonicalize -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-canonicalize.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-y1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-y1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-yn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-yn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-copysign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-copysign.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-ceil.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cimag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cimag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-creal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-creal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-cproj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-cproj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-floor.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-conj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-conj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fdim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fdim.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fmaximum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fmaximum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fmax -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fmax.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fmaximum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fmaximum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fmaximum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fmaximum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fmaxmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fmaxmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fmaximum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fmaximum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fminimum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fminimum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fmin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fmin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fminimum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fminimum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fminimum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fminimum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fminimum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fminimum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fminmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fminmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fmod.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fpclassify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fpclassify.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-getpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-getpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-frexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-frexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-iseqsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-iseqsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-ilogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-ilogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-isfinite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-isfinite.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-iscanonical -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-iscanonical.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-isgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-isgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-fromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-fromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-isgreaterequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-isgreaterequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-isless -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-isless.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-isinf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-isinf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-islessequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-islessequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-islessgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-islessgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-isnan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-isnan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-issignaling -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-issignaling.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-isnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-isnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-isunordered -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-isunordered.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-issubnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-issubnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-llogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-llogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-llrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-llrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-iszero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-iszero.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-llround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-llround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-lrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-lrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-nearbyint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-nearbyint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-logb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-logb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-modf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-modf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-nextup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-nextup.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-lround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-lround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-nextdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-nextdown.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-remainder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-remainder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-round.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-rint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-rint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-remquo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-remquo.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-roundeven -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-roundeven.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-scalbln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-scalbln.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-scalb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-scalb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-setpayloadsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-setpayloadsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-scalbn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-scalbn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-signbit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-signbit.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-significand -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-significand.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-setpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-setpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-trunc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-trunc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-ufromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-ufromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-compat_totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-compat_totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-acos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-acos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-ufromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-ufromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-compat_totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-compat_totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-asin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-asin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-asinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-asinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-atan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-atan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-acosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-acosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-atan2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-atan2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cacosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cacosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-atanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-atanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cacos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cacos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-casin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-casin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-casinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-casinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-carg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-carg.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-catan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-catan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-ccos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-ccos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-catanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-catanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cbrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cbrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-ccosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-ccosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-clog10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-clog10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-clog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-clog.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cpow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cpow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cosh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-csin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-csin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-csinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-csinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-csqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-csqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-ctanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-ctanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-erf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-erf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-ctan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-ctan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-erfc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-erfc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-exp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-exp10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-exp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-exp2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-exp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-exp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-exp10m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-exp10m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-exp2m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-exp2m1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-j0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-j0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-hypot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-hypot.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-j1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-j1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-expm1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-expm1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-log2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-log2.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-jn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-jn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-log10p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-log10p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-log -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-log.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-lgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-lgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-log10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-log10.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-log2p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-log2p1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-log1p -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-log1p.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-sincos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-sincos.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-pow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-pow.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-sin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-sin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-sinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-sinh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-tgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-tgamma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-tanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-tanh.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-tan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-tan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-y1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-y1.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-yn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-yn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cimag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cimag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-canonicalize -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-canonicalize.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-y0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-y0.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-copysign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-copysign.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-ceil.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-conj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-conj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-cproj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-cproj.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fabs.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-creal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-creal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fmaximum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fmaximum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fdim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fdim.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-floor.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fmaximum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fmaximum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fmax -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fmax.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fmaximum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fmaximum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fmaximum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fmaximum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fmaxmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fmaxmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fminimum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fminimum_mag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fminimum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fminimum_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fminmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fminmag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fminimum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fminimum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fmin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fmin.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fminimum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fminimum.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fmod.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-getpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-getpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-frexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-frexp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fpclassify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fpclassify.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-ilogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-ilogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-iseqsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-iseqsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-iscanonical -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-iscanonical.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-isgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-isgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-fromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-fromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-isinf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-isinf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-isgreaterequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-isgreaterequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-isfinite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-isfinite.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-islessgreater -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-islessgreater.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-islessequal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-islessequal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-isless -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-isless.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-isnan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-isnan.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-isnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-isnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-issignaling -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-issignaling.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-iszero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-iszero.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-isunordered -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-isunordered.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-issubnormal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-issubnormal.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-llrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-llrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-llogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-llogb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-logb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-logb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-llround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-llround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-lrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-lrint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-modf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-modf.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-lround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-lround.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-nextdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-nextdown.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-nearbyint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-nearbyint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-nextup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-nextup.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-remainder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-remainder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-remquo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-remquo.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-rint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-rint.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-round.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-scalb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-scalb.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-roundeven -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-roundeven.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-scalbn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-scalbn.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-scalbln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-scalbln.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-signbit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-signbit.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-setpayloadsig -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-setpayloadsig.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-significand -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-significand.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-setpayload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-setpayload.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-ufromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-ufromfp.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-compat_totalorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-compat_totalorder.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-trunc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-trunc.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float128-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float128-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-ufromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-ufromfpx.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-compat_totalordermag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-compat_totalordermag.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float128-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float128-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float128-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float128-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float128-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float128-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float128-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float128-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float128-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float128-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64x-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64x-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64x-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64x-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64x-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64x-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64x-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64x-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64x-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64x-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64x-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64x-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float128-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float128-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float128-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float128-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float128-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float128-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float128-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float128-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float128-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float128-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64x-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64x-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float128-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float128-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64x-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64x-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64x-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64x-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64x-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64x-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64x-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64x-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float128-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float128-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float128-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float128-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float128-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float128-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64x-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64x-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float128-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float128-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float128-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float128-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float64x-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float64x-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float64x-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float64x-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float64x-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float64x-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float64x-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float64x-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float128-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float128-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float64x-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float64x-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-float128-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-float128-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-float128-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-float128-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-float128-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-float128-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64-float64x-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64-float64x-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-float128-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-float128-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-float128-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-float128-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ldouble-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ldouble-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float64x-float128-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float64x-float128-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float64x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ldouble-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ldouble-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ldouble-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ldouble-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ldouble-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ldouble-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ldouble-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ldouble-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-double-ldouble-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-double-ldouble-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-double.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-double-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-double-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-double-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-double-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-double-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-double-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-double-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-double-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-double-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-double-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-double-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-double-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ldouble-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ldouble-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ldouble-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ldouble-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ldouble-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ldouble-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ldouble-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ldouble-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ldouble-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ldouble-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float-ldouble-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float-ldouble-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float32x-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float32x-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float32x-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float32x-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float32x-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float32x-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float32x-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float32x-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float32x-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float32x-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float32x-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float32x-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32-float64-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32-float64-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64-div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64-div.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64-add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64-add.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64-mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64-mul.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64-fma.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-float32x-float64-sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-float32x-float64-sub.o /build/support/libsupport_nonshared.a /build/math/libm-test-support-float32x.o /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-dadd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-dadd.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-dmul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-dmul.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-dsub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-dsub.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-ddiv -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-ddiv.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fdiv -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fdiv.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-dsqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-dsqrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fadd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fadd.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fmul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fmul.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fsub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fsub.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f16add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f16add.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fsqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fsqrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f16div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f16div.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f16fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f16fma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f16mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f16mul.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f16sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f16sqrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32add.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f16sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f16sub.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32sqrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32sub.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32mul.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32div.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f128add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f128add.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f128sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f128sqrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f128div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f128div.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f128fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f128fma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f128sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f128sub.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32xadd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32xadd.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f128mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f128mul.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32xsqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32xsqrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32xdiv -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32xdiv.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32xsub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32xsub.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64add -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64add.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64sqrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64div -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64div.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32xmul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32xmul.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64mul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64mul.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64sub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64sub.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64xsqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64xsqrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64xadd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64xadd.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64xdiv -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64xdiv.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64xsub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64xsub.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-asin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-asin.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64xmul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64xmul.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-acos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-acos.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-atan2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-atan2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-acosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-acosh.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-asinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-asinh.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-atan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-atan.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-atanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-atanh.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-cbrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-cbrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-ceil.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-conj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-conj.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-carg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-carg.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-cimag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-cimag.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-copysign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-copysign.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-cosh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-cosh.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-cos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-cos.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-erf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-erf.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-exp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-exp.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-cproj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-cproj.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-creal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-creal.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-erfc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-erfc.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-exp10m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-exp10m1.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-exp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-exp2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-expm1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-expm1.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-exp2m1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-exp2m1.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-exp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-exp10.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fmax -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fmax.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-misc > /build/math/test-misc.out; \ ../scripts/evaluate-test.sh math/test-misc $? false false > /build/math/test-misc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-floor.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fmaximum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fmaximum.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fmaximum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fmaximum_mag.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fabs.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fmaximum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fmaximum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fdim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fdim.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fmaximum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fmaximum_num.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fmin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fmin.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fmaxmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fmaxmag.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fminimum_mag_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fminimum_mag_num.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fminimum_num -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fminimum_num.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fmod.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fminimum_mag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fminimum_mag.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fromfp.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fminmag -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fminmag.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fminimum -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fminimum.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-hypot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-hypot.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fromfpx.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-frexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-frexp.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-ilogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-ilogb.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-ldexp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-ldexp.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-lgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-lgamma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-llrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-llrint.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-llogb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-llogb.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-llround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-llround.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-log -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-log.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-log10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-log10.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-log2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-log2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-log2p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-log2p1.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-log10p1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-log10p1.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-log1p -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-log1p.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-logp1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-logp1.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-logb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-logb.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-lrint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-lrint.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-lround -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-lround.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-nearbyint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-nearbyint.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-nextdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-nextdown.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-nexttoward -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-nexttoward.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-nextafter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-nextafter.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-nextup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-nextup.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-pow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-pow.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-remainder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-remainder.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-remquo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-remquo.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-roundeven -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-roundeven.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-scalb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-scalb.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-round.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-scalbln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-scalbln.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-rint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-rint.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fenv-sse > /build/math/test-fenv-sse.out; \ ../scripts/evaluate-test.sh math/test-fenv-sse $? false false > /build/math/test-fenv-sse.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-scalbn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-scalbn.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fenv-clear-sse > /build/math/test-fenv-clear-sse.out; \ ../scripts/evaluate-test.sh math/test-fenv-clear-sse $? false false > /build/math/test-fenv-clear-sse.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-sin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-sin.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-sqrt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-sqrt.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fenv-x87 > /build/math/test-fenv-x87.out; \ ../scripts/evaluate-test.sh math/test-fenv-x87 $? false false > /build/math/test-fenv-x87.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-sinh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-sinh.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-fenv-sse-2 > /build/math/test-fenv-sse-2.out; \ ../scripts/evaluate-test.sh math/test-fenv-sse-2 $? false false > /build/math/test-fenv-sse-2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-flt-eval-method-387 > /build/math/test-flt-eval-method-387.out; \ ../scripts/evaluate-test.sh math/test-flt-eval-method-387 $? false false > /build/math/test-flt-eval-method-387.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-flt-eval-method-sse > /build/math/test-flt-eval-method-sse.out; \ ../scripts/evaluate-test.sh math/test-flt-eval-method-sse $? false false > /build/math/test-flt-eval-method-sse.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-tan -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-tan.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/tst-ldbl-nonnormal-printf > /build/math/tst-ldbl-nonnormal-printf.out; \ ../scripts/evaluate-test.sh math/tst-ldbl-nonnormal-printf $? false false > /build/math/tst-ldbl-nonnormal-printf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-tanh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-tanh.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-trunc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-trunc.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-totalorderl-ldbl-96 > /build/math/test-totalorderl-ldbl-96.out; \ ../scripts/evaluate-test.sh math/test-totalorderl-ldbl-96 $? false false > /build/math/test-totalorderl-ldbl-96.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-sinl-pseudo > /build/math/test-sinl-pseudo.out; \ ../scripts/evaluate-test.sh math/test-sinl-pseudo $? false false > /build/math/test-sinl-pseudo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-canonical-ldbl-96 > /build/math/test-canonical-ldbl-96.out; \ ../scripts/evaluate-test.sh math/test-canonical-ldbl-96 $? false false > /build/math/test-canonical-ldbl-96.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libm.abilist /build/math/libm.symlist > /build/math/check-abi-libm.out; \ ../scripts/evaluate-test.sh math/check-abi-libm $? false false > /build/math/check-abi-libm.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-tgamma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-tgamma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-ufromfp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-ufromfp.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-ufromfpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-ufromfpx.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-acos > /build/math/test-double-acos.out; \ ../scripts/evaluate-test.sh math/test-double-acos $? false false > /build/math/test-double-acos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-acosh > /build/math/test-double-acosh.out; \ ../scripts/evaluate-test.sh math/test-double-acosh $? false false > /build/math/test-double-acosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-asin > /build/math/test-double-asin.out; \ ../scripts/evaluate-test.sh math/test-double-asin $? false false > /build/math/test-double-asin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-asinh > /build/math/test-double-asinh.out; \ ../scripts/evaluate-test.sh math/test-double-asinh $? false false > /build/math/test-double-asinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-atan > /build/math/test-double-atan.out; \ ../scripts/evaluate-test.sh math/test-double-atan $? false false > /build/math/test-double-atan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-atanh > /build/math/test-double-atanh.out; \ ../scripts/evaluate-test.sh math/test-double-atanh $? false false > /build/math/test-double-atanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-atan2 > /build/math/test-double-atan2.out; \ ../scripts/evaluate-test.sh math/test-double-atan2 $? false false > /build/math/test-double-atan2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cabs > /build/math/test-double-cabs.out; \ ../scripts/evaluate-test.sh math/test-double-cabs $? false false > /build/math/test-double-cabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-carg > /build/math/test-double-carg.out; \ ../scripts/evaluate-test.sh math/test-double-carg $? false false > /build/math/test-double-carg.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cacosh > /build/math/test-double-cacosh.out; \ ../scripts/evaluate-test.sh math/test-double-cacosh $? false false > /build/math/test-double-cacosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cacos > /build/math/test-double-cacos.out; \ ../scripts/evaluate-test.sh math/test-double-cacos $? false false > /build/math/test-double-cacos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-catan > /build/math/test-double-catan.out; \ ../scripts/evaluate-test.sh math/test-double-catan $? false false > /build/math/test-double-catan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cbrt > /build/math/test-double-cbrt.out; \ ../scripts/evaluate-test.sh math/test-double-cbrt $? false false > /build/math/test-double-cbrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-casinh > /build/math/test-double-casinh.out; \ ../scripts/evaluate-test.sh math/test-double-casinh $? false false > /build/math/test-double-casinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-casin > /build/math/test-double-casin.out; \ ../scripts/evaluate-test.sh math/test-double-casin $? false false > /build/math/test-double-casin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-catanh > /build/math/test-double-catanh.out; \ ../scripts/evaluate-test.sh math/test-double-catanh $? false false > /build/math/test-double-catanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ccos > /build/math/test-double-ccos.out; \ ../scripts/evaluate-test.sh math/test-double-ccos $? false false > /build/math/test-double-ccos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ccosh > /build/math/test-double-ccosh.out; \ ../scripts/evaluate-test.sh math/test-double-ccosh $? false false > /build/math/test-double-ccosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cexp > /build/math/test-double-cexp.out; \ ../scripts/evaluate-test.sh math/test-double-cexp $? false false > /build/math/test-double-cexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-clog > /build/math/test-double-clog.out; \ ../scripts/evaluate-test.sh math/test-double-clog $? false false > /build/math/test-double-clog.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cos > /build/math/test-double-cos.out; \ ../scripts/evaluate-test.sh math/test-double-cos $? false false > /build/math/test-double-cos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cosh > /build/math/test-double-cosh.out; \ ../scripts/evaluate-test.sh math/test-double-cosh $? false false > /build/math/test-double-cosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-clog10 > /build/math/test-double-clog10.out; \ ../scripts/evaluate-test.sh math/test-double-clog10 $? false false > /build/math/test-double-clog10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cpow > /build/math/test-double-cpow.out; \ ../scripts/evaluate-test.sh math/test-double-cpow $? false false > /build/math/test-double-cpow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-csin > /build/math/test-double-csin.out; \ ../scripts/evaluate-test.sh math/test-double-csin $? false false > /build/math/test-double-csin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-csinh > /build/math/test-double-csinh.out; \ ../scripts/evaluate-test.sh math/test-double-csinh $? false false > /build/math/test-double-csinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ctan > /build/math/test-double-ctan.out; \ ../scripts/evaluate-test.sh math/test-double-ctan $? false false > /build/math/test-double-ctan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-csqrt > /build/math/test-double-csqrt.out; \ ../scripts/evaluate-test.sh math/test-double-csqrt $? false false > /build/math/test-double-csqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ctanh > /build/math/test-double-ctanh.out; \ ../scripts/evaluate-test.sh math/test-double-ctanh $? false false > /build/math/test-double-ctanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-erf > /build/math/test-double-erf.out; \ ../scripts/evaluate-test.sh math/test-double-erf $? false false > /build/math/test-double-erf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-erfc > /build/math/test-double-erfc.out; \ ../scripts/evaluate-test.sh math/test-double-erfc $? false false > /build/math/test-double-erfc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-exp > /build/math/test-double-exp.out; \ ../scripts/evaluate-test.sh math/test-double-exp $? false false > /build/math/test-double-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-exp2 > /build/math/test-double-exp2.out; \ ../scripts/evaluate-test.sh math/test-double-exp2 $? false false > /build/math/test-double-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-exp10 > /build/math/test-double-exp10.out; \ ../scripts/evaluate-test.sh math/test-double-exp10 $? false false > /build/math/test-double-exp10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-exp10m1 > /build/math/test-double-exp10m1.out; \ ../scripts/evaluate-test.sh math/test-double-exp10m1 $? false false > /build/math/test-double-exp10m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-exp2m1 > /build/math/test-double-exp2m1.out; \ ../scripts/evaluate-test.sh math/test-double-exp2m1 $? false false > /build/math/test-double-exp2m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-expm1 > /build/math/test-double-expm1.out; \ ../scripts/evaluate-test.sh math/test-double-expm1 $? false false > /build/math/test-double-expm1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fma > /build/math/test-double-fma.out; \ ../scripts/evaluate-test.sh math/test-double-fma $? false false > /build/math/test-double-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-hypot > /build/math/test-double-hypot.out; \ ../scripts/evaluate-test.sh math/test-double-hypot $? false false > /build/math/test-double-hypot.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-j1 > /build/math/test-double-j1.out; \ ../scripts/evaluate-test.sh math/test-double-j1 $? false false > /build/math/test-double-j1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-j0 > /build/math/test-double-j0.out; \ ../scripts/evaluate-test.sh math/test-double-j0 $? false false > /build/math/test-double-j0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-jn > /build/math/test-double-jn.out; \ ../scripts/evaluate-test.sh math/test-double-jn $? false false > /build/math/test-double-jn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-log > /build/math/test-double-log.out; \ ../scripts/evaluate-test.sh math/test-double-log $? false false > /build/math/test-double-log.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-log2 > /build/math/test-double-log2.out; \ ../scripts/evaluate-test.sh math/test-double-log2 $? false false > /build/math/test-double-log2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-log10 > /build/math/test-double-log10.out; \ ../scripts/evaluate-test.sh math/test-double-log10 $? false false > /build/math/test-double-log10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-lgamma > /build/math/test-double-lgamma.out; \ ../scripts/evaluate-test.sh math/test-double-lgamma $? false false > /build/math/test-double-lgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-log10p1 > /build/math/test-double-log10p1.out; \ ../scripts/evaluate-test.sh math/test-double-log10p1 $? false false > /build/math/test-double-log10p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-log1p > /build/math/test-double-log1p.out; \ ../scripts/evaluate-test.sh math/test-double-log1p $? false false > /build/math/test-double-log1p.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-log2p1 > /build/math/test-double-log2p1.out; \ ../scripts/evaluate-test.sh math/test-double-log2p1 $? false false > /build/math/test-double-log2p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-pow > /build/math/test-double-pow.out; \ ../scripts/evaluate-test.sh math/test-double-pow $? false false > /build/math/test-double-pow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-sin > /build/math/test-double-sin.out; \ ../scripts/evaluate-test.sh math/test-double-sin $? false false > /build/math/test-double-sin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-sincos > /build/math/test-double-sincos.out; \ ../scripts/evaluate-test.sh math/test-double-sincos $? false false > /build/math/test-double-sincos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-sinh > /build/math/test-double-sinh.out; \ ../scripts/evaluate-test.sh math/test-double-sinh $? false false > /build/math/test-double-sinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-sqrt > /build/math/test-double-sqrt.out; \ ../scripts/evaluate-test.sh math/test-double-sqrt $? false false > /build/math/test-double-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-tan > /build/math/test-double-tan.out; \ ../scripts/evaluate-test.sh math/test-double-tan $? false false > /build/math/test-double-tan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-tanh > /build/math/test-double-tanh.out; \ ../scripts/evaluate-test.sh math/test-double-tanh $? false false > /build/math/test-double-tanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-y0 > /build/math/test-double-y0.out; \ ../scripts/evaluate-test.sh math/test-double-y0 $? false false > /build/math/test-double-y0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-tgamma > /build/math/test-double-tgamma.out; \ ../scripts/evaluate-test.sh math/test-double-tgamma $? false false > /build/math/test-double-tgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-y1 > /build/math/test-double-y1.out; \ ../scripts/evaluate-test.sh math/test-double-y1 $? false false > /build/math/test-double-y1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-yn > /build/math/test-double-yn.out; \ ../scripts/evaluate-test.sh math/test-double-yn $? false false > /build/math/test-double-yn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-canonicalize > /build/math/test-double-canonicalize.out; \ ../scripts/evaluate-test.sh math/test-double-canonicalize $? false false > /build/math/test-double-canonicalize.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cimag > /build/math/test-double-cimag.out; \ ../scripts/evaluate-test.sh math/test-double-cimag $? false false > /build/math/test-double-cimag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ceil > /build/math/test-double-ceil.out; \ ../scripts/evaluate-test.sh math/test-double-ceil $? false false > /build/math/test-double-ceil.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-conj > /build/math/test-double-conj.out; \ ../scripts/evaluate-test.sh math/test-double-conj $? false false > /build/math/test-double-conj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-creal > /build/math/test-double-creal.out; \ ../scripts/evaluate-test.sh math/test-double-creal $? false false > /build/math/test-double-creal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-cproj > /build/math/test-double-cproj.out; \ ../scripts/evaluate-test.sh math/test-double-cproj $? false false > /build/math/test-double-cproj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-copysign > /build/math/test-double-copysign.out; \ ../scripts/evaluate-test.sh math/test-double-copysign $? false false > /build/math/test-double-copysign.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fabs > /build/math/test-double-fabs.out; \ ../scripts/evaluate-test.sh math/test-double-fabs $? false false > /build/math/test-double-fabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fdim > /build/math/test-double-fdim.out; \ ../scripts/evaluate-test.sh math/test-double-fdim $? false false > /build/math/test-double-fdim.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-floor > /build/math/test-double-floor.out; \ ../scripts/evaluate-test.sh math/test-double-floor $? false false > /build/math/test-double-floor.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fmax > /build/math/test-double-fmax.out; \ ../scripts/evaluate-test.sh math/test-double-fmax $? false false > /build/math/test-double-fmax.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fmaximum_mag > /build/math/test-double-fmaximum_mag.out; \ ../scripts/evaluate-test.sh math/test-double-fmaximum_mag $? false false > /build/math/test-double-fmaximum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fmaximum > /build/math/test-double-fmaximum.out; \ ../scripts/evaluate-test.sh math/test-double-fmaximum $? false false > /build/math/test-double-fmaximum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fmaximum_mag_num > /build/math/test-double-fmaximum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-double-fmaximum_mag_num $? false false > /build/math/test-double-fmaximum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fmaximum_num > /build/math/test-double-fmaximum_num.out; \ ../scripts/evaluate-test.sh math/test-double-fmaximum_num $? false false > /build/math/test-double-fmaximum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fmaxmag > /build/math/test-double-fmaxmag.out; \ ../scripts/evaluate-test.sh math/test-double-fmaxmag $? false false > /build/math/test-double-fmaxmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fmin > /build/math/test-double-fmin.out; \ ../scripts/evaluate-test.sh math/test-double-fmin $? false false > /build/math/test-double-fmin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fminimum > /build/math/test-double-fminimum.out; \ ../scripts/evaluate-test.sh math/test-double-fminimum $? false false > /build/math/test-double-fminimum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fminimum_mag > /build/math/test-double-fminimum_mag.out; \ ../scripts/evaluate-test.sh math/test-double-fminimum_mag $? false false > /build/math/test-double-fminimum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fminimum_mag_num > /build/math/test-double-fminimum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-double-fminimum_mag_num $? false false > /build/math/test-double-fminimum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fminimum_num > /build/math/test-double-fminimum_num.out; \ ../scripts/evaluate-test.sh math/test-double-fminimum_num $? false false > /build/math/test-double-fminimum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fminmag > /build/math/test-double-fminmag.out; \ ../scripts/evaluate-test.sh math/test-double-fminmag $? false false > /build/math/test-double-fminmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fmod > /build/math/test-double-fmod.out; \ ../scripts/evaluate-test.sh math/test-double-fmod $? false false > /build/math/test-double-fmod.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fpclassify > /build/math/test-double-fpclassify.out; \ ../scripts/evaluate-test.sh math/test-double-fpclassify $? false false > /build/math/test-double-fpclassify.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-frexp > /build/math/test-double-frexp.out; \ ../scripts/evaluate-test.sh math/test-double-frexp $? false false > /build/math/test-double-frexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-getpayload > /build/math/test-double-getpayload.out; \ ../scripts/evaluate-test.sh math/test-double-getpayload $? false false > /build/math/test-double-getpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ilogb > /build/math/test-double-ilogb.out; \ ../scripts/evaluate-test.sh math/test-double-ilogb $? false false > /build/math/test-double-ilogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-iscanonical > /build/math/test-double-iscanonical.out; \ ../scripts/evaluate-test.sh math/test-double-iscanonical $? false false > /build/math/test-double-iscanonical.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-isfinite > /build/math/test-double-isfinite.out; \ ../scripts/evaluate-test.sh math/test-double-isfinite $? false false > /build/math/test-double-isfinite.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-iseqsig > /build/math/test-double-iseqsig.out; \ ../scripts/evaluate-test.sh math/test-double-iseqsig $? false false > /build/math/test-double-iseqsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-isgreater > /build/math/test-double-isgreater.out; \ ../scripts/evaluate-test.sh math/test-double-isgreater $? false false > /build/math/test-double-isgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-isgreaterequal > /build/math/test-double-isgreaterequal.out; \ ../scripts/evaluate-test.sh math/test-double-isgreaterequal $? false false > /build/math/test-double-isgreaterequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-isinf > /build/math/test-double-isinf.out; \ ../scripts/evaluate-test.sh math/test-double-isinf $? false false > /build/math/test-double-isinf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fromfp > /build/math/test-double-fromfp.out; \ ../scripts/evaluate-test.sh math/test-double-fromfp $? false false > /build/math/test-double-fromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-isless > /build/math/test-double-isless.out; \ ../scripts/evaluate-test.sh math/test-double-isless $? false false > /build/math/test-double-isless.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-fromfpx > /build/math/test-double-fromfpx.out; \ ../scripts/evaluate-test.sh math/test-double-fromfpx $? false false > /build/math/test-double-fromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-islessequal > /build/math/test-double-islessequal.out; \ ../scripts/evaluate-test.sh math/test-double-islessequal $? false false > /build/math/test-double-islessequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-islessgreater > /build/math/test-double-islessgreater.out; \ ../scripts/evaluate-test.sh math/test-double-islessgreater $? false false > /build/math/test-double-islessgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-isnan > /build/math/test-double-isnan.out; \ ../scripts/evaluate-test.sh math/test-double-isnan $? false false > /build/math/test-double-isnan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-isnormal > /build/math/test-double-isnormal.out; \ ../scripts/evaluate-test.sh math/test-double-isnormal $? false false > /build/math/test-double-isnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-issignaling > /build/math/test-double-issignaling.out; \ ../scripts/evaluate-test.sh math/test-double-issignaling $? false false > /build/math/test-double-issignaling.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-issubnormal > /build/math/test-double-issubnormal.out; \ ../scripts/evaluate-test.sh math/test-double-issubnormal $? false false > /build/math/test-double-issubnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-isunordered > /build/math/test-double-isunordered.out; \ ../scripts/evaluate-test.sh math/test-double-isunordered $? false false > /build/math/test-double-isunordered.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-iszero > /build/math/test-double-iszero.out; \ ../scripts/evaluate-test.sh math/test-double-iszero $? false false > /build/math/test-double-iszero.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-llogb > /build/math/test-double-llogb.out; \ ../scripts/evaluate-test.sh math/test-double-llogb $? false false > /build/math/test-double-llogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-llrint > /build/math/test-double-llrint.out; \ ../scripts/evaluate-test.sh math/test-double-llrint $? false false > /build/math/test-double-llrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-llround > /build/math/test-double-llround.out; \ ../scripts/evaluate-test.sh math/test-double-llround $? false false > /build/math/test-double-llround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-logb > /build/math/test-double-logb.out; \ ../scripts/evaluate-test.sh math/test-double-logb $? false false > /build/math/test-double-logb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-lrint > /build/math/test-double-lrint.out; \ ../scripts/evaluate-test.sh math/test-double-lrint $? false false > /build/math/test-double-lrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-lround > /build/math/test-double-lround.out; \ ../scripts/evaluate-test.sh math/test-double-lround $? false false > /build/math/test-double-lround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-modf > /build/math/test-double-modf.out; \ ../scripts/evaluate-test.sh math/test-double-modf $? false false > /build/math/test-double-modf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-nearbyint > /build/math/test-double-nearbyint.out; \ ../scripts/evaluate-test.sh math/test-double-nearbyint $? false false > /build/math/test-double-nearbyint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-nextafter > /build/math/test-double-nextafter.out; \ ../scripts/evaluate-test.sh math/test-double-nextafter $? false false > /build/math/test-double-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-nextdown > /build/math/test-double-nextdown.out; \ ../scripts/evaluate-test.sh math/test-double-nextdown $? false false > /build/math/test-double-nextdown.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-nexttoward > /build/math/test-double-nexttoward.out; \ ../scripts/evaluate-test.sh math/test-double-nexttoward $? false false > /build/math/test-double-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-nextup > /build/math/test-double-nextup.out; \ ../scripts/evaluate-test.sh math/test-double-nextup $? false false > /build/math/test-double-nextup.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-remainder > /build/math/test-double-remainder.out; \ ../scripts/evaluate-test.sh math/test-double-remainder $? false false > /build/math/test-double-remainder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-remquo > /build/math/test-double-remquo.out; \ ../scripts/evaluate-test.sh math/test-double-remquo $? false false > /build/math/test-double-remquo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-rint > /build/math/test-double-rint.out; \ ../scripts/evaluate-test.sh math/test-double-rint $? false false > /build/math/test-double-rint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-round > /build/math/test-double-round.out; \ ../scripts/evaluate-test.sh math/test-double-round $? false false > /build/math/test-double-round.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-roundeven > /build/math/test-double-roundeven.out; \ ../scripts/evaluate-test.sh math/test-double-roundeven $? false false > /build/math/test-double-roundeven.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-scalb > /build/math/test-double-scalb.out; \ ../scripts/evaluate-test.sh math/test-double-scalb $? false false > /build/math/test-double-scalb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-scalbln > /build/math/test-double-scalbln.out; \ ../scripts/evaluate-test.sh math/test-double-scalbln $? false false > /build/math/test-double-scalbln.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-scalbn > /build/math/test-double-scalbn.out; \ ../scripts/evaluate-test.sh math/test-double-scalbn $? false false > /build/math/test-double-scalbn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-setpayload > /build/math/test-double-setpayload.out; \ ../scripts/evaluate-test.sh math/test-double-setpayload $? false false > /build/math/test-double-setpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-setpayloadsig > /build/math/test-double-setpayloadsig.out; \ ../scripts/evaluate-test.sh math/test-double-setpayloadsig $? false false > /build/math/test-double-setpayloadsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-signbit > /build/math/test-double-signbit.out; \ ../scripts/evaluate-test.sh math/test-double-signbit $? false false > /build/math/test-double-signbit.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-significand > /build/math/test-double-significand.out; \ ../scripts/evaluate-test.sh math/test-double-significand $? false false > /build/math/test-double-significand.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-totalorder > /build/math/test-double-totalorder.out; \ ../scripts/evaluate-test.sh math/test-double-totalorder $? false false > /build/math/test-double-totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-totalordermag > /build/math/test-double-totalordermag.out; \ ../scripts/evaluate-test.sh math/test-double-totalordermag $? false false > /build/math/test-double-totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-trunc > /build/math/test-double-trunc.out; \ ../scripts/evaluate-test.sh math/test-double-trunc $? false false > /build/math/test-double-trunc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-compat_totalorder > /build/math/test-double-compat_totalorder.out; \ ../scripts/evaluate-test.sh math/test-double-compat_totalorder $? false false > /build/math/test-double-compat_totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-compat_totalordermag > /build/math/test-double-compat_totalordermag.out; \ ../scripts/evaluate-test.sh math/test-double-compat_totalordermag $? false false > /build/math/test-double-compat_totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-acos > /build/math/test-float-acos.out; \ ../scripts/evaluate-test.sh math/test-float-acos $? false false > /build/math/test-float-acos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-asin > /build/math/test-float-asin.out; \ ../scripts/evaluate-test.sh math/test-float-asin $? false false > /build/math/test-float-asin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ufromfp > /build/math/test-double-ufromfp.out; \ ../scripts/evaluate-test.sh math/test-double-ufromfp $? false false > /build/math/test-double-ufromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ufromfpx > /build/math/test-double-ufromfpx.out; \ ../scripts/evaluate-test.sh math/test-double-ufromfpx $? false false > /build/math/test-double-ufromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-asinh > /build/math/test-float-asinh.out; \ ../scripts/evaluate-test.sh math/test-float-asinh $? false false > /build/math/test-float-asinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-acosh > /build/math/test-float-acosh.out; \ ../scripts/evaluate-test.sh math/test-float-acosh $? false false > /build/math/test-float-acosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-atan > /build/math/test-float-atan.out; \ ../scripts/evaluate-test.sh math/test-float-atan $? false false > /build/math/test-float-atan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-atan2 > /build/math/test-float-atan2.out; \ ../scripts/evaluate-test.sh math/test-float-atan2 $? false false > /build/math/test-float-atan2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-atanh > /build/math/test-float-atanh.out; \ ../scripts/evaluate-test.sh math/test-float-atanh $? false false > /build/math/test-float-atanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cabs > /build/math/test-float-cabs.out; \ ../scripts/evaluate-test.sh math/test-float-cabs $? false false > /build/math/test-float-cabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cacos > /build/math/test-float-cacos.out; \ ../scripts/evaluate-test.sh math/test-float-cacos $? false false > /build/math/test-float-cacos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-carg > /build/math/test-float-carg.out; \ ../scripts/evaluate-test.sh math/test-float-carg $? false false > /build/math/test-float-carg.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cacosh > /build/math/test-float-cacosh.out; \ ../scripts/evaluate-test.sh math/test-float-cacosh $? false false > /build/math/test-float-cacosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-catan > /build/math/test-float-catan.out; \ ../scripts/evaluate-test.sh math/test-float-catan $? false false > /build/math/test-float-catan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cbrt > /build/math/test-float-cbrt.out; \ ../scripts/evaluate-test.sh math/test-float-cbrt $? false false > /build/math/test-float-cbrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-casin > /build/math/test-float-casin.out; \ ../scripts/evaluate-test.sh math/test-float-casin $? false false > /build/math/test-float-casin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-casinh > /build/math/test-float-casinh.out; \ ../scripts/evaluate-test.sh math/test-float-casinh $? false false > /build/math/test-float-casinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-catanh > /build/math/test-float-catanh.out; \ ../scripts/evaluate-test.sh math/test-float-catanh $? false false > /build/math/test-float-catanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ccos > /build/math/test-float-ccos.out; \ ../scripts/evaluate-test.sh math/test-float-ccos $? false false > /build/math/test-float-ccos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ccosh > /build/math/test-float-ccosh.out; \ ../scripts/evaluate-test.sh math/test-float-ccosh $? false false > /build/math/test-float-ccosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cexp > /build/math/test-float-cexp.out; \ ../scripts/evaluate-test.sh math/test-float-cexp $? false false > /build/math/test-float-cexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-clog > /build/math/test-float-clog.out; \ ../scripts/evaluate-test.sh math/test-float-clog $? false false > /build/math/test-float-clog.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-clog10 > /build/math/test-float-clog10.out; \ ../scripts/evaluate-test.sh math/test-float-clog10 $? false false > /build/math/test-float-clog10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cos > /build/math/test-float-cos.out; \ ../scripts/evaluate-test.sh math/test-float-cos $? false false > /build/math/test-float-cos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cosh > /build/math/test-float-cosh.out; \ ../scripts/evaluate-test.sh math/test-float-cosh $? false false > /build/math/test-float-cosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cpow > /build/math/test-float-cpow.out; \ ../scripts/evaluate-test.sh math/test-float-cpow $? false false > /build/math/test-float-cpow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-csin > /build/math/test-float-csin.out; \ ../scripts/evaluate-test.sh math/test-float-csin $? false false > /build/math/test-float-csin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-csinh > /build/math/test-float-csinh.out; \ ../scripts/evaluate-test.sh math/test-float-csinh $? false false > /build/math/test-float-csinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-csqrt > /build/math/test-float-csqrt.out; \ ../scripts/evaluate-test.sh math/test-float-csqrt $? false false > /build/math/test-float-csqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ctan > /build/math/test-float-ctan.out; \ ../scripts/evaluate-test.sh math/test-float-ctan $? false false > /build/math/test-float-ctan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ctanh > /build/math/test-float-ctanh.out; \ ../scripts/evaluate-test.sh math/test-float-ctanh $? false false > /build/math/test-float-ctanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-erf > /build/math/test-float-erf.out; \ ../scripts/evaluate-test.sh math/test-float-erf $? false false > /build/math/test-float-erf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-erfc > /build/math/test-float-erfc.out; \ ../scripts/evaluate-test.sh math/test-float-erfc $? false false > /build/math/test-float-erfc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-exp > /build/math/test-float-exp.out; \ ../scripts/evaluate-test.sh math/test-float-exp $? false false > /build/math/test-float-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-exp2 > /build/math/test-float-exp2.out; \ ../scripts/evaluate-test.sh math/test-float-exp2 $? false false > /build/math/test-float-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-exp10 > /build/math/test-float-exp10.out; \ ../scripts/evaluate-test.sh math/test-float-exp10 $? false false > /build/math/test-float-exp10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-exp10m1 > /build/math/test-float-exp10m1.out; \ ../scripts/evaluate-test.sh math/test-float-exp10m1 $? false false > /build/math/test-float-exp10m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-exp2m1 > /build/math/test-float-exp2m1.out; \ ../scripts/evaluate-test.sh math/test-float-exp2m1 $? false false > /build/math/test-float-exp2m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-expm1 > /build/math/test-float-expm1.out; \ ../scripts/evaluate-test.sh math/test-float-expm1 $? false false > /build/math/test-float-expm1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fma > /build/math/test-float-fma.out; \ ../scripts/evaluate-test.sh math/test-float-fma $? false false > /build/math/test-float-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-hypot > /build/math/test-float-hypot.out; \ ../scripts/evaluate-test.sh math/test-float-hypot $? false false > /build/math/test-float-hypot.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-j0 > /build/math/test-float-j0.out; \ ../scripts/evaluate-test.sh math/test-float-j0 $? false false > /build/math/test-float-j0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-j1 > /build/math/test-float-j1.out; \ ../scripts/evaluate-test.sh math/test-float-j1 $? false false > /build/math/test-float-j1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-jn > /build/math/test-float-jn.out; \ ../scripts/evaluate-test.sh math/test-float-jn $? false false > /build/math/test-float-jn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-log > /build/math/test-float-log.out; \ ../scripts/evaluate-test.sh math/test-float-log $? false false > /build/math/test-float-log.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-log2 > /build/math/test-float-log2.out; \ ../scripts/evaluate-test.sh math/test-float-log2 $? false false > /build/math/test-float-log2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-log10 > /build/math/test-float-log10.out; \ ../scripts/evaluate-test.sh math/test-float-log10 $? false false > /build/math/test-float-log10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-lgamma > /build/math/test-float-lgamma.out; \ ../scripts/evaluate-test.sh math/test-float-lgamma $? false false > /build/math/test-float-lgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-log10p1 > /build/math/test-float-log10p1.out; \ ../scripts/evaluate-test.sh math/test-float-log10p1 $? false false > /build/math/test-float-log10p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-log2p1 > /build/math/test-float-log2p1.out; \ ../scripts/evaluate-test.sh math/test-float-log2p1 $? false false > /build/math/test-float-log2p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-log1p > /build/math/test-float-log1p.out; \ ../scripts/evaluate-test.sh math/test-float-log1p $? false false > /build/math/test-float-log1p.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-sin > /build/math/test-float-sin.out; \ ../scripts/evaluate-test.sh math/test-float-sin $? false false > /build/math/test-float-sin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-pow > /build/math/test-float-pow.out; \ ../scripts/evaluate-test.sh math/test-float-pow $? false false > /build/math/test-float-pow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-sinh > /build/math/test-float-sinh.out; \ ../scripts/evaluate-test.sh math/test-float-sinh $? false false > /build/math/test-float-sinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-sincos > /build/math/test-float-sincos.out; \ ../scripts/evaluate-test.sh math/test-float-sincos $? false false > /build/math/test-float-sincos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-sqrt > /build/math/test-float-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float-sqrt $? false false > /build/math/test-float-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-tan > /build/math/test-float-tan.out; \ ../scripts/evaluate-test.sh math/test-float-tan $? false false > /build/math/test-float-tan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-tanh > /build/math/test-float-tanh.out; \ ../scripts/evaluate-test.sh math/test-float-tanh $? false false > /build/math/test-float-tanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-tgamma > /build/math/test-float-tgamma.out; \ ../scripts/evaluate-test.sh math/test-float-tgamma $? false false > /build/math/test-float-tgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-y0 > /build/math/test-float-y0.out; \ ../scripts/evaluate-test.sh math/test-float-y0 $? false false > /build/math/test-float-y0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-y1 > /build/math/test-float-y1.out; \ ../scripts/evaluate-test.sh math/test-float-y1 $? false false > /build/math/test-float-y1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-yn > /build/math/test-float-yn.out; \ ../scripts/evaluate-test.sh math/test-float-yn $? false false > /build/math/test-float-yn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-canonicalize > /build/math/test-float-canonicalize.out; \ ../scripts/evaluate-test.sh math/test-float-canonicalize $? false false > /build/math/test-float-canonicalize.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ceil > /build/math/test-float-ceil.out; \ ../scripts/evaluate-test.sh math/test-float-ceil $? false false > /build/math/test-float-ceil.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cimag > /build/math/test-float-cimag.out; \ ../scripts/evaluate-test.sh math/test-float-cimag $? false false > /build/math/test-float-cimag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-conj > /build/math/test-float-conj.out; \ ../scripts/evaluate-test.sh math/test-float-conj $? false false > /build/math/test-float-conj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-cproj > /build/math/test-float-cproj.out; \ ../scripts/evaluate-test.sh math/test-float-cproj $? false false > /build/math/test-float-cproj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-copysign > /build/math/test-float-copysign.out; \ ../scripts/evaluate-test.sh math/test-float-copysign $? false false > /build/math/test-float-copysign.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-creal > /build/math/test-float-creal.out; \ ../scripts/evaluate-test.sh math/test-float-creal $? false false > /build/math/test-float-creal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fabs > /build/math/test-float-fabs.out; \ ../scripts/evaluate-test.sh math/test-float-fabs $? false false > /build/math/test-float-fabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fdim > /build/math/test-float-fdim.out; \ ../scripts/evaluate-test.sh math/test-float-fdim $? false false > /build/math/test-float-fdim.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-floor > /build/math/test-float-floor.out; \ ../scripts/evaluate-test.sh math/test-float-floor $? false false > /build/math/test-float-floor.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fmax > /build/math/test-float-fmax.out; \ ../scripts/evaluate-test.sh math/test-float-fmax $? false false > /build/math/test-float-fmax.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fmaximum > /build/math/test-float-fmaximum.out; \ ../scripts/evaluate-test.sh math/test-float-fmaximum $? false false > /build/math/test-float-fmaximum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fmaximum_mag > /build/math/test-float-fmaximum_mag.out; \ ../scripts/evaluate-test.sh math/test-float-fmaximum_mag $? false false > /build/math/test-float-fmaximum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fmaximum_mag_num > /build/math/test-float-fmaximum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float-fmaximum_mag_num $? false false > /build/math/test-float-fmaximum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fmaximum_num > /build/math/test-float-fmaximum_num.out; \ ../scripts/evaluate-test.sh math/test-float-fmaximum_num $? false false > /build/math/test-float-fmaximum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fmaxmag > /build/math/test-float-fmaxmag.out; \ ../scripts/evaluate-test.sh math/test-float-fmaxmag $? false false > /build/math/test-float-fmaxmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fmin > /build/math/test-float-fmin.out; \ ../scripts/evaluate-test.sh math/test-float-fmin $? false false > /build/math/test-float-fmin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fminimum > /build/math/test-float-fminimum.out; \ ../scripts/evaluate-test.sh math/test-float-fminimum $? false false > /build/math/test-float-fminimum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fminimum_mag > /build/math/test-float-fminimum_mag.out; \ ../scripts/evaluate-test.sh math/test-float-fminimum_mag $? false false > /build/math/test-float-fminimum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fminimum_mag_num > /build/math/test-float-fminimum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float-fminimum_mag_num $? false false > /build/math/test-float-fminimum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fminimum_num > /build/math/test-float-fminimum_num.out; \ ../scripts/evaluate-test.sh math/test-float-fminimum_num $? false false > /build/math/test-float-fminimum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fminmag > /build/math/test-float-fminmag.out; \ ../scripts/evaluate-test.sh math/test-float-fminmag $? false false > /build/math/test-float-fminmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fmod > /build/math/test-float-fmod.out; \ ../scripts/evaluate-test.sh math/test-float-fmod $? false false > /build/math/test-float-fmod.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fpclassify > /build/math/test-float-fpclassify.out; \ ../scripts/evaluate-test.sh math/test-float-fpclassify $? false false > /build/math/test-float-fpclassify.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-frexp > /build/math/test-float-frexp.out; \ ../scripts/evaluate-test.sh math/test-float-frexp $? false false > /build/math/test-float-frexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ilogb > /build/math/test-float-ilogb.out; \ ../scripts/evaluate-test.sh math/test-float-ilogb $? false false > /build/math/test-float-ilogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-getpayload > /build/math/test-float-getpayload.out; \ ../scripts/evaluate-test.sh math/test-float-getpayload $? false false > /build/math/test-float-getpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-iscanonical > /build/math/test-float-iscanonical.out; \ ../scripts/evaluate-test.sh math/test-float-iscanonical $? false false > /build/math/test-float-iscanonical.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fromfp > /build/math/test-float-fromfp.out; \ ../scripts/evaluate-test.sh math/test-float-fromfp $? false false > /build/math/test-float-fromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-fromfpx > /build/math/test-float-fromfpx.out; \ ../scripts/evaluate-test.sh math/test-float-fromfpx $? false false > /build/math/test-float-fromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-iseqsig > /build/math/test-float-iseqsig.out; \ ../scripts/evaluate-test.sh math/test-float-iseqsig $? false false > /build/math/test-float-iseqsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-isfinite > /build/math/test-float-isfinite.out; \ ../scripts/evaluate-test.sh math/test-float-isfinite $? false false > /build/math/test-float-isfinite.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-isgreater > /build/math/test-float-isgreater.out; \ ../scripts/evaluate-test.sh math/test-float-isgreater $? false false > /build/math/test-float-isgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-isgreaterequal > /build/math/test-float-isgreaterequal.out; \ ../scripts/evaluate-test.sh math/test-float-isgreaterequal $? false false > /build/math/test-float-isgreaterequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-isinf > /build/math/test-float-isinf.out; \ ../scripts/evaluate-test.sh math/test-float-isinf $? false false > /build/math/test-float-isinf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-islessequal > /build/math/test-float-islessequal.out; \ ../scripts/evaluate-test.sh math/test-float-islessequal $? false false > /build/math/test-float-islessequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-isless > /build/math/test-float-isless.out; \ ../scripts/evaluate-test.sh math/test-float-isless $? false false > /build/math/test-float-isless.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-islessgreater > /build/math/test-float-islessgreater.out; \ ../scripts/evaluate-test.sh math/test-float-islessgreater $? false false > /build/math/test-float-islessgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-isnan > /build/math/test-float-isnan.out; \ ../scripts/evaluate-test.sh math/test-float-isnan $? false false > /build/math/test-float-isnan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-issignaling > /build/math/test-float-issignaling.out; \ ../scripts/evaluate-test.sh math/test-float-issignaling $? false false > /build/math/test-float-issignaling.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-isnormal > /build/math/test-float-isnormal.out; \ ../scripts/evaluate-test.sh math/test-float-isnormal $? false false > /build/math/test-float-isnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-issubnormal > /build/math/test-float-issubnormal.out; \ ../scripts/evaluate-test.sh math/test-float-issubnormal $? false false > /build/math/test-float-issubnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-isunordered > /build/math/test-float-isunordered.out; \ ../scripts/evaluate-test.sh math/test-float-isunordered $? false false > /build/math/test-float-isunordered.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-iszero > /build/math/test-float-iszero.out; \ ../scripts/evaluate-test.sh math/test-float-iszero $? false false > /build/math/test-float-iszero.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-llrint > /build/math/test-float-llrint.out; \ ../scripts/evaluate-test.sh math/test-float-llrint $? false false > /build/math/test-float-llrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-llogb > /build/math/test-float-llogb.out; \ ../scripts/evaluate-test.sh math/test-float-llogb $? false false > /build/math/test-float-llogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-llround > /build/math/test-float-llround.out; \ ../scripts/evaluate-test.sh math/test-float-llround $? false false > /build/math/test-float-llround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-logb > /build/math/test-float-logb.out; \ ../scripts/evaluate-test.sh math/test-float-logb $? false false > /build/math/test-float-logb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-lrint > /build/math/test-float-lrint.out; \ ../scripts/evaluate-test.sh math/test-float-lrint $? false false > /build/math/test-float-lrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-lround > /build/math/test-float-lround.out; \ ../scripts/evaluate-test.sh math/test-float-lround $? false false > /build/math/test-float-lround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-modf > /build/math/test-float-modf.out; \ ../scripts/evaluate-test.sh math/test-float-modf $? false false > /build/math/test-float-modf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-nearbyint > /build/math/test-float-nearbyint.out; \ ../scripts/evaluate-test.sh math/test-float-nearbyint $? false false > /build/math/test-float-nearbyint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-nextdown > /build/math/test-float-nextdown.out; \ ../scripts/evaluate-test.sh math/test-float-nextdown $? false false > /build/math/test-float-nextdown.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-nextafter > /build/math/test-float-nextafter.out; \ ../scripts/evaluate-test.sh math/test-float-nextafter $? false false > /build/math/test-float-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-nexttoward > /build/math/test-float-nexttoward.out; \ ../scripts/evaluate-test.sh math/test-float-nexttoward $? false false > /build/math/test-float-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-nextup > /build/math/test-float-nextup.out; \ ../scripts/evaluate-test.sh math/test-float-nextup $? false false > /build/math/test-float-nextup.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-remainder > /build/math/test-float-remainder.out; \ ../scripts/evaluate-test.sh math/test-float-remainder $? false false > /build/math/test-float-remainder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-remquo > /build/math/test-float-remquo.out; \ ../scripts/evaluate-test.sh math/test-float-remquo $? false false > /build/math/test-float-remquo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-rint > /build/math/test-float-rint.out; \ ../scripts/evaluate-test.sh math/test-float-rint $? false false > /build/math/test-float-rint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-round > /build/math/test-float-round.out; \ ../scripts/evaluate-test.sh math/test-float-round $? false false > /build/math/test-float-round.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-roundeven > /build/math/test-float-roundeven.out; \ ../scripts/evaluate-test.sh math/test-float-roundeven $? false false > /build/math/test-float-roundeven.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-scalb > /build/math/test-float-scalb.out; \ ../scripts/evaluate-test.sh math/test-float-scalb $? false false > /build/math/test-float-scalb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-scalbln > /build/math/test-float-scalbln.out; \ ../scripts/evaluate-test.sh math/test-float-scalbln $? false false > /build/math/test-float-scalbln.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-scalbn > /build/math/test-float-scalbn.out; \ ../scripts/evaluate-test.sh math/test-float-scalbn $? false false > /build/math/test-float-scalbn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-setpayload > /build/math/test-float-setpayload.out; \ ../scripts/evaluate-test.sh math/test-float-setpayload $? false false > /build/math/test-float-setpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-setpayloadsig > /build/math/test-float-setpayloadsig.out; \ ../scripts/evaluate-test.sh math/test-float-setpayloadsig $? false false > /build/math/test-float-setpayloadsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-signbit > /build/math/test-float-signbit.out; \ ../scripts/evaluate-test.sh math/test-float-signbit $? false false > /build/math/test-float-signbit.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-significand > /build/math/test-float-significand.out; \ ../scripts/evaluate-test.sh math/test-float-significand $? false false > /build/math/test-float-significand.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-totalorder > /build/math/test-float-totalorder.out; \ ../scripts/evaluate-test.sh math/test-float-totalorder $? false false > /build/math/test-float-totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-totalordermag > /build/math/test-float-totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float-totalordermag $? false false > /build/math/test-float-totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-trunc > /build/math/test-float-trunc.out; \ ../scripts/evaluate-test.sh math/test-float-trunc $? false false > /build/math/test-float-trunc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-compat_totalorder > /build/math/test-float-compat_totalorder.out; \ ../scripts/evaluate-test.sh math/test-float-compat_totalorder $? false false > /build/math/test-float-compat_totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-compat_totalordermag > /build/math/test-float-compat_totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float-compat_totalordermag $? false false > /build/math/test-float-compat_totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ufromfp > /build/math/test-float-ufromfp.out; \ ../scripts/evaluate-test.sh math/test-float-ufromfp $? false false > /build/math/test-float-ufromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-acos > /build/math/test-ldouble-acos.out; \ ../scripts/evaluate-test.sh math/test-ldouble-acos $? false false > /build/math/test-ldouble-acos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ufromfpx > /build/math/test-float-ufromfpx.out; \ ../scripts/evaluate-test.sh math/test-float-ufromfpx $? false false > /build/math/test-float-ufromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-acosh > /build/math/test-ldouble-acosh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-acosh $? false false > /build/math/test-ldouble-acosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-asin > /build/math/test-ldouble-asin.out; \ ../scripts/evaluate-test.sh math/test-ldouble-asin $? false false > /build/math/test-ldouble-asin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-asinh > /build/math/test-ldouble-asinh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-asinh $? false false > /build/math/test-ldouble-asinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-atan > /build/math/test-ldouble-atan.out; \ ../scripts/evaluate-test.sh math/test-ldouble-atan $? false false > /build/math/test-ldouble-atan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-atan2 > /build/math/test-ldouble-atan2.out; \ ../scripts/evaluate-test.sh math/test-ldouble-atan2 $? false false > /build/math/test-ldouble-atan2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-atanh > /build/math/test-ldouble-atanh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-atanh $? false false > /build/math/test-ldouble-atanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cabs > /build/math/test-ldouble-cabs.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cabs $? false false > /build/math/test-ldouble-cabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-carg > /build/math/test-ldouble-carg.out; \ ../scripts/evaluate-test.sh math/test-ldouble-carg $? false false > /build/math/test-ldouble-carg.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cbrt > /build/math/test-ldouble-cbrt.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cbrt $? false false > /build/math/test-ldouble-cbrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cacos > /build/math/test-ldouble-cacos.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cacos $? false false > /build/math/test-ldouble-cacos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cacosh > /build/math/test-ldouble-cacosh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cacosh $? false false > /build/math/test-ldouble-cacosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-casin > /build/math/test-ldouble-casin.out; \ ../scripts/evaluate-test.sh math/test-ldouble-casin $? false false > /build/math/test-ldouble-casin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-catan > /build/math/test-ldouble-catan.out; \ ../scripts/evaluate-test.sh math/test-ldouble-catan $? false false > /build/math/test-ldouble-catan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-ccos > /build/math/test-ldouble-ccos.out; \ ../scripts/evaluate-test.sh math/test-ldouble-ccos $? false false > /build/math/test-ldouble-ccos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-casinh > /build/math/test-ldouble-casinh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-casinh $? false false > /build/math/test-ldouble-casinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-ccosh > /build/math/test-ldouble-ccosh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-ccosh $? false false > /build/math/test-ldouble-ccosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-catanh > /build/math/test-ldouble-catanh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-catanh $? false false > /build/math/test-ldouble-catanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cexp > /build/math/test-ldouble-cexp.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cexp $? false false > /build/math/test-ldouble-cexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cos > /build/math/test-ldouble-cos.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cos $? false false > /build/math/test-ldouble-cos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cosh > /build/math/test-ldouble-cosh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cosh $? false false > /build/math/test-ldouble-cosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cpow > /build/math/test-ldouble-cpow.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cpow $? false false > /build/math/test-ldouble-cpow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-csin > /build/math/test-ldouble-csin.out; \ ../scripts/evaluate-test.sh math/test-ldouble-csin $? false false > /build/math/test-ldouble-csin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-csinh > /build/math/test-ldouble-csinh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-csinh $? false false > /build/math/test-ldouble-csinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-clog > /build/math/test-ldouble-clog.out; \ ../scripts/evaluate-test.sh math/test-ldouble-clog $? false false > /build/math/test-ldouble-clog.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-clog10 > /build/math/test-ldouble-clog10.out; \ ../scripts/evaluate-test.sh math/test-ldouble-clog10 $? false false > /build/math/test-ldouble-clog10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-csqrt > /build/math/test-ldouble-csqrt.out; \ ../scripts/evaluate-test.sh math/test-ldouble-csqrt $? false false > /build/math/test-ldouble-csqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-ctan > /build/math/test-ldouble-ctan.out; \ ../scripts/evaluate-test.sh math/test-ldouble-ctan $? false false > /build/math/test-ldouble-ctan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-ctanh > /build/math/test-ldouble-ctanh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-ctanh $? false false > /build/math/test-ldouble-ctanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-erf > /build/math/test-ldouble-erf.out; \ ../scripts/evaluate-test.sh math/test-ldouble-erf $? false false > /build/math/test-ldouble-erf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-exp > /build/math/test-ldouble-exp.out; \ ../scripts/evaluate-test.sh math/test-ldouble-exp $? false false > /build/math/test-ldouble-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-erfc > /build/math/test-ldouble-erfc.out; \ ../scripts/evaluate-test.sh math/test-ldouble-erfc $? false false > /build/math/test-ldouble-erfc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-exp2 > /build/math/test-ldouble-exp2.out; \ ../scripts/evaluate-test.sh math/test-ldouble-exp2 $? false false > /build/math/test-ldouble-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-exp10 > /build/math/test-ldouble-exp10.out; \ ../scripts/evaluate-test.sh math/test-ldouble-exp10 $? false false > /build/math/test-ldouble-exp10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-exp10m1 > /build/math/test-ldouble-exp10m1.out; \ ../scripts/evaluate-test.sh math/test-ldouble-exp10m1 $? false false > /build/math/test-ldouble-exp10m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-exp2m1 > /build/math/test-ldouble-exp2m1.out; \ ../scripts/evaluate-test.sh math/test-ldouble-exp2m1 $? false false > /build/math/test-ldouble-exp2m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-expm1 > /build/math/test-ldouble-expm1.out; \ ../scripts/evaluate-test.sh math/test-ldouble-expm1 $? false false > /build/math/test-ldouble-expm1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-j0 > /build/math/test-ldouble-j0.out; \ ../scripts/evaluate-test.sh math/test-ldouble-j0 $? false false > /build/math/test-ldouble-j0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-hypot > /build/math/test-ldouble-hypot.out; \ ../scripts/evaluate-test.sh math/test-ldouble-hypot $? false false > /build/math/test-ldouble-hypot.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fma > /build/math/test-ldouble-fma.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fma $? false false > /build/math/test-ldouble-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-j1 > /build/math/test-ldouble-j1.out; \ ../scripts/evaluate-test.sh math/test-ldouble-j1 $? false false > /build/math/test-ldouble-j1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-jn > /build/math/test-ldouble-jn.out; \ ../scripts/evaluate-test.sh math/test-ldouble-jn $? false false > /build/math/test-ldouble-jn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-log > /build/math/test-ldouble-log.out; \ ../scripts/evaluate-test.sh math/test-ldouble-log $? false false > /build/math/test-ldouble-log.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-log2 > /build/math/test-ldouble-log2.out; \ ../scripts/evaluate-test.sh math/test-ldouble-log2 $? false false > /build/math/test-ldouble-log2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-log10 > /build/math/test-ldouble-log10.out; \ ../scripts/evaluate-test.sh math/test-ldouble-log10 $? false false > /build/math/test-ldouble-log10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-log10p1 > /build/math/test-ldouble-log10p1.out; \ ../scripts/evaluate-test.sh math/test-ldouble-log10p1 $? false false > /build/math/test-ldouble-log10p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-log1p > /build/math/test-ldouble-log1p.out; \ ../scripts/evaluate-test.sh math/test-ldouble-log1p $? false false > /build/math/test-ldouble-log1p.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-log2p1 > /build/math/test-ldouble-log2p1.out; \ ../scripts/evaluate-test.sh math/test-ldouble-log2p1 $? false false > /build/math/test-ldouble-log2p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-lgamma > /build/math/test-ldouble-lgamma.out; \ ../scripts/evaluate-test.sh math/test-ldouble-lgamma $? false false > /build/math/test-ldouble-lgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-sin > /build/math/test-ldouble-sin.out; \ ../scripts/evaluate-test.sh math/test-ldouble-sin $? false false > /build/math/test-ldouble-sin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-sincos > /build/math/test-ldouble-sincos.out; \ ../scripts/evaluate-test.sh math/test-ldouble-sincos $? false false > /build/math/test-ldouble-sincos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-sinh > /build/math/test-ldouble-sinh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-sinh $? false false > /build/math/test-ldouble-sinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-sqrt > /build/math/test-ldouble-sqrt.out; \ ../scripts/evaluate-test.sh math/test-ldouble-sqrt $? false false > /build/math/test-ldouble-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-tan > /build/math/test-ldouble-tan.out; \ ../scripts/evaluate-test.sh math/test-ldouble-tan $? false false > /build/math/test-ldouble-tan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-pow > /build/math/test-ldouble-pow.out; \ ../scripts/evaluate-test.sh math/test-ldouble-pow $? false false > /build/math/test-ldouble-pow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-tanh > /build/math/test-ldouble-tanh.out; \ ../scripts/evaluate-test.sh math/test-ldouble-tanh $? false false > /build/math/test-ldouble-tanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-y0 > /build/math/test-ldouble-y0.out; \ ../scripts/evaluate-test.sh math/test-ldouble-y0 $? false false > /build/math/test-ldouble-y0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-tgamma > /build/math/test-ldouble-tgamma.out; \ ../scripts/evaluate-test.sh math/test-ldouble-tgamma $? false false > /build/math/test-ldouble-tgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-y1 > /build/math/test-ldouble-y1.out; \ ../scripts/evaluate-test.sh math/test-ldouble-y1 $? false false > /build/math/test-ldouble-y1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-yn > /build/math/test-ldouble-yn.out; \ ../scripts/evaluate-test.sh math/test-ldouble-yn $? false false > /build/math/test-ldouble-yn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-canonicalize > /build/math/test-ldouble-canonicalize.out; \ ../scripts/evaluate-test.sh math/test-ldouble-canonicalize $? false false > /build/math/test-ldouble-canonicalize.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-ceil > /build/math/test-ldouble-ceil.out; \ ../scripts/evaluate-test.sh math/test-ldouble-ceil $? false false > /build/math/test-ldouble-ceil.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cimag > /build/math/test-ldouble-cimag.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cimag $? false false > /build/math/test-ldouble-cimag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-conj > /build/math/test-ldouble-conj.out; \ ../scripts/evaluate-test.sh math/test-ldouble-conj $? false false > /build/math/test-ldouble-conj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-copysign > /build/math/test-ldouble-copysign.out; \ ../scripts/evaluate-test.sh math/test-ldouble-copysign $? false false > /build/math/test-ldouble-copysign.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-cproj > /build/math/test-ldouble-cproj.out; \ ../scripts/evaluate-test.sh math/test-ldouble-cproj $? false false > /build/math/test-ldouble-cproj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-creal > /build/math/test-ldouble-creal.out; \ ../scripts/evaluate-test.sh math/test-ldouble-creal $? false false > /build/math/test-ldouble-creal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fabs > /build/math/test-ldouble-fabs.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fabs $? false false > /build/math/test-ldouble-fabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fdim > /build/math/test-ldouble-fdim.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fdim $? false false > /build/math/test-ldouble-fdim.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-floor > /build/math/test-ldouble-floor.out; \ ../scripts/evaluate-test.sh math/test-ldouble-floor $? false false > /build/math/test-ldouble-floor.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fmax > /build/math/test-ldouble-fmax.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fmax $? false false > /build/math/test-ldouble-fmax.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fmaximum > /build/math/test-ldouble-fmaximum.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fmaximum $? false false > /build/math/test-ldouble-fmaximum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fmaximum_mag > /build/math/test-ldouble-fmaximum_mag.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fmaximum_mag $? false false > /build/math/test-ldouble-fmaximum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fmaximum_mag_num > /build/math/test-ldouble-fmaximum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fmaximum_mag_num $? false false > /build/math/test-ldouble-fmaximum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fmaximum_num > /build/math/test-ldouble-fmaximum_num.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fmaximum_num $? false false > /build/math/test-ldouble-fmaximum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fmaxmag > /build/math/test-ldouble-fmaxmag.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fmaxmag $? false false > /build/math/test-ldouble-fmaxmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fmin > /build/math/test-ldouble-fmin.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fmin $? false false > /build/math/test-ldouble-fmin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fminimum > /build/math/test-ldouble-fminimum.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fminimum $? false false > /build/math/test-ldouble-fminimum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fminimum_mag > /build/math/test-ldouble-fminimum_mag.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fminimum_mag $? false false > /build/math/test-ldouble-fminimum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fminimum_mag_num > /build/math/test-ldouble-fminimum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fminimum_mag_num $? false false > /build/math/test-ldouble-fminimum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fminimum_num > /build/math/test-ldouble-fminimum_num.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fminimum_num $? false false > /build/math/test-ldouble-fminimum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fminmag > /build/math/test-ldouble-fminmag.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fminmag $? false false > /build/math/test-ldouble-fminmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fpclassify > /build/math/test-ldouble-fpclassify.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fpclassify $? false false > /build/math/test-ldouble-fpclassify.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-frexp > /build/math/test-ldouble-frexp.out; \ ../scripts/evaluate-test.sh math/test-ldouble-frexp $? false false > /build/math/test-ldouble-frexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fmod > /build/math/test-ldouble-fmod.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fmod $? false false > /build/math/test-ldouble-fmod.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-getpayload > /build/math/test-ldouble-getpayload.out; \ ../scripts/evaluate-test.sh math/test-ldouble-getpayload $? false false > /build/math/test-ldouble-getpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-ilogb > /build/math/test-ldouble-ilogb.out; \ ../scripts/evaluate-test.sh math/test-ldouble-ilogb $? false false > /build/math/test-ldouble-ilogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-iscanonical > /build/math/test-ldouble-iscanonical.out; \ ../scripts/evaluate-test.sh math/test-ldouble-iscanonical $? false false > /build/math/test-ldouble-iscanonical.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-iseqsig > /build/math/test-ldouble-iseqsig.out; \ ../scripts/evaluate-test.sh math/test-ldouble-iseqsig $? false false > /build/math/test-ldouble-iseqsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-isfinite > /build/math/test-ldouble-isfinite.out; \ ../scripts/evaluate-test.sh math/test-ldouble-isfinite $? false false > /build/math/test-ldouble-isfinite.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-isgreater > /build/math/test-ldouble-isgreater.out; \ ../scripts/evaluate-test.sh math/test-ldouble-isgreater $? false false > /build/math/test-ldouble-isgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-isinf > /build/math/test-ldouble-isinf.out; \ ../scripts/evaluate-test.sh math/test-ldouble-isinf $? false false > /build/math/test-ldouble-isinf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-isgreaterequal > /build/math/test-ldouble-isgreaterequal.out; \ ../scripts/evaluate-test.sh math/test-ldouble-isgreaterequal $? false false > /build/math/test-ldouble-isgreaterequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-isless > /build/math/test-ldouble-isless.out; \ ../scripts/evaluate-test.sh math/test-ldouble-isless $? false false > /build/math/test-ldouble-isless.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fromfp > /build/math/test-ldouble-fromfp.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fromfp $? false false > /build/math/test-ldouble-fromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-islessequal > /build/math/test-ldouble-islessequal.out; \ ../scripts/evaluate-test.sh math/test-ldouble-islessequal $? false false > /build/math/test-ldouble-islessequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-islessgreater > /build/math/test-ldouble-islessgreater.out; \ ../scripts/evaluate-test.sh math/test-ldouble-islessgreater $? false false > /build/math/test-ldouble-islessgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-fromfpx > /build/math/test-ldouble-fromfpx.out; \ ../scripts/evaluate-test.sh math/test-ldouble-fromfpx $? false false > /build/math/test-ldouble-fromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-isnan > /build/math/test-ldouble-isnan.out; \ ../scripts/evaluate-test.sh math/test-ldouble-isnan $? false false > /build/math/test-ldouble-isnan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-isnormal > /build/math/test-ldouble-isnormal.out; \ ../scripts/evaluate-test.sh math/test-ldouble-isnormal $? false false > /build/math/test-ldouble-isnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-issignaling > /build/math/test-ldouble-issignaling.out; \ ../scripts/evaluate-test.sh math/test-ldouble-issignaling $? false false > /build/math/test-ldouble-issignaling.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-issubnormal > /build/math/test-ldouble-issubnormal.out; \ ../scripts/evaluate-test.sh math/test-ldouble-issubnormal $? false false > /build/math/test-ldouble-issubnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-isunordered > /build/math/test-ldouble-isunordered.out; \ ../scripts/evaluate-test.sh math/test-ldouble-isunordered $? false false > /build/math/test-ldouble-isunordered.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-iszero > /build/math/test-ldouble-iszero.out; \ ../scripts/evaluate-test.sh math/test-ldouble-iszero $? false false > /build/math/test-ldouble-iszero.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-llogb > /build/math/test-ldouble-llogb.out; \ ../scripts/evaluate-test.sh math/test-ldouble-llogb $? false false > /build/math/test-ldouble-llogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-llrint > /build/math/test-ldouble-llrint.out; \ ../scripts/evaluate-test.sh math/test-ldouble-llrint $? false false > /build/math/test-ldouble-llrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-llround > /build/math/test-ldouble-llround.out; \ ../scripts/evaluate-test.sh math/test-ldouble-llround $? false false > /build/math/test-ldouble-llround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-logb > /build/math/test-ldouble-logb.out; \ ../scripts/evaluate-test.sh math/test-ldouble-logb $? false false > /build/math/test-ldouble-logb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-lrint > /build/math/test-ldouble-lrint.out; \ ../scripts/evaluate-test.sh math/test-ldouble-lrint $? false false > /build/math/test-ldouble-lrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-lround > /build/math/test-ldouble-lround.out; \ ../scripts/evaluate-test.sh math/test-ldouble-lround $? false false > /build/math/test-ldouble-lround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-modf > /build/math/test-ldouble-modf.out; \ ../scripts/evaluate-test.sh math/test-ldouble-modf $? false false > /build/math/test-ldouble-modf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-nearbyint > /build/math/test-ldouble-nearbyint.out; \ ../scripts/evaluate-test.sh math/test-ldouble-nearbyint $? false false > /build/math/test-ldouble-nearbyint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-nextafter > /build/math/test-ldouble-nextafter.out; \ ../scripts/evaluate-test.sh math/test-ldouble-nextafter $? false false > /build/math/test-ldouble-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-nextdown > /build/math/test-ldouble-nextdown.out; \ ../scripts/evaluate-test.sh math/test-ldouble-nextdown $? false false > /build/math/test-ldouble-nextdown.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-nexttoward > /build/math/test-ldouble-nexttoward.out; \ ../scripts/evaluate-test.sh math/test-ldouble-nexttoward $? false false > /build/math/test-ldouble-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-nextup > /build/math/test-ldouble-nextup.out; \ ../scripts/evaluate-test.sh math/test-ldouble-nextup $? false false > /build/math/test-ldouble-nextup.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-remainder > /build/math/test-ldouble-remainder.out; \ ../scripts/evaluate-test.sh math/test-ldouble-remainder $? false false > /build/math/test-ldouble-remainder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-rint > /build/math/test-ldouble-rint.out; \ ../scripts/evaluate-test.sh math/test-ldouble-rint $? false false > /build/math/test-ldouble-rint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-remquo > /build/math/test-ldouble-remquo.out; \ ../scripts/evaluate-test.sh math/test-ldouble-remquo $? false false > /build/math/test-ldouble-remquo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-round > /build/math/test-ldouble-round.out; \ ../scripts/evaluate-test.sh math/test-ldouble-round $? false false > /build/math/test-ldouble-round.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-roundeven > /build/math/test-ldouble-roundeven.out; \ ../scripts/evaluate-test.sh math/test-ldouble-roundeven $? false false > /build/math/test-ldouble-roundeven.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-scalb > /build/math/test-ldouble-scalb.out; \ ../scripts/evaluate-test.sh math/test-ldouble-scalb $? false false > /build/math/test-ldouble-scalb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-scalbn > /build/math/test-ldouble-scalbn.out; \ ../scripts/evaluate-test.sh math/test-ldouble-scalbn $? false false > /build/math/test-ldouble-scalbn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-scalbln > /build/math/test-ldouble-scalbln.out; \ ../scripts/evaluate-test.sh math/test-ldouble-scalbln $? false false > /build/math/test-ldouble-scalbln.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-setpayload > /build/math/test-ldouble-setpayload.out; \ ../scripts/evaluate-test.sh math/test-ldouble-setpayload $? false false > /build/math/test-ldouble-setpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-setpayloadsig > /build/math/test-ldouble-setpayloadsig.out; \ ../scripts/evaluate-test.sh math/test-ldouble-setpayloadsig $? false false > /build/math/test-ldouble-setpayloadsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-signbit > /build/math/test-ldouble-signbit.out; \ ../scripts/evaluate-test.sh math/test-ldouble-signbit $? false false > /build/math/test-ldouble-signbit.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-significand > /build/math/test-ldouble-significand.out; \ ../scripts/evaluate-test.sh math/test-ldouble-significand $? false false > /build/math/test-ldouble-significand.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-totalorder > /build/math/test-ldouble-totalorder.out; \ ../scripts/evaluate-test.sh math/test-ldouble-totalorder $? false false > /build/math/test-ldouble-totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-totalordermag > /build/math/test-ldouble-totalordermag.out; \ ../scripts/evaluate-test.sh math/test-ldouble-totalordermag $? false false > /build/math/test-ldouble-totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-trunc > /build/math/test-ldouble-trunc.out; \ ../scripts/evaluate-test.sh math/test-ldouble-trunc $? false false > /build/math/test-ldouble-trunc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-compat_totalorder > /build/math/test-ldouble-compat_totalorder.out; \ ../scripts/evaluate-test.sh math/test-ldouble-compat_totalorder $? false false > /build/math/test-ldouble-compat_totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-compat_totalordermag > /build/math/test-ldouble-compat_totalordermag.out; \ ../scripts/evaluate-test.sh math/test-ldouble-compat_totalordermag $? false false > /build/math/test-ldouble-compat_totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-acos > /build/math/test-float128-acos.out; \ ../scripts/evaluate-test.sh math/test-float128-acos $? false false > /build/math/test-float128-acos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-acosh > /build/math/test-float128-acosh.out; \ ../scripts/evaluate-test.sh math/test-float128-acosh $? false false > /build/math/test-float128-acosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-asin > /build/math/test-float128-asin.out; \ ../scripts/evaluate-test.sh math/test-float128-asin $? false false > /build/math/test-float128-asin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-asinh > /build/math/test-float128-asinh.out; \ ../scripts/evaluate-test.sh math/test-float128-asinh $? false false > /build/math/test-float128-asinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-ufromfp > /build/math/test-ldouble-ufromfp.out; \ ../scripts/evaluate-test.sh math/test-ldouble-ufromfp $? false false > /build/math/test-ldouble-ufromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-atan > /build/math/test-float128-atan.out; \ ../scripts/evaluate-test.sh math/test-float128-atan $? false false > /build/math/test-float128-atan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-ldouble-ufromfpx > /build/math/test-ldouble-ufromfpx.out; \ ../scripts/evaluate-test.sh math/test-ldouble-ufromfpx $? false false > /build/math/test-ldouble-ufromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-atanh > /build/math/test-float128-atanh.out; \ ../scripts/evaluate-test.sh math/test-float128-atanh $? false false > /build/math/test-float128-atanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cabs > /build/math/test-float128-cabs.out; \ ../scripts/evaluate-test.sh math/test-float128-cabs $? false false > /build/math/test-float128-cabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-atan2 > /build/math/test-float128-atan2.out; \ ../scripts/evaluate-test.sh math/test-float128-atan2 $? false false > /build/math/test-float128-atan2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-carg > /build/math/test-float128-carg.out; \ ../scripts/evaluate-test.sh math/test-float128-carg $? false false > /build/math/test-float128-carg.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cbrt > /build/math/test-float128-cbrt.out; \ ../scripts/evaluate-test.sh math/test-float128-cbrt $? false false > /build/math/test-float128-cbrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-ccos > /build/math/test-float128-ccos.out; \ ../scripts/evaluate-test.sh math/test-float128-ccos $? false false > /build/math/test-float128-ccos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-ccosh > /build/math/test-float128-ccosh.out; \ ../scripts/evaluate-test.sh math/test-float128-ccosh $? false false > /build/math/test-float128-ccosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cexp > /build/math/test-float128-cexp.out; \ ../scripts/evaluate-test.sh math/test-float128-cexp $? false false > /build/math/test-float128-cexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cos > /build/math/test-float128-cos.out; \ ../scripts/evaluate-test.sh math/test-float128-cos $? false false > /build/math/test-float128-cos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cosh > /build/math/test-float128-cosh.out; \ ../scripts/evaluate-test.sh math/test-float128-cosh $? false false > /build/math/test-float128-cosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-catan > /build/math/test-float128-catan.out; \ ../scripts/evaluate-test.sh math/test-float128-catan $? false false > /build/math/test-float128-catan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cacos > /build/math/test-float128-cacos.out; \ ../scripts/evaluate-test.sh math/test-float128-cacos $? false false > /build/math/test-float128-cacos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cacosh > /build/math/test-float128-cacosh.out; \ ../scripts/evaluate-test.sh math/test-float128-cacosh $? false false > /build/math/test-float128-cacosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-catanh > /build/math/test-float128-catanh.out; \ ../scripts/evaluate-test.sh math/test-float128-catanh $? false false > /build/math/test-float128-catanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cpow > /build/math/test-float128-cpow.out; \ ../scripts/evaluate-test.sh math/test-float128-cpow $? false false > /build/math/test-float128-cpow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-casin > /build/math/test-float128-casin.out; \ ../scripts/evaluate-test.sh math/test-float128-casin $? false false > /build/math/test-float128-casin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-casinh > /build/math/test-float128-casinh.out; \ ../scripts/evaluate-test.sh math/test-float128-casinh $? false false > /build/math/test-float128-casinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-csin > /build/math/test-float128-csin.out; \ ../scripts/evaluate-test.sh math/test-float128-csin $? false false > /build/math/test-float128-csin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-csinh > /build/math/test-float128-csinh.out; \ ../scripts/evaluate-test.sh math/test-float128-csinh $? false false > /build/math/test-float128-csinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-ctan > /build/math/test-float128-ctan.out; \ ../scripts/evaluate-test.sh math/test-float128-ctan $? false false > /build/math/test-float128-ctan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-ctanh > /build/math/test-float128-ctanh.out; \ ../scripts/evaluate-test.sh math/test-float128-ctanh $? false false > /build/math/test-float128-ctanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-csqrt > /build/math/test-float128-csqrt.out; \ ../scripts/evaluate-test.sh math/test-float128-csqrt $? false false > /build/math/test-float128-csqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-erf > /build/math/test-float128-erf.out; \ ../scripts/evaluate-test.sh math/test-float128-erf $? false false > /build/math/test-float128-erf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-exp2 > /build/math/test-float128-exp2.out; \ ../scripts/evaluate-test.sh math/test-float128-exp2 $? false false > /build/math/test-float128-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-exp > /build/math/test-float128-exp.out; \ ../scripts/evaluate-test.sh math/test-float128-exp $? false false > /build/math/test-float128-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-erfc > /build/math/test-float128-erfc.out; \ ../scripts/evaluate-test.sh math/test-float128-erfc $? false false > /build/math/test-float128-erfc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-exp10 > /build/math/test-float128-exp10.out; \ ../scripts/evaluate-test.sh math/test-float128-exp10 $? false false > /build/math/test-float128-exp10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-clog10 > /build/math/test-float128-clog10.out; \ ../scripts/evaluate-test.sh math/test-float128-clog10 $? false false > /build/math/test-float128-clog10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-exp10m1 > /build/math/test-float128-exp10m1.out; \ ../scripts/evaluate-test.sh math/test-float128-exp10m1 $? false false > /build/math/test-float128-exp10m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-exp2m1 > /build/math/test-float128-exp2m1.out; \ ../scripts/evaluate-test.sh math/test-float128-exp2m1 $? false false > /build/math/test-float128-exp2m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-expm1 > /build/math/test-float128-expm1.out; \ ../scripts/evaluate-test.sh math/test-float128-expm1 $? false false > /build/math/test-float128-expm1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-clog > /build/math/test-float128-clog.out; \ ../scripts/evaluate-test.sh math/test-float128-clog $? false false > /build/math/test-float128-clog.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fma > /build/math/test-float128-fma.out; \ ../scripts/evaluate-test.sh math/test-float128-fma $? false false > /build/math/test-float128-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-j0 > /build/math/test-float128-j0.out; \ ../scripts/evaluate-test.sh math/test-float128-j0 $? false false > /build/math/test-float128-j0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-j1 > /build/math/test-float128-j1.out; \ ../scripts/evaluate-test.sh math/test-float128-j1 $? false false > /build/math/test-float128-j1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-log2 > /build/math/test-float128-log2.out; \ ../scripts/evaluate-test.sh math/test-float128-log2 $? false false > /build/math/test-float128-log2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-log > /build/math/test-float128-log.out; \ ../scripts/evaluate-test.sh math/test-float128-log $? false false > /build/math/test-float128-log.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-hypot > /build/math/test-float128-hypot.out; \ ../scripts/evaluate-test.sh math/test-float128-hypot $? false false > /build/math/test-float128-hypot.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-log10 > /build/math/test-float128-log10.out; \ ../scripts/evaluate-test.sh math/test-float128-log10 $? false false > /build/math/test-float128-log10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-jn > /build/math/test-float128-jn.out; \ ../scripts/evaluate-test.sh math/test-float128-jn $? false false > /build/math/test-float128-jn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-log2p1 > /build/math/test-float128-log2p1.out; \ ../scripts/evaluate-test.sh math/test-float128-log2p1 $? false false > /build/math/test-float128-log2p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-log1p > /build/math/test-float128-log1p.out; \ ../scripts/evaluate-test.sh math/test-float128-log1p $? false false > /build/math/test-float128-log1p.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-sincos > /build/math/test-float128-sincos.out; \ ../scripts/evaluate-test.sh math/test-float128-sincos $? false false > /build/math/test-float128-sincos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-log10p1 > /build/math/test-float128-log10p1.out; \ ../scripts/evaluate-test.sh math/test-float128-log10p1 $? false false > /build/math/test-float128-log10p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-sin > /build/math/test-float128-sin.out; \ ../scripts/evaluate-test.sh math/test-float128-sin $? false false > /build/math/test-float128-sin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-tan > /build/math/test-float128-tan.out; \ ../scripts/evaluate-test.sh math/test-float128-tan $? false false > /build/math/test-float128-tan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-sinh > /build/math/test-float128-sinh.out; \ ../scripts/evaluate-test.sh math/test-float128-sinh $? false false > /build/math/test-float128-sinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-sqrt > /build/math/test-float128-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float128-sqrt $? false false > /build/math/test-float128-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-tanh > /build/math/test-float128-tanh.out; \ ../scripts/evaluate-test.sh math/test-float128-tanh $? false false > /build/math/test-float128-tanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-y0 > /build/math/test-float128-y0.out; \ ../scripts/evaluate-test.sh math/test-float128-y0 $? false false > /build/math/test-float128-y0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-pow > /build/math/test-float128-pow.out; \ ../scripts/evaluate-test.sh math/test-float128-pow $? false false > /build/math/test-float128-pow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-y1 > /build/math/test-float128-y1.out; \ ../scripts/evaluate-test.sh math/test-float128-y1 $? false false > /build/math/test-float128-y1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-canonicalize > /build/math/test-float128-canonicalize.out; \ ../scripts/evaluate-test.sh math/test-float128-canonicalize $? false false > /build/math/test-float128-canonicalize.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-ceil > /build/math/test-float128-ceil.out; \ ../scripts/evaluate-test.sh math/test-float128-ceil $? false false > /build/math/test-float128-ceil.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-yn > /build/math/test-float128-yn.out; \ ../scripts/evaluate-test.sh math/test-float128-yn $? false false > /build/math/test-float128-yn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cimag > /build/math/test-float128-cimag.out; \ ../scripts/evaluate-test.sh math/test-float128-cimag $? false false > /build/math/test-float128-cimag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-conj > /build/math/test-float128-conj.out; \ ../scripts/evaluate-test.sh math/test-float128-conj $? false false > /build/math/test-float128-conj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-copysign > /build/math/test-float128-copysign.out; \ ../scripts/evaluate-test.sh math/test-float128-copysign $? false false > /build/math/test-float128-copysign.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-cproj > /build/math/test-float128-cproj.out; \ ../scripts/evaluate-test.sh math/test-float128-cproj $? false false > /build/math/test-float128-cproj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-creal > /build/math/test-float128-creal.out; \ ../scripts/evaluate-test.sh math/test-float128-creal $? false false > /build/math/test-float128-creal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fabs > /build/math/test-float128-fabs.out; \ ../scripts/evaluate-test.sh math/test-float128-fabs $? false false > /build/math/test-float128-fabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fdim > /build/math/test-float128-fdim.out; \ ../scripts/evaluate-test.sh math/test-float128-fdim $? false false > /build/math/test-float128-fdim.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-floor > /build/math/test-float128-floor.out; \ ../scripts/evaluate-test.sh math/test-float128-floor $? false false > /build/math/test-float128-floor.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fmax > /build/math/test-float128-fmax.out; \ ../scripts/evaluate-test.sh math/test-float128-fmax $? false false > /build/math/test-float128-fmax.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-tgamma > /build/math/test-float128-tgamma.out; \ ../scripts/evaluate-test.sh math/test-float128-tgamma $? false false > /build/math/test-float128-tgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fmaximum_mag > /build/math/test-float128-fmaximum_mag.out; \ ../scripts/evaluate-test.sh math/test-float128-fmaximum_mag $? false false > /build/math/test-float128-fmaximum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fmaximum > /build/math/test-float128-fmaximum.out; \ ../scripts/evaluate-test.sh math/test-float128-fmaximum $? false false > /build/math/test-float128-fmaximum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fmaximum_mag_num > /build/math/test-float128-fmaximum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float128-fmaximum_mag_num $? false false > /build/math/test-float128-fmaximum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fmaximum_num > /build/math/test-float128-fmaximum_num.out; \ ../scripts/evaluate-test.sh math/test-float128-fmaximum_num $? false false > /build/math/test-float128-fmaximum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fmaxmag > /build/math/test-float128-fmaxmag.out; \ ../scripts/evaluate-test.sh math/test-float128-fmaxmag $? false false > /build/math/test-float128-fmaxmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fmin > /build/math/test-float128-fmin.out; \ ../scripts/evaluate-test.sh math/test-float128-fmin $? false false > /build/math/test-float128-fmin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fminimum > /build/math/test-float128-fminimum.out; \ ../scripts/evaluate-test.sh math/test-float128-fminimum $? false false > /build/math/test-float128-fminimum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fminimum_mag > /build/math/test-float128-fminimum_mag.out; \ ../scripts/evaluate-test.sh math/test-float128-fminimum_mag $? false false > /build/math/test-float128-fminimum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fminimum_mag_num > /build/math/test-float128-fminimum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float128-fminimum_mag_num $? false false > /build/math/test-float128-fminimum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fminimum_num > /build/math/test-float128-fminimum_num.out; \ ../scripts/evaluate-test.sh math/test-float128-fminimum_num $? false false > /build/math/test-float128-fminimum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fpclassify > /build/math/test-float128-fpclassify.out; \ ../scripts/evaluate-test.sh math/test-float128-fpclassify $? false false > /build/math/test-float128-fpclassify.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fminmag > /build/math/test-float128-fminmag.out; \ ../scripts/evaluate-test.sh math/test-float128-fminmag $? false false > /build/math/test-float128-fminmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-lgamma > /build/math/test-float128-lgamma.out; \ ../scripts/evaluate-test.sh math/test-float128-lgamma $? false false > /build/math/test-float128-lgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fmod > /build/math/test-float128-fmod.out; \ ../scripts/evaluate-test.sh math/test-float128-fmod $? false false > /build/math/test-float128-fmod.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-ilogb > /build/math/test-float128-ilogb.out; \ ../scripts/evaluate-test.sh math/test-float128-ilogb $? false false > /build/math/test-float128-ilogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-getpayload > /build/math/test-float128-getpayload.out; \ ../scripts/evaluate-test.sh math/test-float128-getpayload $? false false > /build/math/test-float128-getpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-frexp > /build/math/test-float128-frexp.out; \ ../scripts/evaluate-test.sh math/test-float128-frexp $? false false > /build/math/test-float128-frexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-iscanonical > /build/math/test-float128-iscanonical.out; \ ../scripts/evaluate-test.sh math/test-float128-iscanonical $? false false > /build/math/test-float128-iscanonical.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-iseqsig > /build/math/test-float128-iseqsig.out; \ ../scripts/evaluate-test.sh math/test-float128-iseqsig $? false false > /build/math/test-float128-iseqsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-isfinite > /build/math/test-float128-isfinite.out; \ ../scripts/evaluate-test.sh math/test-float128-isfinite $? false false > /build/math/test-float128-isfinite.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-isgreater > /build/math/test-float128-isgreater.out; \ ../scripts/evaluate-test.sh math/test-float128-isgreater $? false false > /build/math/test-float128-isgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-isinf > /build/math/test-float128-isinf.out; \ ../scripts/evaluate-test.sh math/test-float128-isinf $? false false > /build/math/test-float128-isinf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-isgreaterequal > /build/math/test-float128-isgreaterequal.out; \ ../scripts/evaluate-test.sh math/test-float128-isgreaterequal $? false false > /build/math/test-float128-isgreaterequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fromfp > /build/math/test-float128-fromfp.out; \ ../scripts/evaluate-test.sh math/test-float128-fromfp $? false false > /build/math/test-float128-fromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-isless > /build/math/test-float128-isless.out; \ ../scripts/evaluate-test.sh math/test-float128-isless $? false false > /build/math/test-float128-isless.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-islessequal > /build/math/test-float128-islessequal.out; \ ../scripts/evaluate-test.sh math/test-float128-islessequal $? false false > /build/math/test-float128-islessequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-islessgreater > /build/math/test-float128-islessgreater.out; \ ../scripts/evaluate-test.sh math/test-float128-islessgreater $? false false > /build/math/test-float128-islessgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-isnan > /build/math/test-float128-isnan.out; \ ../scripts/evaluate-test.sh math/test-float128-isnan $? false false > /build/math/test-float128-isnan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-fromfpx > /build/math/test-float128-fromfpx.out; \ ../scripts/evaluate-test.sh math/test-float128-fromfpx $? false false > /build/math/test-float128-fromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-isnormal > /build/math/test-float128-isnormal.out; \ ../scripts/evaluate-test.sh math/test-float128-isnormal $? false false > /build/math/test-float128-isnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-issignaling > /build/math/test-float128-issignaling.out; \ ../scripts/evaluate-test.sh math/test-float128-issignaling $? false false > /build/math/test-float128-issignaling.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-issubnormal > /build/math/test-float128-issubnormal.out; \ ../scripts/evaluate-test.sh math/test-float128-issubnormal $? false false > /build/math/test-float128-issubnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-isunordered > /build/math/test-float128-isunordered.out; \ ../scripts/evaluate-test.sh math/test-float128-isunordered $? false false > /build/math/test-float128-isunordered.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-iszero > /build/math/test-float128-iszero.out; \ ../scripts/evaluate-test.sh math/test-float128-iszero $? false false > /build/math/test-float128-iszero.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-llogb > /build/math/test-float128-llogb.out; \ ../scripts/evaluate-test.sh math/test-float128-llogb $? false false > /build/math/test-float128-llogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-llrint > /build/math/test-float128-llrint.out; \ ../scripts/evaluate-test.sh math/test-float128-llrint $? false false > /build/math/test-float128-llrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-llround > /build/math/test-float128-llround.out; \ ../scripts/evaluate-test.sh math/test-float128-llround $? false false > /build/math/test-float128-llround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-logb > /build/math/test-float128-logb.out; \ ../scripts/evaluate-test.sh math/test-float128-logb $? false false > /build/math/test-float128-logb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-lrint > /build/math/test-float128-lrint.out; \ ../scripts/evaluate-test.sh math/test-float128-lrint $? false false > /build/math/test-float128-lrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-lround > /build/math/test-float128-lround.out; \ ../scripts/evaluate-test.sh math/test-float128-lround $? false false > /build/math/test-float128-lround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-modf > /build/math/test-float128-modf.out; \ ../scripts/evaluate-test.sh math/test-float128-modf $? false false > /build/math/test-float128-modf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-nextafter > /build/math/test-float128-nextafter.out; \ ../scripts/evaluate-test.sh math/test-float128-nextafter $? false false > /build/math/test-float128-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-nearbyint > /build/math/test-float128-nearbyint.out; \ ../scripts/evaluate-test.sh math/test-float128-nearbyint $? false false > /build/math/test-float128-nearbyint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-nextdown > /build/math/test-float128-nextdown.out; \ ../scripts/evaluate-test.sh math/test-float128-nextdown $? false false > /build/math/test-float128-nextdown.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-nexttoward > /build/math/test-float128-nexttoward.out; \ ../scripts/evaluate-test.sh math/test-float128-nexttoward $? false false > /build/math/test-float128-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-nextup > /build/math/test-float128-nextup.out; \ ../scripts/evaluate-test.sh math/test-float128-nextup $? false false > /build/math/test-float128-nextup.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-remainder > /build/math/test-float128-remainder.out; \ ../scripts/evaluate-test.sh math/test-float128-remainder $? false false > /build/math/test-float128-remainder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-remquo > /build/math/test-float128-remquo.out; \ ../scripts/evaluate-test.sh math/test-float128-remquo $? false false > /build/math/test-float128-remquo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-rint > /build/math/test-float128-rint.out; \ ../scripts/evaluate-test.sh math/test-float128-rint $? false false > /build/math/test-float128-rint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-round > /build/math/test-float128-round.out; \ ../scripts/evaluate-test.sh math/test-float128-round $? false false > /build/math/test-float128-round.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-scalb > /build/math/test-float128-scalb.out; \ ../scripts/evaluate-test.sh math/test-float128-scalb $? false false > /build/math/test-float128-scalb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-roundeven > /build/math/test-float128-roundeven.out; \ ../scripts/evaluate-test.sh math/test-float128-roundeven $? false false > /build/math/test-float128-roundeven.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-scalbln > /build/math/test-float128-scalbln.out; \ ../scripts/evaluate-test.sh math/test-float128-scalbln $? false false > /build/math/test-float128-scalbln.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-scalbn > /build/math/test-float128-scalbn.out; \ ../scripts/evaluate-test.sh math/test-float128-scalbn $? false false > /build/math/test-float128-scalbn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-setpayload > /build/math/test-float128-setpayload.out; \ ../scripts/evaluate-test.sh math/test-float128-setpayload $? false false > /build/math/test-float128-setpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-signbit > /build/math/test-float128-signbit.out; \ ../scripts/evaluate-test.sh math/test-float128-signbit $? false false > /build/math/test-float128-signbit.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-setpayloadsig > /build/math/test-float128-setpayloadsig.out; \ ../scripts/evaluate-test.sh math/test-float128-setpayloadsig $? false false > /build/math/test-float128-setpayloadsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-significand > /build/math/test-float128-significand.out; \ ../scripts/evaluate-test.sh math/test-float128-significand $? false false > /build/math/test-float128-significand.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-totalorder > /build/math/test-float128-totalorder.out; \ ../scripts/evaluate-test.sh math/test-float128-totalorder $? false false > /build/math/test-float128-totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-totalordermag > /build/math/test-float128-totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float128-totalordermag $? false false > /build/math/test-float128-totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-trunc > /build/math/test-float128-trunc.out; \ ../scripts/evaluate-test.sh math/test-float128-trunc $? false false > /build/math/test-float128-trunc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-compat_totalorder > /build/math/test-float128-compat_totalorder.out; \ ../scripts/evaluate-test.sh math/test-float128-compat_totalorder $? false false > /build/math/test-float128-compat_totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-compat_totalordermag > /build/math/test-float128-compat_totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float128-compat_totalordermag $? false false > /build/math/test-float128-compat_totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-acos > /build/math/test-float64x-acos.out; \ ../scripts/evaluate-test.sh math/test-float64x-acos $? false false > /build/math/test-float64x-acos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-acosh > /build/math/test-float64x-acosh.out; \ ../scripts/evaluate-test.sh math/test-float64x-acosh $? false false > /build/math/test-float64x-acosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-asin > /build/math/test-float64x-asin.out; \ ../scripts/evaluate-test.sh math/test-float64x-asin $? false false > /build/math/test-float64x-asin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-asinh > /build/math/test-float64x-asinh.out; \ ../scripts/evaluate-test.sh math/test-float64x-asinh $? false false > /build/math/test-float64x-asinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-atan > /build/math/test-float64x-atan.out; \ ../scripts/evaluate-test.sh math/test-float64x-atan $? false false > /build/math/test-float64x-atan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-ufromfp > /build/math/test-float128-ufromfp.out; \ ../scripts/evaluate-test.sh math/test-float128-ufromfp $? false false > /build/math/test-float128-ufromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float128-ufromfpx > /build/math/test-float128-ufromfpx.out; \ ../scripts/evaluate-test.sh math/test-float128-ufromfpx $? false false > /build/math/test-float128-ufromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-atan2 > /build/math/test-float64x-atan2.out; \ ../scripts/evaluate-test.sh math/test-float64x-atan2 $? false false > /build/math/test-float64x-atan2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-atanh > /build/math/test-float64x-atanh.out; \ ../scripts/evaluate-test.sh math/test-float64x-atanh $? false false > /build/math/test-float64x-atanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cabs > /build/math/test-float64x-cabs.out; \ ../scripts/evaluate-test.sh math/test-float64x-cabs $? false false > /build/math/test-float64x-cabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-carg > /build/math/test-float64x-carg.out; \ ../scripts/evaluate-test.sh math/test-float64x-carg $? false false > /build/math/test-float64x-carg.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cacosh > /build/math/test-float64x-cacosh.out; \ ../scripts/evaluate-test.sh math/test-float64x-cacosh $? false false > /build/math/test-float64x-cacosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cacos > /build/math/test-float64x-cacos.out; \ ../scripts/evaluate-test.sh math/test-float64x-cacos $? false false > /build/math/test-float64x-cacos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cbrt > /build/math/test-float64x-cbrt.out; \ ../scripts/evaluate-test.sh math/test-float64x-cbrt $? false false > /build/math/test-float64x-cbrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-ccos > /build/math/test-float64x-ccos.out; \ ../scripts/evaluate-test.sh math/test-float64x-ccos $? false false > /build/math/test-float64x-ccos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-casin > /build/math/test-float64x-casin.out; \ ../scripts/evaluate-test.sh math/test-float64x-casin $? false false > /build/math/test-float64x-casin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-catan > /build/math/test-float64x-catan.out; \ ../scripts/evaluate-test.sh math/test-float64x-catan $? false false > /build/math/test-float64x-catan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-ccosh > /build/math/test-float64x-ccosh.out; \ ../scripts/evaluate-test.sh math/test-float64x-ccosh $? false false > /build/math/test-float64x-ccosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-catanh > /build/math/test-float64x-catanh.out; \ ../scripts/evaluate-test.sh math/test-float64x-catanh $? false false > /build/math/test-float64x-catanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-casinh > /build/math/test-float64x-casinh.out; \ ../scripts/evaluate-test.sh math/test-float64x-casinh $? false false > /build/math/test-float64x-casinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cexp > /build/math/test-float64x-cexp.out; \ ../scripts/evaluate-test.sh math/test-float64x-cexp $? false false > /build/math/test-float64x-cexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cosh > /build/math/test-float64x-cosh.out; \ ../scripts/evaluate-test.sh math/test-float64x-cosh $? false false > /build/math/test-float64x-cosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cos > /build/math/test-float64x-cos.out; \ ../scripts/evaluate-test.sh math/test-float64x-cos $? false false > /build/math/test-float64x-cos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cpow > /build/math/test-float64x-cpow.out; \ ../scripts/evaluate-test.sh math/test-float64x-cpow $? false false > /build/math/test-float64x-cpow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-csin > /build/math/test-float64x-csin.out; \ ../scripts/evaluate-test.sh math/test-float64x-csin $? false false > /build/math/test-float64x-csin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-csinh > /build/math/test-float64x-csinh.out; \ ../scripts/evaluate-test.sh math/test-float64x-csinh $? false false > /build/math/test-float64x-csinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-clog > /build/math/test-float64x-clog.out; \ ../scripts/evaluate-test.sh math/test-float64x-clog $? false false > /build/math/test-float64x-clog.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-clog10 > /build/math/test-float64x-clog10.out; \ ../scripts/evaluate-test.sh math/test-float64x-clog10 $? false false > /build/math/test-float64x-clog10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-csqrt > /build/math/test-float64x-csqrt.out; \ ../scripts/evaluate-test.sh math/test-float64x-csqrt $? false false > /build/math/test-float64x-csqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-ctan > /build/math/test-float64x-ctan.out; \ ../scripts/evaluate-test.sh math/test-float64x-ctan $? false false > /build/math/test-float64x-ctan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-ctanh > /build/math/test-float64x-ctanh.out; \ ../scripts/evaluate-test.sh math/test-float64x-ctanh $? false false > /build/math/test-float64x-ctanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-erf > /build/math/test-float64x-erf.out; \ ../scripts/evaluate-test.sh math/test-float64x-erf $? false false > /build/math/test-float64x-erf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-erfc > /build/math/test-float64x-erfc.out; \ ../scripts/evaluate-test.sh math/test-float64x-erfc $? false false > /build/math/test-float64x-erfc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-exp > /build/math/test-float64x-exp.out; \ ../scripts/evaluate-test.sh math/test-float64x-exp $? false false > /build/math/test-float64x-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-exp2 > /build/math/test-float64x-exp2.out; \ ../scripts/evaluate-test.sh math/test-float64x-exp2 $? false false > /build/math/test-float64x-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-exp10 > /build/math/test-float64x-exp10.out; \ ../scripts/evaluate-test.sh math/test-float64x-exp10 $? false false > /build/math/test-float64x-exp10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-exp10m1 > /build/math/test-float64x-exp10m1.out; \ ../scripts/evaluate-test.sh math/test-float64x-exp10m1 $? false false > /build/math/test-float64x-exp10m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-exp2m1 > /build/math/test-float64x-exp2m1.out; \ ../scripts/evaluate-test.sh math/test-float64x-exp2m1 $? false false > /build/math/test-float64x-exp2m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-expm1 > /build/math/test-float64x-expm1.out; \ ../scripts/evaluate-test.sh math/test-float64x-expm1 $? false false > /build/math/test-float64x-expm1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-hypot > /build/math/test-float64x-hypot.out; \ ../scripts/evaluate-test.sh math/test-float64x-hypot $? false false > /build/math/test-float64x-hypot.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fma > /build/math/test-float64x-fma.out; \ ../scripts/evaluate-test.sh math/test-float64x-fma $? false false > /build/math/test-float64x-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-j0 > /build/math/test-float64x-j0.out; \ ../scripts/evaluate-test.sh math/test-float64x-j0 $? false false > /build/math/test-float64x-j0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-j1 > /build/math/test-float64x-j1.out; \ ../scripts/evaluate-test.sh math/test-float64x-j1 $? false false > /build/math/test-float64x-j1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-jn > /build/math/test-float64x-jn.out; \ ../scripts/evaluate-test.sh math/test-float64x-jn $? false false > /build/math/test-float64x-jn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-log > /build/math/test-float64x-log.out; \ ../scripts/evaluate-test.sh math/test-float64x-log $? false false > /build/math/test-float64x-log.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-log2 > /build/math/test-float64x-log2.out; \ ../scripts/evaluate-test.sh math/test-float64x-log2 $? false false > /build/math/test-float64x-log2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-lgamma > /build/math/test-float64x-lgamma.out; \ ../scripts/evaluate-test.sh math/test-float64x-lgamma $? false false > /build/math/test-float64x-lgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-log10 > /build/math/test-float64x-log10.out; \ ../scripts/evaluate-test.sh math/test-float64x-log10 $? false false > /build/math/test-float64x-log10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-log10p1 > /build/math/test-float64x-log10p1.out; \ ../scripts/evaluate-test.sh math/test-float64x-log10p1 $? false false > /build/math/test-float64x-log10p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-log1p > /build/math/test-float64x-log1p.out; \ ../scripts/evaluate-test.sh math/test-float64x-log1p $? false false > /build/math/test-float64x-log1p.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-log2p1 > /build/math/test-float64x-log2p1.out; \ ../scripts/evaluate-test.sh math/test-float64x-log2p1 $? false false > /build/math/test-float64x-log2p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-sin > /build/math/test-float64x-sin.out; \ ../scripts/evaluate-test.sh math/test-float64x-sin $? false false > /build/math/test-float64x-sin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-sincos > /build/math/test-float64x-sincos.out; \ ../scripts/evaluate-test.sh math/test-float64x-sincos $? false false > /build/math/test-float64x-sincos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-sinh > /build/math/test-float64x-sinh.out; \ ../scripts/evaluate-test.sh math/test-float64x-sinh $? false false > /build/math/test-float64x-sinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-sqrt > /build/math/test-float64x-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float64x-sqrt $? false false > /build/math/test-float64x-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-pow > /build/math/test-float64x-pow.out; \ ../scripts/evaluate-test.sh math/test-float64x-pow $? false false > /build/math/test-float64x-pow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-tan > /build/math/test-float64x-tan.out; \ ../scripts/evaluate-test.sh math/test-float64x-tan $? false false > /build/math/test-float64x-tan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-tanh > /build/math/test-float64x-tanh.out; \ ../scripts/evaluate-test.sh math/test-float64x-tanh $? false false > /build/math/test-float64x-tanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-y0 > /build/math/test-float64x-y0.out; \ ../scripts/evaluate-test.sh math/test-float64x-y0 $? false false > /build/math/test-float64x-y0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-y1 > /build/math/test-float64x-y1.out; \ ../scripts/evaluate-test.sh math/test-float64x-y1 $? false false > /build/math/test-float64x-y1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-tgamma > /build/math/test-float64x-tgamma.out; \ ../scripts/evaluate-test.sh math/test-float64x-tgamma $? false false > /build/math/test-float64x-tgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-yn > /build/math/test-float64x-yn.out; \ ../scripts/evaluate-test.sh math/test-float64x-yn $? false false > /build/math/test-float64x-yn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-canonicalize > /build/math/test-float64x-canonicalize.out; \ ../scripts/evaluate-test.sh math/test-float64x-canonicalize $? false false > /build/math/test-float64x-canonicalize.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-ceil > /build/math/test-float64x-ceil.out; \ ../scripts/evaluate-test.sh math/test-float64x-ceil $? false false > /build/math/test-float64x-ceil.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cimag > /build/math/test-float64x-cimag.out; \ ../scripts/evaluate-test.sh math/test-float64x-cimag $? false false > /build/math/test-float64x-cimag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-conj > /build/math/test-float64x-conj.out; \ ../scripts/evaluate-test.sh math/test-float64x-conj $? false false > /build/math/test-float64x-conj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-copysign > /build/math/test-float64x-copysign.out; \ ../scripts/evaluate-test.sh math/test-float64x-copysign $? false false > /build/math/test-float64x-copysign.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-cproj > /build/math/test-float64x-cproj.out; \ ../scripts/evaluate-test.sh math/test-float64x-cproj $? false false > /build/math/test-float64x-cproj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-creal > /build/math/test-float64x-creal.out; \ ../scripts/evaluate-test.sh math/test-float64x-creal $? false false > /build/math/test-float64x-creal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fabs > /build/math/test-float64x-fabs.out; \ ../scripts/evaluate-test.sh math/test-float64x-fabs $? false false > /build/math/test-float64x-fabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fdim > /build/math/test-float64x-fdim.out; \ ../scripts/evaluate-test.sh math/test-float64x-fdim $? false false > /build/math/test-float64x-fdim.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-floor > /build/math/test-float64x-floor.out; \ ../scripts/evaluate-test.sh math/test-float64x-floor $? false false > /build/math/test-float64x-floor.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fmax > /build/math/test-float64x-fmax.out; \ ../scripts/evaluate-test.sh math/test-float64x-fmax $? false false > /build/math/test-float64x-fmax.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fmaximum > /build/math/test-float64x-fmaximum.out; \ ../scripts/evaluate-test.sh math/test-float64x-fmaximum $? false false > /build/math/test-float64x-fmaximum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fmaximum_mag > /build/math/test-float64x-fmaximum_mag.out; \ ../scripts/evaluate-test.sh math/test-float64x-fmaximum_mag $? false false > /build/math/test-float64x-fmaximum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fmaximum_mag_num > /build/math/test-float64x-fmaximum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float64x-fmaximum_mag_num $? false false > /build/math/test-float64x-fmaximum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fmaximum_num > /build/math/test-float64x-fmaximum_num.out; \ ../scripts/evaluate-test.sh math/test-float64x-fmaximum_num $? false false > /build/math/test-float64x-fmaximum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fmaxmag > /build/math/test-float64x-fmaxmag.out; \ ../scripts/evaluate-test.sh math/test-float64x-fmaxmag $? false false > /build/math/test-float64x-fmaxmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fmin > /build/math/test-float64x-fmin.out; \ ../scripts/evaluate-test.sh math/test-float64x-fmin $? false false > /build/math/test-float64x-fmin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fminimum > /build/math/test-float64x-fminimum.out; \ ../scripts/evaluate-test.sh math/test-float64x-fminimum $? false false > /build/math/test-float64x-fminimum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fminimum_mag > /build/math/test-float64x-fminimum_mag.out; \ ../scripts/evaluate-test.sh math/test-float64x-fminimum_mag $? false false > /build/math/test-float64x-fminimum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fminimum_mag_num > /build/math/test-float64x-fminimum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float64x-fminimum_mag_num $? false false > /build/math/test-float64x-fminimum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fminimum_num > /build/math/test-float64x-fminimum_num.out; \ ../scripts/evaluate-test.sh math/test-float64x-fminimum_num $? false false > /build/math/test-float64x-fminimum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fminmag > /build/math/test-float64x-fminmag.out; \ ../scripts/evaluate-test.sh math/test-float64x-fminmag $? false false > /build/math/test-float64x-fminmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fpclassify > /build/math/test-float64x-fpclassify.out; \ ../scripts/evaluate-test.sh math/test-float64x-fpclassify $? false false > /build/math/test-float64x-fpclassify.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-frexp > /build/math/test-float64x-frexp.out; \ ../scripts/evaluate-test.sh math/test-float64x-frexp $? false false > /build/math/test-float64x-frexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fmod > /build/math/test-float64x-fmod.out; \ ../scripts/evaluate-test.sh math/test-float64x-fmod $? false false > /build/math/test-float64x-fmod.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-getpayload > /build/math/test-float64x-getpayload.out; \ ../scripts/evaluate-test.sh math/test-float64x-getpayload $? false false > /build/math/test-float64x-getpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-ilogb > /build/math/test-float64x-ilogb.out; \ ../scripts/evaluate-test.sh math/test-float64x-ilogb $? false false > /build/math/test-float64x-ilogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-iscanonical > /build/math/test-float64x-iscanonical.out; \ ../scripts/evaluate-test.sh math/test-float64x-iscanonical $? false false > /build/math/test-float64x-iscanonical.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-iseqsig > /build/math/test-float64x-iseqsig.out; \ ../scripts/evaluate-test.sh math/test-float64x-iseqsig $? false false > /build/math/test-float64x-iseqsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-isfinite > /build/math/test-float64x-isfinite.out; \ ../scripts/evaluate-test.sh math/test-float64x-isfinite $? false false > /build/math/test-float64x-isfinite.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-isgreater > /build/math/test-float64x-isgreater.out; \ ../scripts/evaluate-test.sh math/test-float64x-isgreater $? false false > /build/math/test-float64x-isgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-isgreaterequal > /build/math/test-float64x-isgreaterequal.out; \ ../scripts/evaluate-test.sh math/test-float64x-isgreaterequal $? false false > /build/math/test-float64x-isgreaterequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-isinf > /build/math/test-float64x-isinf.out; \ ../scripts/evaluate-test.sh math/test-float64x-isinf $? false false > /build/math/test-float64x-isinf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-isless > /build/math/test-float64x-isless.out; \ ../scripts/evaluate-test.sh math/test-float64x-isless $? false false > /build/math/test-float64x-isless.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fromfp > /build/math/test-float64x-fromfp.out; \ ../scripts/evaluate-test.sh math/test-float64x-fromfp $? false false > /build/math/test-float64x-fromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-islessequal > /build/math/test-float64x-islessequal.out; \ ../scripts/evaluate-test.sh math/test-float64x-islessequal $? false false > /build/math/test-float64x-islessequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-islessgreater > /build/math/test-float64x-islessgreater.out; \ ../scripts/evaluate-test.sh math/test-float64x-islessgreater $? false false > /build/math/test-float64x-islessgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-fromfpx > /build/math/test-float64x-fromfpx.out; \ ../scripts/evaluate-test.sh math/test-float64x-fromfpx $? false false > /build/math/test-float64x-fromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-isnan > /build/math/test-float64x-isnan.out; \ ../scripts/evaluate-test.sh math/test-float64x-isnan $? false false > /build/math/test-float64x-isnan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-isnormal > /build/math/test-float64x-isnormal.out; \ ../scripts/evaluate-test.sh math/test-float64x-isnormal $? false false > /build/math/test-float64x-isnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-issignaling > /build/math/test-float64x-issignaling.out; \ ../scripts/evaluate-test.sh math/test-float64x-issignaling $? false false > /build/math/test-float64x-issignaling.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-issubnormal > /build/math/test-float64x-issubnormal.out; \ ../scripts/evaluate-test.sh math/test-float64x-issubnormal $? false false > /build/math/test-float64x-issubnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-isunordered > /build/math/test-float64x-isunordered.out; \ ../scripts/evaluate-test.sh math/test-float64x-isunordered $? false false > /build/math/test-float64x-isunordered.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-iszero > /build/math/test-float64x-iszero.out; \ ../scripts/evaluate-test.sh math/test-float64x-iszero $? false false > /build/math/test-float64x-iszero.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-llogb > /build/math/test-float64x-llogb.out; \ ../scripts/evaluate-test.sh math/test-float64x-llogb $? false false > /build/math/test-float64x-llogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-llrint > /build/math/test-float64x-llrint.out; \ ../scripts/evaluate-test.sh math/test-float64x-llrint $? false false > /build/math/test-float64x-llrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-llround > /build/math/test-float64x-llround.out; \ ../scripts/evaluate-test.sh math/test-float64x-llround $? false false > /build/math/test-float64x-llround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-logb > /build/math/test-float64x-logb.out; \ ../scripts/evaluate-test.sh math/test-float64x-logb $? false false > /build/math/test-float64x-logb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-lrint > /build/math/test-float64x-lrint.out; \ ../scripts/evaluate-test.sh math/test-float64x-lrint $? false false > /build/math/test-float64x-lrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-lround > /build/math/test-float64x-lround.out; \ ../scripts/evaluate-test.sh math/test-float64x-lround $? false false > /build/math/test-float64x-lround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-modf > /build/math/test-float64x-modf.out; \ ../scripts/evaluate-test.sh math/test-float64x-modf $? false false > /build/math/test-float64x-modf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-nearbyint > /build/math/test-float64x-nearbyint.out; \ ../scripts/evaluate-test.sh math/test-float64x-nearbyint $? false false > /build/math/test-float64x-nearbyint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-nextdown > /build/math/test-float64x-nextdown.out; \ ../scripts/evaluate-test.sh math/test-float64x-nextdown $? false false > /build/math/test-float64x-nextdown.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-nextafter > /build/math/test-float64x-nextafter.out; \ ../scripts/evaluate-test.sh math/test-float64x-nextafter $? false false > /build/math/test-float64x-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-nexttoward > /build/math/test-float64x-nexttoward.out; \ ../scripts/evaluate-test.sh math/test-float64x-nexttoward $? false false > /build/math/test-float64x-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-nextup > /build/math/test-float64x-nextup.out; \ ../scripts/evaluate-test.sh math/test-float64x-nextup $? false false > /build/math/test-float64x-nextup.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-remainder > /build/math/test-float64x-remainder.out; \ ../scripts/evaluate-test.sh math/test-float64x-remainder $? false false > /build/math/test-float64x-remainder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-remquo > /build/math/test-float64x-remquo.out; \ ../scripts/evaluate-test.sh math/test-float64x-remquo $? false false > /build/math/test-float64x-remquo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-rint > /build/math/test-float64x-rint.out; \ ../scripts/evaluate-test.sh math/test-float64x-rint $? false false > /build/math/test-float64x-rint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-round > /build/math/test-float64x-round.out; \ ../scripts/evaluate-test.sh math/test-float64x-round $? false false > /build/math/test-float64x-round.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-scalb > /build/math/test-float64x-scalb.out; \ ../scripts/evaluate-test.sh math/test-float64x-scalb $? false false > /build/math/test-float64x-scalb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-roundeven > /build/math/test-float64x-roundeven.out; \ ../scripts/evaluate-test.sh math/test-float64x-roundeven $? false false > /build/math/test-float64x-roundeven.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-scalbln > /build/math/test-float64x-scalbln.out; \ ../scripts/evaluate-test.sh math/test-float64x-scalbln $? false false > /build/math/test-float64x-scalbln.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-scalbn > /build/math/test-float64x-scalbn.out; \ ../scripts/evaluate-test.sh math/test-float64x-scalbn $? false false > /build/math/test-float64x-scalbn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-setpayload > /build/math/test-float64x-setpayload.out; \ ../scripts/evaluate-test.sh math/test-float64x-setpayload $? false false > /build/math/test-float64x-setpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-signbit > /build/math/test-float64x-signbit.out; \ ../scripts/evaluate-test.sh math/test-float64x-signbit $? false false > /build/math/test-float64x-signbit.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-setpayloadsig > /build/math/test-float64x-setpayloadsig.out; \ ../scripts/evaluate-test.sh math/test-float64x-setpayloadsig $? false false > /build/math/test-float64x-setpayloadsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-significand > /build/math/test-float64x-significand.out; \ ../scripts/evaluate-test.sh math/test-float64x-significand $? false false > /build/math/test-float64x-significand.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-totalorder > /build/math/test-float64x-totalorder.out; \ ../scripts/evaluate-test.sh math/test-float64x-totalorder $? false false > /build/math/test-float64x-totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-totalordermag > /build/math/test-float64x-totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float64x-totalordermag $? false false > /build/math/test-float64x-totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-trunc > /build/math/test-float64x-trunc.out; \ ../scripts/evaluate-test.sh math/test-float64x-trunc $? false false > /build/math/test-float64x-trunc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-compat_totalorder > /build/math/test-float64x-compat_totalorder.out; \ ../scripts/evaluate-test.sh math/test-float64x-compat_totalorder $? false false > /build/math/test-float64x-compat_totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-compat_totalordermag > /build/math/test-float64x-compat_totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float64x-compat_totalordermag $? false false > /build/math/test-float64x-compat_totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-acos > /build/math/test-float32-acos.out; \ ../scripts/evaluate-test.sh math/test-float32-acos $? false false > /build/math/test-float32-acos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-acosh > /build/math/test-float32-acosh.out; \ ../scripts/evaluate-test.sh math/test-float32-acosh $? false false > /build/math/test-float32-acosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-asin > /build/math/test-float32-asin.out; \ ../scripts/evaluate-test.sh math/test-float32-asin $? false false > /build/math/test-float32-asin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-asinh > /build/math/test-float32-asinh.out; \ ../scripts/evaluate-test.sh math/test-float32-asinh $? false false > /build/math/test-float32-asinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-ufromfp > /build/math/test-float64x-ufromfp.out; \ ../scripts/evaluate-test.sh math/test-float64x-ufromfp $? false false > /build/math/test-float64x-ufromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-atan > /build/math/test-float32-atan.out; \ ../scripts/evaluate-test.sh math/test-float32-atan $? false false > /build/math/test-float32-atan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-atan2 > /build/math/test-float32-atan2.out; \ ../scripts/evaluate-test.sh math/test-float32-atan2 $? false false > /build/math/test-float32-atan2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-ufromfpx > /build/math/test-float64x-ufromfpx.out; \ ../scripts/evaluate-test.sh math/test-float64x-ufromfpx $? false false > /build/math/test-float64x-ufromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-atanh > /build/math/test-float32-atanh.out; \ ../scripts/evaluate-test.sh math/test-float32-atanh $? false false > /build/math/test-float32-atanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cabs > /build/math/test-float32-cabs.out; \ ../scripts/evaluate-test.sh math/test-float32-cabs $? false false > /build/math/test-float32-cabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-carg > /build/math/test-float32-carg.out; \ ../scripts/evaluate-test.sh math/test-float32-carg $? false false > /build/math/test-float32-carg.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cacosh > /build/math/test-float32-cacosh.out; \ ../scripts/evaluate-test.sh math/test-float32-cacosh $? false false > /build/math/test-float32-cacosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cacos > /build/math/test-float32-cacos.out; \ ../scripts/evaluate-test.sh math/test-float32-cacos $? false false > /build/math/test-float32-cacos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-casin > /build/math/test-float32-casin.out; \ ../scripts/evaluate-test.sh math/test-float32-casin $? false false > /build/math/test-float32-casin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-casinh > /build/math/test-float32-casinh.out; \ ../scripts/evaluate-test.sh math/test-float32-casinh $? false false > /build/math/test-float32-casinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-catan > /build/math/test-float32-catan.out; \ ../scripts/evaluate-test.sh math/test-float32-catan $? false false > /build/math/test-float32-catan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-catanh > /build/math/test-float32-catanh.out; \ ../scripts/evaluate-test.sh math/test-float32-catanh $? false false > /build/math/test-float32-catanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cbrt > /build/math/test-float32-cbrt.out; \ ../scripts/evaluate-test.sh math/test-float32-cbrt $? false false > /build/math/test-float32-cbrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-ccos > /build/math/test-float32-ccos.out; \ ../scripts/evaluate-test.sh math/test-float32-ccos $? false false > /build/math/test-float32-ccos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-ccosh > /build/math/test-float32-ccosh.out; \ ../scripts/evaluate-test.sh math/test-float32-ccosh $? false false > /build/math/test-float32-ccosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cexp > /build/math/test-float32-cexp.out; \ ../scripts/evaluate-test.sh math/test-float32-cexp $? false false > /build/math/test-float32-cexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-clog > /build/math/test-float32-clog.out; \ ../scripts/evaluate-test.sh math/test-float32-clog $? false false > /build/math/test-float32-clog.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cos > /build/math/test-float32-cos.out; \ ../scripts/evaluate-test.sh math/test-float32-cos $? false false > /build/math/test-float32-cos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-clog10 > /build/math/test-float32-clog10.out; \ ../scripts/evaluate-test.sh math/test-float32-clog10 $? false false > /build/math/test-float32-clog10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cosh > /build/math/test-float32-cosh.out; \ ../scripts/evaluate-test.sh math/test-float32-cosh $? false false > /build/math/test-float32-cosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cpow > /build/math/test-float32-cpow.out; \ ../scripts/evaluate-test.sh math/test-float32-cpow $? false false > /build/math/test-float32-cpow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-csin > /build/math/test-float32-csin.out; \ ../scripts/evaluate-test.sh math/test-float32-csin $? false false > /build/math/test-float32-csin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-csinh > /build/math/test-float32-csinh.out; \ ../scripts/evaluate-test.sh math/test-float32-csinh $? false false > /build/math/test-float32-csinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-csqrt > /build/math/test-float32-csqrt.out; \ ../scripts/evaluate-test.sh math/test-float32-csqrt $? false false > /build/math/test-float32-csqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-ctan > /build/math/test-float32-ctan.out; \ ../scripts/evaluate-test.sh math/test-float32-ctan $? false false > /build/math/test-float32-ctan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-ctanh > /build/math/test-float32-ctanh.out; \ ../scripts/evaluate-test.sh math/test-float32-ctanh $? false false > /build/math/test-float32-ctanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-erf > /build/math/test-float32-erf.out; \ ../scripts/evaluate-test.sh math/test-float32-erf $? false false > /build/math/test-float32-erf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-erfc > /build/math/test-float32-erfc.out; \ ../scripts/evaluate-test.sh math/test-float32-erfc $? false false > /build/math/test-float32-erfc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-exp > /build/math/test-float32-exp.out; \ ../scripts/evaluate-test.sh math/test-float32-exp $? false false > /build/math/test-float32-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-exp2 > /build/math/test-float32-exp2.out; \ ../scripts/evaluate-test.sh math/test-float32-exp2 $? false false > /build/math/test-float32-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-exp10 > /build/math/test-float32-exp10.out; \ ../scripts/evaluate-test.sh math/test-float32-exp10 $? false false > /build/math/test-float32-exp10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-exp10m1 > /build/math/test-float32-exp10m1.out; \ ../scripts/evaluate-test.sh math/test-float32-exp10m1 $? false false > /build/math/test-float32-exp10m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-exp2m1 > /build/math/test-float32-exp2m1.out; \ ../scripts/evaluate-test.sh math/test-float32-exp2m1 $? false false > /build/math/test-float32-exp2m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-expm1 > /build/math/test-float32-expm1.out; \ ../scripts/evaluate-test.sh math/test-float32-expm1 $? false false > /build/math/test-float32-expm1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fma > /build/math/test-float32-fma.out; \ ../scripts/evaluate-test.sh math/test-float32-fma $? false false > /build/math/test-float32-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-hypot > /build/math/test-float32-hypot.out; \ ../scripts/evaluate-test.sh math/test-float32-hypot $? false false > /build/math/test-float32-hypot.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-j0 > /build/math/test-float32-j0.out; \ ../scripts/evaluate-test.sh math/test-float32-j0 $? false false > /build/math/test-float32-j0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-j1 > /build/math/test-float32-j1.out; \ ../scripts/evaluate-test.sh math/test-float32-j1 $? false false > /build/math/test-float32-j1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-jn > /build/math/test-float32-jn.out; \ ../scripts/evaluate-test.sh math/test-float32-jn $? false false > /build/math/test-float32-jn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-lgamma > /build/math/test-float32-lgamma.out; \ ../scripts/evaluate-test.sh math/test-float32-lgamma $? false false > /build/math/test-float32-lgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-log > /build/math/test-float32-log.out; \ ../scripts/evaluate-test.sh math/test-float32-log $? false false > /build/math/test-float32-log.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-log2 > /build/math/test-float32-log2.out; \ ../scripts/evaluate-test.sh math/test-float32-log2 $? false false > /build/math/test-float32-log2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-log10 > /build/math/test-float32-log10.out; \ ../scripts/evaluate-test.sh math/test-float32-log10 $? false false > /build/math/test-float32-log10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-log10p1 > /build/math/test-float32-log10p1.out; \ ../scripts/evaluate-test.sh math/test-float32-log10p1 $? false false > /build/math/test-float32-log10p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-log1p > /build/math/test-float32-log1p.out; \ ../scripts/evaluate-test.sh math/test-float32-log1p $? false false > /build/math/test-float32-log1p.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-log2p1 > /build/math/test-float32-log2p1.out; \ ../scripts/evaluate-test.sh math/test-float32-log2p1 $? false false > /build/math/test-float32-log2p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-sin > /build/math/test-float32-sin.out; \ ../scripts/evaluate-test.sh math/test-float32-sin $? false false > /build/math/test-float32-sin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-pow > /build/math/test-float32-pow.out; \ ../scripts/evaluate-test.sh math/test-float32-pow $? false false > /build/math/test-float32-pow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-sincos > /build/math/test-float32-sincos.out; \ ../scripts/evaluate-test.sh math/test-float32-sincos $? false false > /build/math/test-float32-sincos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-sinh > /build/math/test-float32-sinh.out; \ ../scripts/evaluate-test.sh math/test-float32-sinh $? false false > /build/math/test-float32-sinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-sqrt > /build/math/test-float32-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float32-sqrt $? false false > /build/math/test-float32-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-tan > /build/math/test-float32-tan.out; \ ../scripts/evaluate-test.sh math/test-float32-tan $? false false > /build/math/test-float32-tan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-tanh > /build/math/test-float32-tanh.out; \ ../scripts/evaluate-test.sh math/test-float32-tanh $? false false > /build/math/test-float32-tanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-tgamma > /build/math/test-float32-tgamma.out; \ ../scripts/evaluate-test.sh math/test-float32-tgamma $? false false > /build/math/test-float32-tgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-y0 > /build/math/test-float32-y0.out; \ ../scripts/evaluate-test.sh math/test-float32-y0 $? false false > /build/math/test-float32-y0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-y1 > /build/math/test-float32-y1.out; \ ../scripts/evaluate-test.sh math/test-float32-y1 $? false false > /build/math/test-float32-y1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-yn > /build/math/test-float32-yn.out; \ ../scripts/evaluate-test.sh math/test-float32-yn $? false false > /build/math/test-float32-yn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-canonicalize > /build/math/test-float32-canonicalize.out; \ ../scripts/evaluate-test.sh math/test-float32-canonicalize $? false false > /build/math/test-float32-canonicalize.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-ceil > /build/math/test-float32-ceil.out; \ ../scripts/evaluate-test.sh math/test-float32-ceil $? false false > /build/math/test-float32-ceil.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cimag > /build/math/test-float32-cimag.out; \ ../scripts/evaluate-test.sh math/test-float32-cimag $? false false > /build/math/test-float32-cimag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-conj > /build/math/test-float32-conj.out; \ ../scripts/evaluate-test.sh math/test-float32-conj $? false false > /build/math/test-float32-conj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-copysign > /build/math/test-float32-copysign.out; \ ../scripts/evaluate-test.sh math/test-float32-copysign $? false false > /build/math/test-float32-copysign.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-cproj > /build/math/test-float32-cproj.out; \ ../scripts/evaluate-test.sh math/test-float32-cproj $? false false > /build/math/test-float32-cproj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-creal > /build/math/test-float32-creal.out; \ ../scripts/evaluate-test.sh math/test-float32-creal $? false false > /build/math/test-float32-creal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fabs > /build/math/test-float32-fabs.out; \ ../scripts/evaluate-test.sh math/test-float32-fabs $? false false > /build/math/test-float32-fabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fdim > /build/math/test-float32-fdim.out; \ ../scripts/evaluate-test.sh math/test-float32-fdim $? false false > /build/math/test-float32-fdim.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-floor > /build/math/test-float32-floor.out; \ ../scripts/evaluate-test.sh math/test-float32-floor $? false false > /build/math/test-float32-floor.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fmax > /build/math/test-float32-fmax.out; \ ../scripts/evaluate-test.sh math/test-float32-fmax $? false false > /build/math/test-float32-fmax.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fmaximum > /build/math/test-float32-fmaximum.out; \ ../scripts/evaluate-test.sh math/test-float32-fmaximum $? false false > /build/math/test-float32-fmaximum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fmaximum_mag > /build/math/test-float32-fmaximum_mag.out; \ ../scripts/evaluate-test.sh math/test-float32-fmaximum_mag $? false false > /build/math/test-float32-fmaximum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fmaximum_num > /build/math/test-float32-fmaximum_num.out; \ ../scripts/evaluate-test.sh math/test-float32-fmaximum_num $? false false > /build/math/test-float32-fmaximum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fmaximum_mag_num > /build/math/test-float32-fmaximum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float32-fmaximum_mag_num $? false false > /build/math/test-float32-fmaximum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fmaxmag > /build/math/test-float32-fmaxmag.out; \ ../scripts/evaluate-test.sh math/test-float32-fmaxmag $? false false > /build/math/test-float32-fmaxmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fmin > /build/math/test-float32-fmin.out; \ ../scripts/evaluate-test.sh math/test-float32-fmin $? false false > /build/math/test-float32-fmin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fminimum > /build/math/test-float32-fminimum.out; \ ../scripts/evaluate-test.sh math/test-float32-fminimum $? false false > /build/math/test-float32-fminimum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fminimum_mag > /build/math/test-float32-fminimum_mag.out; \ ../scripts/evaluate-test.sh math/test-float32-fminimum_mag $? false false > /build/math/test-float32-fminimum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fminimum_mag_num > /build/math/test-float32-fminimum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float32-fminimum_mag_num $? false false > /build/math/test-float32-fminimum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fminimum_num > /build/math/test-float32-fminimum_num.out; \ ../scripts/evaluate-test.sh math/test-float32-fminimum_num $? false false > /build/math/test-float32-fminimum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fminmag > /build/math/test-float32-fminmag.out; \ ../scripts/evaluate-test.sh math/test-float32-fminmag $? false false > /build/math/test-float32-fminmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fmod > /build/math/test-float32-fmod.out; \ ../scripts/evaluate-test.sh math/test-float32-fmod $? false false > /build/math/test-float32-fmod.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fpclassify > /build/math/test-float32-fpclassify.out; \ ../scripts/evaluate-test.sh math/test-float32-fpclassify $? false false > /build/math/test-float32-fpclassify.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-frexp > /build/math/test-float32-frexp.out; \ ../scripts/evaluate-test.sh math/test-float32-frexp $? false false > /build/math/test-float32-frexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-getpayload > /build/math/test-float32-getpayload.out; \ ../scripts/evaluate-test.sh math/test-float32-getpayload $? false false > /build/math/test-float32-getpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-ilogb > /build/math/test-float32-ilogb.out; \ ../scripts/evaluate-test.sh math/test-float32-ilogb $? false false > /build/math/test-float32-ilogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-iscanonical > /build/math/test-float32-iscanonical.out; \ ../scripts/evaluate-test.sh math/test-float32-iscanonical $? false false > /build/math/test-float32-iscanonical.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-iseqsig > /build/math/test-float32-iseqsig.out; \ ../scripts/evaluate-test.sh math/test-float32-iseqsig $? false false > /build/math/test-float32-iseqsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-isfinite > /build/math/test-float32-isfinite.out; \ ../scripts/evaluate-test.sh math/test-float32-isfinite $? false false > /build/math/test-float32-isfinite.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-isgreaterequal > /build/math/test-float32-isgreaterequal.out; \ ../scripts/evaluate-test.sh math/test-float32-isgreaterequal $? false false > /build/math/test-float32-isgreaterequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fromfp > /build/math/test-float32-fromfp.out; \ ../scripts/evaluate-test.sh math/test-float32-fromfp $? false false > /build/math/test-float32-fromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-isgreater > /build/math/test-float32-isgreater.out; \ ../scripts/evaluate-test.sh math/test-float32-isgreater $? false false > /build/math/test-float32-isgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-fromfpx > /build/math/test-float32-fromfpx.out; \ ../scripts/evaluate-test.sh math/test-float32-fromfpx $? false false > /build/math/test-float32-fromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-isinf > /build/math/test-float32-isinf.out; \ ../scripts/evaluate-test.sh math/test-float32-isinf $? false false > /build/math/test-float32-isinf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-isless > /build/math/test-float32-isless.out; \ ../scripts/evaluate-test.sh math/test-float32-isless $? false false > /build/math/test-float32-isless.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-islessequal > /build/math/test-float32-islessequal.out; \ ../scripts/evaluate-test.sh math/test-float32-islessequal $? false false > /build/math/test-float32-islessequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-islessgreater > /build/math/test-float32-islessgreater.out; \ ../scripts/evaluate-test.sh math/test-float32-islessgreater $? false false > /build/math/test-float32-islessgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-isnan > /build/math/test-float32-isnan.out; \ ../scripts/evaluate-test.sh math/test-float32-isnan $? false false > /build/math/test-float32-isnan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-isnormal > /build/math/test-float32-isnormal.out; \ ../scripts/evaluate-test.sh math/test-float32-isnormal $? false false > /build/math/test-float32-isnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-issignaling > /build/math/test-float32-issignaling.out; \ ../scripts/evaluate-test.sh math/test-float32-issignaling $? false false > /build/math/test-float32-issignaling.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-issubnormal > /build/math/test-float32-issubnormal.out; \ ../scripts/evaluate-test.sh math/test-float32-issubnormal $? false false > /build/math/test-float32-issubnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-isunordered > /build/math/test-float32-isunordered.out; \ ../scripts/evaluate-test.sh math/test-float32-isunordered $? false false > /build/math/test-float32-isunordered.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-iszero > /build/math/test-float32-iszero.out; \ ../scripts/evaluate-test.sh math/test-float32-iszero $? false false > /build/math/test-float32-iszero.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-llogb > /build/math/test-float32-llogb.out; \ ../scripts/evaluate-test.sh math/test-float32-llogb $? false false > /build/math/test-float32-llogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-llrint > /build/math/test-float32-llrint.out; \ ../scripts/evaluate-test.sh math/test-float32-llrint $? false false > /build/math/test-float32-llrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-llround > /build/math/test-float32-llround.out; \ ../scripts/evaluate-test.sh math/test-float32-llround $? false false > /build/math/test-float32-llround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-logb > /build/math/test-float32-logb.out; \ ../scripts/evaluate-test.sh math/test-float32-logb $? false false > /build/math/test-float32-logb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-lrint > /build/math/test-float32-lrint.out; \ ../scripts/evaluate-test.sh math/test-float32-lrint $? false false > /build/math/test-float32-lrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-lround > /build/math/test-float32-lround.out; \ ../scripts/evaluate-test.sh math/test-float32-lround $? false false > /build/math/test-float32-lround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-modf > /build/math/test-float32-modf.out; \ ../scripts/evaluate-test.sh math/test-float32-modf $? false false > /build/math/test-float32-modf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-nearbyint > /build/math/test-float32-nearbyint.out; \ ../scripts/evaluate-test.sh math/test-float32-nearbyint $? false false > /build/math/test-float32-nearbyint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-nextafter > /build/math/test-float32-nextafter.out; \ ../scripts/evaluate-test.sh math/test-float32-nextafter $? false false > /build/math/test-float32-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-nextdown > /build/math/test-float32-nextdown.out; \ ../scripts/evaluate-test.sh math/test-float32-nextdown $? false false > /build/math/test-float32-nextdown.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-nexttoward > /build/math/test-float32-nexttoward.out; \ ../scripts/evaluate-test.sh math/test-float32-nexttoward $? false false > /build/math/test-float32-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-nextup > /build/math/test-float32-nextup.out; \ ../scripts/evaluate-test.sh math/test-float32-nextup $? false false > /build/math/test-float32-nextup.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-remainder > /build/math/test-float32-remainder.out; \ ../scripts/evaluate-test.sh math/test-float32-remainder $? false false > /build/math/test-float32-remainder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-remquo > /build/math/test-float32-remquo.out; \ ../scripts/evaluate-test.sh math/test-float32-remquo $? false false > /build/math/test-float32-remquo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-round > /build/math/test-float32-round.out; \ ../scripts/evaluate-test.sh math/test-float32-round $? false false > /build/math/test-float32-round.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-rint > /build/math/test-float32-rint.out; \ ../scripts/evaluate-test.sh math/test-float32-rint $? false false > /build/math/test-float32-rint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-roundeven > /build/math/test-float32-roundeven.out; \ ../scripts/evaluate-test.sh math/test-float32-roundeven $? false false > /build/math/test-float32-roundeven.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-scalb > /build/math/test-float32-scalb.out; \ ../scripts/evaluate-test.sh math/test-float32-scalb $? false false > /build/math/test-float32-scalb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-scalbln > /build/math/test-float32-scalbln.out; \ ../scripts/evaluate-test.sh math/test-float32-scalbln $? false false > /build/math/test-float32-scalbln.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-scalbn > /build/math/test-float32-scalbn.out; \ ../scripts/evaluate-test.sh math/test-float32-scalbn $? false false > /build/math/test-float32-scalbn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-setpayload > /build/math/test-float32-setpayload.out; \ ../scripts/evaluate-test.sh math/test-float32-setpayload $? false false > /build/math/test-float32-setpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-setpayloadsig > /build/math/test-float32-setpayloadsig.out; \ ../scripts/evaluate-test.sh math/test-float32-setpayloadsig $? false false > /build/math/test-float32-setpayloadsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-signbit > /build/math/test-float32-signbit.out; \ ../scripts/evaluate-test.sh math/test-float32-signbit $? false false > /build/math/test-float32-signbit.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-significand > /build/math/test-float32-significand.out; \ ../scripts/evaluate-test.sh math/test-float32-significand $? false false > /build/math/test-float32-significand.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-totalorder > /build/math/test-float32-totalorder.out; \ ../scripts/evaluate-test.sh math/test-float32-totalorder $? false false > /build/math/test-float32-totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-totalordermag > /build/math/test-float32-totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float32-totalordermag $? false false > /build/math/test-float32-totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-trunc > /build/math/test-float32-trunc.out; \ ../scripts/evaluate-test.sh math/test-float32-trunc $? false false > /build/math/test-float32-trunc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-compat_totalorder > /build/math/test-float32-compat_totalorder.out; \ ../scripts/evaluate-test.sh math/test-float32-compat_totalorder $? false false > /build/math/test-float32-compat_totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-compat_totalordermag > /build/math/test-float32-compat_totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float32-compat_totalordermag $? false false > /build/math/test-float32-compat_totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-ufromfpx > /build/math/test-float32-ufromfpx.out; \ ../scripts/evaluate-test.sh math/test-float32-ufromfpx $? false false > /build/math/test-float32-ufromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-acos > /build/math/test-float32x-acos.out; \ ../scripts/evaluate-test.sh math/test-float32x-acos $? false false > /build/math/test-float32x-acos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-acosh > /build/math/test-float32x-acosh.out; \ ../scripts/evaluate-test.sh math/test-float32x-acosh $? false false > /build/math/test-float32x-acosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-ufromfp > /build/math/test-float32-ufromfp.out; \ ../scripts/evaluate-test.sh math/test-float32-ufromfp $? false false > /build/math/test-float32-ufromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-asin > /build/math/test-float32x-asin.out; \ ../scripts/evaluate-test.sh math/test-float32x-asin $? false false > /build/math/test-float32x-asin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-asinh > /build/math/test-float32x-asinh.out; \ ../scripts/evaluate-test.sh math/test-float32x-asinh $? false false > /build/math/test-float32x-asinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-atan > /build/math/test-float32x-atan.out; \ ../scripts/evaluate-test.sh math/test-float32x-atan $? false false > /build/math/test-float32x-atan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-atan2 > /build/math/test-float32x-atan2.out; \ ../scripts/evaluate-test.sh math/test-float32x-atan2 $? false false > /build/math/test-float32x-atan2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-atanh > /build/math/test-float32x-atanh.out; \ ../scripts/evaluate-test.sh math/test-float32x-atanh $? false false > /build/math/test-float32x-atanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cabs > /build/math/test-float32x-cabs.out; \ ../scripts/evaluate-test.sh math/test-float32x-cabs $? false false > /build/math/test-float32x-cabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cacos > /build/math/test-float32x-cacos.out; \ ../scripts/evaluate-test.sh math/test-float32x-cacos $? false false > /build/math/test-float32x-cacos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-carg > /build/math/test-float32x-carg.out; \ ../scripts/evaluate-test.sh math/test-float32x-carg $? false false > /build/math/test-float32x-carg.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cacosh > /build/math/test-float32x-cacosh.out; \ ../scripts/evaluate-test.sh math/test-float32x-cacosh $? false false > /build/math/test-float32x-cacosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-casinh > /build/math/test-float32x-casinh.out; \ ../scripts/evaluate-test.sh math/test-float32x-casinh $? false false > /build/math/test-float32x-casinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-catan > /build/math/test-float32x-catan.out; \ ../scripts/evaluate-test.sh math/test-float32x-catan $? false false > /build/math/test-float32x-catan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cbrt > /build/math/test-float32x-cbrt.out; \ ../scripts/evaluate-test.sh math/test-float32x-cbrt $? false false > /build/math/test-float32x-cbrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-ccos > /build/math/test-float32x-ccos.out; \ ../scripts/evaluate-test.sh math/test-float32x-ccos $? false false > /build/math/test-float32x-ccos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-casin > /build/math/test-float32x-casin.out; \ ../scripts/evaluate-test.sh math/test-float32x-casin $? false false > /build/math/test-float32x-casin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-catanh > /build/math/test-float32x-catanh.out; \ ../scripts/evaluate-test.sh math/test-float32x-catanh $? false false > /build/math/test-float32x-catanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-ccosh > /build/math/test-float32x-ccosh.out; \ ../scripts/evaluate-test.sh math/test-float32x-ccosh $? false false > /build/math/test-float32x-ccosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cexp > /build/math/test-float32x-cexp.out; \ ../scripts/evaluate-test.sh math/test-float32x-cexp $? false false > /build/math/test-float32x-cexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-clog > /build/math/test-float32x-clog.out; \ ../scripts/evaluate-test.sh math/test-float32x-clog $? false false > /build/math/test-float32x-clog.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cos > /build/math/test-float32x-cos.out; \ ../scripts/evaluate-test.sh math/test-float32x-cos $? false false > /build/math/test-float32x-cos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cosh > /build/math/test-float32x-cosh.out; \ ../scripts/evaluate-test.sh math/test-float32x-cosh $? false false > /build/math/test-float32x-cosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cpow > /build/math/test-float32x-cpow.out; \ ../scripts/evaluate-test.sh math/test-float32x-cpow $? false false > /build/math/test-float32x-cpow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-clog10 > /build/math/test-float32x-clog10.out; \ ../scripts/evaluate-test.sh math/test-float32x-clog10 $? false false > /build/math/test-float32x-clog10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-csin > /build/math/test-float32x-csin.out; \ ../scripts/evaluate-test.sh math/test-float32x-csin $? false false > /build/math/test-float32x-csin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-csinh > /build/math/test-float32x-csinh.out; \ ../scripts/evaluate-test.sh math/test-float32x-csinh $? false false > /build/math/test-float32x-csinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-csqrt > /build/math/test-float32x-csqrt.out; \ ../scripts/evaluate-test.sh math/test-float32x-csqrt $? false false > /build/math/test-float32x-csqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-ctan > /build/math/test-float32x-ctan.out; \ ../scripts/evaluate-test.sh math/test-float32x-ctan $? false false > /build/math/test-float32x-ctan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-ctanh > /build/math/test-float32x-ctanh.out; \ ../scripts/evaluate-test.sh math/test-float32x-ctanh $? false false > /build/math/test-float32x-ctanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-erf > /build/math/test-float32x-erf.out; \ ../scripts/evaluate-test.sh math/test-float32x-erf $? false false > /build/math/test-float32x-erf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-erfc > /build/math/test-float32x-erfc.out; \ ../scripts/evaluate-test.sh math/test-float32x-erfc $? false false > /build/math/test-float32x-erfc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-exp > /build/math/test-float32x-exp.out; \ ../scripts/evaluate-test.sh math/test-float32x-exp $? false false > /build/math/test-float32x-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-exp2 > /build/math/test-float32x-exp2.out; \ ../scripts/evaluate-test.sh math/test-float32x-exp2 $? false false > /build/math/test-float32x-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-exp10 > /build/math/test-float32x-exp10.out; \ ../scripts/evaluate-test.sh math/test-float32x-exp10 $? false false > /build/math/test-float32x-exp10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-exp10m1 > /build/math/test-float32x-exp10m1.out; \ ../scripts/evaluate-test.sh math/test-float32x-exp10m1 $? false false > /build/math/test-float32x-exp10m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-exp2m1 > /build/math/test-float32x-exp2m1.out; \ ../scripts/evaluate-test.sh math/test-float32x-exp2m1 $? false false > /build/math/test-float32x-exp2m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-expm1 > /build/math/test-float32x-expm1.out; \ ../scripts/evaluate-test.sh math/test-float32x-expm1 $? false false > /build/math/test-float32x-expm1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fma > /build/math/test-float32x-fma.out; \ ../scripts/evaluate-test.sh math/test-float32x-fma $? false false > /build/math/test-float32x-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-hypot > /build/math/test-float32x-hypot.out; \ ../scripts/evaluate-test.sh math/test-float32x-hypot $? false false > /build/math/test-float32x-hypot.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-j0 > /build/math/test-float32x-j0.out; \ ../scripts/evaluate-test.sh math/test-float32x-j0 $? false false > /build/math/test-float32x-j0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-j1 > /build/math/test-float32x-j1.out; \ ../scripts/evaluate-test.sh math/test-float32x-j1 $? false false > /build/math/test-float32x-j1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-jn > /build/math/test-float32x-jn.out; \ ../scripts/evaluate-test.sh math/test-float32x-jn $? false false > /build/math/test-float32x-jn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-log > /build/math/test-float32x-log.out; \ ../scripts/evaluate-test.sh math/test-float32x-log $? false false > /build/math/test-float32x-log.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-log2 > /build/math/test-float32x-log2.out; \ ../scripts/evaluate-test.sh math/test-float32x-log2 $? false false > /build/math/test-float32x-log2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-log10 > /build/math/test-float32x-log10.out; \ ../scripts/evaluate-test.sh math/test-float32x-log10 $? false false > /build/math/test-float32x-log10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-lgamma > /build/math/test-float32x-lgamma.out; \ ../scripts/evaluate-test.sh math/test-float32x-lgamma $? false false > /build/math/test-float32x-lgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-log10p1 > /build/math/test-float32x-log10p1.out; \ ../scripts/evaluate-test.sh math/test-float32x-log10p1 $? false false > /build/math/test-float32x-log10p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-log1p > /build/math/test-float32x-log1p.out; \ ../scripts/evaluate-test.sh math/test-float32x-log1p $? false false > /build/math/test-float32x-log1p.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-log2p1 > /build/math/test-float32x-log2p1.out; \ ../scripts/evaluate-test.sh math/test-float32x-log2p1 $? false false > /build/math/test-float32x-log2p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-sin > /build/math/test-float32x-sin.out; \ ../scripts/evaluate-test.sh math/test-float32x-sin $? false false > /build/math/test-float32x-sin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-sinh > /build/math/test-float32x-sinh.out; \ ../scripts/evaluate-test.sh math/test-float32x-sinh $? false false > /build/math/test-float32x-sinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-sqrt > /build/math/test-float32x-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float32x-sqrt $? false false > /build/math/test-float32x-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-pow > /build/math/test-float32x-pow.out; \ ../scripts/evaluate-test.sh math/test-float32x-pow $? false false > /build/math/test-float32x-pow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-sincos > /build/math/test-float32x-sincos.out; \ ../scripts/evaluate-test.sh math/test-float32x-sincos $? false false > /build/math/test-float32x-sincos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-tan > /build/math/test-float32x-tan.out; \ ../scripts/evaluate-test.sh math/test-float32x-tan $? false false > /build/math/test-float32x-tan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-tanh > /build/math/test-float32x-tanh.out; \ ../scripts/evaluate-test.sh math/test-float32x-tanh $? false false > /build/math/test-float32x-tanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-tgamma > /build/math/test-float32x-tgamma.out; \ ../scripts/evaluate-test.sh math/test-float32x-tgamma $? false false > /build/math/test-float32x-tgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-y1 > /build/math/test-float32x-y1.out; \ ../scripts/evaluate-test.sh math/test-float32x-y1 $? false false > /build/math/test-float32x-y1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-yn > /build/math/test-float32x-yn.out; \ ../scripts/evaluate-test.sh math/test-float32x-yn $? false false > /build/math/test-float32x-yn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-y0 > /build/math/test-float32x-y0.out; \ ../scripts/evaluate-test.sh math/test-float32x-y0 $? false false > /build/math/test-float32x-y0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-canonicalize > /build/math/test-float32x-canonicalize.out; \ ../scripts/evaluate-test.sh math/test-float32x-canonicalize $? false false > /build/math/test-float32x-canonicalize.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-ceil > /build/math/test-float32x-ceil.out; \ ../scripts/evaluate-test.sh math/test-float32x-ceil $? false false > /build/math/test-float32x-ceil.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cimag > /build/math/test-float32x-cimag.out; \ ../scripts/evaluate-test.sh math/test-float32x-cimag $? false false > /build/math/test-float32x-cimag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-conj > /build/math/test-float32x-conj.out; \ ../scripts/evaluate-test.sh math/test-float32x-conj $? false false > /build/math/test-float32x-conj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-cproj > /build/math/test-float32x-cproj.out; \ ../scripts/evaluate-test.sh math/test-float32x-cproj $? false false > /build/math/test-float32x-cproj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-copysign > /build/math/test-float32x-copysign.out; \ ../scripts/evaluate-test.sh math/test-float32x-copysign $? false false > /build/math/test-float32x-copysign.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-creal > /build/math/test-float32x-creal.out; \ ../scripts/evaluate-test.sh math/test-float32x-creal $? false false > /build/math/test-float32x-creal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fabs > /build/math/test-float32x-fabs.out; \ ../scripts/evaluate-test.sh math/test-float32x-fabs $? false false > /build/math/test-float32x-fabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fdim > /build/math/test-float32x-fdim.out; \ ../scripts/evaluate-test.sh math/test-float32x-fdim $? false false > /build/math/test-float32x-fdim.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-floor > /build/math/test-float32x-floor.out; \ ../scripts/evaluate-test.sh math/test-float32x-floor $? false false > /build/math/test-float32x-floor.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fmax > /build/math/test-float32x-fmax.out; \ ../scripts/evaluate-test.sh math/test-float32x-fmax $? false false > /build/math/test-float32x-fmax.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fmaximum > /build/math/test-float32x-fmaximum.out; \ ../scripts/evaluate-test.sh math/test-float32x-fmaximum $? false false > /build/math/test-float32x-fmaximum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fmaximum_mag > /build/math/test-float32x-fmaximum_mag.out; \ ../scripts/evaluate-test.sh math/test-float32x-fmaximum_mag $? false false > /build/math/test-float32x-fmaximum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fmaximum_mag_num > /build/math/test-float32x-fmaximum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float32x-fmaximum_mag_num $? false false > /build/math/test-float32x-fmaximum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fmaximum_num > /build/math/test-float32x-fmaximum_num.out; \ ../scripts/evaluate-test.sh math/test-float32x-fmaximum_num $? false false > /build/math/test-float32x-fmaximum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fmaxmag > /build/math/test-float32x-fmaxmag.out; \ ../scripts/evaluate-test.sh math/test-float32x-fmaxmag $? false false > /build/math/test-float32x-fmaxmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fmin > /build/math/test-float32x-fmin.out; \ ../scripts/evaluate-test.sh math/test-float32x-fmin $? false false > /build/math/test-float32x-fmin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fminimum > /build/math/test-float32x-fminimum.out; \ ../scripts/evaluate-test.sh math/test-float32x-fminimum $? false false > /build/math/test-float32x-fminimum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fminimum_mag > /build/math/test-float32x-fminimum_mag.out; \ ../scripts/evaluate-test.sh math/test-float32x-fminimum_mag $? false false > /build/math/test-float32x-fminimum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fminimum_mag_num > /build/math/test-float32x-fminimum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float32x-fminimum_mag_num $? false false > /build/math/test-float32x-fminimum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fminimum_num > /build/math/test-float32x-fminimum_num.out; \ ../scripts/evaluate-test.sh math/test-float32x-fminimum_num $? false false > /build/math/test-float32x-fminimum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fminmag > /build/math/test-float32x-fminmag.out; \ ../scripts/evaluate-test.sh math/test-float32x-fminmag $? false false > /build/math/test-float32x-fminmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fmod > /build/math/test-float32x-fmod.out; \ ../scripts/evaluate-test.sh math/test-float32x-fmod $? false false > /build/math/test-float32x-fmod.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fpclassify > /build/math/test-float32x-fpclassify.out; \ ../scripts/evaluate-test.sh math/test-float32x-fpclassify $? false false > /build/math/test-float32x-fpclassify.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-frexp > /build/math/test-float32x-frexp.out; \ ../scripts/evaluate-test.sh math/test-float32x-frexp $? false false > /build/math/test-float32x-frexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-getpayload > /build/math/test-float32x-getpayload.out; \ ../scripts/evaluate-test.sh math/test-float32x-getpayload $? false false > /build/math/test-float32x-getpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-ilogb > /build/math/test-float32x-ilogb.out; \ ../scripts/evaluate-test.sh math/test-float32x-ilogb $? false false > /build/math/test-float32x-ilogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-iscanonical > /build/math/test-float32x-iscanonical.out; \ ../scripts/evaluate-test.sh math/test-float32x-iscanonical $? false false > /build/math/test-float32x-iscanonical.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-iseqsig > /build/math/test-float32x-iseqsig.out; \ ../scripts/evaluate-test.sh math/test-float32x-iseqsig $? false false > /build/math/test-float32x-iseqsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-isfinite > /build/math/test-float32x-isfinite.out; \ ../scripts/evaluate-test.sh math/test-float32x-isfinite $? false false > /build/math/test-float32x-isfinite.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-isgreater > /build/math/test-float32x-isgreater.out; \ ../scripts/evaluate-test.sh math/test-float32x-isgreater $? false false > /build/math/test-float32x-isgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-isgreaterequal > /build/math/test-float32x-isgreaterequal.out; \ ../scripts/evaluate-test.sh math/test-float32x-isgreaterequal $? false false > /build/math/test-float32x-isgreaterequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fromfp > /build/math/test-float32x-fromfp.out; \ ../scripts/evaluate-test.sh math/test-float32x-fromfp $? false false > /build/math/test-float32x-fromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-fromfpx > /build/math/test-float32x-fromfpx.out; \ ../scripts/evaluate-test.sh math/test-float32x-fromfpx $? false false > /build/math/test-float32x-fromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-isinf > /build/math/test-float32x-isinf.out; \ ../scripts/evaluate-test.sh math/test-float32x-isinf $? false false > /build/math/test-float32x-isinf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-isless > /build/math/test-float32x-isless.out; \ ../scripts/evaluate-test.sh math/test-float32x-isless $? false false > /build/math/test-float32x-isless.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-islessequal > /build/math/test-float32x-islessequal.out; \ ../scripts/evaluate-test.sh math/test-float32x-islessequal $? false false > /build/math/test-float32x-islessequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-islessgreater > /build/math/test-float32x-islessgreater.out; \ ../scripts/evaluate-test.sh math/test-float32x-islessgreater $? false false > /build/math/test-float32x-islessgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-isnan > /build/math/test-float32x-isnan.out; \ ../scripts/evaluate-test.sh math/test-float32x-isnan $? false false > /build/math/test-float32x-isnan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-isnormal > /build/math/test-float32x-isnormal.out; \ ../scripts/evaluate-test.sh math/test-float32x-isnormal $? false false > /build/math/test-float32x-isnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-issubnormal > /build/math/test-float32x-issubnormal.out; \ ../scripts/evaluate-test.sh math/test-float32x-issubnormal $? false false > /build/math/test-float32x-issubnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-issignaling > /build/math/test-float32x-issignaling.out; \ ../scripts/evaluate-test.sh math/test-float32x-issignaling $? false false > /build/math/test-float32x-issignaling.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-isunordered > /build/math/test-float32x-isunordered.out; \ ../scripts/evaluate-test.sh math/test-float32x-isunordered $? false false > /build/math/test-float32x-isunordered.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-iszero > /build/math/test-float32x-iszero.out; \ ../scripts/evaluate-test.sh math/test-float32x-iszero $? false false > /build/math/test-float32x-iszero.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-llrint > /build/math/test-float32x-llrint.out; \ ../scripts/evaluate-test.sh math/test-float32x-llrint $? false false > /build/math/test-float32x-llrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-llogb > /build/math/test-float32x-llogb.out; \ ../scripts/evaluate-test.sh math/test-float32x-llogb $? false false > /build/math/test-float32x-llogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-llround > /build/math/test-float32x-llround.out; \ ../scripts/evaluate-test.sh math/test-float32x-llround $? false false > /build/math/test-float32x-llround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-logb > /build/math/test-float32x-logb.out; \ ../scripts/evaluate-test.sh math/test-float32x-logb $? false false > /build/math/test-float32x-logb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-lrint > /build/math/test-float32x-lrint.out; \ ../scripts/evaluate-test.sh math/test-float32x-lrint $? false false > /build/math/test-float32x-lrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-modf > /build/math/test-float32x-modf.out; \ ../scripts/evaluate-test.sh math/test-float32x-modf $? false false > /build/math/test-float32x-modf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-lround > /build/math/test-float32x-lround.out; \ ../scripts/evaluate-test.sh math/test-float32x-lround $? false false > /build/math/test-float32x-lround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-nearbyint > /build/math/test-float32x-nearbyint.out; \ ../scripts/evaluate-test.sh math/test-float32x-nearbyint $? false false > /build/math/test-float32x-nearbyint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-nextafter > /build/math/test-float32x-nextafter.out; \ ../scripts/evaluate-test.sh math/test-float32x-nextafter $? false false > /build/math/test-float32x-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-nextdown > /build/math/test-float32x-nextdown.out; \ ../scripts/evaluate-test.sh math/test-float32x-nextdown $? false false > /build/math/test-float32x-nextdown.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-nextup > /build/math/test-float32x-nextup.out; \ ../scripts/evaluate-test.sh math/test-float32x-nextup $? false false > /build/math/test-float32x-nextup.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-nexttoward > /build/math/test-float32x-nexttoward.out; \ ../scripts/evaluate-test.sh math/test-float32x-nexttoward $? false false > /build/math/test-float32x-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-remainder > /build/math/test-float32x-remainder.out; \ ../scripts/evaluate-test.sh math/test-float32x-remainder $? false false > /build/math/test-float32x-remainder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-remquo > /build/math/test-float32x-remquo.out; \ ../scripts/evaluate-test.sh math/test-float32x-remquo $? false false > /build/math/test-float32x-remquo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-rint > /build/math/test-float32x-rint.out; \ ../scripts/evaluate-test.sh math/test-float32x-rint $? false false > /build/math/test-float32x-rint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-round > /build/math/test-float32x-round.out; \ ../scripts/evaluate-test.sh math/test-float32x-round $? false false > /build/math/test-float32x-round.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-roundeven > /build/math/test-float32x-roundeven.out; \ ../scripts/evaluate-test.sh math/test-float32x-roundeven $? false false > /build/math/test-float32x-roundeven.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-scalb > /build/math/test-float32x-scalb.out; \ ../scripts/evaluate-test.sh math/test-float32x-scalb $? false false > /build/math/test-float32x-scalb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-scalbln > /build/math/test-float32x-scalbln.out; \ ../scripts/evaluate-test.sh math/test-float32x-scalbln $? false false > /build/math/test-float32x-scalbln.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-scalbn > /build/math/test-float32x-scalbn.out; \ ../scripts/evaluate-test.sh math/test-float32x-scalbn $? false false > /build/math/test-float32x-scalbn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-setpayload > /build/math/test-float32x-setpayload.out; \ ../scripts/evaluate-test.sh math/test-float32x-setpayload $? false false > /build/math/test-float32x-setpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-setpayloadsig > /build/math/test-float32x-setpayloadsig.out; \ ../scripts/evaluate-test.sh math/test-float32x-setpayloadsig $? false false > /build/math/test-float32x-setpayloadsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-signbit > /build/math/test-float32x-signbit.out; \ ../scripts/evaluate-test.sh math/test-float32x-signbit $? false false > /build/math/test-float32x-signbit.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-significand > /build/math/test-float32x-significand.out; \ ../scripts/evaluate-test.sh math/test-float32x-significand $? false false > /build/math/test-float32x-significand.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-totalordermag > /build/math/test-float32x-totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float32x-totalordermag $? false false > /build/math/test-float32x-totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-totalorder > /build/math/test-float32x-totalorder.out; \ ../scripts/evaluate-test.sh math/test-float32x-totalorder $? false false > /build/math/test-float32x-totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-trunc > /build/math/test-float32x-trunc.out; \ ../scripts/evaluate-test.sh math/test-float32x-trunc $? false false > /build/math/test-float32x-trunc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-compat_totalorder > /build/math/test-float32x-compat_totalorder.out; \ ../scripts/evaluate-test.sh math/test-float32x-compat_totalorder $? false false > /build/math/test-float32x-compat_totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-compat_totalordermag > /build/math/test-float32x-compat_totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float32x-compat_totalordermag $? false false > /build/math/test-float32x-compat_totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-acos > /build/math/test-float64-acos.out; \ ../scripts/evaluate-test.sh math/test-float64-acos $? false false > /build/math/test-float64-acos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-acosh > /build/math/test-float64-acosh.out; \ ../scripts/evaluate-test.sh math/test-float64-acosh $? false false > /build/math/test-float64-acosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-asin > /build/math/test-float64-asin.out; \ ../scripts/evaluate-test.sh math/test-float64-asin $? false false > /build/math/test-float64-asin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-ufromfp > /build/math/test-float32x-ufromfp.out; \ ../scripts/evaluate-test.sh math/test-float32x-ufromfp $? false false > /build/math/test-float32x-ufromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-ufromfpx > /build/math/test-float32x-ufromfpx.out; \ ../scripts/evaluate-test.sh math/test-float32x-ufromfpx $? false false > /build/math/test-float32x-ufromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-asinh > /build/math/test-float64-asinh.out; \ ../scripts/evaluate-test.sh math/test-float64-asinh $? false false > /build/math/test-float64-asinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-atan > /build/math/test-float64-atan.out; \ ../scripts/evaluate-test.sh math/test-float64-atan $? false false > /build/math/test-float64-atan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-atanh > /build/math/test-float64-atanh.out; \ ../scripts/evaluate-test.sh math/test-float64-atanh $? false false > /build/math/test-float64-atanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cabs > /build/math/test-float64-cabs.out; \ ../scripts/evaluate-test.sh math/test-float64-cabs $? false false > /build/math/test-float64-cabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-atan2 > /build/math/test-float64-atan2.out; \ ../scripts/evaluate-test.sh math/test-float64-atan2 $? false false > /build/math/test-float64-atan2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-carg > /build/math/test-float64-carg.out; \ ../scripts/evaluate-test.sh math/test-float64-carg $? false false > /build/math/test-float64-carg.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cacos > /build/math/test-float64-cacos.out; \ ../scripts/evaluate-test.sh math/test-float64-cacos $? false false > /build/math/test-float64-cacos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cacosh > /build/math/test-float64-cacosh.out; \ ../scripts/evaluate-test.sh math/test-float64-cacosh $? false false > /build/math/test-float64-cacosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-catan > /build/math/test-float64-catan.out; \ ../scripts/evaluate-test.sh math/test-float64-catan $? false false > /build/math/test-float64-catan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cbrt > /build/math/test-float64-cbrt.out; \ ../scripts/evaluate-test.sh math/test-float64-cbrt $? false false > /build/math/test-float64-cbrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-casinh > /build/math/test-float64-casinh.out; \ ../scripts/evaluate-test.sh math/test-float64-casinh $? false false > /build/math/test-float64-casinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-ccosh > /build/math/test-float64-ccosh.out; \ ../scripts/evaluate-test.sh math/test-float64-ccosh $? false false > /build/math/test-float64-ccosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-casin > /build/math/test-float64-casin.out; \ ../scripts/evaluate-test.sh math/test-float64-casin $? false false > /build/math/test-float64-casin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-catanh > /build/math/test-float64-catanh.out; \ ../scripts/evaluate-test.sh math/test-float64-catanh $? false false > /build/math/test-float64-catanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-ccos > /build/math/test-float64-ccos.out; \ ../scripts/evaluate-test.sh math/test-float64-ccos $? false false > /build/math/test-float64-ccos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cexp > /build/math/test-float64-cexp.out; \ ../scripts/evaluate-test.sh math/test-float64-cexp $? false false > /build/math/test-float64-cexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cos > /build/math/test-float64-cos.out; \ ../scripts/evaluate-test.sh math/test-float64-cos $? false false > /build/math/test-float64-cos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cosh > /build/math/test-float64-cosh.out; \ ../scripts/evaluate-test.sh math/test-float64-cosh $? false false > /build/math/test-float64-cosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-clog > /build/math/test-float64-clog.out; \ ../scripts/evaluate-test.sh math/test-float64-clog $? false false > /build/math/test-float64-clog.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cpow > /build/math/test-float64-cpow.out; \ ../scripts/evaluate-test.sh math/test-float64-cpow $? false false > /build/math/test-float64-cpow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-clog10 > /build/math/test-float64-clog10.out; \ ../scripts/evaluate-test.sh math/test-float64-clog10 $? false false > /build/math/test-float64-clog10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-csin > /build/math/test-float64-csin.out; \ ../scripts/evaluate-test.sh math/test-float64-csin $? false false > /build/math/test-float64-csin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-csinh > /build/math/test-float64-csinh.out; \ ../scripts/evaluate-test.sh math/test-float64-csinh $? false false > /build/math/test-float64-csinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-csqrt > /build/math/test-float64-csqrt.out; \ ../scripts/evaluate-test.sh math/test-float64-csqrt $? false false > /build/math/test-float64-csqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-ctan > /build/math/test-float64-ctan.out; \ ../scripts/evaluate-test.sh math/test-float64-ctan $? false false > /build/math/test-float64-ctan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-ctanh > /build/math/test-float64-ctanh.out; \ ../scripts/evaluate-test.sh math/test-float64-ctanh $? false false > /build/math/test-float64-ctanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-erf > /build/math/test-float64-erf.out; \ ../scripts/evaluate-test.sh math/test-float64-erf $? false false > /build/math/test-float64-erf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-erfc > /build/math/test-float64-erfc.out; \ ../scripts/evaluate-test.sh math/test-float64-erfc $? false false > /build/math/test-float64-erfc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-exp > /build/math/test-float64-exp.out; \ ../scripts/evaluate-test.sh math/test-float64-exp $? false false > /build/math/test-float64-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-exp2 > /build/math/test-float64-exp2.out; \ ../scripts/evaluate-test.sh math/test-float64-exp2 $? false false > /build/math/test-float64-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-exp10 > /build/math/test-float64-exp10.out; \ ../scripts/evaluate-test.sh math/test-float64-exp10 $? false false > /build/math/test-float64-exp10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-exp10m1 > /build/math/test-float64-exp10m1.out; \ ../scripts/evaluate-test.sh math/test-float64-exp10m1 $? false false > /build/math/test-float64-exp10m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-exp2m1 > /build/math/test-float64-exp2m1.out; \ ../scripts/evaluate-test.sh math/test-float64-exp2m1 $? false false > /build/math/test-float64-exp2m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-expm1 > /build/math/test-float64-expm1.out; \ ../scripts/evaluate-test.sh math/test-float64-expm1 $? false false > /build/math/test-float64-expm1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fma > /build/math/test-float64-fma.out; \ ../scripts/evaluate-test.sh math/test-float64-fma $? false false > /build/math/test-float64-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-hypot > /build/math/test-float64-hypot.out; \ ../scripts/evaluate-test.sh math/test-float64-hypot $? false false > /build/math/test-float64-hypot.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-j0 > /build/math/test-float64-j0.out; \ ../scripts/evaluate-test.sh math/test-float64-j0 $? false false > /build/math/test-float64-j0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-j1 > /build/math/test-float64-j1.out; \ ../scripts/evaluate-test.sh math/test-float64-j1 $? false false > /build/math/test-float64-j1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-jn > /build/math/test-float64-jn.out; \ ../scripts/evaluate-test.sh math/test-float64-jn $? false false > /build/math/test-float64-jn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-log > /build/math/test-float64-log.out; \ ../scripts/evaluate-test.sh math/test-float64-log $? false false > /build/math/test-float64-log.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-lgamma > /build/math/test-float64-lgamma.out; \ ../scripts/evaluate-test.sh math/test-float64-lgamma $? false false > /build/math/test-float64-lgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-log2 > /build/math/test-float64-log2.out; \ ../scripts/evaluate-test.sh math/test-float64-log2 $? false false > /build/math/test-float64-log2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-log10 > /build/math/test-float64-log10.out; \ ../scripts/evaluate-test.sh math/test-float64-log10 $? false false > /build/math/test-float64-log10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-log10p1 > /build/math/test-float64-log10p1.out; \ ../scripts/evaluate-test.sh math/test-float64-log10p1 $? false false > /build/math/test-float64-log10p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-log1p > /build/math/test-float64-log1p.out; \ ../scripts/evaluate-test.sh math/test-float64-log1p $? false false > /build/math/test-float64-log1p.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-log2p1 > /build/math/test-float64-log2p1.out; \ ../scripts/evaluate-test.sh math/test-float64-log2p1 $? false false > /build/math/test-float64-log2p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-sin > /build/math/test-float64-sin.out; \ ../scripts/evaluate-test.sh math/test-float64-sin $? false false > /build/math/test-float64-sin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-pow > /build/math/test-float64-pow.out; \ ../scripts/evaluate-test.sh math/test-float64-pow $? false false > /build/math/test-float64-pow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-sincos > /build/math/test-float64-sincos.out; \ ../scripts/evaluate-test.sh math/test-float64-sincos $? false false > /build/math/test-float64-sincos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-sinh > /build/math/test-float64-sinh.out; \ ../scripts/evaluate-test.sh math/test-float64-sinh $? false false > /build/math/test-float64-sinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-sqrt > /build/math/test-float64-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float64-sqrt $? false false > /build/math/test-float64-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-tanh > /build/math/test-float64-tanh.out; \ ../scripts/evaluate-test.sh math/test-float64-tanh $? false false > /build/math/test-float64-tanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-tan > /build/math/test-float64-tan.out; \ ../scripts/evaluate-test.sh math/test-float64-tan $? false false > /build/math/test-float64-tan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-y0 > /build/math/test-float64-y0.out; \ ../scripts/evaluate-test.sh math/test-float64-y0 $? false false > /build/math/test-float64-y0.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-tgamma > /build/math/test-float64-tgamma.out; \ ../scripts/evaluate-test.sh math/test-float64-tgamma $? false false > /build/math/test-float64-tgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-y1 > /build/math/test-float64-y1.out; \ ../scripts/evaluate-test.sh math/test-float64-y1 $? false false > /build/math/test-float64-y1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-yn > /build/math/test-float64-yn.out; \ ../scripts/evaluate-test.sh math/test-float64-yn $? false false > /build/math/test-float64-yn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-canonicalize > /build/math/test-float64-canonicalize.out; \ ../scripts/evaluate-test.sh math/test-float64-canonicalize $? false false > /build/math/test-float64-canonicalize.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-ceil > /build/math/test-float64-ceil.out; \ ../scripts/evaluate-test.sh math/test-float64-ceil $? false false > /build/math/test-float64-ceil.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cimag > /build/math/test-float64-cimag.out; \ ../scripts/evaluate-test.sh math/test-float64-cimag $? false false > /build/math/test-float64-cimag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-conj > /build/math/test-float64-conj.out; \ ../scripts/evaluate-test.sh math/test-float64-conj $? false false > /build/math/test-float64-conj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-copysign > /build/math/test-float64-copysign.out; \ ../scripts/evaluate-test.sh math/test-float64-copysign $? false false > /build/math/test-float64-copysign.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-cproj > /build/math/test-float64-cproj.out; \ ../scripts/evaluate-test.sh math/test-float64-cproj $? false false > /build/math/test-float64-cproj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-creal > /build/math/test-float64-creal.out; \ ../scripts/evaluate-test.sh math/test-float64-creal $? false false > /build/math/test-float64-creal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fabs > /build/math/test-float64-fabs.out; \ ../scripts/evaluate-test.sh math/test-float64-fabs $? false false > /build/math/test-float64-fabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fdim > /build/math/test-float64-fdim.out; \ ../scripts/evaluate-test.sh math/test-float64-fdim $? false false > /build/math/test-float64-fdim.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-floor > /build/math/test-float64-floor.out; \ ../scripts/evaluate-test.sh math/test-float64-floor $? false false > /build/math/test-float64-floor.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fmax > /build/math/test-float64-fmax.out; \ ../scripts/evaluate-test.sh math/test-float64-fmax $? false false > /build/math/test-float64-fmax.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fmaximum > /build/math/test-float64-fmaximum.out; \ ../scripts/evaluate-test.sh math/test-float64-fmaximum $? false false > /build/math/test-float64-fmaximum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fmaximum_mag > /build/math/test-float64-fmaximum_mag.out; \ ../scripts/evaluate-test.sh math/test-float64-fmaximum_mag $? false false > /build/math/test-float64-fmaximum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fmaximum_mag_num > /build/math/test-float64-fmaximum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float64-fmaximum_mag_num $? false false > /build/math/test-float64-fmaximum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fmaximum_num > /build/math/test-float64-fmaximum_num.out; \ ../scripts/evaluate-test.sh math/test-float64-fmaximum_num $? false false > /build/math/test-float64-fmaximum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fmin > /build/math/test-float64-fmin.out; \ ../scripts/evaluate-test.sh math/test-float64-fmin $? false false > /build/math/test-float64-fmin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fmaxmag > /build/math/test-float64-fmaxmag.out; \ ../scripts/evaluate-test.sh math/test-float64-fmaxmag $? false false > /build/math/test-float64-fmaxmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fminimum > /build/math/test-float64-fminimum.out; \ ../scripts/evaluate-test.sh math/test-float64-fminimum $? false false > /build/math/test-float64-fminimum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fminimum_mag > /build/math/test-float64-fminimum_mag.out; \ ../scripts/evaluate-test.sh math/test-float64-fminimum_mag $? false false > /build/math/test-float64-fminimum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fminimum_mag_num > /build/math/test-float64-fminimum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-float64-fminimum_mag_num $? false false > /build/math/test-float64-fminimum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fminimum_num > /build/math/test-float64-fminimum_num.out; \ ../scripts/evaluate-test.sh math/test-float64-fminimum_num $? false false > /build/math/test-float64-fminimum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fminmag > /build/math/test-float64-fminmag.out; \ ../scripts/evaluate-test.sh math/test-float64-fminmag $? false false > /build/math/test-float64-fminmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fmod > /build/math/test-float64-fmod.out; \ ../scripts/evaluate-test.sh math/test-float64-fmod $? false false > /build/math/test-float64-fmod.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fpclassify > /build/math/test-float64-fpclassify.out; \ ../scripts/evaluate-test.sh math/test-float64-fpclassify $? false false > /build/math/test-float64-fpclassify.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-frexp > /build/math/test-float64-frexp.out; \ ../scripts/evaluate-test.sh math/test-float64-frexp $? false false > /build/math/test-float64-frexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-getpayload > /build/math/test-float64-getpayload.out; \ ../scripts/evaluate-test.sh math/test-float64-getpayload $? false false > /build/math/test-float64-getpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-iscanonical > /build/math/test-float64-iscanonical.out; \ ../scripts/evaluate-test.sh math/test-float64-iscanonical $? false false > /build/math/test-float64-iscanonical.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-ilogb > /build/math/test-float64-ilogb.out; \ ../scripts/evaluate-test.sh math/test-float64-ilogb $? false false > /build/math/test-float64-ilogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-isfinite > /build/math/test-float64-isfinite.out; \ ../scripts/evaluate-test.sh math/test-float64-isfinite $? false false > /build/math/test-float64-isfinite.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fromfp > /build/math/test-float64-fromfp.out; \ ../scripts/evaluate-test.sh math/test-float64-fromfp $? false false > /build/math/test-float64-fromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-isgreater > /build/math/test-float64-isgreater.out; \ ../scripts/evaluate-test.sh math/test-float64-isgreater $? false false > /build/math/test-float64-isgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-iseqsig > /build/math/test-float64-iseqsig.out; \ ../scripts/evaluate-test.sh math/test-float64-iseqsig $? false false > /build/math/test-float64-iseqsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-isgreaterequal > /build/math/test-float64-isgreaterequal.out; \ ../scripts/evaluate-test.sh math/test-float64-isgreaterequal $? false false > /build/math/test-float64-isgreaterequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-fromfpx > /build/math/test-float64-fromfpx.out; \ ../scripts/evaluate-test.sh math/test-float64-fromfpx $? false false > /build/math/test-float64-fromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-isinf > /build/math/test-float64-isinf.out; \ ../scripts/evaluate-test.sh math/test-float64-isinf $? false false > /build/math/test-float64-isinf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-isless > /build/math/test-float64-isless.out; \ ../scripts/evaluate-test.sh math/test-float64-isless $? false false > /build/math/test-float64-isless.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-islessgreater > /build/math/test-float64-islessgreater.out; \ ../scripts/evaluate-test.sh math/test-float64-islessgreater $? false false > /build/math/test-float64-islessgreater.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-islessequal > /build/math/test-float64-islessequal.out; \ ../scripts/evaluate-test.sh math/test-float64-islessequal $? false false > /build/math/test-float64-islessequal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-isnan > /build/math/test-float64-isnan.out; \ ../scripts/evaluate-test.sh math/test-float64-isnan $? false false > /build/math/test-float64-isnan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-isnormal > /build/math/test-float64-isnormal.out; \ ../scripts/evaluate-test.sh math/test-float64-isnormal $? false false > /build/math/test-float64-isnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-issignaling > /build/math/test-float64-issignaling.out; \ ../scripts/evaluate-test.sh math/test-float64-issignaling $? false false > /build/math/test-float64-issignaling.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-isunordered > /build/math/test-float64-isunordered.out; \ ../scripts/evaluate-test.sh math/test-float64-isunordered $? false false > /build/math/test-float64-isunordered.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-issubnormal > /build/math/test-float64-issubnormal.out; \ ../scripts/evaluate-test.sh math/test-float64-issubnormal $? false false > /build/math/test-float64-issubnormal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-iszero > /build/math/test-float64-iszero.out; \ ../scripts/evaluate-test.sh math/test-float64-iszero $? false false > /build/math/test-float64-iszero.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-llogb > /build/math/test-float64-llogb.out; \ ../scripts/evaluate-test.sh math/test-float64-llogb $? false false > /build/math/test-float64-llogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-llrint > /build/math/test-float64-llrint.out; \ ../scripts/evaluate-test.sh math/test-float64-llrint $? false false > /build/math/test-float64-llrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-llround > /build/math/test-float64-llround.out; \ ../scripts/evaluate-test.sh math/test-float64-llround $? false false > /build/math/test-float64-llround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-logb > /build/math/test-float64-logb.out; \ ../scripts/evaluate-test.sh math/test-float64-logb $? false false > /build/math/test-float64-logb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-lrint > /build/math/test-float64-lrint.out; \ ../scripts/evaluate-test.sh math/test-float64-lrint $? false false > /build/math/test-float64-lrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-lround > /build/math/test-float64-lround.out; \ ../scripts/evaluate-test.sh math/test-float64-lround $? false false > /build/math/test-float64-lround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-modf > /build/math/test-float64-modf.out; \ ../scripts/evaluate-test.sh math/test-float64-modf $? false false > /build/math/test-float64-modf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-nearbyint > /build/math/test-float64-nearbyint.out; \ ../scripts/evaluate-test.sh math/test-float64-nearbyint $? false false > /build/math/test-float64-nearbyint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-nextafter > /build/math/test-float64-nextafter.out; \ ../scripts/evaluate-test.sh math/test-float64-nextafter $? false false > /build/math/test-float64-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-nexttoward > /build/math/test-float64-nexttoward.out; \ ../scripts/evaluate-test.sh math/test-float64-nexttoward $? false false > /build/math/test-float64-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-nextdown > /build/math/test-float64-nextdown.out; \ ../scripts/evaluate-test.sh math/test-float64-nextdown $? false false > /build/math/test-float64-nextdown.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-nextup > /build/math/test-float64-nextup.out; \ ../scripts/evaluate-test.sh math/test-float64-nextup $? false false > /build/math/test-float64-nextup.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-remainder > /build/math/test-float64-remainder.out; \ ../scripts/evaluate-test.sh math/test-float64-remainder $? false false > /build/math/test-float64-remainder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-remquo > /build/math/test-float64-remquo.out; \ ../scripts/evaluate-test.sh math/test-float64-remquo $? false false > /build/math/test-float64-remquo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-rint > /build/math/test-float64-rint.out; \ ../scripts/evaluate-test.sh math/test-float64-rint $? false false > /build/math/test-float64-rint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-round > /build/math/test-float64-round.out; \ ../scripts/evaluate-test.sh math/test-float64-round $? false false > /build/math/test-float64-round.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-roundeven > /build/math/test-float64-roundeven.out; \ ../scripts/evaluate-test.sh math/test-float64-roundeven $? false false > /build/math/test-float64-roundeven.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-scalb > /build/math/test-float64-scalb.out; \ ../scripts/evaluate-test.sh math/test-float64-scalb $? false false > /build/math/test-float64-scalb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-scalbln > /build/math/test-float64-scalbln.out; \ ../scripts/evaluate-test.sh math/test-float64-scalbln $? false false > /build/math/test-float64-scalbln.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-scalbn > /build/math/test-float64-scalbn.out; \ ../scripts/evaluate-test.sh math/test-float64-scalbn $? false false > /build/math/test-float64-scalbn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-setpayloadsig > /build/math/test-float64-setpayloadsig.out; \ ../scripts/evaluate-test.sh math/test-float64-setpayloadsig $? false false > /build/math/test-float64-setpayloadsig.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-setpayload > /build/math/test-float64-setpayload.out; \ ../scripts/evaluate-test.sh math/test-float64-setpayload $? false false > /build/math/test-float64-setpayload.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-signbit > /build/math/test-float64-signbit.out; \ ../scripts/evaluate-test.sh math/test-float64-signbit $? false false > /build/math/test-float64-signbit.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-significand > /build/math/test-float64-significand.out; \ ../scripts/evaluate-test.sh math/test-float64-significand $? false false > /build/math/test-float64-significand.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-totalorder > /build/math/test-float64-totalorder.out; \ ../scripts/evaluate-test.sh math/test-float64-totalorder $? false false > /build/math/test-float64-totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-totalordermag > /build/math/test-float64-totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float64-totalordermag $? false false > /build/math/test-float64-totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-compat_totalorder > /build/math/test-float64-compat_totalorder.out; \ ../scripts/evaluate-test.sh math/test-float64-compat_totalorder $? false false > /build/math/test-float64-compat_totalorder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-trunc > /build/math/test-float64-trunc.out; \ ../scripts/evaluate-test.sh math/test-float64-trunc $? false false > /build/math/test-float64-trunc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-compat_totalordermag > /build/math/test-float64-compat_totalordermag.out; \ ../scripts/evaluate-test.sh math/test-float64-compat_totalordermag $? false false > /build/math/test-float64-compat_totalordermag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-ufromfp > /build/math/test-float64-ufromfp.out; \ ../scripts/evaluate-test.sh math/test-float64-ufromfp $? false false > /build/math/test-float64-ufromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float128-sqrt > /build/math/test-float32-float128-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float32-float128-sqrt $? false false > /build/math/test-float32-float128-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-ufromfpx > /build/math/test-float64-ufromfpx.out; \ ../scripts/evaluate-test.sh math/test-float64-ufromfpx $? false false > /build/math/test-float64-ufromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float128-add > /build/math/test-float32-float128-add.out; \ ../scripts/evaluate-test.sh math/test-float32-float128-add $? false false > /build/math/test-float32-float128-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float128-div > /build/math/test-float32-float128-div.out; \ ../scripts/evaluate-test.sh math/test-float32-float128-div $? false false > /build/math/test-float32-float128-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float128-mul > /build/math/test-float32-float128-mul.out; \ ../scripts/evaluate-test.sh math/test-float32-float128-mul $? false false > /build/math/test-float32-float128-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64x-add > /build/math/test-float32-float64x-add.out; \ ../scripts/evaluate-test.sh math/test-float32-float64x-add $? false false > /build/math/test-float32-float64x-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float128-fma > /build/math/test-float32-float128-fma.out; \ ../scripts/evaluate-test.sh math/test-float32-float128-fma $? false false > /build/math/test-float32-float128-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64x-div > /build/math/test-float32-float64x-div.out; \ ../scripts/evaluate-test.sh math/test-float32-float64x-div $? false false > /build/math/test-float32-float64x-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float128-sub > /build/math/test-float32-float128-sub.out; \ ../scripts/evaluate-test.sh math/test-float32-float128-sub $? false false > /build/math/test-float32-float128-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64x-sqrt > /build/math/test-float32-float64x-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float32-float64x-sqrt $? false false > /build/math/test-float32-float64x-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64x-fma > /build/math/test-float32-float64x-fma.out; \ ../scripts/evaluate-test.sh math/test-float32-float64x-fma $? false false > /build/math/test-float32-float64x-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64x-mul > /build/math/test-float32-float64x-mul.out; \ ../scripts/evaluate-test.sh math/test-float32-float64x-mul $? false false > /build/math/test-float32-float64x-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64x-sub > /build/math/test-float32-float64x-sub.out; \ ../scripts/evaluate-test.sh math/test-float32-float64x-sub $? false false > /build/math/test-float32-float64x-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float128-add > /build/math/test-float32x-float128-add.out; \ ../scripts/evaluate-test.sh math/test-float32x-float128-add $? false false > /build/math/test-float32x-float128-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float128-div > /build/math/test-float32x-float128-div.out; \ ../scripts/evaluate-test.sh math/test-float32x-float128-div $? false false > /build/math/test-float32x-float128-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float128-sqrt > /build/math/test-float32x-float128-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float32x-float128-sqrt $? false false > /build/math/test-float32x-float128-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float128-mul > /build/math/test-float32x-float128-mul.out; \ ../scripts/evaluate-test.sh math/test-float32x-float128-mul $? false false > /build/math/test-float32x-float128-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float128-sub > /build/math/test-float32x-float128-sub.out; \ ../scripts/evaluate-test.sh math/test-float32x-float128-sub $? false false > /build/math/test-float32x-float128-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64x-div > /build/math/test-float32x-float64x-div.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64x-div $? false false > /build/math/test-float32x-float64x-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float128-fma > /build/math/test-float32x-float128-fma.out; \ ../scripts/evaluate-test.sh math/test-float32x-float128-fma $? false false > /build/math/test-float32x-float128-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64x-add > /build/math/test-float32x-float64x-add.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64x-add $? false false > /build/math/test-float32x-float64x-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64x-mul > /build/math/test-float32x-float64x-mul.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64x-mul $? false false > /build/math/test-float32x-float64x-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64x-fma > /build/math/test-float32x-float64x-fma.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64x-fma $? false false > /build/math/test-float32x-float64x-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64x-sqrt > /build/math/test-float32x-float64x-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64x-sqrt $? false false > /build/math/test-float32x-float64x-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64x-sub > /build/math/test-float32x-float64x-sub.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64x-sub $? false false > /build/math/test-float32x-float64x-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float128-add > /build/math/test-float64-float128-add.out; \ ../scripts/evaluate-test.sh math/test-float64-float128-add $? false false > /build/math/test-float64-float128-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float128-sqrt > /build/math/test-float64-float128-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float64-float128-sqrt $? false false > /build/math/test-float64-float128-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float128-div > /build/math/test-float64-float128-div.out; \ ../scripts/evaluate-test.sh math/test-float64-float128-div $? false false > /build/math/test-float64-float128-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float128-mul > /build/math/test-float64-float128-mul.out; \ ../scripts/evaluate-test.sh math/test-float64-float128-mul $? false false > /build/math/test-float64-float128-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float128-fma > /build/math/test-float64-float128-fma.out; \ ../scripts/evaluate-test.sh math/test-float64-float128-fma $? false false > /build/math/test-float64-float128-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float128-sub > /build/math/test-float64-float128-sub.out; \ ../scripts/evaluate-test.sh math/test-float64-float128-sub $? false false > /build/math/test-float64-float128-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float64x-add > /build/math/test-float64-float64x-add.out; \ ../scripts/evaluate-test.sh math/test-float64-float64x-add $? false false > /build/math/test-float64-float64x-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float64x-div > /build/math/test-float64-float64x-div.out; \ ../scripts/evaluate-test.sh math/test-float64-float64x-div $? false false > /build/math/test-float64-float64x-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float64x-fma > /build/math/test-float64-float64x-fma.out; \ ../scripts/evaluate-test.sh math/test-float64-float64x-fma $? false false > /build/math/test-float64-float64x-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float64x-sqrt > /build/math/test-float64-float64x-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float64-float64x-sqrt $? false false > /build/math/test-float64-float64x-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float64x-mul > /build/math/test-float64-float64x-mul.out; \ ../scripts/evaluate-test.sh math/test-float64-float64x-mul $? false false > /build/math/test-float64-float64x-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64-float64x-sub > /build/math/test-float64-float64x-sub.out; \ ../scripts/evaluate-test.sh math/test-float64-float64x-sub $? false false > /build/math/test-float64-float64x-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-float128-add > /build/math/test-float64x-float128-add.out; \ ../scripts/evaluate-test.sh math/test-float64x-float128-add $? false false > /build/math/test-float64x-float128-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-float128-sqrt > /build/math/test-float64x-float128-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float64x-float128-sqrt $? false false > /build/math/test-float64x-float128-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-float128-div > /build/math/test-float64x-float128-div.out; \ ../scripts/evaluate-test.sh math/test-float64x-float128-div $? false false > /build/math/test-float64x-float128-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-float128-mul > /build/math/test-float64x-float128-mul.out; \ ../scripts/evaluate-test.sh math/test-float64x-float128-mul $? false false > /build/math/test-float64x-float128-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ldouble-add > /build/math/test-double-ldouble-add.out; \ ../scripts/evaluate-test.sh math/test-double-ldouble-add $? false false > /build/math/test-double-ldouble-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-float128-fma > /build/math/test-float64x-float128-fma.out; \ ../scripts/evaluate-test.sh math/test-float64x-float128-fma $? false false > /build/math/test-float64x-float128-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ldouble-div > /build/math/test-double-ldouble-div.out; \ ../scripts/evaluate-test.sh math/test-double-ldouble-div $? false false > /build/math/test-double-ldouble-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float64x-float128-sub > /build/math/test-float64x-float128-sub.out; \ ../scripts/evaluate-test.sh math/test-float64x-float128-sub $? false false > /build/math/test-float64x-float128-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ldouble-mul > /build/math/test-double-ldouble-mul.out; \ ../scripts/evaluate-test.sh math/test-double-ldouble-mul $? false false > /build/math/test-double-ldouble-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ldouble-sqrt > /build/math/test-double-ldouble-sqrt.out; \ ../scripts/evaluate-test.sh math/test-double-ldouble-sqrt $? false false > /build/math/test-double-ldouble-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ldouble-fma > /build/math/test-double-ldouble-fma.out; \ ../scripts/evaluate-test.sh math/test-double-ldouble-fma $? false false > /build/math/test-double-ldouble-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-double-add > /build/math/test-float-double-add.out; \ ../scripts/evaluate-test.sh math/test-float-double-add $? false false > /build/math/test-float-double-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-double-ldouble-sub > /build/math/test-double-ldouble-sub.out; \ ../scripts/evaluate-test.sh math/test-double-ldouble-sub $? false false > /build/math/test-double-ldouble-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-double-div > /build/math/test-float-double-div.out; \ ../scripts/evaluate-test.sh math/test-float-double-div $? false false > /build/math/test-float-double-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-double-fma > /build/math/test-float-double-fma.out; \ ../scripts/evaluate-test.sh math/test-float-double-fma $? false false > /build/math/test-float-double-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-double-mul > /build/math/test-float-double-mul.out; \ ../scripts/evaluate-test.sh math/test-float-double-mul $? false false > /build/math/test-float-double-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-double-sqrt > /build/math/test-float-double-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float-double-sqrt $? false false > /build/math/test-float-double-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-double-sub > /build/math/test-float-double-sub.out; \ ../scripts/evaluate-test.sh math/test-float-double-sub $? false false > /build/math/test-float-double-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ldouble-add > /build/math/test-float-ldouble-add.out; \ ../scripts/evaluate-test.sh math/test-float-ldouble-add $? false false > /build/math/test-float-ldouble-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ldouble-sqrt > /build/math/test-float-ldouble-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float-ldouble-sqrt $? false false > /build/math/test-float-ldouble-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ldouble-fma > /build/math/test-float-ldouble-fma.out; \ ../scripts/evaluate-test.sh math/test-float-ldouble-fma $? false false > /build/math/test-float-ldouble-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ldouble-div > /build/math/test-float-ldouble-div.out; \ ../scripts/evaluate-test.sh math/test-float-ldouble-div $? false false > /build/math/test-float-ldouble-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ldouble-sub > /build/math/test-float-ldouble-sub.out; \ ../scripts/evaluate-test.sh math/test-float-ldouble-sub $? false false > /build/math/test-float-ldouble-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float32x-add > /build/math/test-float32-float32x-add.out; \ ../scripts/evaluate-test.sh math/test-float32-float32x-add $? false false > /build/math/test-float32-float32x-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float-ldouble-mul > /build/math/test-float-ldouble-mul.out; \ ../scripts/evaluate-test.sh math/test-float-ldouble-mul $? false false > /build/math/test-float-ldouble-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float32x-div > /build/math/test-float32-float32x-div.out; \ ../scripts/evaluate-test.sh math/test-float32-float32x-div $? false false > /build/math/test-float32-float32x-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float32x-sqrt > /build/math/test-float32-float32x-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float32-float32x-sqrt $? false false > /build/math/test-float32-float32x-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float32x-mul > /build/math/test-float32-float32x-mul.out; \ ../scripts/evaluate-test.sh math/test-float32-float32x-mul $? false false > /build/math/test-float32-float32x-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float32x-fma > /build/math/test-float32-float32x-fma.out; \ ../scripts/evaluate-test.sh math/test-float32-float32x-fma $? false false > /build/math/test-float32-float32x-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float32x-sub > /build/math/test-float32-float32x-sub.out; \ ../scripts/evaluate-test.sh math/test-float32-float32x-sub $? false false > /build/math/test-float32-float32x-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64-add > /build/math/test-float32-float64-add.out; \ ../scripts/evaluate-test.sh math/test-float32-float64-add $? false false > /build/math/test-float32-float64-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64-div > /build/math/test-float32-float64-div.out; \ ../scripts/evaluate-test.sh math/test-float32-float64-div $? false false > /build/math/test-float32-float64-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64-mul > /build/math/test-float32-float64-mul.out; \ ../scripts/evaluate-test.sh math/test-float32-float64-mul $? false false > /build/math/test-float32-float64-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64-sqrt > /build/math/test-float32-float64-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float32-float64-sqrt $? false false > /build/math/test-float32-float64-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64-fma > /build/math/test-float32-float64-fma.out; \ ../scripts/evaluate-test.sh math/test-float32-float64-fma $? false false > /build/math/test-float32-float64-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32-float64-sub > /build/math/test-float32-float64-sub.out; \ ../scripts/evaluate-test.sh math/test-float32-float64-sub $? false false > /build/math/test-float32-float64-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64-add > /build/math/test-float32x-float64-add.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64-add $? false false > /build/math/test-float32x-float64-add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64-fma > /build/math/test-float32x-float64-fma.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64-fma $? false false > /build/math/test-float32x-float64-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64-div > /build/math/test-float32x-float64-div.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64-div $? false false > /build/math/test-float32x-float64-div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64-sub > /build/math/test-float32x-float64-sub.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64-sub $? false false > /build/math/test-float32x-float64-sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64-mul > /build/math/test-float32x-float64-mul.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64-mul $? false false > /build/math/test-float32x-float64-mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-float32x-float64-sqrt > /build/math/test-float32x-float64-sqrt.out; \ ../scripts/evaluate-test.sh math/test-float32x-float64-sqrt $? false false > /build/math/test-float32x-float64-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-dadd > /build/math/test-tgmath3-dadd.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-dadd $? false false > /build/math/test-tgmath3-dadd.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-ddiv > /build/math/test-tgmath3-ddiv.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-ddiv $? false false > /build/math/test-tgmath3-ddiv.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-dmul > /build/math/test-tgmath3-dmul.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-dmul $? false false > /build/math/test-tgmath3-dmul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-dsqrt > /build/math/test-tgmath3-dsqrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-dsqrt $? false false > /build/math/test-tgmath3-dsqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-dsub > /build/math/test-tgmath3-dsub.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-dsub $? false false > /build/math/test-tgmath3-dsub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fadd > /build/math/test-tgmath3-fadd.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fadd $? false false > /build/math/test-tgmath3-fadd.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fdiv > /build/math/test-tgmath3-fdiv.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fdiv $? false false > /build/math/test-tgmath3-fdiv.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fsqrt > /build/math/test-tgmath3-fsqrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fsqrt $? false false > /build/math/test-tgmath3-fsqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fmul > /build/math/test-tgmath3-fmul.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fmul $? false false > /build/math/test-tgmath3-fmul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fsub > /build/math/test-tgmath3-fsub.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fsub $? false false > /build/math/test-tgmath3-fsub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f16add > /build/math/test-tgmath3-f16add.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f16add $? false false > /build/math/test-tgmath3-f16add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f16div > /build/math/test-tgmath3-f16div.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f16div $? false false > /build/math/test-tgmath3-f16div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f16fma > /build/math/test-tgmath3-f16fma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f16fma $? false false > /build/math/test-tgmath3-f16fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f16mul > /build/math/test-tgmath3-f16mul.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f16mul $? false false > /build/math/test-tgmath3-f16mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f16sqrt > /build/math/test-tgmath3-f16sqrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f16sqrt $? false false > /build/math/test-tgmath3-f16sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f16sub > /build/math/test-tgmath3-f16sub.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f16sub $? false false > /build/math/test-tgmath3-f16sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32add > /build/math/test-tgmath3-f32add.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32add $? false false > /build/math/test-tgmath3-f32add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32div > /build/math/test-tgmath3-f32div.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32div $? false false > /build/math/test-tgmath3-f32div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32mul > /build/math/test-tgmath3-f32mul.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32mul $? false false > /build/math/test-tgmath3-f32mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32sub > /build/math/test-tgmath3-f32sub.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32sub $? false false > /build/math/test-tgmath3-f32sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32sqrt > /build/math/test-tgmath3-f32sqrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32sqrt $? false false > /build/math/test-tgmath3-f32sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f128add > /build/math/test-tgmath3-f128add.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f128add $? false false > /build/math/test-tgmath3-f128add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f128fma > /build/math/test-tgmath3-f128fma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f128fma $? false false > /build/math/test-tgmath3-f128fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f128div > /build/math/test-tgmath3-f128div.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f128div $? false false > /build/math/test-tgmath3-f128div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f128mul > /build/math/test-tgmath3-f128mul.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f128mul $? false false > /build/math/test-tgmath3-f128mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f128sqrt > /build/math/test-tgmath3-f128sqrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f128sqrt $? false false > /build/math/test-tgmath3-f128sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f128sub > /build/math/test-tgmath3-f128sub.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f128sub $? false false > /build/math/test-tgmath3-f128sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32xadd > /build/math/test-tgmath3-f32xadd.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32xadd $? false false > /build/math/test-tgmath3-f32xadd.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32xdiv > /build/math/test-tgmath3-f32xdiv.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32xdiv $? false false > /build/math/test-tgmath3-f32xdiv.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32xmul > /build/math/test-tgmath3-f32xmul.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32xmul $? false false > /build/math/test-tgmath3-f32xmul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32xsqrt > /build/math/test-tgmath3-f32xsqrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32xsqrt $? false false > /build/math/test-tgmath3-f32xsqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32xsub > /build/math/test-tgmath3-f32xsub.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32xsub $? false false > /build/math/test-tgmath3-f32xsub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64div > /build/math/test-tgmath3-f64div.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64div $? false false > /build/math/test-tgmath3-f64div.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64add > /build/math/test-tgmath3-f64add.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64add $? false false > /build/math/test-tgmath3-f64add.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64mul > /build/math/test-tgmath3-f64mul.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64mul $? false false > /build/math/test-tgmath3-f64mul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64sqrt > /build/math/test-tgmath3-f64sqrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64sqrt $? false false > /build/math/test-tgmath3-f64sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64xadd > /build/math/test-tgmath3-f64xadd.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64xadd $? false false > /build/math/test-tgmath3-f64xadd.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64xdiv > /build/math/test-tgmath3-f64xdiv.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64xdiv $? false false > /build/math/test-tgmath3-f64xdiv.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64sub > /build/math/test-tgmath3-f64sub.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64sub $? false false > /build/math/test-tgmath3-f64sub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64xmul > /build/math/test-tgmath3-f64xmul.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64xmul $? false false > /build/math/test-tgmath3-f64xmul.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64xsub > /build/math/test-tgmath3-f64xsub.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64xsub $? false false > /build/math/test-tgmath3-f64xsub.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64xsqrt > /build/math/test-tgmath3-f64xsqrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64xsqrt $? false false > /build/math/test-tgmath3-f64xsqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-acos > /build/math/test-tgmath3-acos.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-acos $? false false > /build/math/test-tgmath3-acos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-asin > /build/math/test-tgmath3-asin.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-asin $? false false > /build/math/test-tgmath3-asin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-acosh > /build/math/test-tgmath3-acosh.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-acosh $? false false > /build/math/test-tgmath3-acosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-asinh > /build/math/test-tgmath3-asinh.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-asinh $? false false > /build/math/test-tgmath3-asinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-atan > /build/math/test-tgmath3-atan.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-atan $? false false > /build/math/test-tgmath3-atan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-atan2 > /build/math/test-tgmath3-atan2.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-atan2 $? false false > /build/math/test-tgmath3-atan2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-atanh > /build/math/test-tgmath3-atanh.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-atanh $? false false > /build/math/test-tgmath3-atanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-carg > /build/math/test-tgmath3-carg.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-carg $? false false > /build/math/test-tgmath3-carg.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-cbrt > /build/math/test-tgmath3-cbrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-cbrt $? false false > /build/math/test-tgmath3-cbrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-ceil > /build/math/test-tgmath3-ceil.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-ceil $? false false > /build/math/test-tgmath3-ceil.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-conj > /build/math/test-tgmath3-conj.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-conj $? false false > /build/math/test-tgmath3-conj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-cimag > /build/math/test-tgmath3-cimag.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-cimag $? false false > /build/math/test-tgmath3-cimag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-copysign > /build/math/test-tgmath3-copysign.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-copysign $? false false > /build/math/test-tgmath3-copysign.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-cos > /build/math/test-tgmath3-cos.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-cos $? false false > /build/math/test-tgmath3-cos.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-cosh > /build/math/test-tgmath3-cosh.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-cosh $? false false > /build/math/test-tgmath3-cosh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-cproj > /build/math/test-tgmath3-cproj.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-cproj $? false false > /build/math/test-tgmath3-cproj.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-creal > /build/math/test-tgmath3-creal.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-creal $? false false > /build/math/test-tgmath3-creal.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-erf > /build/math/test-tgmath3-erf.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-erf $? false false > /build/math/test-tgmath3-erf.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-erfc > /build/math/test-tgmath3-erfc.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-erfc $? false false > /build/math/test-tgmath3-erfc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-exp > /build/math/test-tgmath3-exp.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-exp $? false false > /build/math/test-tgmath3-exp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-exp10m1 > /build/math/test-tgmath3-exp10m1.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-exp10m1 $? false false > /build/math/test-tgmath3-exp10m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-exp2 > /build/math/test-tgmath3-exp2.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-exp2 $? false false > /build/math/test-tgmath3-exp2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-exp2m1 > /build/math/test-tgmath3-exp2m1.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-exp2m1 $? false false > /build/math/test-tgmath3-exp2m1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-exp10 > /build/math/test-tgmath3-exp10.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-exp10 $? false false > /build/math/test-tgmath3-exp10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-expm1 > /build/math/test-tgmath3-expm1.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-expm1 $? false false > /build/math/test-tgmath3-expm1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fdim > /build/math/test-tgmath3-fdim.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fdim $? false false > /build/math/test-tgmath3-fdim.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fabs > /build/math/test-tgmath3-fabs.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fabs $? false false > /build/math/test-tgmath3-fabs.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-floor > /build/math/test-tgmath3-floor.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-floor $? false false > /build/math/test-tgmath3-floor.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fmax > /build/math/test-tgmath3-fmax.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fmax $? false false > /build/math/test-tgmath3-fmax.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fmaximum_mag > /build/math/test-tgmath3-fmaximum_mag.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fmaximum_mag $? false false > /build/math/test-tgmath3-fmaximum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fmaximum > /build/math/test-tgmath3-fmaximum.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fmaximum $? false false > /build/math/test-tgmath3-fmaximum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fmaximum_num > /build/math/test-tgmath3-fmaximum_num.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fmaximum_num $? false false > /build/math/test-tgmath3-fmaximum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fmaximum_mag_num > /build/math/test-tgmath3-fmaximum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fmaximum_mag_num $? false false > /build/math/test-tgmath3-fmaximum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fmaxmag > /build/math/test-tgmath3-fmaxmag.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fmaxmag $? false false > /build/math/test-tgmath3-fmaxmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fmin > /build/math/test-tgmath3-fmin.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fmin $? false false > /build/math/test-tgmath3-fmin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fminimum > /build/math/test-tgmath3-fminimum.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fminimum $? false false > /build/math/test-tgmath3-fminimum.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fminimum_mag > /build/math/test-tgmath3-fminimum_mag.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fminimum_mag $? false false > /build/math/test-tgmath3-fminimum_mag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fminimum_num > /build/math/test-tgmath3-fminimum_num.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fminimum_num $? false false > /build/math/test-tgmath3-fminimum_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fminimum_mag_num > /build/math/test-tgmath3-fminimum_mag_num.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fminimum_mag_num $? false false > /build/math/test-tgmath3-fminimum_mag_num.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fminmag > /build/math/test-tgmath3-fminmag.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fminmag $? false false > /build/math/test-tgmath3-fminmag.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fmod > /build/math/test-tgmath3-fmod.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fmod $? false false > /build/math/test-tgmath3-fmod.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-frexp > /build/math/test-tgmath3-frexp.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-frexp $? false false > /build/math/test-tgmath3-frexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fromfp > /build/math/test-tgmath3-fromfp.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fromfp $? false false > /build/math/test-tgmath3-fromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fromfpx > /build/math/test-tgmath3-fromfpx.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fromfpx $? false false > /build/math/test-tgmath3-fromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-hypot > /build/math/test-tgmath3-hypot.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-hypot $? false false > /build/math/test-tgmath3-hypot.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-ilogb > /build/math/test-tgmath3-ilogb.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-ilogb $? false false > /build/math/test-tgmath3-ilogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-ldexp > /build/math/test-tgmath3-ldexp.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-ldexp $? false false > /build/math/test-tgmath3-ldexp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-llogb > /build/math/test-tgmath3-llogb.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-llogb $? false false > /build/math/test-tgmath3-llogb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-lgamma > /build/math/test-tgmath3-lgamma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-lgamma $? false false > /build/math/test-tgmath3-lgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-llrint > /build/math/test-tgmath3-llrint.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-llrint $? false false > /build/math/test-tgmath3-llrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-llround > /build/math/test-tgmath3-llround.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-llround $? false false > /build/math/test-tgmath3-llround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-log > /build/math/test-tgmath3-log.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-log $? false false > /build/math/test-tgmath3-log.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-log10p1 > /build/math/test-tgmath3-log10p1.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-log10p1 $? false false > /build/math/test-tgmath3-log10p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-log10 > /build/math/test-tgmath3-log10.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-log10 $? false false > /build/math/test-tgmath3-log10.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-log1p > /build/math/test-tgmath3-log1p.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-log1p $? false false > /build/math/test-tgmath3-log1p.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-log2 > /build/math/test-tgmath3-log2.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-log2 $? false false > /build/math/test-tgmath3-log2.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-logb > /build/math/test-tgmath3-logb.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-logb $? false false > /build/math/test-tgmath3-logb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-log2p1 > /build/math/test-tgmath3-log2p1.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-log2p1 $? false false > /build/math/test-tgmath3-log2p1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-logp1 > /build/math/test-tgmath3-logp1.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-logp1 $? false false > /build/math/test-tgmath3-logp1.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-lrint > /build/math/test-tgmath3-lrint.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-lrint $? false false > /build/math/test-tgmath3-lrint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-lround > /build/math/test-tgmath3-lround.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-lround $? false false > /build/math/test-tgmath3-lround.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-nearbyint > /build/math/test-tgmath3-nearbyint.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-nearbyint $? false false > /build/math/test-tgmath3-nearbyint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-nextafter > /build/math/test-tgmath3-nextafter.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-nextafter $? false false > /build/math/test-tgmath3-nextafter.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-nextdown > /build/math/test-tgmath3-nextdown.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-nextdown $? false false > /build/math/test-tgmath3-nextdown.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-nexttoward > /build/math/test-tgmath3-nexttoward.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-nexttoward $? false false > /build/math/test-tgmath3-nexttoward.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-nextup > /build/math/test-tgmath3-nextup.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-nextup $? false false > /build/math/test-tgmath3-nextup.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-pow > /build/math/test-tgmath3-pow.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-pow $? false false > /build/math/test-tgmath3-pow.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-remquo > /build/math/test-tgmath3-remquo.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-remquo $? false false > /build/math/test-tgmath3-remquo.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-remainder > /build/math/test-tgmath3-remainder.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-remainder $? false false > /build/math/test-tgmath3-remainder.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-rint > /build/math/test-tgmath3-rint.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-rint $? false false > /build/math/test-tgmath3-rint.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-round > /build/math/test-tgmath3-round.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-round $? false false > /build/math/test-tgmath3-round.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-roundeven > /build/math/test-tgmath3-roundeven.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-roundeven $? false false > /build/math/test-tgmath3-roundeven.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-scalb > /build/math/test-tgmath3-scalb.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-scalb $? false false > /build/math/test-tgmath3-scalb.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-scalbln > /build/math/test-tgmath3-scalbln.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-scalbln $? false false > /build/math/test-tgmath3-scalbln.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-scalbn > /build/math/test-tgmath3-scalbn.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-scalbn $? false false > /build/math/test-tgmath3-scalbn.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-sin > /build/math/test-tgmath3-sin.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-sin $? false false > /build/math/test-tgmath3-sin.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-sinh > /build/math/test-tgmath3-sinh.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-sinh $? false false > /build/math/test-tgmath3-sinh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-sqrt > /build/math/test-tgmath3-sqrt.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-sqrt $? false false > /build/math/test-tgmath3-sqrt.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-tan > /build/math/test-tgmath3-tan.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-tan $? false false > /build/math/test-tgmath3-tan.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-tanh > /build/math/test-tgmath3-tanh.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-tanh $? false false > /build/math/test-tgmath3-tanh.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-tgamma > /build/math/test-tgmath3-tgamma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-tgamma $? false false > /build/math/test-tgmath3-tgamma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-trunc > /build/math/test-tgmath3-trunc.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-trunc $? false false > /build/math/test-tgmath3-trunc.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-ufromfp > /build/math/test-tgmath3-ufromfp.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-ufromfp $? false false > /build/math/test-tgmath3-ufromfp.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-ufromfpx > /build/math/test-tgmath3-ufromfpx.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-ufromfpx $? false false > /build/math/test-tgmath3-ufromfpx.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-ffma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-ffma.o -MD -MP -MF /build/math/test-tgmath3-ffma.o.dt -MT /build/math/test-tgmath3-ffma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-dfma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-dfma.o -MD -MP -MF /build/math/test-tgmath3-dfma.o.dt -MT /build/math/test-tgmath3-dfma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-ffma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-ffma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-ffma > /build/math/test-tgmath3-ffma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-ffma $? false false > /build/math/test-tgmath3-ffma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-dfma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-dfma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-dfma > /build/math/test-tgmath3-dfma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-dfma $? false false > /build/math/test-tgmath3-dfma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32fma.o -MD -MP -MF /build/math/test-tgmath3-f32fma.o.dt -MT /build/math/test-tgmath3-f32fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32fma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32fma > /build/math/test-tgmath3-f32fma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32fma $? false false > /build/math/test-tgmath3-f32fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64fma.o -MD -MP -MF /build/math/test-tgmath3-f64fma.o.dt -MT /build/math/test-tgmath3-f64fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64fma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64fma > /build/math/test-tgmath3-f64fma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64fma $? false false > /build/math/test-tgmath3-f64fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f64xfma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f64xfma.o -MD -MP -MF /build/math/test-tgmath3-f64xfma.o.dt -MT /build/math/test-tgmath3-f64xfma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f64xfma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f64xfma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f64xfma > /build/math/test-tgmath3-f64xfma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f64xfma $? false false > /build/math/test-tgmath3-f64xfma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-fma.o -MD -MP -MF /build/math/test-tgmath3-fma.o.dt -MT /build/math/test-tgmath3-fma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 /build/math/test-tgmath3-f32xfma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/test-tgmath3-f32xfma.o -MD -MP -MF /build/math/test-tgmath3-f32xfma.o.dt -MT /build/math/test-tgmath3-f32xfma.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-fma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-fma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-fma > /build/math/test-tgmath3-fma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-fma $? false false > /build/math/test-tgmath3-fma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' gcc -m32 -o /build/math/test-tgmath3-f32xfma -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/math/test-tgmath3-f32xfma.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/math/test-tgmath3-f32xfma > /build/math/test-tgmath3-f32xfma.out; \ ../scripts/evaluate-test.sh math/test-tgmath3-f32xfma $? false false > /build/math/test-tgmath3-f32xfma.test-result make[2]: Leaving directory '/glibc/math' make[2]: Entering directory '/glibc/math' ../scripts/merge-test-results.sh -s /build/math/ math \ atest-exp atest-exp2 atest-sincos basic-test bug-nextafter bug-nexttoward bug-tgmath1 check-abi-libm check-installed-headers-c check-obsolete-constructs check-wrapper-headers test-canonical-ldbl-96 test-ceil-except-2 test-double-acos test-double-acosh test-double-asin test-double-asinh test-double-atan test-double-atan2 test-double-atanh test-double-cabs test-double-cacos test-double-cacosh test-double-canonicalize test-double-carg test-double-casin test-double-casinh test-double-catan test-double-catanh test-double-cbrt test-double-ccos test-double-ccosh test-double-ceil test-double-cexp test-double-cimag test-double-clog test-double-clog10 test-double-compat_totalorder test-double-compat_totalordermag test-double-conj test-double-copysign test-double-cos test-double-cosh test-double-cpow test-double-cproj test-double-creal test-double-csin test-double-csinh test-double-csqrt test-double-ctan test-double-ctanh test-double-erf test-double-erfc test-double-exp test-double-exp10 test-double-exp10m1 test-double-exp2 test-double-exp2m1 test-double-expm1 test-double-fabs test-double-fdim test-double-floor test-double-fma test-double-fmax test-double-fmaximum test-double-fmaximum_mag test-double-fmaximum_mag_num test-double-fmaximum_num test-double-fmaxmag test-double-fmin test-double-fminimum test-double-fminimum_mag test-double-fminimum_mag_num test-double-fminimum_num test-double-fminmag test-double-fmod test-double-fpclassify test-double-frexp test-double-fromfp test-double-fromfpx test-double-getpayload test-double-hypot test-double-ilogb test-double-iscanonical test-double-iseqsig test-double-isfinite test-double-isgreater test-double-isgreaterequal test-double-isinf test-double-isless test-double-islessequal test-double-islessgreater test-double-isnan test-double-isnormal test-double-issignaling test-double-issubnormal test-double-isunordered test-double-iszero test-double-j0 test-double-j1 test-double-jn test-double-ldouble-add test-double-ldouble-div test-double-ldouble-fma test-double-ldouble-mul test-double-ldouble-sqrt test-double-ldouble-sub test-double-lgamma test-double-llogb test-double-llrint test-double-llround test-double-log test-double-log10 test-double-log10p1 test-double-log1p test-double-log2 test-double-log2p1 test-double-logb test-double-lrint test-double-lround test-double-modf test-double-nearbyint test-double-nextafter test-double-nextdown test-double-nexttoward test-double-nextup test-double-pow test-double-remainder test-double-remquo test-double-rint test-double-round test-double-roundeven test-double-scalb test-double-scalbln test-double-scalbn test-double-setpayload test-double-setpayloadsig test-double-signbit test-double-significand test-double-sin test-double-sincos test-double-sinh test-double-sqrt test-double-tan test-double-tanh test-double-tgamma test-double-totalorder test-double-totalordermag test-double-trunc test-double-ufromfp test-double-ufromfpx test-double-y0 test-double-y1 test-double-yn test-fe-snans-always-signal test-femode test-femode-traps test-fenv test-fenv-clear test-fenv-clear-sse test-fenv-preserve test-fenv-return test-fenv-sse test-fenv-sse-2 test-fenv-tls test-fenv-x87 test-fesetexcept test-fesetexcept-traps test-fetestexceptflag test-fexcept test-fexcept-traps test-float-acos test-float-acosh test-float-asin test-float-asinh test-float-atan test-float-atan2 test-float-atanh test-float-cabs test-float-cacos test-float-cacosh test-float-canonicalize test-float-carg test-float-casin test-float-casinh test-float-catan test-float-catanh test-float-cbrt test-float-ccos test-float-ccosh test-float-ceil test-float-cexp test-float-cimag test-float-clog test-float-clog10 test-float-compat_totalorder test-float-compat_totalordermag test-float-conj test-float-copysign test-float-cos test-float-cosh test-float-cpow test-float-cproj test-float-creal test-float-csin test-float-csinh test-float-csqrt test-float-ctan test-float-ctanh test-float-double-add test-float-double-div test-float-double-fma test-float-double-mul test-float-double-sqrt test-float-double-sub test-float-erf test-float-erfc test-float-exp test-float-exp10 test-float-exp10m1 test-float-exp2 test-float-exp2m1 test-float-expm1 test-float-fabs test-float-fdim test-float-floor test-float-fma test-float-fmax test-float-fmaximum test-float-fmaximum_mag test-float-fmaximum_mag_num test-float-fmaximum_num test-float-fmaxmag test-float-fmin test-float-fminimum test-float-fminimum_mag test-float-fminimum_mag_num test-float-fminimum_num test-float-fminmag test-float-fmod test-float-fpclassify test-float-frexp test-float-fromfp test-float-fromfpx test-float-getpayload test-float-hypot test-float-ilogb test-float-iscanonical test-float-iseqsig test-float-isfinite test-float-isgreater test-float-isgreaterequal test-float-isinf test-float-isless test-float-islessequal test-float-islessgreater test-float-isnan test-float-isnormal test-float-issignaling test-float-issubnormal test-float-isunordered test-float-iszero test-float-j0 test-float-j1 test-float-jn test-float-ldouble-add test-float-ldouble-div test-float-ldouble-fma test-float-ldouble-mul test-float-ldouble-sqrt test-float-ldouble-sub test-float-lgamma test-float-llogb test-float-llrint test-float-llround test-float-log test-float-log10 test-float-log10p1 test-float-log1p test-float-log2 test-float-log2p1 test-float-logb test-float-lrint test-float-lround test-float-modf test-float-nearbyint test-float-nextafter test-float-nextdown test-float-nexttoward test-float-nextup test-float-pow test-float-remainder test-float-remquo test-float-rint test-float-round test-float-roundeven test-float-scalb test-float-scalbln test-float-scalbn test-float-setpayload test-float-setpayloadsig test-float-signbit test-float-significand test-float-sin test-float-sincos test-float-sinh test-float-sqrt test-float-tan test-float-tanh test-float-tgamma test-float-totalorder test-float-totalordermag test-float-trunc test-float-ufromfp test-float-ufromfpx test-float-y0 test-float-y1 test-float-yn test-float128-acos test-float128-acosh test-float128-asin test-float128-asinh test-float128-atan test-float128-atan2 test-float128-atanh test-float128-cabs test-float128-cacos test-float128-cacosh test-float128-canonicalize test-float128-carg test-float128-casin test-float128-casinh test-float128-catan test-float128-catanh test-float128-cbrt test-float128-ccos test-float128-ccosh test-float128-ceil test-float128-cexp test-float128-cimag test-float128-clog test-float128-clog10 test-float128-compat_totalorder test-float128-compat_totalordermag test-float128-conj test-float128-copysign test-float128-cos test-float128-cosh test-float128-cpow test-float128-cproj test-float128-creal test-float128-csin test-float128-csinh test-float128-csqrt test-float128-ctan test-float128-ctanh test-float128-erf test-float128-erfc test-float128-exp test-float128-exp10 test-float128-exp10m1 test-float128-exp2 test-float128-exp2m1 test-float128-expm1 test-float128-fabs test-float128-fdim test-float128-floor test-float128-fma test-float128-fmax test-float128-fmaximum test-float128-fmaximum_mag test-float128-fmaximum_mag_num test-float128-fmaximum_num test-float128-fmaxmag test-float128-fmin test-float128-fminimum test-float128-fminimum_mag test-float128-fminimum_mag_num test-float128-fminimum_num test-float128-fminmag test-float128-fmod test-float128-fpclassify test-float128-frexp test-float128-fromfp test-float128-fromfpx test-float128-getpayload test-float128-hypot test-float128-ilogb test-float128-iscanonical test-float128-iseqsig test-float128-isfinite test-float128-isgreater test-float128-isgreaterequal test-float128-isinf test-float128-isless test-float128-islessequal test-float128-islessgreater test-float128-isnan test-float128-isnormal test-float128-issignaling test-float128-issubnormal test-float128-isunordered test-float128-iszero test-float128-j0 test-float128-j1 test-float128-jn test-float128-lgamma test-float128-llogb test-float128-llrint test-float128-llround test-float128-log test-float128-log10 test-float128-log10p1 test-float128-log1p test-float128-log2 test-float128-log2p1 test-float128-logb test-float128-lrint test-float128-lround test-float128-modf test-float128-nearbyint test-float128-nextafter test-float128-nextdown test-float128-nexttoward test-float128-nextup test-float128-pow test-float128-remainder test-float128-remquo test-float128-rint test-float128-round test-float128-roundeven test-float128-scalb test-float128-scalbln test-float128-scalbn test-float128-setpayload test-float128-setpayloadsig test-float128-signbit test-float128-significand test-float128-sin test-float128-sincos test-float128-sinh test-float128-sqrt test-float128-tan test-float128-tanh test-float128-tgamma test-float128-totalorder test-float128-totalordermag test-float128-trunc test-float128-ufromfp test-float128-ufromfpx test-float128-y0 test-float128-y1 test-float128-yn test-float32-acos test-float32-acosh test-float32-asin test-float32-asinh test-float32-atan test-float32-atan2 test-float32-atanh test-float32-cabs test-float32-cacos test-float32-cacosh test-float32-canonicalize test-float32-carg test-float32-casin test-float32-casinh test-float32-catan test-float32-catanh test-float32-cbrt test-float32-ccos test-float32-ccosh test-float32-ceil test-float32-cexp test-float32-cimag test-float32-clog test-float32-clog10 test-float32-compat_totalorder test-float32-compat_totalordermag test-float32-conj test-float32-copysign test-float32-cos test-float32-cosh test-float32-cpow test-float32-cproj test-float32-creal test-float32-csin test-float32-csinh test-float32-csqrt test-float32-ctan test-float32-ctanh test-float32-erf test-float32-erfc test-float32-exp test-float32-exp10 test-float32-exp10m1 test-float32-exp2 test-float32-exp2m1 test-float32-expm1 test-float32-fabs test-float32-fdim test-float32-float128-add test-float32-float128-div test-float32-float128-fma test-float32-float128-mul test-float32-float128-sqrt test-float32-float128-sub test-float32-float32x-add test-float32-float32x-div test-float32-float32x-fma test-float32-float32x-mul test-float32-float32x-sqrt test-float32-float32x-sub test-float32-float64-add test-float32-float64-div test-float32-float64-fma test-float32-float64-mul test-float32-float64-sqrt test-float32-float64-sub test-float32-float64x-add test-float32-float64x-div test-float32-float64x-fma test-float32-float64x-mul test-float32-float64x-sqrt test-float32-float64x-sub test-float32-floor test-float32-fma test-float32-fmax test-float32-fmaximum test-float32-fmaximum_mag test-float32-fmaximum_mag_num test-float32-fmaximum_num test-float32-fmaxmag test-float32-fmin test-float32-fminimum test-float32-fminimum_mag test-float32-fminimum_mag_num test-float32-fminimum_num test-float32-fminmag test-float32-fmod test-float32-fpclassify test-float32-frexp test-float32-fromfp test-float32-fromfpx test-float32-getpayload test-float32-hypot test-float32-ilogb test-float32-iscanonical test-float32-iseqsig test-float32-isfinite test-float32-isgreater test-float32-isgreaterequal test-float32-isinf test-float32-isless test-float32-islessequal test-float32-islessgreater test-float32-isnan test-float32-isnormal test-float32-issignaling test-float32-issubnormal test-float32-isunordered test-float32-iszero test-float32-j0 test-float32-j1 test-float32-jn test-float32-lgamma test-float32-llogb test-float32-llrint test-float32-llround test-float32-log test-float32-log10 test-float32-log10p1 test-float32-log1p test-float32-log2 test-float32-log2p1 test-float32-logb test-float32-lrint test-float32-lround test-float32-modf test-float32-nearbyint test-float32-nextafter test-float32-nextdown test-float32-nexttoward test-float32-nextup test-float32-pow test-float32-remainder test-float32-remquo test-float32-rint test-float32-round test-float32-roundeven test-float32-scalb test-float32-scalbln test-float32-scalbn test-float32-setpayload test-float32-setpayloadsig test-float32-signbit test-float32-significand test-float32-sin test-float32-sincos test-float32-sinh test-float32-sqrt test-float32-tan test-float32-tanh test-float32-tgamma test-float32-totalorder test-float32-totalordermag test-float32-trunc test-float32-ufromfp test-float32-ufromfpx test-float32-y0 test-float32-y1 test-float32-yn test-float32x-acos test-float32x-acosh test-float32x-asin test-float32x-asinh test-float32x-atan test-float32x-atan2 test-float32x-atanh test-float32x-cabs test-float32x-cacos test-float32x-cacosh test-float32x-canonicalize test-float32x-carg test-float32x-casin test-float32x-casinh test-float32x-catan test-float32x-catanh test-float32x-cbrt test-float32x-ccos test-float32x-ccosh test-float32x-ceil test-float32x-cexp test-float32x-cimag test-float32x-clog test-float32x-clog10 test-float32x-compat_totalorder test-float32x-compat_totalordermag test-float32x-conj test-float32x-copysign test-float32x-cos test-float32x-cosh test-float32x-cpow test-float32x-cproj test-float32x-creal test-float32x-csin test-float32x-csinh test-float32x-csqrt test-float32x-ctan test-float32x-ctanh test-float32x-erf test-float32x-erfc test-float32x-exp test-float32x-exp10 test-float32x-exp10m1 test-float32x-exp2 test-float32x-exp2m1 test-float32x-expm1 test-float32x-fabs test-float32x-fdim test-float32x-float128-add test-float32x-float128-div test-float32x-float128-fma test-float32x-float128-mul test-float32x-float128-sqrt test-float32x-float128-sub test-float32x-float64-add test-float32x-float64-div test-float32x-float64-fma test-float32x-float64-mul test-float32x-float64-sqrt test-float32x-float64-sub test-float32x-float64x-add test-float32x-float64x-div test-float32x-float64x-fma test-float32x-float64x-mul test-float32x-float64x-sqrt test-float32x-float64x-sub test-float32x-floor test-float32x-fma test-float32x-fmax test-float32x-fmaximum test-float32x-fmaximum_mag test-float32x-fmaximum_mag_num test-float32x-fmaximum_num test-float32x-fmaxmag test-float32x-fmin test-float32x-fminimum test-float32x-fminimum_mag test-float32x-fminimum_mag_num test-float32x-fminimum_num test-float32x-fminmag test-float32x-fmod test-float32x-fpclassify test-float32x-frexp test-float32x-fromfp test-float32x-fromfpx test-float32x-getpayload test-float32x-hypot test-float32x-ilogb test-float32x-iscanonical test-float32x-iseqsig test-float32x-isfinite test-float32x-isgreater test-float32x-isgreaterequal test-float32x-isinf test-float32x-isless test-float32x-islessequal test-float32x-islessgreater test-float32x-isnan test-float32x-isnormal test-float32x-issignaling test-float32x-issubnormal test-float32x-isunordered test-float32x-iszero test-float32x-j0 test-float32x-j1 test-float32x-jn test-float32x-lgamma test-float32x-llogb test-float32x-llrint test-float32x-llround test-float32x-log test-float32x-log10 test-float32x-log10p1 test-float32x-log1p test-float32x-log2 test-float32x-log2p1 test-float32x-logb test-float32x-lrint test-float32x-lround test-float32x-modf test-float32x-nearbyint test-float32x-nextafter test-float32x-nextdown test-float32x-nexttoward test-float32x-nextup test-float32x-pow test-float32x-remainder test-float32x-remquo test-float32x-rint test-float32x-round test-float32x-roundeven test-float32x-scalb test-float32x-scalbln test-float32x-scalbn test-float32x-setpayload test-float32x-setpayloadsig test-float32x-signbit test-float32x-significand test-float32x-sin test-float32x-sincos test-float32x-sinh test-float32x-sqrt test-float32x-tan test-float32x-tanh test-float32x-tgamma test-float32x-totalorder test-float32x-totalordermag test-float32x-trunc test-float32x-ufromfp test-float32x-ufromfpx test-float32x-y0 test-float32x-y1 test-float32x-yn test-float64-acos test-float64-acosh test-float64-asin test-float64-asinh test-float64-atan test-float64-atan2 test-float64-atanh test-float64-cabs test-float64-cacos test-float64-cacosh test-float64-canonicalize test-float64-carg test-float64-casin test-float64-casinh test-float64-catan test-float64-catanh test-float64-cbrt test-float64-ccos test-float64-ccosh test-float64-ceil test-float64-cexp test-float64-cimag test-float64-clog test-float64-clog10 test-float64-compat_totalorder test-float64-compat_totalordermag test-float64-conj test-float64-copysign test-float64-cos test-float64-cosh test-float64-cpow test-float64-cproj test-float64-creal test-float64-csin test-float64-csinh test-float64-csqrt test-float64-ctan test-float64-ctanh test-float64-erf test-float64-erfc test-float64-exp test-float64-exp10 test-float64-exp10m1 test-float64-exp2 test-float64-exp2m1 test-float64-expm1 test-float64-fabs test-float64-fdim test-float64-float128-add test-float64-float128-div test-float64-float128-fma test-float64-float128-mul test-float64-float128-sqrt test-float64-float128-sub test-float64-float64x-add test-float64-float64x-div test-float64-float64x-fma test-float64-float64x-mul test-float64-float64x-sqrt test-float64-float64x-sub test-float64-floor test-float64-fma test-float64-fmax test-float64-fmaximum test-float64-fmaximum_mag test-float64-fmaximum_mag_num test-float64-fmaximum_num test-float64-fmaxmag test-float64-fmin test-float64-fminimum test-float64-fminimum_mag test-float64-fminimum_mag_num test-float64-fminimum_num test-float64-fminmag test-float64-fmod test-float64-fpclassify test-float64-frexp test-float64-fromfp test-float64-fromfpx test-float64-getpayload test-float64-hypot test-float64-ilogb test-float64-iscanonical test-float64-iseqsig test-float64-isfinite test-float64-isgreater test-float64-isgreaterequal test-float64-isinf test-float64-isless test-float64-islessequal test-float64-islessgreater test-float64-isnan test-float64-isnormal test-float64-issignaling test-float64-issubnormal test-float64-isunordered test-float64-iszero test-float64-j0 test-float64-j1 test-float64-jn test-float64-lgamma test-float64-llogb test-float64-llrint test-float64-llround test-float64-log test-float64-log10 test-float64-log10p1 test-float64-log1p test-float64-log2 test-float64-log2p1 test-float64-logb test-float64-lrint test-float64-lround test-float64-modf test-float64-nearbyint test-float64-nextafter test-float64-nextdown test-float64-nexttoward test-float64-nextup test-float64-pow test-float64-remainder test-float64-remquo test-float64-rint test-float64-round test-float64-roundeven test-float64-scalb test-float64-scalbln test-float64-scalbn test-float64-setpayload test-float64-setpayloadsig test-float64-signbit test-float64-significand test-float64-sin test-float64-sincos test-float64-sinh test-float64-sqrt test-float64-tan test-float64-tanh test-float64-tgamma test-float64-totalorder test-float64-totalordermag test-float64-trunc test-float64-ufromfp test-float64-ufromfpx test-float64-y0 test-float64-y1 test-float64-yn test-float64x-acos test-float64x-acosh test-float64x-asin test-float64x-asinh test-float64x-atan test-float64x-atan2 test-float64x-atanh test-float64x-cabs test-float64x-cacos test-float64x-cacosh test-float64x-canonicalize test-float64x-carg test-float64x-casin test-float64x-casinh test-float64x-catan test-float64x-catanh test-float64x-cbrt test-float64x-ccos test-float64x-ccosh test-float64x-ceil test-float64x-cexp test-float64x-cimag test-float64x-clog test-float64x-clog10 test-float64x-compat_totalorder test-float64x-compat_totalordermag test-float64x-conj test-float64x-copysign test-float64x-cos test-float64x-cosh test-float64x-cpow test-float64x-cproj test-float64x-creal test-float64x-csin test-float64x-csinh test-float64x-csqrt test-float64x-ctan test-float64x-ctanh test-float64x-erf test-float64x-erfc test-float64x-exp test-float64x-exp10 test-float64x-exp10m1 test-float64x-exp2 test-float64x-exp2m1 test-float64x-expm1 test-float64x-fabs test-float64x-fdim test-float64x-float128-add test-float64x-float128-div test-float64x-float128-fma test-float64x-float128-mul test-float64x-float128-sqrt test-float64x-float128-sub test-float64x-floor test-float64x-fma test-float64x-fmax test-float64x-fmaximum test-float64x-fmaximum_mag test-float64x-fmaximum_mag_num test-float64x-fmaximum_num test-float64x-fmaxmag test-float64x-fmin test-float64x-fminimum test-float64x-fminimum_mag test-float64x-fminimum_mag_num test-float64x-fminimum_num test-float64x-fminmag test-float64x-fmod test-float64x-fpclassify test-float64x-frexp test-float64x-fromfp test-float64x-fromfpx test-float64x-getpayload test-float64x-hypot test-float64x-ilogb test-float64x-iscanonical test-float64x-iseqsig test-float64x-isfinite test-float64x-isgreater test-float64x-isgreaterequal test-float64x-isinf test-float64x-isless test-float64x-islessequal test-float64x-islessgreater test-float64x-isnan test-float64x-isnormal test-float64x-issignaling test-float64x-issubnormal test-float64x-isunordered test-float64x-iszero test-float64x-j0 test-float64x-j1 test-float64x-jn test-float64x-lgamma test-float64x-llogb test-float64x-llrint test-float64x-llround test-float64x-log test-float64x-log10 test-float64x-log10p1 test-float64x-log1p test-float64x-log2 test-float64x-log2p1 test-float64x-logb test-float64x-lrint test-float64x-lround test-float64x-modf test-float64x-nearbyint test-float64x-nextafter test-float64x-nextdown test-float64x-nexttoward test-float64x-nextup test-float64x-pow test-float64x-remainder test-float64x-remquo test-float64x-rint test-float64x-round test-float64x-roundeven test-float64x-scalb test-float64x-scalbln test-float64x-scalbn test-float64x-setpayload test-float64x-setpayloadsig test-float64x-signbit test-float64x-significand test-float64x-sin test-float64x-sincos test-float64x-sinh test-float64x-sqrt test-float64x-tan test-float64x-tanh test-float64x-tgamma test-float64x-totalorder test-float64x-totalordermag test-float64x-trunc test-float64x-ufromfp test-float64x-ufromfpx test-float64x-y0 test-float64x-y1 test-float64x-yn test-floor-except-2 test-flt-eval-method test-flt-eval-method-387 test-flt-eval-method-sse test-fp-ilogb-constants test-fp-llogb-constants test-fpucw test-fpucw-ieee test-fpucw-ieee-static test-fpucw-static test-iseqsig-excess-precision test-iszero-excess-precision test-ldouble-acos test-ldouble-acosh test-ldouble-asin test-ldouble-asinh test-ldouble-atan test-ldouble-atan2 test-ldouble-atanh test-ldouble-cabs test-ldouble-cacos test-ldouble-cacosh test-ldouble-canonicalize test-ldouble-carg test-ldouble-casin test-ldouble-casinh test-ldouble-catan test-ldouble-catanh test-ldouble-cbrt test-ldouble-ccos test-ldouble-ccosh test-ldouble-ceil test-ldouble-cexp test-ldouble-cimag test-ldouble-clog test-ldouble-clog10 test-ldouble-compat_totalorder test-ldouble-compat_totalordermag test-ldouble-conj test-ldouble-copysign test-ldouble-cos test-ldouble-cosh test-ldouble-cpow test-ldouble-cproj test-ldouble-creal test-ldouble-csin test-ldouble-csinh test-ldouble-csqrt test-ldouble-ctan test-ldouble-ctanh test-ldouble-erf test-ldouble-erfc test-ldouble-exp test-ldouble-exp10 test-ldouble-exp10m1 test-ldouble-exp2 test-ldouble-exp2m1 test-ldouble-expm1 test-ldouble-fabs test-ldouble-fdim test-ldouble-floor test-ldouble-fma test-ldouble-fmax test-ldouble-fmaximum test-ldouble-fmaximum_mag test-ldouble-fmaximum_mag_num test-ldouble-fmaximum_num test-ldouble-fmaxmag test-ldouble-fmin test-ldouble-fminimum test-ldouble-fminimum_mag test-ldouble-fminimum_mag_num test-ldouble-fminimum_num test-ldouble-fminmag test-ldouble-fmod test-ldouble-fpclassify test-ldouble-frexp test-ldouble-fromfp test-ldouble-fromfpx test-ldouble-getpayload test-ldouble-hypot test-ldouble-ilogb test-ldouble-iscanonical test-ldouble-iseqsig test-ldouble-isfinite test-ldouble-isgreater test-ldouble-isgreaterequal test-ldouble-isinf test-ldouble-isless test-ldouble-islessequal test-ldouble-islessgreater test-ldouble-isnan test-ldouble-isnormal test-ldouble-issignaling test-ldouble-issubnormal test-ldouble-isunordered test-ldouble-iszero test-ldouble-j0 test-ldouble-j1 test-ldouble-jn test-ldouble-lgamma test-ldouble-llogb test-ldouble-llrint test-ldouble-llround test-ldouble-log test-ldouble-log10 test-ldouble-log10p1 test-ldouble-log1p test-ldouble-log2 test-ldouble-log2p1 test-ldouble-logb test-ldouble-lrint test-ldouble-lround test-ldouble-modf test-ldouble-nearbyint test-ldouble-nextafter test-ldouble-nextdown test-ldouble-nexttoward test-ldouble-nextup test-ldouble-pow test-ldouble-remainder test-ldouble-remquo test-ldouble-rint test-ldouble-round test-ldouble-roundeven test-ldouble-scalb test-ldouble-scalbln test-ldouble-scalbn test-ldouble-setpayload test-ldouble-setpayloadsig test-ldouble-signbit test-ldouble-significand test-ldouble-sin test-ldouble-sincos test-ldouble-sinh test-ldouble-sqrt test-ldouble-tan test-ldouble-tanh test-ldouble-tgamma test-ldouble-totalorder test-ldouble-totalordermag test-ldouble-trunc test-ldouble-ufromfp test-ldouble-ufromfpx test-ldouble-y0 test-ldouble-y1 test-ldouble-yn test-matherr test-matherr-2 test-matherr-3 test-misc test-nan-const test-nan-overflow test-nan-payload test-narrow-macros test-nearbyint-except test-nearbyint-except-2 test-powl test-signgam-uchar test-signgam-uchar-init test-signgam-uchar-init-static test-signgam-uchar-static test-signgam-uint test-signgam-uint-init test-signgam-uint-init-static test-signgam-uint-static test-signgam-ullong test-signgam-ullong-init test-signgam-ullong-init-static test-signgam-ullong-static test-sinl-pseudo test-snan test-tgmath test-tgmath-int test-tgmath-ret test-tgmath2 test-tgmath3-acos test-tgmath3-acosh test-tgmath3-asin test-tgmath3-asinh test-tgmath3-atan test-tgmath3-atan2 test-tgmath3-atanh test-tgmath3-carg test-tgmath3-cbrt test-tgmath3-ceil test-tgmath3-cimag test-tgmath3-conj test-tgmath3-copysign test-tgmath3-cos test-tgmath3-cosh test-tgmath3-cproj test-tgmath3-creal test-tgmath3-dadd test-tgmath3-ddiv test-tgmath3-dfma test-tgmath3-dmul test-tgmath3-dsqrt test-tgmath3-dsub test-tgmath3-erf test-tgmath3-erfc test-tgmath3-exp test-tgmath3-exp10 test-tgmath3-exp10m1 test-tgmath3-exp2 test-tgmath3-exp2m1 test-tgmath3-expm1 test-tgmath3-f128add test-tgmath3-f128div test-tgmath3-f128fma test-tgmath3-f128mul test-tgmath3-f128sqrt test-tgmath3-f128sub test-tgmath3-f16add test-tgmath3-f16div test-tgmath3-f16fma test-tgmath3-f16mul test-tgmath3-f16sqrt test-tgmath3-f16sub test-tgmath3-f32add test-tgmath3-f32div test-tgmath3-f32fma test-tgmath3-f32mul test-tgmath3-f32sqrt test-tgmath3-f32sub test-tgmath3-f32xadd test-tgmath3-f32xdiv test-tgmath3-f32xfma test-tgmath3-f32xmul test-tgmath3-f32xsqrt test-tgmath3-f32xsub test-tgmath3-f64add test-tgmath3-f64div test-tgmath3-f64fma test-tgmath3-f64mul test-tgmath3-f64sqrt test-tgmath3-f64sub test-tgmath3-f64xadd test-tgmath3-f64xdiv test-tgmath3-f64xfma test-tgmath3-f64xmul test-tgmath3-f64xsqrt test-tgmath3-f64xsub test-tgmath3-fabs test-tgmath3-fadd test-tgmath3-fdim test-tgmath3-fdiv test-tgmath3-ffma test-tgmath3-floor test-tgmath3-fma test-tgmath3-fmax test-tgmath3-fmaximum test-tgmath3-fmaximum_mag test-tgmath3-fmaximum_mag_num test-tgmath3-fmaximum_num test-tgmath3-fmaxmag test-tgmath3-fmin test-tgmath3-fminimum test-tgmath3-fminimum_mag test-tgmath3-fminimum_mag_num test-tgmath3-fminimum_num test-tgmath3-fminmag test-tgmath3-fmod test-tgmath3-fmul test-tgmath3-frexp test-tgmath3-fromfp test-tgmath3-fromfpx test-tgmath3-fsqrt test-tgmath3-fsub test-tgmath3-hypot test-tgmath3-ilogb test-tgmath3-ldexp test-tgmath3-lgamma test-tgmath3-llogb test-tgmath3-llrint test-tgmath3-llround test-tgmath3-log test-tgmath3-log10 test-tgmath3-log10p1 test-tgmath3-log1p test-tgmath3-log2 test-tgmath3-log2p1 test-tgmath3-logb test-tgmath3-logp1 test-tgmath3-lrint test-tgmath3-lround test-tgmath3-macro-list test-tgmath3-nearbyint test-tgmath3-nextafter test-tgmath3-nextdown test-tgmath3-nexttoward test-tgmath3-nextup test-tgmath3-pow test-tgmath3-remainder test-tgmath3-remquo test-tgmath3-rint test-tgmath3-round test-tgmath3-roundeven test-tgmath3-scalb test-tgmath3-scalbln test-tgmath3-scalbn test-tgmath3-sin test-tgmath3-sinh test-tgmath3-sqrt test-tgmath3-tan test-tgmath3-tanh test-tgmath3-tgamma test-tgmath3-trunc test-tgmath3-ufromfp test-tgmath3-ufromfpx test-totalorderl-ldbl-96 test-trunc-except-2 tst-CMPLX tst-CMPLX2 tst-definitions tst-ldbl-nonnormal-printf \ > /build/math/subdir-tests.sum make[2]: Leaving directory '/glibc/math' rm /build/math/libm.dynsym make subdir=setjmp -C setjmp ..=../ tests make[2]: Entering directory '/glibc/setjmp' gcc -m32 tst-setjmp-check.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/tst-setjmp-check.o -MD -MP -MF /build/setjmp/tst-setjmp-check.o.dt -MT /build/setjmp/tst-setjmp-check.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=setjmp setjmp.h bits/setjmp.h bits/setjmp2.h bits/types/struct___jmp_buf_tag.h > /build/setjmp/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh setjmp/check-wrapper-headers $? false false > /build/setjmp/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 jmpbug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/jmpbug.o -MD -MP -MF /build/setjmp/jmpbug.o.dt -MT /build/setjmp/jmpbug.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 tst-setjmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/tst-setjmp.o -MD -MP -MF /build/setjmp/tst-setjmp.o.dt -MT /build/setjmp/tst-setjmp.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' python3 -B ../scripts/check-obsolete-constructs.py setjmp.h ../sysdeps/x86/bits/setjmp.h bits/setjmp2.h bits/types/struct___jmp_buf_tag.h > /build/setjmp/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh setjmp/check-obsolete-constructs $? false false > /build/setjmp/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/jmp_buf-ssp.h; \ python3 -B ../scripts/gen-as-const.py --test ../sysdeps/unix/sysv/linux/x86/jmp_buf-ssp.sym) > /build/setjmp/test-as-const-jmp_buf-ssp.cT mv -f /build/setjmp/test-as-const-jmp_buf-ssp.cT /build/setjmp/test-as-const-jmp_buf-ssp.c make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/jmp_buf-macros.h; \ python3 -B ../scripts/gen-as-const.py --test jmp_buf-macros.sym) > /build/setjmp/test-as-const-jmp_buf-macros.cT mv -f /build/setjmp/test-as-const-jmp_buf-macros.cT /build/setjmp/test-as-const-jmp_buf-macros.c make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/tst-setjmp-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/tst-setjmp-check.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/setjmp/tst-setjmp-check > /build/setjmp/tst-setjmp-check.out; \ ../scripts/evaluate-test.sh setjmp/tst-setjmp-check $? false false > /build/setjmp/tst-setjmp-check.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 ../sysdeps/unix/sysv/linux/x86/tst-saved_mask-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/tst-saved_mask-1.o -MD -MP -MF /build/setjmp/tst-saved_mask-1.o.dt -MT /build/setjmp/tst-saved_mask-1.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/jmpbug -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/jmpbug.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 tst-sigsetjmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/tst-sigsetjmp.o -MD -MP -MF /build/setjmp/tst-sigsetjmp.o.dt -MT /build/setjmp/tst-sigsetjmp.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/tst-setjmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/tst-setjmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/setjmp/jmpbug > /build/setjmp/jmpbug.out; \ ../scripts/evaluate-test.sh setjmp/jmpbug $? false false > /build/setjmp/jmpbug.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 tst-setjmp-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/tst-setjmp-static.o -MD -MP -MF /build/setjmp/tst-setjmp-static.o.dt -MT /build/setjmp/tst-setjmp-static.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 tst-setjmp-fp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/tst-setjmp-fp.o -MD -MP -MF /build/setjmp/tst-setjmp-fp.o.dt -MT /build/setjmp/tst-setjmp-fp.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/setjmp/tst-setjmp > /build/setjmp/tst-setjmp.out; \ ../scripts/evaluate-test.sh setjmp/tst-setjmp $? false false > /build/setjmp/tst-setjmp.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 bug269-setjmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/bug269-setjmp.o -MD -MP -MF /build/setjmp/bug269-setjmp.o.dt -MT /build/setjmp/bug269-setjmp.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/tst-sigsetjmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/tst-sigsetjmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/setjmp/tst-sigsetjmp > /build/setjmp/tst-sigsetjmp.out; \ ../scripts/evaluate-test.sh setjmp/tst-sigsetjmp $? false false > /build/setjmp/tst-sigsetjmp.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/tst-saved_mask-1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/tst-saved_mask-1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 /build/setjmp/test-as-const-jmp_buf-macros.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/test-as-const-jmp_buf-macros.o -MD -MP -MF /build/setjmp/test-as-const-jmp_buf-macros.o.dt -MT /build/setjmp/test-as-const-jmp_buf-macros.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 /build/setjmp/test-as-const-jmp_buf-ssp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/setjmp/test-as-const-jmp_buf-ssp.o -MD -MP -MF /build/setjmp/test-as-const-jmp_buf-ssp.o.dt -MT /build/setjmp/test-as-const-jmp_buf-ssp.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/setjmp/tst-saved_mask-1 > /build/setjmp/tst-saved_mask-1.out; \ ../scripts/evaluate-test.sh setjmp/tst-saved_mask-1 $? false false > /build/setjmp/tst-saved_mask-1.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/bug269-setjmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/bug269-setjmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/tst-setjmp-fp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/tst-setjmp-fp.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/setjmp/bug269-setjmp > /build/setjmp/bug269-setjmp.out; \ ../scripts/evaluate-test.sh setjmp/bug269-setjmp $? false false > /build/setjmp/bug269-setjmp.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/setjmp/tst-setjmp-fp > /build/setjmp/tst-setjmp-fp.out; \ ../scripts/evaluate-test.sh setjmp/tst-setjmp-fp $? false false > /build/setjmp/tst-setjmp-fp.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/test-as-const-jmp_buf-macros -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/test-as-const-jmp_buf-macros.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/test-as-const-jmp_buf-ssp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/test-as-const-jmp_buf-ssp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/setjmp/test-as-const-jmp_buf-macros > /build/setjmp/test-as-const-jmp_buf-macros.out; \ ../scripts/evaluate-test.sh setjmp/test-as-const-jmp_buf-macros $? false false > /build/setjmp/test-as-const-jmp_buf-macros.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/setjmp/test-as-const-jmp_buf-ssp > /build/setjmp/test-as-const-jmp_buf-ssp.out; \ ../scripts/evaluate-test.sh setjmp/test-as-const-jmp_buf-ssp $? false false > /build/setjmp/test-as-const-jmp_buf-ssp.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' gcc -m32 -o /build/setjmp/tst-setjmp-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/setjmp/tst-setjmp-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/setjmp/tst-setjmp-static > /build/setjmp/tst-setjmp-static.out; \ ../scripts/evaluate-test.sh setjmp/tst-setjmp-static $? false false > /build/setjmp/tst-setjmp-static.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ setjmp.h bits/setjmp.h bits/setjmp2.h bits/types/struct___jmp_buf_tag.h > /build/setjmp/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh setjmp/check-installed-headers-c $? false false > /build/setjmp/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/setjmp' make[2]: Entering directory '/glibc/setjmp' ../scripts/merge-test-results.sh -s /build/setjmp/ setjmp \ bug269-setjmp check-installed-headers-c check-obsolete-constructs check-wrapper-headers jmpbug test-as-const-jmp_buf-macros test-as-const-jmp_buf-ssp tst-saved_mask-1 tst-setjmp tst-setjmp-check tst-setjmp-fp tst-setjmp-static tst-sigsetjmp \ > /build/setjmp/subdir-tests.sum make[2]: Leaving directory '/glibc/setjmp' rm /build/setjmp/test-as-const-jmp_buf-macros.c /build/setjmp/test-as-const-jmp_buf-ssp.c make subdir=signal -C signal ..=../ tests make[2]: Entering directory '/glibc/signal' gcc -m32 tst-minsigstksz-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-minsigstksz-1.o -MD -MP -MF /build/signal/tst-minsigstksz-1.o.dt -MT /build/signal/tst-minsigstksz-1.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=signal signal.h sys/signal.h bits/signum-generic.h bits/signum-arch.h bits/sigcontext.h bits/sigaction.h bits/sigevent-consts.h bits/siginfo-consts.h bits/sigstack.h bits/sigthread.h bits/ss_flags.h bits/types/__sigset_t.h bits/types/sig_atomic_t.h bits/types/sigevent_t.h bits/types/siginfo_t.h bits/types/sigset_t.h bits/types/sigval_t.h bits/types/stack_t.h bits/types/struct_sigstack.h bits/types/__sigval_t.h bits/signal_ext.h bits/sigstksz.h > /build/signal/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh signal/check-wrapper-headers $? false false > /build/signal/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-minsigstksz-3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-minsigstksz-3.o -MD -MP -MF /build/signal/tst-minsigstksz-3.o.dt -MT /build/signal/tst-minsigstksz-3.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-minsigstksz-3a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-minsigstksz-3a.o -MD -MP -MF /build/signal/tst-minsigstksz-3a.o.dt -MT /build/signal/tst-minsigstksz-3a.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-sigaction.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-sigaction.o -MD -MP -MF /build/signal/tst-sigaction.o.dt -MT /build/signal/tst-sigaction.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-raise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-raise.o -MD -MP -MF /build/signal/tst-raise.o.dt -MT /build/signal/tst-raise.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-minsigstksz-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-minsigstksz-2.o -MD -MP -MF /build/signal/tst-minsigstksz-2.o.dt -MT /build/signal/tst-minsigstksz-2.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-minsigstksz-4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-minsigstksz-4.o -MD -MP -MF /build/signal/tst-minsigstksz-4.o.dt -MT /build/signal/tst-minsigstksz-4.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-signal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-signal.o -MD -MP -MF /build/signal/tst-signal.o.dt -MT /build/signal/tst-signal.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-minsigstksz-1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-minsigstksz-1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-minsigstksz-5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-minsigstksz-5.o -MD -MP -MF /build/signal/tst-minsigstksz-5.o.dt -MT /build/signal/tst-minsigstksz-5.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-sigwait-eintr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-sigwait-eintr.o -MD -MP -MF /build/signal/tst-sigwait-eintr.o.dt -MT /build/signal/tst-sigwait-eintr.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-minsigstksz-1 > /build/signal/tst-minsigstksz-1.out; \ ../scripts/evaluate-test.sh signal/tst-minsigstksz-1 $? false false > /build/signal/tst-minsigstksz-1.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' python3 -B ../scripts/check-obsolete-constructs.py signal.h sys/signal.h ../bits/signum-generic.h ../sysdeps/unix/sysv/linux/bits/signum-arch.h ../sysdeps/unix/sysv/linux/x86/bits/sigcontext.h ../sysdeps/unix/sysv/linux/bits/sigaction.h ../sysdeps/unix/sysv/linux/bits/sigevent-consts.h ../sysdeps/unix/sysv/linux/bits/siginfo-consts.h ../sysdeps/unix/sysv/linux/bits/sigstack.h ../sysdeps/pthread/bits/sigthread.h ../sysdeps/unix/sysv/linux/bits/ss_flags.h ../sysdeps/unix/sysv/linux/bits/types/__sigset_t.h bits/types/sig_atomic_t.h ../sysdeps/unix/sysv/linux/bits/types/sigevent_t.h ../sysdeps/unix/sysv/linux/bits/types/siginfo_t.h bits/types/sigset_t.h bits/types/sigval_t.h ../sysdeps/unix/sysv/linux/bits/types/stack_t.h bits/types/struct_sigstack.h bits/types/__sigval_t.h ../sysdeps/unix/sysv/linux/bits/signal_ext.h ../sysdeps/unix/sysv/linux/bits/sigstksz.h > /build/signal/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh signal/check-obsolete-constructs $? false false > /build/signal/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-minsigstksz-3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-minsigstksz-3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-sigaction -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-sigaction.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-raise -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-raise.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-sigisemptyset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-sigisemptyset.o -MD -MP -MF /build/signal/tst-sigisemptyset.o.dt -MT /build/signal/tst-sigisemptyset.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-minsigstksz-3a -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-minsigstksz-3a.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-minsigstksz-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-minsigstksz-2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-signal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-signal.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-minsigstksz-3 > /build/signal/tst-minsigstksz-3.out; \ ../scripts/evaluate-test.sh signal/tst-minsigstksz-3 $? false false > /build/signal/tst-minsigstksz-3.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-sigaction > /build/signal/tst-sigaction.out; \ ../scripts/evaluate-test.sh signal/tst-sigaction $? false false > /build/signal/tst-sigaction.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-minsigstksz-3a > /build/signal/tst-minsigstksz-3a.out; \ ../scripts/evaluate-test.sh signal/tst-minsigstksz-3a $? false false > /build/signal/tst-minsigstksz-3a.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-minsigstksz-4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-minsigstksz-4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-sigsimple.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-sigsimple.o -MD -MP -MF /build/signal/tst-sigsimple.o.dt -MT /build/signal/tst-sigsimple.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-sigset2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-sigset2.o -MD -MP -MF /build/signal/tst-sigset2.o.dt -MT /build/signal/tst-sigset2.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-raise > /build/signal/tst-raise.out; \ ../scripts/evaluate-test.sh signal/tst-raise $? false false > /build/signal/tst-raise.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-signal > /build/signal/tst-signal.out; \ ../scripts/evaluate-test.sh signal/tst-signal $? false false > /build/signal/tst-signal.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-minsigstksz-4 > /build/signal/tst-minsigstksz-4.out; \ ../scripts/evaluate-test.sh signal/tst-minsigstksz-4 $? false false > /build/signal/tst-minsigstksz-4.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-sigwait-eintr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-sigwait-eintr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-minsigstksz-5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-minsigstksz-5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-sigisemptyset -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-sigisemptyset.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-sigisemptyset > /build/signal/tst-sigisemptyset.out; \ ../scripts/evaluate-test.sh signal/tst-sigisemptyset $? false false > /build/signal/tst-sigisemptyset.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-sigsimple -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-sigsimple.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-sigset2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-sigset2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-sigset2 > /build/signal/tst-sigset2.out; \ ../scripts/evaluate-test.sh signal/tst-sigset2 $? false false > /build/signal/tst-sigset2.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-minsigstksz-2 > /build/signal/tst-minsigstksz-2.out; \ ../scripts/evaluate-test.sh signal/tst-minsigstksz-2 $? false false > /build/signal/tst-minsigstksz-2.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-sigsimple > /build/signal/tst-sigsimple.out; \ ../scripts/evaluate-test.sh signal/tst-sigsimple $? false false > /build/signal/tst-sigsimple.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 tst-sigset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/tst-sigset.o -MD -MP -MF /build/signal/tst-sigset.o.dt -MT /build/signal/tst-sigset.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' PYTHONPATH=../scripts:../sysdeps/unix/sysv/linux python3 -B \ ../sysdeps/unix/sysv/linux/tst-signal-numbers.py \ --cc="gcc -m32 -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc" \ < /dev/null > /build/signal/tst-signal-numbers.out 2>&1; ../scripts/evaluate-test.sh signal/tst-signal-numbers $? false false > /build/signal/tst-signal-numbers.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-minsigstksz-5 > /build/signal/tst-minsigstksz-5.out; \ ../scripts/evaluate-test.sh signal/tst-minsigstksz-5 $? false false > /build/signal/tst-minsigstksz-5.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' gcc -m32 -o /build/signal/tst-sigset -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/signal/tst-sigset.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-sigset > /build/signal/tst-sigset.out; \ ../scripts/evaluate-test.sh signal/tst-sigset $? false false > /build/signal/tst-sigset.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/signal/tst-sigwait-eintr > /build/signal/tst-sigwait-eintr.out; \ ../scripts/evaluate-test.sh signal/tst-sigwait-eintr $? false false > /build/signal/tst-sigwait-eintr.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ signal.h sys/signal.h bits/signum-generic.h bits/signum-arch.h bits/sigcontext.h bits/sigaction.h bits/sigevent-consts.h bits/siginfo-consts.h bits/sigstack.h bits/sigthread.h bits/ss_flags.h bits/types/__sigset_t.h bits/types/sig_atomic_t.h bits/types/sigevent_t.h bits/types/siginfo_t.h bits/types/sigset_t.h bits/types/sigval_t.h bits/types/stack_t.h bits/types/struct_sigstack.h bits/types/__sigval_t.h bits/signal_ext.h bits/sigstksz.h > /build/signal/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh signal/check-installed-headers-c $? false false > /build/signal/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/signal' make[2]: Entering directory '/glibc/signal' ../scripts/merge-test-results.sh -s /build/signal/ signal \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-minsigstksz-1 tst-minsigstksz-2 tst-minsigstksz-3 tst-minsigstksz-3a tst-minsigstksz-4 tst-minsigstksz-5 tst-raise tst-sigaction tst-sigisemptyset tst-signal tst-signal-numbers tst-sigset tst-sigset2 tst-sigsimple tst-sigwait-eintr \ > /build/signal/subdir-tests.sum make[2]: Leaving directory '/glibc/signal' make subdir=stdlib -C stdlib ..=../ tests make[2]: Entering directory '/glibc/stdlib' gcc -m32 bug-fmtmsg1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/bug-fmtmsg1.o -MD -MP -MF /build/stdlib/bug-fmtmsg1.o.dt -MT /build/stdlib/bug-fmtmsg1.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-at_quick_exit-race.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-at_quick_exit-race.o -MD -MP -MF /build/stdlib/test-at_quick_exit-race.o.dt -MT /build/stdlib/test-at_quick_exit-race.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 testmb2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/testmb2.o -MD -MP -MF /build/stdlib/testmb2.o.dt -MT /build/stdlib/testmb2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-atexit-race.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-atexit-race.o -MD -MP -MF /build/stdlib/test-atexit-race.o.dt -MT /build/stdlib/test-atexit-race.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-cxa_atexit-race.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-cxa_atexit-race.o -MD -MP -MF /build/stdlib/test-cxa_atexit-race.o.dt -MT /build/stdlib/test-cxa_atexit-race.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-dlclose-exit-race.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-dlclose-exit-race.o -MD -MP -MF /build/stdlib/test-dlclose-exit-race.o.dt -MT /build/stdlib/test-dlclose-exit-race.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-bz22786.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-bz22786.o -MD -MP -MF /build/stdlib/test-bz22786.o.dt -MT /build/stdlib/test-bz22786.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 testdiv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/testdiv.o -MD -MP -MF /build/stdlib/testdiv.o.dt -MT /build/stdlib/testdiv.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 testrand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/testrand.o -MD -MP -MF /build/stdlib/testrand.o.dt -MT /build/stdlib/testrand.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 testsort.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/testsort.o -MD -MP -MF /build/stdlib/testsort.o.dt -MT /build/stdlib/testsort.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 bug-getcontext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/bug-getcontext.o -MD -MP -MF /build/stdlib/bug-getcontext.o.dt -MT /build/stdlib/bug-getcontext.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-a64l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-a64l.o -MD -MP -MF /build/stdlib/test-a64l.o.dt -MT /build/stdlib/test-a64l.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-atexit-recursive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-atexit-recursive.o -MD -MP -MF /build/stdlib/test-atexit-recursive.o.dt -MT /build/stdlib/test-atexit-recursive.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-on_exit-race.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-on_exit-race.o -MD -MP -MF /build/stdlib/test-on_exit-race.o.dt -MT /build/stdlib/test-on_exit-race.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-canon2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-canon2.o -MD -MP -MF /build/stdlib/test-canon2.o.dt -MT /build/stdlib/test-canon2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-cxa_atexit-race2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-cxa_atexit-race2.o -MD -MP -MF /build/stdlib/test-cxa_atexit-race2.o.dt -MT /build/stdlib/test-cxa_atexit-race2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-dlclose-exit-race-helper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/stdlib/test-dlclose-exit-race-helper.os -MD -MP -MF /build/stdlib/test-dlclose-exit-race-helper.os.dt -MT /build/stdlib/test-dlclose-exit-race-helper.os make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 testmb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -Werror -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/testmb.o -MD -MP -MF /build/stdlib/testmb.o.dt -MT /build/stdlib/testmb.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-abs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-abs.o -MD -MP -MF /build/stdlib/tst-abs.o.dt -MT /build/stdlib/tst-abs.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 bug-strtod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/bug-strtod.o -MD -MP -MF /build/stdlib/bug-strtod.o.dt -MT /build/stdlib/bug-strtod.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 test-canon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-canon.o -MD -MP -MF /build/stdlib/test-canon.o.dt -MT /build/stdlib/test-canon.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-arc4random-fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-arc4random-fork.o -MD -MP -MF /build/stdlib/tst-arc4random-fork.o.dt -MT /build/stdlib/tst-arc4random-fork.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-arc4random-stats.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-arc4random-stats.o -MD -MP -MF /build/stdlib/tst-arc4random-stats.o.dt -MT /build/stdlib/tst-arc4random-stats.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 bug-strtod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/bug-strtod2.o -MD -MP -MF /build/stdlib/bug-strtod2.o.dt -MT /build/stdlib/bug-strtod2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-at_quick_exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-at_quick_exit.o -MD -MP -MF /build/stdlib/tst-at_quick_exit.o.dt -MT /build/stdlib/tst-at_quick_exit.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-atexit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-atexit.o -MD -MP -MF /build/stdlib/tst-atexit.o.dt -MT /build/stdlib/tst-atexit.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-atof2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-atof2.o -MD -MP -MF /build/stdlib/tst-atof2.o.dt -MT /build/stdlib/tst-atof2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-bz20544.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-bz20544.o -MD -MP -MF /build/stdlib/tst-bz20544.o.dt -MT /build/stdlib/tst-bz20544.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-atof1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-atof1.o -MD -MP -MF /build/stdlib/tst-atof1.o.dt -MT /build/stdlib/tst-atof1.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-cxa_atexit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-cxa_atexit.o -MD -MP -MF /build/stdlib/tst-cxa_atexit.o.dt -MT /build/stdlib/tst-cxa_atexit.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' ../scripts/evaluate-test.sh stdlib/tst-quick_exit \ 77 false false > /build/stdlib/tst-quick_exit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-concurrent-exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-concurrent-exit.o -MD -MP -MF /build/stdlib/tst-concurrent-exit.o.dt -MT /build/stdlib/tst-concurrent-exit.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-canon-bz26341.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-canon-bz26341.o -MD -MP -MF /build/stdlib/tst-canon-bz26341.o.dt -MT /build/stdlib/tst-canon-bz26341.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-concurrent-quick_exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-concurrent-quick_exit.o -MD -MP -MF /build/stdlib/tst-concurrent-quick_exit.o.dt -MT /build/stdlib/tst-concurrent-quick_exit.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-labs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-labs.o -MD -MP -MF /build/stdlib/tst-labs.o.dt -MT /build/stdlib/tst-labs.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-limits.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-limits.o -MD -MP -MF /build/stdlib/tst-limits.o.dt -MT /build/stdlib/tst-limits.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-makecontext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-makecontext.o -MD -MP -MF /build/stdlib/tst-makecontext.o.dt -MT /build/stdlib/tst-makecontext.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-qsort.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse -malign-double -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-qsort.o -MD -MP -MF /build/stdlib/tst-qsort.o.dt -MT /build/stdlib/tst-qsort.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-arc4random-thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-arc4random-thread.o -MD -MP -MF /build/stdlib/tst-arc4random-thread.o.dt -MT /build/stdlib/tst-arc4random-thread.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-getrandom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-getrandom.o -MD -MP -MF /build/stdlib/tst-getrandom.o.dt -MT /build/stdlib/tst-getrandom.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-llabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-llabs.o -MD -MP -MF /build/stdlib/tst-llabs.o.dt -MT /build/stdlib/tst-llabs.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-makecontext-align.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-makecontext-align.o -MD -MP -MF /build/stdlib/tst-makecontext-align.o.dt -MT /build/stdlib/tst-makecontext-align.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-makecontext2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse -malign-double -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-makecontext2.o -MD -MP -MF /build/stdlib/tst-makecontext2.o.dt -MT /build/stdlib/tst-makecontext2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-makecontext3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-makecontext3.o -MD -MP -MF /build/stdlib/tst-makecontext3.o.dt -MT /build/stdlib/tst-makecontext3.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-on_exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-on_exit.o -MD -MP -MF /build/stdlib/tst-on_exit.o.dt -MT /build/stdlib/tst-on_exit.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-qsort2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-qsort2.o -MD -MP -MF /build/stdlib/tst-qsort2.o.dt -MT /build/stdlib/tst-qsort2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-bsearch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse -malign-double -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-bsearch.o -MD -MP -MF /build/stdlib/tst-bsearch.o.dt -MT /build/stdlib/tst-bsearch.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-environ.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-environ.o -MD -MP -MF /build/stdlib/tst-environ.o.dt -MT /build/stdlib/tst-environ.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-qsort6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-qsort6.o -MD -MP -MF /build/stdlib/tst-qsort6.o.dt -MT /build/stdlib/tst-qsort6.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-random2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-random2.o -MD -MP -MF /build/stdlib/tst-random2.o.dt -MT /build/stdlib/tst-random2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-realpath-toolong.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-realpath-toolong.o -MD -MP -MF /build/stdlib/tst-realpath-toolong.o.dt -MT /build/stdlib/tst-realpath-toolong.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-realpath.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-realpath.o -MD -MP -MF /build/stdlib/tst-realpath.o.dt -MT /build/stdlib/tst-realpath.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-rand48-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-rand48-2.o -MD -MP -MF /build/stdlib/tst-rand48-2.o.dt -MT /build/stdlib/tst-rand48-2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-random.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-random.o -MD -MP -MF /build/stdlib/tst-random.o.dt -MT /build/stdlib/tst-random.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-secure-getenv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-secure-getenv.o -MD -MP -MF /build/stdlib/tst-secure-getenv.o.dt -MT /build/stdlib/tst-secure-getenv.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-rand48.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-rand48.o -MD -MP -MF /build/stdlib/tst-rand48.o.dt -MT /build/stdlib/tst-rand48.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdbit-Wconversion.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wconversion -Werror -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdbit-Wconversion.o -MD -MP -MF /build/stdlib/tst-stdbit-Wconversion.o.dt -MT /build/stdlib/tst-stdbit-Wconversion.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext.o -MD -MP -MF /build/stdlib/tst-setcontext.o.dt -MT /build/stdlib/tst-setcontext.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext9.o -MD -MP -MF /build/stdlib/tst-setcontext9.o.dt -MT /build/stdlib/tst-setcontext9.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext5.o -MD -MP -MF /build/stdlib/tst-setcontext5.o.dt -MT /build/stdlib/tst-setcontext5.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext6.o -MD -MP -MF /build/stdlib/tst-setcontext6.o.dt -MT /build/stdlib/tst-setcontext6.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext7.o -MD -MP -MF /build/stdlib/tst-setcontext7.o.dt -MT /build/stdlib/tst-setcontext7.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext8.o -MD -MP -MF /build/stdlib/tst-setcontext8.o.dt -MT /build/stdlib/tst-setcontext8.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext10.o -MD -MP -MF /build/stdlib/tst-setcontext10.o.dt -MT /build/stdlib/tst-setcontext10.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-qsort3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-qsort3.o -MD -MP -MF /build/stdlib/tst-qsort3.o.dt -MT /build/stdlib/tst-qsort3.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext4.o -MD -MP -MF /build/stdlib/tst-setcontext4.o.dt -MT /build/stdlib/tst-setcontext4.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext2.o -MD -MP -MF /build/stdlib/tst-setcontext2.o.dt -MT /build/stdlib/tst-setcontext2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext3.o -MD -MP -MF /build/stdlib/tst-setcontext3.o.dt -MT /build/stdlib/tst-setcontext3.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-setcontext11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-setcontext11.o -MD -MP -MF /build/stdlib/tst-setcontext11.o.dt -MT /build/stdlib/tst-setcontext11.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdbit-builtins.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdbit-builtins.o -MD -MP -MF /build/stdlib/tst-stdbit-builtins.o.dt -MT /build/stdlib/tst-stdbit-builtins.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod-nan-sign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod-nan-sign.o -MD -MP -MF /build/stdlib/tst-strtod-nan-sign.o.dt -MT /build/stdlib/tst-strtod-nan-sign.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strfmon_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strfmon_l.o -MD -MP -MF /build/stdlib/tst-strfmon_l.o.dt -MT /build/stdlib/tst-strfmon_l.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod-overflow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod-overflow.o -MD -MP -MF /build/stdlib/tst-strtod-overflow.o.dt -MT /build/stdlib/tst-strtod-overflow.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod.o -MD -MP -MF /build/stdlib/tst-strtod.o.dt -MT /build/stdlib/tst-strtod.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod-nan-locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod-nan-locale.o -MD -MP -MF /build/stdlib/tst-strtod-nan-locale.o.dt -MT /build/stdlib/tst-strtod-nan-locale.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strfrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strfrom.o -MD -MP -MF /build/stdlib/tst-strfrom.o.dt -MT /build/stdlib/tst-strfrom.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strfrom-locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strfrom-locale.o -MD -MP -MF /build/stdlib/tst-strfrom-locale.o.dt -MT /build/stdlib/tst-strfrom-locale.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_count_ones.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_count_ones.o -MD -MP -MF /build/stdlib/tst-stdc_count_ones.o.dt -MT /build/stdlib/tst-stdc_count_ones.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod5.o -MD -MP -MF /build/stdlib/tst-strtod5.o.dt -MT /build/stdlib/tst-strtod5.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod2.o -MD -MP -MF /build/stdlib/tst-strtod2.o.dt -MT /build/stdlib/tst-strtod2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' Generating locale hi_IN.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtol.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtol.o -MD -MP -MF /build/stdlib/tst-strtol.o.dt -MT /build/stdlib/tst-strtol.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod6.o -MD -MP -MF /build/stdlib/tst-strtod6.o.dt -MT /build/stdlib/tst-strtod6.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtol-binary-c11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c11 -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtol-binary-c11.o -MD -MP -MF /build/stdlib/tst-strtol-binary-c11.o.dt -MT /build/stdlib/tst-strtol-binary-c11.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' Generating locale el_GR.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod-underflow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod-underflow.o -MD -MP -MF /build/stdlib/tst-strtod-underflow.o.dt -MT /build/stdlib/tst-strtod-underflow.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' ../scripts/evaluate-test.sh stdlib/tst-thread-quick_exit \ 77 false false > /build/stdlib/tst-thread-quick_exit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtol-binary-c23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c11 -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtol-binary-c23.o -MD -MP -MF /build/stdlib/tst-strtol-binary-c23.o.dt -MT /build/stdlib/tst-strtol-binary-c23.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-swapcontext1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-swapcontext1.o -MD -MP -MF /build/stdlib/tst-swapcontext1.o.dt -MT /build/stdlib/tst-swapcontext1.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-swapcontext2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-swapcontext2.o -MD -MP -MF /build/stdlib/tst-swapcontext2.o.dt -MT /build/stdlib/tst-swapcontext2.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_bit_ceil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_bit_ceil.o -MD -MP -MF /build/stdlib/tst-stdc_bit_ceil.o.dt -MT /build/stdlib/tst-stdc_bit_ceil.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_has_single_bit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_has_single_bit.o -MD -MP -MF /build/stdlib/tst-stdc_has_single_bit.o.dt -MT /build/stdlib/tst-stdc_has_single_bit.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtol-locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtol-locale.o -MD -MP -MF /build/stdlib/tst-strtol-locale.o.dt -MT /build/stdlib/tst-strtol-locale.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-tininess.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-tininess.o -MD -MP -MF /build/stdlib/tst-tininess.o.dt -MT /build/stdlib/tst-tininess.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtol-binary-gnu11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu11 -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtol-binary-gnu11.o -MD -MP -MF /build/stdlib/tst-strtol-binary-gnu11.o.dt -MT /build/stdlib/tst-strtol-binary-gnu11.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-unsetenv1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-unsetenv1.o -MD -MP -MF /build/stdlib/tst-unsetenv1.o.dt -MT /build/stdlib/tst-unsetenv1.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-width.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-width.o -MD -MP -MF /build/stdlib/tst-width.o.dt -MT /build/stdlib/tst-width.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_bit_floor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_bit_floor.o -MD -MP -MF /build/stdlib/tst-stdc_bit_floor.o.dt -MT /build/stdlib/tst-stdc_bit_floor.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_count_zeros.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_count_zeros.o -MD -MP -MF /build/stdlib/tst-stdc_count_zeros.o.dt -MT /build/stdlib/tst-stdc_count_zeros.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtoll.o -MD -MP -MF /build/stdlib/tst-strtoll.o.dt -MT /build/stdlib/tst-strtoll.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_bit_width.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_bit_width.o -MD -MP -MF /build/stdlib/tst-stdc_bit_width.o.dt -MT /build/stdlib/tst-stdc_bit_width.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_first_trailing_one.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_first_trailing_one.o -MD -MP -MF /build/stdlib/tst-stdc_first_trailing_one.o.dt -MT /build/stdlib/tst-stdc_first_trailing_one.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-xpg-basename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-xpg-basename.o -MD -MP -MF /build/stdlib/tst-xpg-basename.o.dt -MT /build/stdlib/tst-xpg-basename.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_first_leading_zero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_first_leading_zero.o -MD -MP -MF /build/stdlib/tst-stdc_first_leading_zero.o.dt -MT /build/stdlib/tst-stdc_first_leading_zero.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_leading_zeros.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_leading_zeros.o -MD -MP -MF /build/stdlib/tst-stdc_leading_zeros.o.dt -MT /build/stdlib/tst-stdc_leading_zeros.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-width-stdint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-width-stdint.o -MD -MP -MF /build/stdlib/tst-width-stdint.o.dt -MT /build/stdlib/tst-width-stdint.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-putenv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-putenv.o -MD -MP -MF /build/stdlib/tst-putenv.o.dt -MT /build/stdlib/tst-putenv.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-putenvmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-putenvmod.os -MD -MP -MF /build/stdlib/tst-putenvmod.os.dt -MT /build/stdlib/tst-putenvmod.os make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_leading_ones.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_leading_ones.o -MD -MP -MF /build/stdlib/tst-stdc_leading_ones.o.dt -MT /build/stdlib/tst-stdc_leading_ones.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_first_leading_one.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_first_leading_one.o -MD -MP -MF /build/stdlib/tst-stdc_first_leading_one.o.dt -MT /build/stdlib/tst-stdc_first_leading_one.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtol-binary-gnu23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu11 -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtol-binary-gnu23.o -MD -MP -MF /build/stdlib/tst-strtol-binary-gnu23.o.dt -MT /build/stdlib/tst-strtol-binary-gnu23.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_first_trailing_zero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_first_trailing_zero.o -MD -MP -MF /build/stdlib/tst-stdc_first_trailing_zero.o.dt -MT /build/stdlib/tst-stdc_first_trailing_zero.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_trailing_ones.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_trailing_ones.o -MD -MP -MF /build/stdlib/tst-stdc_trailing_ones.o.dt -MT /build/stdlib/tst-stdc_trailing_ones.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-stdc_trailing_zeros.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-stdc_trailing_zeros.o -MD -MP -MF /build/stdlib/tst-stdc_trailing_zeros.o.dt -MT /build/stdlib/tst-stdc_trailing_zeros.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-tls-atexit-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-tls-atexit-lib.os -MD -MP -MF /build/stdlib/tst-tls-atexit-lib.os.dt -MT /build/stdlib/tst-tls-atexit-lib.os make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod1i.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod1i.o -MD -MP -MF /build/stdlib/tst-strtod1i.o.dt -MT /build/stdlib/tst-strtod1i.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/bug-fmtmsg1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/bug-fmtmsg1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/ucontext_i.h; \ python3 -B ../scripts/gen-as-const.py --test ../sysdeps/unix/sysv/linux/i386/ucontext_i.sym) > /build/stdlib/test-as-const-ucontext_i.cT mv -f /build/stdlib/test-as-const-ucontext_i.cT /build/stdlib/test-as-const-ucontext_i.c make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=stdlib alloca.h bits/errno.h bits/indirect-return.h bits/monetary-ldbl.h bits/stdint-intn.h bits/stdint-least.h bits/stdint-uintn.h bits/stdlib-bsearch.h bits/stdlib-float.h bits/stdlib-ldbl.h bits/stdlib.h bits/time64.h bits/timesize.h bits/types/error_t.h bits/wordsize.h errno.h fmtmsg.h inttypes.h monetary.h stdbit.h stdint.h stdlib.h sys/errno.h sys/random.h sys/ucontext.h ucontext.h > /build/stdlib/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh stdlib/check-wrapper-headers $? false false > /build/stdlib/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod3.o -MD -MP -MF /build/stdlib/tst-strtod3.o.dt -MT /build/stdlib/tst-strtod3.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod4.o -MD -MP -MF /build/stdlib/tst-strtod4.o.dt -MT /build/stdlib/tst-strtod4.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/bug-strtod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/bug-strtod.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/bug-strtod2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/bug-strtod2.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-a64l -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-a64l.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-atexit-race -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-atexit-race.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/bug-getcontext -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/bug-getcontext.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-at_quick_exit-race -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-at_quick_exit-race.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-atexit-recursive -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-atexit-recursive.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod5i.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod5i.o -MD -MP -MF /build/stdlib/tst-strtod5i.o.dt -MT /build/stdlib/tst-strtod5i.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-canon -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-canon.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-bz22786 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-bz22786.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-canon2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-canon2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/stdlib/test-canon2.o: in function `do_prepare': /glibc/stdlib/test-canon2.c:50:(.text+0x6a): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-cxa_atexit-race -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-cxa_atexit-race.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' python3 -B ../scripts/check-obsolete-constructs.py alloca.h ../sysdeps/unix/sysv/linux/bits/errno.h ../sysdeps/x86/bits/indirect-return.h bits/monetary-ldbl.h ../bits/stdint-intn.h ../bits/stdint-least.h ../bits/stdint-uintn.h ../bits/stdlib-bsearch.h bits/stdlib-float.h bits/stdlib-ldbl.h bits/stdlib.h ../bits/time64.h ../sysdeps/unix/sysv/linux/x86/bits/timesize.h ../bits/types/error_t.h ../sysdeps/x86/bits/wordsize.h errno.h fmtmsg.h inttypes.h monetary.h stdbit.h stdint.h stdlib.h sys/errno.h sys/random.h ../sysdeps/unix/sysv/linux/x86/sys/ucontext.h ucontext.h > /build/stdlib/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh stdlib/check-obsolete-constructs $? false false > /build/stdlib/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/stdlib/test-dlclose-exit-race-helper.so /build/csu/abi-note.o /build/stdlib/test-dlclose-exit-race-helper.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-tls-atexit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-tls-atexit.o -MD -MP -MF /build/stdlib/tst-tls-atexit.o.dt -MT /build/stdlib/tst-tls-atexit.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -O -D_GNU_SOURCE -DIS_IN_build -include /build/config.h isomac.c -o /build/stdlib/isomac make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/testdiv -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/testdiv.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/testmb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/testmb.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/testmb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/testmb2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-dlclose-exit-race -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-dlclose-exit-race.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-fmtmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-fmtmsg.o -MD -MP -MF /build/stdlib/tst-fmtmsg.o.dt -MT /build/stdlib/tst-fmtmsg.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-cxa_atexit-race2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-cxa_atexit-race2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/testsort -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/testsort.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/testrand -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/testrand.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-on_exit-race -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-on_exit-race.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-abs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-abs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-tls-atexit-nodelete.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-tls-atexit-nodelete.o -MD -MP -MF /build/stdlib/tst-tls-atexit-nodelete.o.dt -MT /build/stdlib/tst-tls-atexit-nodelete.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-arc4random-stats -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-arc4random-stats.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-arc4random-fork -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-arc4random-fork.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-at_quick_exit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-at_quick_exit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-atexit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-atexit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-system.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-system.o -MD -MP -MF /build/stdlib/tst-system.o.dt -MT /build/stdlib/tst-system.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-atof2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-atof2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-atof1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-atof1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-arc4random-thread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-arc4random-thread.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-bsearch -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-bsearch.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-bz20544 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-bz20544.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-cxa_atexit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-cxa_atexit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-environ -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-environ.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-limits -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-limits.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-getrandom -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-getrandom.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-concurrent-exit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-concurrent-exit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-labs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-labs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-llabs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-llabs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-canon-bz26341 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-canon-bz26341.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-makecontext -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-makecontext.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-concurrent-quick_exit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-concurrent-quick_exit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-makecontext3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-makecontext3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-qsort2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-qsort2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-qsort -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-qsort.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-makecontext-align -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-makecontext-align.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-makecontext2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-makecontext2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-on_exit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-on_exit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-qsort6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-qsort6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-qsort3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-qsort3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-qsort4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-qsort4.o -MD -MP -MF /build/stdlib/tst-qsort4.o.dt -MT /build/stdlib/tst-qsort4.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-rand48-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-rand48-2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-rand48 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-rand48.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-random -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-random.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-random2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-random2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-realpath -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-realpath.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-realpath-toolong -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-realpath-toolong.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdbit-Wconversion -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdbit-Wconversion.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdbit-builtins -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdbit-builtins.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_bit_ceil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_bit_ceil.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-setcontext11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-setcontext11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_bit_floor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_bit_floor.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_count_zeros -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_count_zeros.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_count_ones -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_count_ones.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_first_leading_zero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_first_leading_zero.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_bit_width -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_bit_width.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_first_leading_one -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_first_leading_one.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_leading_ones -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_leading_ones.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_has_single_bit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_has_single_bit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_first_trailing_one -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_first_trailing_one.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_first_trailing_zero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_first_trailing_zero.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_leading_zeros -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_leading_zeros.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_trailing_ones -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_trailing_ones.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strfmon_l -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strfmon_l.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strfrom -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strfrom.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strfrom-locale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strfrom-locale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-stdc_trailing_zeros -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-stdc_trailing_zeros.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod-overflow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod-overflow.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod-nan-sign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod-nan-sign.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 tst-strtod-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/tst-strtod-round.o -MD -MP -MF /build/stdlib/tst-strtod-round.o.dt -MT /build/stdlib/tst-strtod-round.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod-nan-locale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod-nan-locale.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod-underflow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod-underflow.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtol -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtol.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtol-binary-c11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtol-binary-c11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod6.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtol-binary-gnu11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtol-binary-gnu11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtol-binary-gnu23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtol-binary-gnu23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtol-binary-c23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtol-binary-c23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtol-locale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtol-locale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtoll -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtoll.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-swapcontext2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-swapcontext2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-swapcontext1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-swapcontext1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/stdlib/tst-putenvmod.so /build/csu/abi-note.o /build/stdlib/tst-putenvmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-width-stdint -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-width-stdint.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-unsetenv1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-unsetenv1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/stdlib/tst-tls-atexit-lib.so /build/csu/abi-note.o /build/stdlib/tst-tls-atexit-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-width -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-width.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-tininess -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-tininess.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-xpg-basename -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-xpg-basename.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C SEV_LEVEL=foo,11,newsev /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/bug-fmtmsg1 > /build/stdlib/bug-fmtmsg1.out; \ ../scripts/evaluate-test.sh stdlib/bug-fmtmsg1 $? false false > /build/stdlib/bug-fmtmsg1.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/bug-getcontext > /build/stdlib/bug-getcontext.out; \ ../scripts/evaluate-test.sh stdlib/bug-getcontext $? false false > /build/stdlib/bug-getcontext.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/bug-strtod > /build/stdlib/bug-strtod.out; \ ../scripts/evaluate-test.sh stdlib/bug-strtod $? false false > /build/stdlib/bug-strtod.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-qsort4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-qsort4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod1i -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod1i.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/bug-strtod2 > /build/stdlib/bug-strtod2.out; \ ../scripts/evaluate-test.sh stdlib/bug-strtod2 $? false false > /build/stdlib/bug-strtod2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-a64l > /build/stdlib/test-a64l.out; \ ../scripts/evaluate-test.sh stdlib/test-a64l $? false false > /build/stdlib/test-a64l.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-tls-atexit-nodelete -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-tls-atexit-nodelete.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-tls-atexit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-tls-atexit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod5i -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod5i.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-system -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-system.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-fmtmsg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-fmtmsg.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-dlclose-exit-race > /build/stdlib/test-dlclose-exit-race.out; \ ../scripts/evaluate-test.sh stdlib/test-dlclose-exit-race $? false false > /build/stdlib/test-dlclose-exit-race.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-atexit-recursive > /build/stdlib/test-atexit-recursive.out; \ ../scripts/evaluate-test.sh stdlib/test-atexit-recursive $? false false > /build/stdlib/test-atexit-recursive.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-canon --test-dir=/build/stdlib > /build/stdlib/test-canon.out; \ ../scripts/evaluate-test.sh stdlib/test-canon $? false false > /build/stdlib/test-canon.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-canon2 > /build/stdlib/test-canon2.out; \ ../scripts/evaluate-test.sh stdlib/test-canon2 $? false false > /build/stdlib/test-canon2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/testmb > /build/stdlib/testmb.out; \ ../scripts/evaluate-test.sh stdlib/testmb $? false false > /build/stdlib/testmb.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/testmb2 > /build/stdlib/testmb2.out; \ ../scripts/evaluate-test.sh stdlib/testmb2 $? false false > /build/stdlib/testmb2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 /build/stdlib/test-as-const-ucontext_i.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/stdlib/test-as-const-ucontext_i.o -MD -MP -MF /build/stdlib/test-as-const-ucontext_i.o.dt -MT /build/stdlib/test-as-const-ucontext_i.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/testdiv > /build/stdlib/testdiv.out < testdiv.input; \ ../scripts/evaluate-test.sh stdlib/testdiv $? false false > /build/stdlib/testdiv.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/testrand > /build/stdlib/testrand.out; \ ../scripts/evaluate-test.sh stdlib/testrand $? false false > /build/stdlib/testrand.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-abs > /build/stdlib/tst-abs.out; \ ../scripts/evaluate-test.sh stdlib/tst-abs $? false false > /build/stdlib/tst-abs.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-arc4random-fork > /build/stdlib/tst-arc4random-fork.out; \ ../scripts/evaluate-test.sh stdlib/tst-arc4random-fork $? false false > /build/stdlib/tst-arc4random-fork.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-at_quick_exit > /build/stdlib/tst-at_quick_exit.out; \ ../scripts/evaluate-test.sh stdlib/tst-at_quick_exit $? false false > /build/stdlib/tst-at_quick_exit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-bsearch > /build/stdlib/tst-bsearch.out; \ ../scripts/evaluate-test.sh stdlib/tst-bsearch $? false false > /build/stdlib/tst-bsearch.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-atexit > /build/stdlib/tst-atexit.out; \ ../scripts/evaluate-test.sh stdlib/tst-atexit $? false false > /build/stdlib/tst-atexit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-atof1 > /build/stdlib/tst-atof1.out; \ ../scripts/evaluate-test.sh stdlib/tst-atof1 $? false false > /build/stdlib/tst-atof1.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-cxa_atexit-race > /build/stdlib/test-cxa_atexit-race.out; \ ../scripts/evaluate-test.sh stdlib/test-cxa_atexit-race $? false false > /build/stdlib/test-cxa_atexit-race.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-concurrent-exit > /build/stdlib/tst-concurrent-exit.out; \ ../scripts/evaluate-test.sh stdlib/tst-concurrent-exit $? false false > /build/stdlib/tst-concurrent-exit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-atof2 > /build/stdlib/tst-atof2.out; \ ../scripts/evaluate-test.sh stdlib/tst-atof2 $? false false > /build/stdlib/tst-atof2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-concurrent-quick_exit > /build/stdlib/tst-concurrent-quick_exit.out; \ ../scripts/evaluate-test.sh stdlib/tst-concurrent-quick_exit $? false false > /build/stdlib/tst-concurrent-quick_exit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-cxa_atexit > /build/stdlib/tst-cxa_atexit.out; \ ../scripts/evaluate-test.sh stdlib/tst-cxa_atexit $? false false > /build/stdlib/tst-cxa_atexit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-environ > /build/stdlib/tst-environ.out; \ ../scripts/evaluate-test.sh stdlib/tst-environ $? false false > /build/stdlib/tst-environ.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-canon-bz26341 > /build/stdlib/tst-canon-bz26341.out; \ ../scripts/evaluate-test.sh stdlib/tst-canon-bz26341 $? false false > /build/stdlib/tst-canon-bz26341.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-getrandom > /build/stdlib/tst-getrandom.out; \ ../scripts/evaluate-test.sh stdlib/tst-getrandom $? false false > /build/stdlib/tst-getrandom.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-labs > /build/stdlib/tst-labs.out; \ ../scripts/evaluate-test.sh stdlib/tst-labs $? false false > /build/stdlib/tst-labs.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-limits > /build/stdlib/tst-limits.out; \ ../scripts/evaluate-test.sh stdlib/tst-limits $? false false > /build/stdlib/tst-limits.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-on_exit-race > /build/stdlib/test-on_exit-race.out; \ ../scripts/evaluate-test.sh stdlib/test-on_exit-race $? false false > /build/stdlib/test-on_exit-race.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-atexit-race > /build/stdlib/test-atexit-race.out; \ ../scripts/evaluate-test.sh stdlib/test-atexit-race $? false false > /build/stdlib/test-atexit-race.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-llabs > /build/stdlib/tst-llabs.out; \ ../scripts/evaluate-test.sh stdlib/tst-llabs $? false false > /build/stdlib/tst-llabs.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-makecontext > /build/stdlib/tst-makecontext.out; \ ../scripts/evaluate-test.sh stdlib/tst-makecontext $? false false > /build/stdlib/tst-makecontext.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-makecontext-align > /build/stdlib/tst-makecontext-align.out; \ ../scripts/evaluate-test.sh stdlib/tst-makecontext-align $? false false > /build/stdlib/tst-makecontext-align.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-makecontext2 > /build/stdlib/tst-makecontext2.out; \ ../scripts/evaluate-test.sh stdlib/tst-makecontext2 $? false false > /build/stdlib/tst-makecontext2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-makecontext3 > /build/stdlib/tst-makecontext3.out; \ ../scripts/evaluate-test.sh stdlib/tst-makecontext3 $? false false > /build/stdlib/tst-makecontext3.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-on_exit > /build/stdlib/tst-on_exit.out; \ ../scripts/evaluate-test.sh stdlib/tst-on_exit $? false false > /build/stdlib/tst-on_exit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-qsort > /build/stdlib/tst-qsort.out; \ ../scripts/evaluate-test.sh stdlib/tst-qsort $? false false > /build/stdlib/tst-qsort.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-qsort6 > /build/stdlib/tst-qsort6.out; \ ../scripts/evaluate-test.sh stdlib/tst-qsort6 $? false false > /build/stdlib/tst-qsort6.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-rand48 > /build/stdlib/tst-rand48.out; \ ../scripts/evaluate-test.sh stdlib/tst-rand48 $? false false > /build/stdlib/tst-rand48.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-random > /build/stdlib/tst-random.out; \ ../scripts/evaluate-test.sh stdlib/tst-random $? false false > /build/stdlib/tst-random.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-at_quick_exit-race > /build/stdlib/test-at_quick_exit-race.out; \ ../scripts/evaluate-test.sh stdlib/test-at_quick_exit-race $? false false > /build/stdlib/test-at_quick_exit-race.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-rand48-2 > /build/stdlib/tst-rand48-2.out; \ ../scripts/evaluate-test.sh stdlib/tst-rand48-2 $? false false > /build/stdlib/tst-rand48-2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-secure-getenv -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-secure-getenv.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-random2 > /build/stdlib/tst-random2.out; \ ../scripts/evaluate-test.sh stdlib/tst-random2 $? false false > /build/stdlib/tst-random2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext > /build/stdlib/tst-setcontext.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext $? false false > /build/stdlib/tst-setcontext.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-realpath > /build/stdlib/tst-realpath.out; \ ../scripts/evaluate-test.sh stdlib/tst-realpath $? false false > /build/stdlib/tst-realpath.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-realpath-toolong > /build/stdlib/tst-realpath-toolong.out; \ ../scripts/evaluate-test.sh stdlib/tst-realpath-toolong $? false false > /build/stdlib/tst-realpath-toolong.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext2 > /build/stdlib/tst-setcontext2.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext2 $? false false > /build/stdlib/tst-setcontext2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext4 > /build/stdlib/tst-setcontext4.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext4 $? false false > /build/stdlib/tst-setcontext4.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext5 > /build/stdlib/tst-setcontext5.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext5 $? false false > /build/stdlib/tst-setcontext5.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' /bin/sh tst-setcontext3.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ /build/stdlib/; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext3 $? false false > /build/stdlib/tst-setcontext3.test-result making contexts called context function PASS: Called exit function PASS: tst-setcontext3 an exit() and created /build/stdlib/tst-setcontext3.7oSkyZIPOA make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext8 > /build/stdlib/tst-setcontext8.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext8 $? false false > /build/stdlib/tst-setcontext8.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext7 > /build/stdlib/tst-setcontext7.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext7 $? false false > /build/stdlib/tst-setcontext7.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext9 > /build/stdlib/tst-setcontext9.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext9 $? false false > /build/stdlib/tst-setcontext9.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext10 > /build/stdlib/tst-setcontext10.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext10 $? false false > /build/stdlib/tst-setcontext10.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext6 > /build/stdlib/tst-setcontext6.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext6 $? false false > /build/stdlib/tst-setcontext6.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-setcontext11 > /build/stdlib/tst-setcontext11.out; \ ../scripts/evaluate-test.sh stdlib/tst-setcontext11 $? false false > /build/stdlib/tst-setcontext11.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdbit-Wconversion > /build/stdlib/tst-stdbit-Wconversion.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdbit-Wconversion $? false false > /build/stdlib/tst-stdbit-Wconversion.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdbit-builtins > /build/stdlib/tst-stdbit-builtins.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdbit-builtins $? false false > /build/stdlib/tst-stdbit-builtins.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_bit_ceil > /build/stdlib/tst-stdc_bit_ceil.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_bit_ceil $? false false > /build/stdlib/tst-stdc_bit_ceil.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_bit_floor > /build/stdlib/tst-stdc_bit_floor.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_bit_floor $? false false > /build/stdlib/tst-stdc_bit_floor.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_bit_width > /build/stdlib/tst-stdc_bit_width.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_bit_width $? false false > /build/stdlib/tst-stdc_bit_width.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_count_zeros > /build/stdlib/tst-stdc_count_zeros.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_count_zeros $? false false > /build/stdlib/tst-stdc_count_zeros.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_count_ones > /build/stdlib/tst-stdc_count_ones.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_count_ones $? false false > /build/stdlib/tst-stdc_count_ones.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_first_leading_zero > /build/stdlib/tst-stdc_first_leading_zero.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_first_leading_zero $? false false > /build/stdlib/tst-stdc_first_leading_zero.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_first_trailing_one > /build/stdlib/tst-stdc_first_trailing_one.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_first_trailing_one $? false false > /build/stdlib/tst-stdc_first_trailing_one.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_first_leading_one > /build/stdlib/tst-stdc_first_leading_one.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_first_leading_one $? false false > /build/stdlib/tst-stdc_first_leading_one.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_has_single_bit > /build/stdlib/tst-stdc_has_single_bit.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_has_single_bit $? false false > /build/stdlib/tst-stdc_has_single_bit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_first_trailing_zero > /build/stdlib/tst-stdc_first_trailing_zero.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_first_trailing_zero $? false false > /build/stdlib/tst-stdc_first_trailing_zero.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_leading_ones > /build/stdlib/tst-stdc_leading_ones.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_leading_ones $? false false > /build/stdlib/tst-stdc_leading_ones.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_leading_zeros > /build/stdlib/tst-stdc_leading_zeros.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_leading_zeros $? false false > /build/stdlib/tst-stdc_leading_zeros.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_trailing_ones > /build/stdlib/tst-stdc_trailing_ones.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_trailing_ones $? false false > /build/stdlib/tst-stdc_trailing_ones.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-stdc_trailing_zeros > /build/stdlib/tst-stdc_trailing_zeros.out; \ ../scripts/evaluate-test.sh stdlib/tst-stdc_trailing_zeros $? false false > /build/stdlib/tst-stdc_trailing_zeros.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strfrom > /build/stdlib/tst-strfrom.out; \ ../scripts/evaluate-test.sh stdlib/tst-strfrom $? false false > /build/stdlib/tst-strfrom.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strfrom-locale > /build/stdlib/tst-strfrom-locale.out; \ ../scripts/evaluate-test.sh stdlib/tst-strfrom-locale $? false false > /build/stdlib/tst-strfrom-locale.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod-nan-sign > /build/stdlib/tst-strtod-nan-sign.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod-nan-sign $? false false > /build/stdlib/tst-strtod-nan-sign.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strfmon_l > /build/stdlib/tst-strfmon_l.out; \ ../scripts/evaluate-test.sh stdlib/tst-strfmon_l $? false false > /build/stdlib/tst-strfmon_l.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod2 > /build/stdlib/tst-strtod2.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod2 $? false false > /build/stdlib/tst-strtod2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod > /build/stdlib/tst-strtod.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod $? false false > /build/stdlib/tst-strtod.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod5 > /build/stdlib/tst-strtod5.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod5 $? false false > /build/stdlib/tst-strtod5.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtol-binary-c11 > /build/stdlib/tst-strtol-binary-c11.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtol-binary-c11 $? false false > /build/stdlib/tst-strtol-binary-c11.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtol-binary-c23 > /build/stdlib/tst-strtol-binary-c23.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtol-binary-c23 $? false false > /build/stdlib/tst-strtol-binary-c23.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod6 > /build/stdlib/tst-strtod6.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod6 $? false false > /build/stdlib/tst-strtod6.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtol-binary-gnu11 > /build/stdlib/tst-strtol-binary-gnu11.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtol-binary-gnu11 $? false false > /build/stdlib/tst-strtol-binary-gnu11.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-bz20544 > /build/stdlib/tst-bz20544.out; \ ../scripts/evaluate-test.sh stdlib/tst-bz20544 $? false false > /build/stdlib/tst-bz20544.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod-nan-locale > /build/stdlib/tst-strtod-nan-locale.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod-nan-locale $? false false > /build/stdlib/tst-strtod-nan-locale.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod-underflow > /build/stdlib/tst-strtod-underflow.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod-underflow $? false false > /build/stdlib/tst-strtod-underflow.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtol-binary-gnu23 > /build/stdlib/tst-strtol-binary-gnu23.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtol-binary-gnu23 $? false false > /build/stdlib/tst-strtol-binary-gnu23.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtol > /build/stdlib/tst-strtol.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtol $? false false > /build/stdlib/tst-strtol.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-swapcontext2 > /build/stdlib/tst-swapcontext2.out; \ ../scripts/evaluate-test.sh stdlib/tst-swapcontext2 $? false false > /build/stdlib/tst-swapcontext2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-tininess > /build/stdlib/tst-tininess.out; \ ../scripts/evaluate-test.sh stdlib/tst-tininess $? false false > /build/stdlib/tst-tininess.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-strtod-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-strtod-round.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-swapcontext1 > /build/stdlib/tst-swapcontext1.out; \ ../scripts/evaluate-test.sh stdlib/tst-swapcontext1 $? false false > /build/stdlib/tst-swapcontext1.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-unsetenv1 > /build/stdlib/tst-unsetenv1.out; \ ../scripts/evaluate-test.sh stdlib/tst-unsetenv1 $? false false > /build/stdlib/tst-unsetenv1.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-width > /build/stdlib/tst-width.out; \ ../scripts/evaluate-test.sh stdlib/tst-width $? false false > /build/stdlib/tst-width.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-xpg-basename > /build/stdlib/tst-xpg-basename.out; \ ../scripts/evaluate-test.sh stdlib/tst-xpg-basename $? false false > /build/stdlib/tst-xpg-basename.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-width-stdint > /build/stdlib/tst-width-stdint.out; \ ../scripts/evaluate-test.sh stdlib/tst-width-stdint $? false false > /build/stdlib/tst-width-stdint.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod1i > /build/stdlib/tst-strtod1i.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod1i $? false false > /build/stdlib/tst-strtod1i.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-tls-atexit > /build/stdlib/tst-tls-atexit.out; \ ../scripts/evaluate-test.sh stdlib/tst-tls-atexit $? false false > /build/stdlib/tst-tls-atexit.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-tls-atexit-nodelete > /build/stdlib/tst-tls-atexit-nodelete.out; \ ../scripts/evaluate-test.sh stdlib/tst-tls-atexit-nodelete $? false false > /build/stdlib/tst-tls-atexit-nodelete.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtoll > /build/stdlib/tst-strtoll.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtoll $? false false > /build/stdlib/tst-strtoll.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod3 > /build/stdlib/tst-strtod3.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod3 $? false false > /build/stdlib/tst-strtod3.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod4 > /build/stdlib/tst-strtod4.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod4 $? false false > /build/stdlib/tst-strtod4.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod5i > /build/stdlib/tst-strtod5i.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod5i $? false false > /build/stdlib/tst-strtod5i.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/stdlib/tst-secure-getenv > /build/stdlib/tst-secure-getenv.out; \ ../scripts/evaluate-test.sh stdlib/tst-secure-getenv $? false false > /build/stdlib/tst-secure-getenv.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/tst-putenv -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/tst-putenv.o /build/support/libsupport_nonshared.a /build/stdlib/tst-putenvmod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtol-locale > /build/stdlib/tst-strtol-locale.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtol-locale $? false false > /build/stdlib/tst-strtol-locale.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-putenv > /build/stdlib/tst-putenv.out; \ ../scripts/evaluate-test.sh stdlib/tst-putenv $? false false > /build/stdlib/tst-putenv.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' gcc -m32 -o /build/stdlib/test-as-const-ucontext_i -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdlib/test-as-const-ucontext_i.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-as-const-ucontext_i > /build/stdlib/test-as-const-ucontext_i.out; \ ../scripts/evaluate-test.sh stdlib/test-as-const-ucontext_i $? false false > /build/stdlib/test-as-const-ucontext_i.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod-overflow > /build/stdlib/tst-strtod-overflow.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod-overflow $? false false > /build/stdlib/tst-strtod-overflow.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' /bin/sh tst-fmtmsg.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ /build/stdlib/; \ ../scripts/evaluate-test.sh stdlib/tst-fmtmsg $? false false > /build/stdlib/tst-fmtmsg.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' /build/stdlib/isomac 'gcc -m32' \ '-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I..' > /build/stdlib/isomac.out; \ ../scripts/evaluate-test.sh stdlib/isomac $? false false > /build/stdlib/isomac.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/testsort > /build/stdlib/testsort.out; \ ../scripts/evaluate-test.sh stdlib/testsort $? false false > /build/stdlib/testsort.test-result /bin/sh: fork: retry: Resource temporarily unavailable make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-system > /build/stdlib/tst-system.out; \ ../scripts/evaluate-test.sh stdlib/tst-system $? false false > /build/stdlib/tst-system.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-strtod-round > /build/stdlib/tst-strtod-round.out; \ ../scripts/evaluate-test.sh stdlib/tst-strtod-round $? false false > /build/stdlib/tst-strtod-round.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-bz22786 > /build/stdlib/test-bz22786.out; \ ../scripts/evaluate-test.sh stdlib/test-bz22786 $? false false > /build/stdlib/test-bz22786.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-arc4random-stats > /build/stdlib/tst-arc4random-stats.out; \ ../scripts/evaluate-test.sh stdlib/tst-arc4random-stats $? false false > /build/stdlib/tst-arc4random-stats.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-arc4random-thread > /build/stdlib/tst-arc4random-thread.out; \ ../scripts/evaluate-test.sh stdlib/tst-arc4random-thread $? false false > /build/stdlib/tst-arc4random-thread.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/test-cxa_atexit-race2 > /build/stdlib/test-cxa_atexit-race2.out; \ ../scripts/evaluate-test.sh stdlib/test-cxa_atexit-race2 $? false false > /build/stdlib/test-cxa_atexit-race2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-qsort3 > /build/stdlib/tst-qsort3.out; \ ../scripts/evaluate-test.sh stdlib/tst-qsort3 $? false false > /build/stdlib/tst-qsort3.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-qsort2 > /build/stdlib/tst-qsort2.out; \ ../scripts/evaluate-test.sh stdlib/tst-qsort2 $? false false > /build/stdlib/tst-qsort2.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdlib/tst-qsort4 > /build/stdlib/tst-qsort4.out; \ ../scripts/evaluate-test.sh stdlib/tst-qsort4 $? false false > /build/stdlib/tst-qsort4.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ alloca.h bits/errno.h bits/indirect-return.h bits/monetary-ldbl.h bits/stdint-intn.h bits/stdint-least.h bits/stdint-uintn.h bits/stdlib-bsearch.h bits/stdlib-float.h bits/stdlib-ldbl.h bits/stdlib.h bits/time64.h bits/timesize.h bits/types/error_t.h bits/wordsize.h errno.h fmtmsg.h inttypes.h monetary.h stdbit.h stdint.h stdlib.h sys/errno.h sys/random.h sys/ucontext.h ucontext.h > /build/stdlib/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh stdlib/check-installed-headers-c $? false false > /build/stdlib/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/stdlib' make[2]: Entering directory '/glibc/stdlib' ../scripts/merge-test-results.sh -s /build/stdlib/ stdlib \ bug-fmtmsg1 bug-getcontext bug-strtod bug-strtod2 check-installed-headers-c check-obsolete-constructs check-wrapper-headers isomac test-a64l test-as-const-ucontext_i test-at_quick_exit-race test-atexit-race test-atexit-recursive test-bz22786 test-canon test-canon2 test-cxa_atexit-race test-cxa_atexit-race2 test-dlclose-exit-race test-on_exit-race testdiv testmb testmb2 testrand testsort tst-abs tst-arc4random-fork tst-arc4random-stats tst-arc4random-thread tst-at_quick_exit tst-atexit tst-atof1 tst-atof2 tst-bsearch tst-bz20544 tst-canon-bz26341 tst-concurrent-exit tst-concurrent-quick_exit tst-cxa_atexit tst-environ tst-fmtmsg tst-getrandom tst-labs tst-limits tst-llabs tst-makecontext tst-makecontext-align tst-makecontext2 tst-makecontext3 tst-on_exit tst-putenv tst-qsort tst-qsort2 tst-qsort3 tst-qsort4 tst-qsort6 tst-quick_exit tst-rand48 tst-rand48-2 tst-random tst-random2 tst-realpath tst-realpath-toolong tst-secure-getenv tst-setcontext tst-setcontext10 tst-setcontext11 tst-setcontext2 tst-setcontext3 tst-setcontext4 tst-setcontext5 tst-setcontext6 tst-setcontext7 tst-setcontext8 tst-setcontext9 tst-stdbit-Wconversion tst-stdbit-builtins tst-stdc_bit_ceil tst-stdc_bit_floor tst-stdc_bit_width tst-stdc_count_ones tst-stdc_count_zeros tst-stdc_first_leading_one tst-stdc_first_leading_zero tst-stdc_first_trailing_one tst-stdc_first_trailing_zero tst-stdc_has_single_bit tst-stdc_leading_ones tst-stdc_leading_zeros tst-stdc_trailing_ones tst-stdc_trailing_zeros tst-strfmon_l tst-strfrom tst-strfrom-locale tst-strtod tst-strtod-nan-locale tst-strtod-nan-sign tst-strtod-overflow tst-strtod-round tst-strtod-underflow tst-strtod1i tst-strtod2 tst-strtod3 tst-strtod4 tst-strtod5 tst-strtod5i tst-strtod6 tst-strtol tst-strtol-binary-c11 tst-strtol-binary-c23 tst-strtol-binary-gnu11 tst-strtol-binary-gnu23 tst-strtol-locale tst-strtoll tst-swapcontext1 tst-swapcontext2 tst-system tst-thread-quick_exit tst-tininess tst-tls-atexit tst-tls-atexit-nodelete tst-unsetenv1 tst-width tst-width-stdint tst-xpg-basename \ > /build/stdlib/subdir-tests.sum make[2]: Leaving directory '/glibc/stdlib' rm /build/stdlib/test-as-const-ucontext_i.c make subdir=stdio-common -C stdio-common ..=../ tests make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug-vfprintf-nargs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug-vfprintf-nargs.o -MD -MP -MF /build/stdio-common/bug-vfprintf-nargs.o.dt -MT /build/stdio-common/bug-vfprintf-nargs.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug13.o -MD -MP -MF /build/stdio-common/bug13.o.dt -MT /build/stdio-common/bug13.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug10.o -MD -MP -MF /build/stdio-common/bug10.o.dt -MT /build/stdio-common/bug10.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug11.o -MD -MP -MF /build/stdio-common/bug11.o.dt -MT /build/stdio-common/bug11.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug4.o -MD -MP -MF /build/stdio-common/bug4.o.dt -MT /build/stdio-common/bug4.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug6.o -MD -MP -MF /build/stdio-common/bug6.o.dt -MT /build/stdio-common/bug6.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug8.o -MD -MP -MF /build/stdio-common/bug8.o.dt -MT /build/stdio-common/bug8.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug3.o -MD -MP -MF /build/stdio-common/bug3.o.dt -MT /build/stdio-common/bug3.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug9.o -MD -MP -MF /build/stdio-common/bug9.o.dt -MT /build/stdio-common/bug9.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug12.o -MD -MP -MF /build/stdio-common/bug12.o.dt -MT /build/stdio-common/bug12.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug2.o -MD -MP -MF /build/stdio-common/bug2.o.dt -MT /build/stdio-common/bug2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug1.o -MD -MP -MF /build/stdio-common/bug1.o.dt -MT /build/stdio-common/bug1.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug5.o -MD -MP -MF /build/stdio-common/bug5.o.dt -MT /build/stdio-common/bug5.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug7.o -MD -MP -MF /build/stdio-common/bug7.o.dt -MT /build/stdio-common/bug7.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug14.o -MD -MP -MF /build/stdio-common/bug14.o.dt -MT /build/stdio-common/bug14.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug17.o -MD -MP -MF /build/stdio-common/bug17.o.dt -MT /build/stdio-common/bug17.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug19.o -MD -MP -MF /build/stdio-common/bug19.o.dt -MT /build/stdio-common/bug19.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug18a.o -MD -MP -MF /build/stdio-common/bug18a.o.dt -MT /build/stdio-common/bug18a.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug18.o -MD -MP -MF /build/stdio-common/bug18.o.dt -MT /build/stdio-common/bug18.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug16.o -MD -MP -MF /build/stdio-common/bug16.o.dt -MT /build/stdio-common/bug16.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug20.o -MD -MP -MF /build/stdio-common/bug20.o.dt -MT /build/stdio-common/bug20.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug21.o -MD -MP -MF /build/stdio-common/bug21.o.dt -MT /build/stdio-common/bug21.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug19a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug19a.o -MD -MP -MF /build/stdio-common/bug19a.o.dt -MT /build/stdio-common/bug19a.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug22.o -MD -MP -MF /build/stdio-common/bug22.o.dt -MT /build/stdio-common/bug22.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug26.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug26.o -MD -MP -MF /build/stdio-common/bug26.o.dt -MT /build/stdio-common/bug26.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 errnobug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/errnobug.o -MD -MP -MF /build/stdio-common/errnobug.o.dt -MT /build/stdio-common/errnobug.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug23.o -MD -MP -MF /build/stdio-common/bug23.o.dt -MT /build/stdio-common/bug23.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug24.o -MD -MP -MF /build/stdio-common/bug24.o.dt -MT /build/stdio-common/bug24.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf1.o -MD -MP -MF /build/stdio-common/scanf1.o.dt -MT /build/stdio-common/scanf1.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf2.o -MD -MP -MF /build/stdio-common/scanf2.o.dt -MT /build/stdio-common/scanf2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf5.o -MD -MP -MF /build/stdio-common/scanf5.o.dt -MT /build/stdio-common/scanf5.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf3.o -MD -MP -MF /build/stdio-common/scanf3.o.dt -MT /build/stdio-common/scanf3.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf7.o -MD -MP -MF /build/stdio-common/scanf7.o.dt -MT /build/stdio-common/scanf7.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug25.o -MD -MP -MF /build/stdio-common/bug25.o.dt -MT /build/stdio-common/bug25.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug29.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug29.o -MD -MP -MF /build/stdio-common/bug29.o.dt -MT /build/stdio-common/bug29.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf4.o -MD -MP -MF /build/stdio-common/scanf4.o.dt -MT /build/stdio-common/scanf4.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf8.o -MD -MP -MF /build/stdio-common/scanf8.o.dt -MT /build/stdio-common/scanf8.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug27.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug27.o -MD -MP -MF /build/stdio-common/bug27.o.dt -MT /build/stdio-common/bug27.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf9.o -MD -MP -MF /build/stdio-common/scanf9.o.dt -MT /build/stdio-common/scanf9.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf10.o -MD -MP -MF /build/stdio-common/scanf10.o.dt -MT /build/stdio-common/scanf10.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf11.o -MD -MP -MF /build/stdio-common/scanf11.o.dt -MT /build/stdio-common/scanf11.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf12.o -MD -MP -MF /build/stdio-common/scanf12.o.dt -MT /build/stdio-common/scanf12.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 temptest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/temptest.o -MD -MP -MF /build/stdio-common/temptest.o.dt -MT /build/stdio-common/temptest.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf14.o -MD -MP -MF /build/stdio-common/scanf14.o.dt -MT /build/stdio-common/scanf14.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tllformat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tllformat.o -MD -MP -MF /build/stdio-common/tllformat.o.dt -MT /build/stdio-common/tllformat.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 test_rdwr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/test_rdwr.o -MD -MP -MF /build/stdio-common/test_rdwr.o.dt -MT /build/stdio-common/test_rdwr.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf15.o -MD -MP -MF /build/stdio-common/scanf15.o.dt -MT /build/stdio-common/scanf15.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf17.o -MD -MP -MF /build/stdio-common/scanf17.o.dt -MT /build/stdio-common/scanf17.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-bz11319.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-bz11319.o -MD -MP -MF /build/stdio-common/tst-bz11319.o.dt -MT /build/stdio-common/tst-bz11319.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf13.o -MD -MP -MF /build/stdio-common/scanf13.o.dt -MT /build/stdio-common/scanf13.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf16.o -MD -MP -MF /build/stdio-common/scanf16.o.dt -MT /build/stdio-common/scanf16.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu89 -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf19.o -MD -MP -MF /build/stdio-common/scanf19.o.dt -MT /build/stdio-common/scanf19.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 test-fseek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/test-fseek.o -MD -MP -MF /build/stdio-common/test-fseek.o.dt -MT /build/stdio-common/test-fseek.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 test-fwrite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/test-fwrite.o -MD -MP -MF /build/stdio-common/test-fwrite.o.dt -MT /build/stdio-common/test-fwrite.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 bug28.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/bug28.o -MD -MP -MF /build/stdio-common/bug28.o.dt -MT /build/stdio-common/bug28.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 test-popen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/test-popen.o -MD -MP -MF /build/stdio-common/test-popen.o.dt -MT /build/stdio-common/test-popen.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-dprintf-length.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-dprintf-length.o -MD -MP -MF /build/stdio-common/tst-dprintf-length.o.dt -MT /build/stdio-common/tst-dprintf-length.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 scanf18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu89 -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf18.o -MD -MP -MF /build/stdio-common/scanf18.o.dt -MT /build/stdio-common/scanf18.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 test-vfprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/test-vfprintf.o -MD -MP -MF /build/stdio-common/test-vfprintf.o.dt -MT /build/stdio-common/test-vfprintf.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-bz11319-fortify2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-bz11319-fortify2.o -MD -MP -MF /build/stdio-common/tst-bz11319-fortify2.o.dt -MT /build/stdio-common/tst-bz11319-fortify2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-cookie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-cookie.o -MD -MP -MF /build/stdio-common/tst-cookie.o.dt -MT /build/stdio-common/tst-cookie.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tiformat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tiformat.o -MD -MP -MF /build/stdio-common/tiformat.o.dt -MT /build/stdio-common/tiformat.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fdopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fdopen.o -MD -MP -MF /build/stdio-common/tst-fdopen.o.dt -MT /build/stdio-common/tst-fdopen.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tfformat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tfformat.o -MD -MP -MF /build/stdio-common/tfformat.o.dt -MT /build/stdio-common/tfformat.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fgets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fgets.o -MD -MP -MF /build/stdio-common/tst-fgets.o.dt -MT /build/stdio-common/tst-fgets.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-ferror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-ferror.o -MD -MP -MF /build/stdio-common/tst-ferror.o.dt -MT /build/stdio-common/tst-ferror.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fdopen2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fdopen2.o -MD -MP -MF /build/stdio-common/tst-fdopen2.o.dt -MT /build/stdio-common/tst-fdopen2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 test-strerr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/test-strerr.o -MD -MP -MF /build/stdio-common/test-strerr.o.dt -MT /build/stdio-common/test-strerr.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen3.o -MD -MP -MF /build/stdio-common/tst-freopen3.o.dt -MT /build/stdio-common/tst-freopen3.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fileno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fileno.o -MD -MP -MF /build/stdio-common/tst-fileno.o.dt -MT /build/stdio-common/tst-fileno.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fgets2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fgets2.o -MD -MP -MF /build/stdio-common/tst-fgets2.o.dt -MT /build/stdio-common/tst-fgets2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fphex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fphex.o -MD -MP -MF /build/stdio-common/tst-fphex.o.dt -MT /build/stdio-common/tst-fphex.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fmemopen4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fmemopen4.o -MD -MP -MF /build/stdio-common/tst-fmemopen4.o.dt -MT /build/stdio-common/tst-fmemopen4.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fmemopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fmemopen.o -MD -MP -MF /build/stdio-common/tst-fmemopen.o.dt -MT /build/stdio-common/tst-fmemopen.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fphex-wide.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fphex-wide.o -MD -MP -MF /build/stdio-common/tst-fphex-wide.o.dt -MT /build/stdio-common/tst-fphex-wide.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen64-3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen64-3.o -MD -MP -MF /build/stdio-common/tst-freopen64-3.o.dt -MT /build/stdio-common/tst-freopen64-3.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen4.o -MD -MP -MF /build/stdio-common/tst-freopen4.o.dt -MT /build/stdio-common/tst-freopen4.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen64-4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen64-4.o -MD -MP -MF /build/stdio-common/tst-freopen64-4.o.dt -MT /build/stdio-common/tst-freopen64-4.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fmemopen2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fmemopen2.o -MD -MP -MF /build/stdio-common/tst-fmemopen2.o.dt -MT /build/stdio-common/tst-fmemopen2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen6.o -MD -MP -MF /build/stdio-common/tst-freopen6.o.dt -MT /build/stdio-common/tst-freopen6.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fmemopen3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fmemopen3.o -MD -MP -MF /build/stdio-common/tst-fmemopen3.o.dt -MT /build/stdio-common/tst-fmemopen3.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen5.o -MD -MP -MF /build/stdio-common/tst-freopen5.o.dt -MT /build/stdio-common/tst-freopen5.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen64-6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen64-6.o -MD -MP -MF /build/stdio-common/tst-freopen64-6.o.dt -MT /build/stdio-common/tst-freopen64-6.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen64-7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen64-7.o -MD -MP -MF /build/stdio-common/tst-freopen64-7.o.dt -MT /build/stdio-common/tst-freopen64-7.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen7.o -MD -MP -MF /build/stdio-common/tst-freopen7.o.dt -MT /build/stdio-common/tst-freopen7.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fwrite-ro.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fwrite-ro.o -MD -MP -MF /build/stdio-common/tst-fwrite-ro.o.dt -MT /build/stdio-common/tst-fwrite-ro.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fwrite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fwrite.o -MD -MP -MF /build/stdio-common/tst-fwrite.o.dt -MT /build/stdio-common/tst-fwrite.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-getline-enomem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-getline-enomem.o -MD -MP -MF /build/stdio-common/tst-getline-enomem.o.dt -MT /build/stdio-common/tst-getline-enomem.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fwrite-memstrm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fwrite-memstrm.o -MD -MP -MF /build/stdio-common/tst-fwrite-memstrm.o.dt -MT /build/stdio-common/tst-fwrite-memstrm.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fwrite-overflow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fwrite-overflow.o -MD -MP -MF /build/stdio-common/tst-fwrite-overflow.o.dt -MT /build/stdio-common/tst-fwrite-overflow.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-grouping2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-grouping2.o -MD -MP -MF /build/stdio-common/tst-grouping2.o.dt -MT /build/stdio-common/tst-grouping2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-grouping3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-grouping3.o -MD -MP -MF /build/stdio-common/tst-grouping3.o.dt -MT /build/stdio-common/tst-grouping3.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-gets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-deprecated-declarations -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-gets.o -MD -MP -MF /build/stdio-common/tst-gets.o.dt -MT /build/stdio-common/tst-gets.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fread.o -MD -MP -MF /build/stdio-common/tst-fread.o.dt -MT /build/stdio-common/tst-fread.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-grouping.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-grouping.o -MD -MP -MF /build/stdio-common/tst-grouping.o.dt -MT /build/stdio-common/tst-grouping.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-memstream-string.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-fprintf -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-memstream-string.o -MD -MP -MF /build/stdio-common/tst-memstream-string.o.dt -MT /build/stdio-common/tst-memstream-string.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-obprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-obprintf.o -MD -MP -MF /build/stdio-common/tst-obprintf.o.dt -MT /build/stdio-common/tst-obprintf.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-long-dbl-fphex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-long-dbl-fphex.o -MD -MP -MF /build/stdio-common/tst-long-dbl-fphex.o.dt -MT /build/stdio-common/tst-long-dbl-fphex.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printf-oct.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printf-oct.o -MD -MP -MF /build/stdio-common/tst-printf-oct.o.dt -MT /build/stdio-common/tst-printf-oct.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-popen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-popen.o -MD -MP -MF /build/stdio-common/tst-popen.o.dt -MT /build/stdio-common/tst-popen.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-perror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-perror.o -MD -MP -MF /build/stdio-common/tst-perror.o.dt -MT /build/stdio-common/tst-perror.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-fseek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-fseek.o -MD -MP -MF /build/stdio-common/tst-fseek.o.dt -MT /build/stdio-common/tst-fseek.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-popen2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-popen2.o -MD -MP -MF /build/stdio-common/tst-popen2.o.dt -MT /build/stdio-common/tst-popen2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printfsz.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printfsz.o -MD -MP -MF /build/stdio-common/tst-printfsz.o.dt -MT /build/stdio-common/tst-printfsz.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-put-error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-put-error.o -MD -MP -MF /build/stdio-common/tst-put-error.o.dt -MT /build/stdio-common/tst-put-error.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printf-binary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printf-binary.o -MD -MP -MF /build/stdio-common/tst-printf-binary.o.dt -MT /build/stdio-common/tst-printf-binary.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-scanf-bz27650.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-scanf-bz27650.o -MD -MP -MF /build/stdio-common/tst-scanf-bz27650.o.dt -MT /build/stdio-common/tst-scanf-bz27650.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-scanf-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-scanf-round.o -MD -MP -MF /build/stdio-common/tst-scanf-round.o.dt -MT /build/stdio-common/tst-scanf-round.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-scanf-to_inpunct.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-scanf-to_inpunct.o -MD -MP -MF /build/stdio-common/tst-scanf-to_inpunct.o.dt -MT /build/stdio-common/tst-scanf-to_inpunct.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printf-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printf-round.o -MD -MP -MF /build/stdio-common/tst-printf-round.o.dt -MT /build/stdio-common/tst-printf-round.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-renameat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-renameat2.o -MD -MP -MF /build/stdio-common/tst-renameat2.o.dt -MT /build/stdio-common/tst-renameat2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-rndseek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-rndseek.o -MD -MP -MF /build/stdio-common/tst-rndseek.o.dt -MT /build/stdio-common/tst-rndseek.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-setvbuf1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-setvbuf1.o -MD -MP -MF /build/stdio-common/tst-setvbuf1.o.dt -MT /build/stdio-common/tst-setvbuf1.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-sprintf-errno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-sprintf-errno.o -MD -MP -MF /build/stdio-common/tst-sprintf-errno.o.dt -MT /build/stdio-common/tst-sprintf-errno.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-sprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-sprintf.o -MD -MP -MF /build/stdio-common/tst-sprintf.o.dt -MT /build/stdio-common/tst-sprintf.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-sprintf2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-sprintf2.o -MD -MP -MF /build/stdio-common/tst-sprintf2.o.dt -MT /build/stdio-common/tst-sprintf2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-ungetc-leak.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-ungetc-leak.o -MD -MP -MF /build/stdio-common/tst-ungetc-leak.o.dt -MT /build/stdio-common/tst-ungetc-leak.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-sprintf3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-sprintf3.o -MD -MP -MF /build/stdio-common/tst-sprintf3.o.dt -MT /build/stdio-common/tst-sprintf3.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-tmpnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-tmpnam.o -MD -MP -MF /build/stdio-common/tst-tmpnam.o.dt -MT /build/stdio-common/tst-tmpnam.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-ungetc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-ungetc.o -MD -MP -MF /build/stdio-common/tst-ungetc.o.dt -MT /build/stdio-common/tst-ungetc.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-vfprintf-width-prec-alloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-vfprintf-width-prec-alloc.o -MD -MP -MF /build/stdio-common/tst-vfprintf-width-prec-alloc.o.dt -MT /build/stdio-common/tst-vfprintf-width-prec-alloc.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-sscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-sscanf.o -MD -MP -MF /build/stdio-common/tst-sscanf.o.dt -MT /build/stdio-common/tst-sscanf.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-swscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-swscanf.o -MD -MP -MF /build/stdio-common/tst-swscanf.o.dt -MT /build/stdio-common/tst-swscanf.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-swprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-swprintf.o -MD -MP -MF /build/stdio-common/tst-swprintf.o.dt -MT /build/stdio-common/tst-swprintf.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tstgetln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tstgetln.o -MD -MP -MF /build/stdio-common/tstgetln.o.dt -MT /build/stdio-common/tstgetln.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' Generating locale unm_US.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-unlockedio.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-unlockedio.o -MD -MP -MF /build/stdio-common/tst-unlockedio.o.dt -MT /build/stdio-common/tst-unlockedio.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-vfprintf-width-i18n.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-vfprintf-width-i18n.o -MD -MP -MF /build/stdio-common/tst-vfprintf-width-i18n.o.dt -MT /build/stdio-common/tst-vfprintf-width-i18n.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-wc-printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-wc-printf.o -MD -MP -MF /build/stdio-common/tst-wc-printf.o.dt -MT /build/stdio-common/tst-wc-printf.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' Generating locale bn_BD.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 xbug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/xbug.o -MD -MP -MF /build/stdio-common/xbug.o.dt -MT /build/stdio-common/xbug.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' Generating locale rw_RW.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-vfprintf-user-type.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-vfprintf-user-type.o -MD -MP -MF /build/stdio-common/tst-vfprintf-user-type.o.dt -MT /build/stdio-common/tst-vfprintf-user-type.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-getline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-getline.o -MD -MP -MF /build/stdio-common/tst-getline.o.dt -MT /build/stdio-common/tst-getline.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printf-fp-free.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printf-fp-free.o -MD -MP -MF /build/stdio-common/tst-printf-fp-free.o.dt -MT /build/stdio-common/tst-printf-fp-free.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printf-fp-leak.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printf-fp-leak.o -MD -MP -MF /build/stdio-common/tst-printf-fp-leak.o.dt -MT /build/stdio-common/tst-printf-fp-leak.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tstdiomisc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tstdiomisc.o -MD -MP -MF /build/stdio-common/tstdiomisc.o.dt -MT /build/stdio-common/tstdiomisc.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printfsz-islongdouble.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printfsz-islongdouble.o -MD -MP -MF /build/stdio-common/tst-printfsz-islongdouble.o.dt -MT /build/stdio-common/tst-printfsz-islongdouble.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printf-bz25691.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printf-bz25691.o -MD -MP -MF /build/stdio-common/tst-printf-bz25691.o.dt -MT /build/stdio-common/tst-printf-bz25691.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-popen3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-popen3.o -MD -MP -MF /build/stdio-common/tst-popen3.o.dt -MT /build/stdio-common/tst-popen3.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=stdio-common bits/printf-ldbl.h bits/stdio_lim.h printf.h stdio_ext.h > /build/stdio-common/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh stdio-common/check-wrapper-headers $? false false > /build/stdio-common/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' python3 -B tst-errno-manual.py -m ../manual/errno.texi \ -e ../sysdeps/gnu/errlist.h > /build/stdio-common/tst-errno-manual.out; \ ../scripts/evaluate-test.sh stdio-common/tst-errno-manual $? false false > /build/stdio-common/tst-errno-manual.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug-vfprintf-nargs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug-vfprintf-nargs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tstscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tstscanf.o -MD -MP -MF /build/stdio-common/tstscanf.o.dt -MT /build/stdio-common/tstscanf.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-vfprintf-width-prec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-vfprintf-width-prec.o -MD -MP -MF /build/stdio-common/tst-vfprintf-width-prec.o.dt -MT /build/stdio-common/tst-vfprintf-width-prec.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' python3 -B ../scripts/check-obsolete-constructs.py bits/printf-ldbl.h ../sysdeps/unix/sysv/linux/bits/stdio_lim.h printf.h stdio_ext.h > /build/stdio-common/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh stdio-common/check-obsolete-constructs $? false false > /build/stdio-common/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-unbputc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-unbputc.o -MD -MP -MF /build/stdio-common/tst-unbputc.o.dt -MT /build/stdio-common/tst-unbputc.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen2.o -MD -MP -MF /build/stdio-common/tst-freopen2.o.dt -MT /build/stdio-common/tst-freopen2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-freopen64-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-freopen64-2.o -MD -MP -MF /build/stdio-common/tst-freopen64-2.o.dt -MT /build/stdio-common/tst-freopen64-2.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug18a -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug18a.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug19 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug19.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug18 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug18.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug19a -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug19a.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug21 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug21.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug22 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug22.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printf.o -MD -MP -MF /build/stdio-common/tst-printf.o.dt -MT /build/stdio-common/tst-printf.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug20 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug20.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug26 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug26.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug25 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug25.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug24 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug24.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug27 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug27.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/errnobug -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/errnobug.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug28 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug28.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/bug29 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/bug29.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-scanf-binary-c11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c11 -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-scanf-binary-c11.o -MD -MP -MF /build/stdio-common/tst-scanf-binary-c11.o.dt -MT /build/stdio-common/tst-scanf-binary-c11.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/temptest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/temptest.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/stdio-common/temptest.o: in function `main': /glibc/stdio-common/temptest.c:14:(.text.startup+0x57): warning: the use of `tempnam' is dangerous, better use `mkstemp' make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf18 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf18.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/scanf19 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/scanf19.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/test-fwrite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/test-fwrite.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-vfprintf-mbs-prec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-vfprintf-mbs-prec.o -MD -MP -MF /build/stdio-common/tst-vfprintf-mbs-prec.o.dt -MT /build/stdio-common/tst-vfprintf-mbs-prec.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/test_rdwr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/test_rdwr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tiformat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tiformat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/test-fseek -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/test-fseek.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/test-strerr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/test-strerr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/test-vfprintf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/test-vfprintf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/test-popen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/test-popen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tllformat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tllformat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tfformat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tfformat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-bz11319 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-bz11319.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-cookie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-cookie.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fdopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fdopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-dprintf-length -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-dprintf-length.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-bz11319-fortify2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-bz11319-fortify2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-ferror -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-ferror.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fdopen2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fdopen2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fgets -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fgets.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fgets2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fgets2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fileno -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fileno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fmemopen2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fmemopen2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fmemopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fmemopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fmemopen4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fmemopen4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fmemopen3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fmemopen3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fphex-wide -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fphex-wide.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fphex -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fphex.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fread.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen64-4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen64-4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen64-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen64-2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fwrite-memstrm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fwrite-memstrm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen64-3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen64-3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fseek -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fseek.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fwrite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fwrite.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen64-6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen64-6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fwrite-overflow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fwrite-overflow.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-freopen64-7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-freopen64-7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-fwrite-ro -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-fwrite-ro.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-gets -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-gets.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/stdio-common/tst-gets.o: in function `do_test': /glibc/stdio-common/tst-gets.c:34:(.text+0x17): warning: the `gets' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-getline -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-getline.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-getline-enomem -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-getline-enomem.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-grouping2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-grouping2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-grouping -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-grouping.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-long-dbl-fphex -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-long-dbl-fphex.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-obprintf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-obprintf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-grouping3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-grouping3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-memstream-string -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-memstream-string.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-perror -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-perror.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-popen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-popen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printf-binary -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printf-binary.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-popen2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-popen2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printfsz -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printfsz.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printf-oct -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printf-oct.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-put-error -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-put-error.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printf-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printf-round.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-rndseek -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-rndseek.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-renameat2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-renameat2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-scanf-bz27650 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-scanf-bz27650.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-scanf-binary-c11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-scanf-binary-c11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-setvbuf1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-setvbuf1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-scanf-to_inpunct -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-scanf-to_inpunct.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-scanf-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-scanf-round.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-sprintf2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-sprintf2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-sprintf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-sprintf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-sprintf3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-sprintf3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-swscanf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-swscanf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-sprintf-errno -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-sprintf-errno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-sscanf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-sscanf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-swprintf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-swprintf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-tmpnam -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-tmpnam.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/stdio-common/tst-tmpnam.o: in function `do_test': /glibc/stdio-common/tst-tmpnam.c:31:(.text+0x2e): warning: the use of `tmpnam' is dangerous, better use `mkstemp' make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-ungetc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-ungetc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-ungetc-leak -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-ungetc-leak.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-unlockedio -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-unlockedio.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-vfprintf-mbs-prec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-vfprintf-mbs-prec.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tstgetln -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tstgetln.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-vfprintf-user-type -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-vfprintf-user-type.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tstdiomisc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tstdiomisc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/xbug -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/xbug.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tstscanf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tstscanf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-wc-printf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-wc-printf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-vfprintf-width-i18n -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-vfprintf-width-i18n.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug-vfprintf-nargs > /build/stdio-common/bug-vfprintf-nargs.out; \ ../scripts/evaluate-test.sh stdio-common/bug-vfprintf-nargs $? false false > /build/stdio-common/bug-vfprintf-nargs.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug1 > /build/stdio-common/bug1.out < bug1.input; \ ../scripts/evaluate-test.sh stdio-common/bug1 $? false false > /build/stdio-common/bug1.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-vfprintf-width-prec-alloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-vfprintf-width-prec-alloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug3 > /build/stdio-common/bug3.out; \ ../scripts/evaluate-test.sh stdio-common/bug3 $? false false > /build/stdio-common/bug3.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug4 > /build/stdio-common/bug4.out; \ ../scripts/evaluate-test.sh stdio-common/bug4 $? false false > /build/stdio-common/bug4.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printf-fp-free -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printf-fp-free.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printf-fp-leak -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printf-fp-leak.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug6 > /build/stdio-common/bug6.out < bug6.input; \ ../scripts/evaluate-test.sh stdio-common/bug6 $? false false > /build/stdio-common/bug6.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug8 > /build/stdio-common/bug8.out; \ ../scripts/evaluate-test.sh stdio-common/bug8 $? false false > /build/stdio-common/bug8.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printf-bz25691 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printf-bz25691.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug9 > /build/stdio-common/bug9.out; \ ../scripts/evaluate-test.sh stdio-common/bug9 $? false false > /build/stdio-common/bug9.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug7 > /build/stdio-common/bug7.out; \ ../scripts/evaluate-test.sh stdio-common/bug7 $? false false > /build/stdio-common/bug7.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug10 > /build/stdio-common/bug10.out; \ ../scripts/evaluate-test.sh stdio-common/bug10 $? false false > /build/stdio-common/bug10.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug11 > /build/stdio-common/bug11.out; \ ../scripts/evaluate-test.sh stdio-common/bug11 $? false false > /build/stdio-common/bug11.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-vfprintf-width-prec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-vfprintf-width-prec.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug5 > /build/stdio-common/bug5.out; \ ../scripts/evaluate-test.sh stdio-common/bug5 $? false false > /build/stdio-common/bug5.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug12 > /build/stdio-common/bug12.out; \ ../scripts/evaluate-test.sh stdio-common/bug12 $? false false > /build/stdio-common/bug12.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-unbputc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-unbputc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug13 > /build/stdio-common/bug13.out; \ ../scripts/evaluate-test.sh stdio-common/bug13 $? false false > /build/stdio-common/bug13.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug16 > /build/stdio-common/bug16.out; \ ../scripts/evaluate-test.sh stdio-common/bug16 $? false false > /build/stdio-common/bug16.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug17 > /build/stdio-common/bug17.out; \ ../scripts/evaluate-test.sh stdio-common/bug17 $? false false > /build/stdio-common/bug17.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-popen3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-popen3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug14 > /build/stdio-common/bug14.out; \ ../scripts/evaluate-test.sh stdio-common/bug14 $? false false > /build/stdio-common/bug14.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug18 > /build/stdio-common/bug18.out; \ ../scripts/evaluate-test.sh stdio-common/bug18 $? false false > /build/stdio-common/bug18.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug18a > /build/stdio-common/bug18a.out; \ ../scripts/evaluate-test.sh stdio-common/bug18a $? false false > /build/stdio-common/bug18a.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug19 > /build/stdio-common/bug19.out; \ ../scripts/evaluate-test.sh stdio-common/bug19 $? false false > /build/stdio-common/bug19.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug19a > /build/stdio-common/bug19a.out; \ ../scripts/evaluate-test.sh stdio-common/bug19a $? false false > /build/stdio-common/bug19a.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printfsz-islongdouble -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printfsz-islongdouble.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug2 > /build/stdio-common/bug2.out; \ ../scripts/evaluate-test.sh stdio-common/bug2 $? false false > /build/stdio-common/bug2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug20 > /build/stdio-common/bug20.out; \ ../scripts/evaluate-test.sh stdio-common/bug20 $? false false > /build/stdio-common/bug20.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug21 > /build/stdio-common/bug21.out; \ ../scripts/evaluate-test.sh stdio-common/bug21 $? false false > /build/stdio-common/bug21.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug24 > /build/stdio-common/bug24.out; \ ../scripts/evaluate-test.sh stdio-common/bug24 $? false false > /build/stdio-common/bug24.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug23 > /build/stdio-common/bug23.out; \ ../scripts/evaluate-test.sh stdio-common/bug23 $? false false > /build/stdio-common/bug23.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug25 > /build/stdio-common/bug25.out; \ ../scripts/evaluate-test.sh stdio-common/bug25 $? false false > /build/stdio-common/bug25.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug26 > /build/stdio-common/bug26.out; \ ../scripts/evaluate-test.sh stdio-common/bug26 $? false false > /build/stdio-common/bug26.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug27 > /build/stdio-common/bug27.out; \ ../scripts/evaluate-test.sh stdio-common/bug27 $? false false > /build/stdio-common/bug27.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/errnobug > /build/stdio-common/errnobug.out; \ ../scripts/evaluate-test.sh stdio-common/errnobug $? false false > /build/stdio-common/errnobug.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf1 > /build/stdio-common/scanf1.out; \ ../scripts/evaluate-test.sh stdio-common/scanf1 $? false false > /build/stdio-common/scanf1.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf2 > /build/stdio-common/scanf2.out; \ ../scripts/evaluate-test.sh stdio-common/scanf2 $? false false > /build/stdio-common/scanf2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf3 > /build/stdio-common/scanf3.out; \ ../scripts/evaluate-test.sh stdio-common/scanf3 $? false false > /build/stdio-common/scanf3.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf4 > /build/stdio-common/scanf4.out; \ ../scripts/evaluate-test.sh stdio-common/scanf4 $? false false > /build/stdio-common/scanf4.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf7 > /build/stdio-common/scanf7.out; \ ../scripts/evaluate-test.sh stdio-common/scanf7 $? false false > /build/stdio-common/scanf7.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf5 > /build/stdio-common/scanf5.out; \ ../scripts/evaluate-test.sh stdio-common/scanf5 $? false false > /build/stdio-common/scanf5.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf8 > /build/stdio-common/scanf8.out; \ ../scripts/evaluate-test.sh stdio-common/scanf8 $? false false > /build/stdio-common/scanf8.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug28 > /build/stdio-common/bug28.out; \ ../scripts/evaluate-test.sh stdio-common/bug28 $? false false > /build/stdio-common/bug28.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf9 > /build/stdio-common/scanf9.out; \ ../scripts/evaluate-test.sh stdio-common/scanf9 $? false false > /build/stdio-common/scanf9.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf10 > /build/stdio-common/scanf10.out; \ ../scripts/evaluate-test.sh stdio-common/scanf10 $? false false > /build/stdio-common/scanf10.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf11 > /build/stdio-common/scanf11.out; \ ../scripts/evaluate-test.sh stdio-common/scanf11 $? false false > /build/stdio-common/scanf11.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf12 > /build/stdio-common/scanf12.out < scanf12.input; \ ../scripts/evaluate-test.sh stdio-common/scanf12 $? false false > /build/stdio-common/scanf12.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf14 > /build/stdio-common/scanf14.out; \ ../scripts/evaluate-test.sh stdio-common/scanf14 $? false false > /build/stdio-common/scanf14.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf15 > /build/stdio-common/scanf15.out; \ ../scripts/evaluate-test.sh stdio-common/scanf15 $? false false > /build/stdio-common/scanf15.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf13 > /build/stdio-common/scanf13.out; \ ../scripts/evaluate-test.sh stdio-common/scanf13 $? false false > /build/stdio-common/scanf13.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf16 > /build/stdio-common/scanf16.out; \ ../scripts/evaluate-test.sh stdio-common/scanf16 $? false false > /build/stdio-common/scanf16.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf17 > /build/stdio-common/scanf17.out; \ ../scripts/evaluate-test.sh stdio-common/scanf17 $? false false > /build/stdio-common/scanf17.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf18 > /build/stdio-common/scanf18.out; \ ../scripts/evaluate-test.sh stdio-common/scanf18 $? false false > /build/stdio-common/scanf18.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/scanf19 > /build/stdio-common/scanf19.out; \ ../scripts/evaluate-test.sh stdio-common/scanf19 $? false false > /build/stdio-common/scanf19.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/test-fwrite > /build/stdio-common/test-fwrite.out; \ ../scripts/evaluate-test.sh stdio-common/test-fwrite $? false false > /build/stdio-common/test-fwrite.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/test-strerr > /build/stdio-common/test-strerr.out; \ ../scripts/evaluate-test.sh stdio-common/test-strerr $? false false > /build/stdio-common/test-strerr.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/test_rdwr > /build/stdio-common/test_rdwr.out; \ ../scripts/evaluate-test.sh stdio-common/test_rdwr $? false false > /build/stdio-common/test_rdwr.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/test-popen > /build/stdio-common/test-popen.out; \ ../scripts/evaluate-test.sh stdio-common/test-popen $? false false > /build/stdio-common/test-popen.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tiformat > /build/stdio-common/tiformat.out; \ ../scripts/evaluate-test.sh stdio-common/tiformat $? false false > /build/stdio-common/tiformat.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tllformat > /build/stdio-common/tllformat.out; \ ../scripts/evaluate-test.sh stdio-common/tllformat $? false false > /build/stdio-common/tllformat.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-bz11319 > /build/stdio-common/tst-bz11319.out; \ ../scripts/evaluate-test.sh stdio-common/tst-bz11319 $? false false > /build/stdio-common/tst-bz11319.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/test-fseek > /build/stdio-common/test-fseek.out; \ ../scripts/evaluate-test.sh stdio-common/test-fseek $? false false > /build/stdio-common/test-fseek.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-bz11319-fortify2 > /build/stdio-common/tst-bz11319-fortify2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-bz11319-fortify2 $? false false > /build/stdio-common/tst-bz11319-fortify2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-cookie > /build/stdio-common/tst-cookie.out; \ ../scripts/evaluate-test.sh stdio-common/tst-cookie $? false false > /build/stdio-common/tst-cookie.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-dprintf-length > /build/stdio-common/tst-dprintf-length.out; \ ../scripts/evaluate-test.sh stdio-common/tst-dprintf-length $? false false > /build/stdio-common/tst-dprintf-length.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/test-vfprintf > /build/stdio-common/test-vfprintf.out; \ ../scripts/evaluate-test.sh stdio-common/test-vfprintf $? false false > /build/stdio-common/test-vfprintf.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fdopen > /build/stdio-common/tst-fdopen.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fdopen $? false false > /build/stdio-common/tst-fdopen.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fdopen2 > /build/stdio-common/tst-fdopen2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fdopen2 $? false false > /build/stdio-common/tst-fdopen2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-ferror > /build/stdio-common/tst-ferror.out < tst-ferror.input; \ ../scripts/evaluate-test.sh stdio-common/tst-ferror $? false false > /build/stdio-common/tst-ferror.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug29 > /build/stdio-common/bug29.out; \ ../scripts/evaluate-test.sh stdio-common/bug29 $? false false > /build/stdio-common/bug29.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tfformat > /build/stdio-common/tfformat.out; \ ../scripts/evaluate-test.sh stdio-common/tfformat $? false false > /build/stdio-common/tfformat.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fgets > /build/stdio-common/tst-fgets.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fgets $? false false > /build/stdio-common/tst-fgets.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fgets2 > /build/stdio-common/tst-fgets2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fgets2 $? false false > /build/stdio-common/tst-fgets2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fileno > /build/stdio-common/tst-fileno.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fileno $? false false > /build/stdio-common/tst-fileno.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fmemopen > /build/stdio-common/tst-fmemopen.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fmemopen $? false false > /build/stdio-common/tst-fmemopen.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fmemopen2 > /build/stdio-common/tst-fmemopen2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fmemopen2 $? false false > /build/stdio-common/tst-fmemopen2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fmemopen3 > /build/stdio-common/tst-fmemopen3.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fmemopen3 $? false false > /build/stdio-common/tst-fmemopen3.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fmemopen4 > /build/stdio-common/tst-fmemopen4.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fmemopen4 $? false false > /build/stdio-common/tst-fmemopen4.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fphex > /build/stdio-common/tst-fphex.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fphex $? false false > /build/stdio-common/tst-fphex.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fphex-wide > /build/stdio-common/tst-fphex-wide.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fphex-wide $? false false > /build/stdio-common/tst-fphex-wide.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fread > /build/stdio-common/tst-fread.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fread $? false false > /build/stdio-common/tst-fread.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-freopen3.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen3 > /build/stdio-common/tst-freopen3.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen3 $? false false > /build/stdio-common/tst-freopen3.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-freopen4.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen4 > /build/stdio-common/tst-freopen4.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen4 $? false false > /build/stdio-common/tst-freopen4.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-freopen6.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen6 > /build/stdio-common/tst-freopen6.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen6 $? false false > /build/stdio-common/tst-freopen6.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-printf-intn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printf-intn.o -MD -MP -MF /build/stdio-common/tst-printf-intn.o.dt -MT /build/stdio-common/tst-printf-intn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-freopen5.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen5 > /build/stdio-common/tst-freopen5.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen5 $? false false > /build/stdio-common/tst-freopen5.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-scanf-intn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-scanf-intn.o -MD -MP -MF /build/stdio-common/tst-scanf-intn.o.dt -MT /build/stdio-common/tst-scanf-intn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-freopen64-3.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen64-3 > /build/stdio-common/tst-freopen64-3.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen64-3 $? false false > /build/stdio-common/tst-freopen64-3.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-freopen64-4.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen64-4 > /build/stdio-common/tst-freopen64-4.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen64-4 $? false false > /build/stdio-common/tst-freopen64-4.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-freopen64-6.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen64-6 > /build/stdio-common/tst-freopen64-6.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen64-6 $? false false > /build/stdio-common/tst-freopen64-6.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fwrite > /build/stdio-common/tst-fwrite.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fwrite $? false false > /build/stdio-common/tst-fwrite.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fwrite-memstrm > /build/stdio-common/tst-fwrite-memstrm.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fwrite-memstrm $? false false > /build/stdio-common/tst-fwrite-memstrm.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fwrite-ro > /build/stdio-common/tst-fwrite-ro.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fwrite-ro $? false false > /build/stdio-common/tst-fwrite-ro.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-grouping_iterator.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-grouping_iterator.o -MD -MP -MF /build/stdio-common/tst-grouping_iterator.o.dt -MT /build/stdio-common/tst-grouping_iterator.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-getline.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-getline > /build/stdio-common/tst-getline.out; \ ../scripts/evaluate-test.sh stdio-common/tst-getline $? false false > /build/stdio-common/tst-getline.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-gets > /build/stdio-common/tst-gets.out < tst-gets.input; \ ../scripts/evaluate-test.sh stdio-common/tst-gets $? false false > /build/stdio-common/tst-gets.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-grouping > /build/stdio-common/tst-grouping.out; \ ../scripts/evaluate-test.sh stdio-common/tst-grouping $? false false > /build/stdio-common/tst-grouping.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fwrite-overflow > /build/stdio-common/tst-fwrite-overflow.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fwrite-overflow $? false false > /build/stdio-common/tst-fwrite-overflow.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-getline-enomem.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-getline-enomem > /build/stdio-common/tst-getline-enomem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-getline-enomem $? false false > /build/stdio-common/tst-getline-enomem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-grouping2 > /build/stdio-common/tst-grouping2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-grouping2 $? false false > /build/stdio-common/tst-grouping2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-grouping3 > /build/stdio-common/tst-grouping3.out; \ ../scripts/evaluate-test.sh stdio-common/tst-grouping3 $? false false > /build/stdio-common/tst-grouping3.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-long-dbl-fphex > /build/stdio-common/tst-long-dbl-fphex.out; \ ../scripts/evaluate-test.sh stdio-common/tst-long-dbl-fphex $? false false > /build/stdio-common/tst-long-dbl-fphex.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-perror > /build/stdio-common/tst-perror.out; \ ../scripts/evaluate-test.sh stdio-common/tst-perror $? false false > /build/stdio-common/tst-perror.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-obprintf > /build/stdio-common/tst-obprintf.out; \ ../scripts/evaluate-test.sh stdio-common/tst-obprintf $? false false > /build/stdio-common/tst-obprintf.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-popen > /build/stdio-common/tst-popen.out; \ ../scripts/evaluate-test.sh stdio-common/tst-popen $? false false > /build/stdio-common/tst-popen.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-popen2 > /build/stdio-common/tst-popen2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-popen2 $? false false > /build/stdio-common/tst-popen2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-printf-binary > /build/stdio-common/tst-printf-binary.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-binary $? false false > /build/stdio-common/tst-printf-binary.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-memstream-string > /build/stdio-common/tst-memstream-string.out; \ ../scripts/evaluate-test.sh stdio-common/tst-memstream-string $? false false > /build/stdio-common/tst-memstream-string.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-printf-round > /build/stdio-common/tst-printf-round.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-round $? false false > /build/stdio-common/tst-printf-round.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-printf-oct > /build/stdio-common/tst-printf-oct.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-oct $? false false > /build/stdio-common/tst-printf-oct.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-printfsz > /build/stdio-common/tst-printfsz.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printfsz $? false false > /build/stdio-common/tst-printfsz.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-put-error > /build/stdio-common/tst-put-error.out; \ ../scripts/evaluate-test.sh stdio-common/tst-put-error $? false false > /build/stdio-common/tst-put-error.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-scanf-round > /build/stdio-common/tst-scanf-round.out; \ ../scripts/evaluate-test.sh stdio-common/tst-scanf-round $? false false > /build/stdio-common/tst-scanf-round.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-setvbuf1 > /build/stdio-common/tst-setvbuf1.out 2>&1; \ ../scripts/evaluate-test.sh stdio-common/tst-setvbuf1 $? false false > /build/stdio-common/tst-setvbuf1.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-renameat2 > /build/stdio-common/tst-renameat2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-renameat2 $? false false > /build/stdio-common/tst-renameat2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-sprintf-errno > /build/stdio-common/tst-sprintf-errno.out; \ ../scripts/evaluate-test.sh stdio-common/tst-sprintf-errno $? false false > /build/stdio-common/tst-sprintf-errno.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-scanf-to_inpunct > /build/stdio-common/tst-scanf-to_inpunct.out; \ ../scripts/evaluate-test.sh stdio-common/tst-scanf-to_inpunct $? false false > /build/stdio-common/tst-scanf-to_inpunct.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-scanf-binary-c11 > /build/stdio-common/tst-scanf-binary-c11.out; \ ../scripts/evaluate-test.sh stdio-common/tst-scanf-binary-c11 $? false false > /build/stdio-common/tst-scanf-binary-c11.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-sprintf2 > /build/stdio-common/tst-sprintf2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-sprintf2 $? false false > /build/stdio-common/tst-sprintf2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-sprintf3 > /build/stdio-common/tst-sprintf3.out; \ ../scripts/evaluate-test.sh stdio-common/tst-sprintf3 $? false false > /build/stdio-common/tst-sprintf3.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-sscanf > /build/stdio-common/tst-sscanf.out; \ ../scripts/evaluate-test.sh stdio-common/tst-sscanf $? false false > /build/stdio-common/tst-sscanf.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printf-intn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printf-intn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-swprintf > /build/stdio-common/tst-swprintf.out; \ ../scripts/evaluate-test.sh stdio-common/tst-swprintf $? false false > /build/stdio-common/tst-swprintf.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-tmpnam > /build/stdio-common/tst-tmpnam.out; \ ../scripts/evaluate-test.sh stdio-common/tst-tmpnam $? false false > /build/stdio-common/tst-tmpnam.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-ungetc > /build/stdio-common/tst-ungetc.out; \ ../scripts/evaluate-test.sh stdio-common/tst-ungetc $? false false > /build/stdio-common/tst-ungetc.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-ungetc-leak.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-ungetc-leak > /build/stdio-common/tst-ungetc-leak.out; \ ../scripts/evaluate-test.sh stdio-common/tst-ungetc-leak $? false false > /build/stdio-common/tst-ungetc-leak.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-swscanf > /build/stdio-common/tst-swscanf.out; \ ../scripts/evaluate-test.sh stdio-common/tst-swscanf $? false false > /build/stdio-common/tst-swscanf.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-unlockedio > /build/stdio-common/tst-unlockedio.out; \ ../scripts/evaluate-test.sh stdio-common/tst-unlockedio $? false false > /build/stdio-common/tst-unlockedio.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-vfprintf-user-type > /build/stdio-common/tst-vfprintf-user-type.out; \ ../scripts/evaluate-test.sh stdio-common/tst-vfprintf-user-type $? false false > /build/stdio-common/tst-vfprintf-user-type.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-rndseek > /build/stdio-common/tst-rndseek.out; \ ../scripts/evaluate-test.sh stdio-common/tst-rndseek $? false false > /build/stdio-common/tst-rndseek.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-sprintf > /build/stdio-common/tst-sprintf.out; \ ../scripts/evaluate-test.sh stdio-common/tst-sprintf $? false false > /build/stdio-common/tst-sprintf.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tstdiomisc > /build/stdio-common/tstdiomisc.out; \ ../scripts/evaluate-test.sh stdio-common/tstdiomisc $? false false > /build/stdio-common/tstdiomisc.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-wc-printf > /build/stdio-common/tst-wc-printf.out; \ ../scripts/evaluate-test.sh stdio-common/tst-wc-printf $? false false > /build/stdio-common/tst-wc-printf.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-vfprintf-width-i18n > /build/stdio-common/tst-vfprintf-width-i18n.out; \ ../scripts/evaluate-test.sh stdio-common/tst-vfprintf-width-i18n $? false false > /build/stdio-common/tst-vfprintf-width-i18n.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tstgetln > /build/stdio-common/tstgetln.out < tstgetln.input; \ ../scripts/evaluate-test.sh stdio-common/tstgetln $? false false > /build/stdio-common/tstgetln.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-scanf-intn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-scanf-intn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tstscanf > /build/stdio-common/tstscanf.out < tstscanf.input; \ ../scripts/evaluate-test.sh stdio-common/tstscanf $? false false > /build/stdio-common/tstscanf.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/xbug > /build/stdio-common/xbug.out; \ ../scripts/evaluate-test.sh stdio-common/xbug $? false false > /build/stdio-common/xbug.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-vfprintf-mbs-prec > /build/stdio-common/tst-vfprintf-mbs-prec.out; \ ../scripts/evaluate-test.sh stdio-common/tst-vfprintf-mbs-prec $? false false > /build/stdio-common/tst-vfprintf-mbs-prec.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-printf-bz25691.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-printf-bz25691 > /build/stdio-common/tst-printf-bz25691.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-bz25691 $? false false > /build/stdio-common/tst-printf-bz25691.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-printf-fp-free.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-printf-fp-free > /build/stdio-common/tst-printf-fp-free.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-fp-free $? false false > /build/stdio-common/tst-printf-fp-free.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-printf-fp-leak.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-printf-fp-leak > /build/stdio-common/tst-printf-fp-leak.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-fp-leak $? false false > /build/stdio-common/tst-printf-fp-leak.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' cmp tst-setvbuf1.expect /build/stdio-common/tst-setvbuf1.out > /build/stdio-common/tst-setvbuf1-cmp.out; \ ../scripts/evaluate-test.sh stdio-common/tst-setvbuf1-cmp $? false false > /build/stdio-common/tst-setvbuf1-cmp.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /bin/sh tst-printfsz-islongdouble.sh /build/stdio-common/tst-printfsz-islongdouble ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' /build/stdio-common/tst-printfsz-islongdouble.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printfsz-islongdouble $? false false > /build/stdio-common/tst-printfsz-islongdouble.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-freopen3.mtrace > /build/stdio-common/tst-freopen3-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen3-mem $? false false > /build/stdio-common/tst-freopen3-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /bin/sh tst-unbputc.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl'; \ ../scripts/evaluate-test.sh stdio-common/tst-unbputc $? false false > /build/stdio-common/tst-unbputc.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-freopen4.mtrace > /build/stdio-common/tst-freopen4-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen4-mem $? false false > /build/stdio-common/tst-freopen4-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-freopen5.mtrace > /build/stdio-common/tst-freopen5-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen5-mem $? false false > /build/stdio-common/tst-freopen5-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-freopen64-3.mtrace > /build/stdio-common/tst-freopen64-3-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen64-3-mem $? false false > /build/stdio-common/tst-freopen64-3-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-freopen6.mtrace > /build/stdio-common/tst-freopen6-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen6-mem $? false false > /build/stdio-common/tst-freopen6-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /bin/sh tst-printf.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl'; \ ../scripts/evaluate-test.sh stdio-common/tst-printf $? false false > /build/stdio-common/tst-printf.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-freopen64-4.mtrace > /build/stdio-common/tst-freopen64-4-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen64-4-mem $? false false > /build/stdio-common/tst-freopen64-4-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-popen3 > /build/stdio-common/tst-popen3.out; \ ../scripts/evaluate-test.sh stdio-common/tst-popen3 $? false false > /build/stdio-common/tst-popen3.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-freopen64-6.mtrace > /build/stdio-common/tst-freopen64-6-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen64-6-mem $? false false > /build/stdio-common/tst-freopen64-6-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-getline-enomem.mtrace > /build/stdio-common/tst-getline-enomem-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-getline-enomem-mem $? false false > /build/stdio-common/tst-getline-enomem-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-getline.mtrace > /build/stdio-common/tst-getline-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-getline-mem $? false false > /build/stdio-common/tst-getline-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-printf-bz25691.mtrace > /build/stdio-common/tst-printf-bz25691-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-bz25691-mem $? false false > /build/stdio-common/tst-printf-bz25691-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-printf-fp-free.mtrace > /build/stdio-common/tst-printf-fp-free-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-fp-free-mem $? false false > /build/stdio-common/tst-printf-fp-free-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-grouping_iterator -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-grouping_iterator.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-printf-fp-leak.mtrace > /build/stdio-common/tst-printf-fp-leak-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-fp-leak-mem $? false false > /build/stdio-common/tst-printf-fp-leak-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-ungetc-leak.mtrace > /build/stdio-common/tst-ungetc-leak-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-ungetc-leak-mem $? false false > /build/stdio-common/tst-ungetc-leak-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-vfprintf-width-prec.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-vfprintf-width-prec > /build/stdio-common/tst-vfprintf-width-prec.out; \ ../scripts/evaluate-test.sh stdio-common/tst-vfprintf-width-prec $? false false > /build/stdio-common/tst-vfprintf-width-prec.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-printf-intn > /build/stdio-common/tst-printf-intn.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-intn $? false false > /build/stdio-common/tst-printf-intn.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-scanf-intn > /build/stdio-common/tst-scanf-intn.out; \ ../scripts/evaluate-test.sh stdio-common/tst-scanf-intn $? false false > /build/stdio-common/tst-scanf-intn.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/temptest > /build/stdio-common/temptest.out; \ ../scripts/evaluate-test.sh stdio-common/temptest $? false false > /build/stdio-common/temptest.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-vfprintf-width-prec.mtrace > /build/stdio-common/tst-vfprintf-width-prec-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-vfprintf-width-prec-mem $? false false > /build/stdio-common/tst-vfprintf-width-prec-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-grouping_iterator > /build/stdio-common/tst-grouping_iterator.out; \ ../scripts/evaluate-test.sh stdio-common/tst-grouping_iterator $? false false > /build/stdio-common/tst-grouping_iterator.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/bug22 > /build/stdio-common/bug22.out; \ ../scripts/evaluate-test.sh stdio-common/bug22 $? false false > /build/stdio-common/bug22.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen7 > /build/stdio-common/tst-freopen7.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen7 $? false false > /build/stdio-common/tst-freopen7.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen64-7 > /build/stdio-common/tst-freopen64-7.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen64-7 $? false false > /build/stdio-common/tst-freopen64-7.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-freopen2.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen2 > /build/stdio-common/tst-freopen2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen2 $? false false > /build/stdio-common/tst-freopen2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-freopen64-2.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-freopen64-2 > /build/stdio-common/tst-freopen64-2.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen64-2 $? false false > /build/stdio-common/tst-freopen64-2.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-freopen64-2.mtrace > /build/stdio-common/tst-freopen64-2-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen64-2-mem $? false false > /build/stdio-common/tst-freopen64-2-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-freopen2.mtrace > /build/stdio-common/tst-freopen2-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-freopen2-mem $? false false > /build/stdio-common/tst-freopen2-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' rm -f /build/stdio-common/tst-printf-bz18872.c && /usr/bin/bash tst-printf-bz18872.sh > /build/stdio-common/tst-printf-bz18872.c.new && mv /build/stdio-common/tst-printf-bz18872.c.new /build/stdio-common/tst-printf-bz18872.c make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-vfprintf-width-prec-alloc > /build/stdio-common/tst-vfprintf-width-prec-alloc.out; \ ../scripts/evaluate-test.sh stdio-common/tst-vfprintf-width-prec-alloc $? false false > /build/stdio-common/tst-vfprintf-width-prec-alloc.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-scanf-binary-gnu11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu11 -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-scanf-binary-gnu11.o -MD -MP -MF /build/stdio-common/tst-scanf-binary-gnu11.o.dt -MT /build/stdio-common/tst-scanf-binary-gnu11.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-scanf-binary-c23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c11 -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-scanf-binary-c23.o -MD -MP -MF /build/stdio-common/tst-scanf-binary-c23.o.dt -MT /build/stdio-common/tst-scanf-binary-c23.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-scanf-binary-gnu11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-scanf-binary-gnu11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 tst-scanf-binary-gnu89.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu89 -DOBJPFX=\"/build/stdio-common/\" -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-scanf-binary-gnu89.o -MD -MP -MF /build/stdio-common/tst-scanf-binary-gnu89.o.dt -MT /build/stdio-common/tst-scanf-binary-gnu89.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-scanf-binary-c23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-scanf-binary-c23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 /build/stdio-common/tst-printf-bz18872.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tst-printf-bz18872.o -MD -MP -MF /build/stdio-common/tst-printf-bz18872.o.dt -MT /build/stdio-common/tst-printf-bz18872.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-scanf-binary-gnu11 > /build/stdio-common/tst-scanf-binary-gnu11.out; \ ../scripts/evaluate-test.sh stdio-common/tst-scanf-binary-gnu11 $? false false > /build/stdio-common/tst-scanf-binary-gnu11.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-scanf-binary-gnu89 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-scanf-binary-gnu89.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-scanf-binary-c23 > /build/stdio-common/tst-scanf-binary-c23.out; \ ../scripts/evaluate-test.sh stdio-common/tst-scanf-binary-c23 $? false false > /build/stdio-common/tst-scanf-binary-c23.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' gcc -m32 -o /build/stdio-common/tst-printf-bz18872 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/stdio-common/tst-printf-bz18872.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-printf-bz18872.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-printf-bz18872 > /build/stdio-common/tst-printf-bz18872.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-bz18872 $? false false > /build/stdio-common/tst-printf-bz18872.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-scanf-binary-gnu89 > /build/stdio-common/tst-scanf-binary-gnu89.out; \ ../scripts/evaluate-test.sh stdio-common/tst-scanf-binary-gnu89 $? false false > /build/stdio-common/tst-scanf-binary-gnu89.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /build/malloc/mtrace /build/stdio-common/tst-printf-bz18872.mtrace > /build/stdio-common/tst-printf-bz18872-mem.out; \ ../scripts/evaluate-test.sh stdio-common/tst-printf-bz18872-mem $? false false > /build/stdio-common/tst-printf-bz18872-mem.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-fseek > /build/stdio-common/tst-fseek.out; \ ../scripts/evaluate-test.sh stdio-common/tst-fseek $? false false > /build/stdio-common/tst-fseek.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/printf-ldbl.h bits/stdio_lim.h printf.h stdio_ext.h > /build/stdio-common/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh stdio-common/check-installed-headers-c $? false false > /build/stdio-common/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/stdio-common/tst-scanf-bz27650.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/stdio-common/tst-scanf-bz27650 > /build/stdio-common/tst-scanf-bz27650.out; \ ../scripts/evaluate-test.sh stdio-common/tst-scanf-bz27650 $? false false > /build/stdio-common/tst-scanf-bz27650.test-result make[2]: Leaving directory '/glibc/stdio-common' make[2]: Entering directory '/glibc/stdio-common' ../scripts/merge-test-results.sh -s /build/stdio-common/ stdio-common \ bug-vfprintf-nargs bug1 bug10 bug11 bug12 bug13 bug14 bug16 bug17 bug18 bug18a bug19 bug19a bug2 bug20 bug21 bug22 bug23 bug24 bug25 bug26 bug27 bug28 bug29 bug3 bug4 bug5 bug6 bug7 bug8 bug9 check-installed-headers-c check-obsolete-constructs check-wrapper-headers errnobug scanf1 scanf10 scanf11 scanf12 scanf13 scanf14 scanf15 scanf16 scanf17 scanf18 scanf19 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 temptest test-fseek test-fwrite test-popen test-strerr test-vfprintf test_rdwr tfformat tiformat tllformat tst-bz11319 tst-bz11319-fortify2 tst-cookie tst-dprintf-length tst-errno-manual tst-fdopen tst-fdopen2 tst-ferror tst-fgets tst-fgets2 tst-fileno tst-fmemopen tst-fmemopen2 tst-fmemopen3 tst-fmemopen4 tst-fphex tst-fphex-wide tst-fread tst-freopen2 tst-freopen2-mem tst-freopen3 tst-freopen3-mem tst-freopen4 tst-freopen4-mem tst-freopen5 tst-freopen5-mem tst-freopen6 tst-freopen6-mem tst-freopen64-2 tst-freopen64-2-mem tst-freopen64-3 tst-freopen64-3-mem tst-freopen64-4 tst-freopen64-4-mem tst-freopen64-6 tst-freopen64-6-mem tst-freopen64-7 tst-freopen7 tst-fseek tst-fwrite tst-fwrite-memstrm tst-fwrite-overflow tst-fwrite-ro tst-getline tst-getline-enomem tst-getline-enomem-mem tst-getline-mem tst-gets tst-grouping tst-grouping2 tst-grouping3 tst-grouping_iterator tst-long-dbl-fphex tst-memstream-string tst-obprintf tst-perror tst-popen tst-popen2 tst-popen3 tst-printf tst-printf-binary tst-printf-bz18872 tst-printf-bz18872-mem tst-printf-bz25691 tst-printf-bz25691-mem tst-printf-fp-free tst-printf-fp-free-mem tst-printf-fp-leak tst-printf-fp-leak-mem tst-printf-intn tst-printf-oct tst-printf-round tst-printfsz tst-printfsz-islongdouble tst-put-error tst-renameat2 tst-rndseek tst-scanf-binary-c11 tst-scanf-binary-c23 tst-scanf-binary-gnu11 tst-scanf-binary-gnu89 tst-scanf-bz27650 tst-scanf-intn tst-scanf-round tst-scanf-to_inpunct tst-setvbuf1 tst-setvbuf1-cmp tst-sprintf tst-sprintf-errno tst-sprintf2 tst-sprintf3 tst-sscanf tst-swprintf tst-swscanf tst-tmpnam tst-unbputc tst-ungetc tst-ungetc-leak tst-ungetc-leak-mem tst-unlockedio tst-vfprintf-mbs-prec tst-vfprintf-user-type tst-vfprintf-width-i18n tst-vfprintf-width-prec tst-vfprintf-width-prec-alloc tst-vfprintf-width-prec-mem tst-wc-printf tstdiomisc tstgetln tstscanf xbug \ > /build/stdio-common/subdir-tests.sum make[2]: Leaving directory '/glibc/stdio-common' make subdir=libio -C libio ..=../ tests make[2]: Entering directory '/glibc/libio' gcc -m32 tst-bz24051.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-bz24051.o -MD -MP -MF /build/libio/tst-bz24051.o.dt -MT /build/libio/tst-bz24051.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-fopena+.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-fopena+.o -MD -MP -MF /build/libio/bug-fopena+.o.dt -MT /build/libio/bug-fopena+.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-bz28828.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-bz28828.o -MD -MP -MF /build/libio/tst-bz28828.o.dt -MT /build/libio/tst-bz28828.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-closeall.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-closeall.o -MD -MP -MF /build/libio/tst-closeall.o.dt -MT /build/libio/tst-closeall.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-ftell.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-ftell.o -MD -MP -MF /build/libio/bug-ftell.o.dt -MT /build/libio/bug-ftell.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-bz22415.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-bz22415.o -MD -MP -MF /build/libio/tst-bz22415.o.dt -MT /build/libio/tst-bz22415.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-memstream1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-memstream1.o -MD -MP -MF /build/libio/bug-memstream1.o.dt -MT /build/libio/bug-memstream1.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-mmap-fflush.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-mmap-fflush.o -MD -MP -MF /build/libio/bug-mmap-fflush.o.dt -MT /build/libio/bug-mmap-fflush.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-rewind.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-rewind.o -MD -MP -MF /build/libio/bug-rewind.o.dt -MT /build/libio/bug-rewind.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-rewind2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-rewind2.o -MD -MP -MF /build/libio/bug-rewind2.o.dt -MT /build/libio/bug-rewind2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-ungetc2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-ungetc2.o -MD -MP -MF /build/libio/bug-ungetc2.o.dt -MT /build/libio/bug-ungetc2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-wfflush.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-wfflush.o -MD -MP -MF /build/libio/bug-wfflush.o.dt -MT /build/libio/bug-wfflush.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-wsetpos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-wsetpos.o -MD -MP -MF /build/libio/bug-wsetpos.o.dt -MT /build/libio/bug-wsetpos.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-ungetc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-ungetc.o -MD -MP -MF /build/libio/bug-ungetc.o.dt -MT /build/libio/bug-ungetc.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-ungetc3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-ungetc3.o -MD -MP -MF /build/libio/bug-ungetc3.o.dt -MT /build/libio/bug-ungetc3.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-ungetc4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-ungetc4.o -MD -MP -MF /build/libio/bug-ungetc4.o.dt -MT /build/libio/bug-ungetc4.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-ungetwc1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-ungetwc1.o -MD -MP -MF /build/libio/bug-ungetwc1.o.dt -MT /build/libio/bug-ungetwc1.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-ungetwc2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-ungetwc2.o -MD -MP -MF /build/libio/bug-ungetwc2.o.dt -MT /build/libio/bug-ungetwc2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-wmemstream1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-wmemstream1.o -MD -MP -MF /build/libio/bug-wmemstream1.o.dt -MT /build/libio/bug-wmemstream1.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 test-fmemopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/test-fmemopen.o -MD -MP -MF /build/libio/test-fmemopen.o.dt -MT /build/libio/test-fmemopen.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-bz24153.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-bz24153.o -MD -MP -MF /build/libio/tst-bz24153.o.dt -MT /build/libio/tst-bz24153.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-atime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-atime.o -MD -MP -MF /build/libio/tst-atime.o.dt -MT /build/libio/tst-atime.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-eof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-eof.o -MD -MP -MF /build/libio/tst-eof.o.dt -MT /build/libio/tst-eof.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fclose-unopened.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fclose-unopened.o -MD -MP -MF /build/libio/tst-fclose-unopened.o.dt -MT /build/libio/tst-fclose-unopened.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fclose-unopened2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fclose-unopened2.o -MD -MP -MF /build/libio/tst-fclose-unopened2.o.dt -MT /build/libio/tst-fclose-unopened2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 bug-fseek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/bug-fseek.o -MD -MP -MF /build/libio/bug-fseek.o.dt -MT /build/libio/bug-fseek.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-ext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-ext.o -MD -MP -MF /build/libio/tst-ext.o.dt -MT /build/libio/tst-ext.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fdopen-seek-failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fdopen-seek-failure.o -MD -MP -MF /build/libio/tst-fdopen-seek-failure.o.dt -MT /build/libio/tst-fdopen-seek-failure.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-ext2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-ext2.o -MD -MP -MF /build/libio/tst-ext2.o.dt -MT /build/libio/tst-ext2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fgetc-after-eof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fgetc-after-eof.o -MD -MP -MF /build/libio/tst-fgetc-after-eof.o.dt -MT /build/libio/tst-fgetc-after-eof.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fgetwc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fgetwc.o -MD -MP -MF /build/libio/tst-fgetwc.o.dt -MT /build/libio/tst-fgetwc.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-mmap-setvbuf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-mmap-setvbuf.o -MD -MP -MF /build/libio/tst-mmap-setvbuf.o.dt -MT /build/libio/tst-mmap-setvbuf.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fgetws.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fgetws.o -MD -MP -MF /build/libio/tst-fgetws.o.dt -MT /build/libio/tst-fgetws.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fopenloc2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fopenloc2.o -MD -MP -MF /build/libio/tst-fopenloc2.o.dt -MT /build/libio/tst-fopenloc2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fputws.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fputws.o -MD -MP -MF /build/libio/tst-fputws.o.dt -MT /build/libio/tst-fputws.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-freopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-freopen.o -MD -MP -MF /build/libio/tst-freopen.o.dt -MT /build/libio/tst-freopen.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-getdelim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-getdelim.o -MD -MP -MF /build/libio/tst-getdelim.o.dt -MT /build/libio/tst-getdelim.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-memstream4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-memstream4.o -MD -MP -MF /build/libio/tst-memstream4.o.dt -MT /build/libio/tst-memstream4.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fseek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fseek.o -MD -MP -MF /build/libio/tst-fseek.o.dt -MT /build/libio/tst-fseek.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-memstream1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-memstream1.o -MD -MP -MF /build/libio/tst-memstream1.o.dt -MT /build/libio/tst-memstream1.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-sprintf-ub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-restrict -U_FORTIFY_SOURCE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-sprintf-ub.o -MD -MP -MF /build/libio/tst-sprintf-ub.o.dt -MT /build/libio/tst-sprintf-ub.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fwrite-error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fwrite-error.o -MD -MP -MF /build/libio/tst-fwrite-error.o.dt -MT /build/libio/tst-fwrite-error.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-sprintf-chk-ub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-restrict -U_FORTIFY_SOURCE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-sprintf-chk-ub.o -MD -MP -MF /build/libio/tst-sprintf-chk-ub.o.dt -MT /build/libio/tst-sprintf-chk-ub.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-popen1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-popen1.o -MD -MP -MF /build/libio/tst-popen1.o.dt -MT /build/libio/tst-popen1.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-ftell-partial-wide.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-ftell-partial-wide.o -MD -MP -MF /build/libio/tst-ftell-partial-wide.o.dt -MT /build/libio/tst-ftell-partial-wide.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-memstream2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-memstream2.o -MD -MP -MF /build/libio/tst-memstream2.o.dt -MT /build/libio/tst-memstream2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-mmap-offend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-mmap-offend.o -MD -MP -MF /build/libio/tst-mmap-offend.o.dt -MT /build/libio/tst-mmap-offend.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-swscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-swscanf.o -MD -MP -MF /build/libio/tst-swscanf.o.dt -MT /build/libio/tst-swscanf.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-ftell-append.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-ftell-append.o -MD -MP -MF /build/libio/tst-ftell-append.o.dt -MT /build/libio/tst-ftell-append.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-setvbuf1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-setvbuf1.o -MD -MP -MF /build/libio/tst-setvbuf1.o.dt -MT /build/libio/tst-setvbuf1.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-mmap-eofsync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-mmap-eofsync.o -MD -MP -MF /build/libio/tst-mmap-eofsync.o.dt -MT /build/libio/tst-mmap-eofsync.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-mmap-fflushsync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-mmap-fflushsync.o -MD -MP -MF /build/libio/tst-mmap-fflushsync.o.dt -MT /build/libio/tst-mmap-fflushsync.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-memstream3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-memstream3.o -MD -MP -MF /build/libio/tst-memstream3.o.dt -MT /build/libio/tst-memstream3.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-sscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-sscanf.o -MD -MP -MF /build/libio/tst-sscanf.o.dt -MT /build/libio/tst-sscanf.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-mmap2-eofsync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-mmap2-eofsync.o -MD -MP -MF /build/libio/tst-mmap2-eofsync.o.dt -MT /build/libio/tst-mmap2-eofsync.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-wfile-sync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-wfile-sync.o -MD -MP -MF /build/libio/tst-wfile-sync.o.dt -MT /build/libio/tst-wfile-sync.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-ungetwc1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-ungetwc1.o -MD -MP -MF /build/libio/tst-ungetwc1.o.dt -MT /build/libio/tst-ungetwc1.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-ungetwc2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-ungetwc2.o -MD -MP -MF /build/libio/tst-ungetwc2.o.dt -MT /build/libio/tst-ungetwc2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-wmemstream1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-wmemstream1.o -MD -MP -MF /build/libio/tst-wmemstream1.o.dt -MT /build/libio/tst-wmemstream1.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-wmemstream2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-wmemstream2.o -MD -MP -MF /build/libio/tst-wmemstream2.o.dt -MT /build/libio/tst-wmemstream2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-wmemstream4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-wmemstream4.o -MD -MP -MF /build/libio/tst-wmemstream4.o.dt -MT /build/libio/tst-wmemstream4.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-wmemstream5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-wmemstream5.o -MD -MP -MF /build/libio/tst-wmemstream5.o.dt -MT /build/libio/tst-wmemstream5.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst_getwc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst_getwc.o -MD -MP -MF /build/libio/tst_getwc.o.dt -MT /build/libio/tst_getwc.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst_swscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst_swscanf.o -MD -MP -MF /build/libio/tst_swscanf.o.dt -MT /build/libio/tst_swscanf.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst_wprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst_wprintf.o -MD -MP -MF /build/libio/tst_wprintf.o.dt -MT /build/libio/tst_wprintf.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst_wscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst_wscanf.o -MD -MP -MF /build/libio/tst_wscanf.o.dt -MT /build/libio/tst_wscanf.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-bz24228.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-bz24228.o -MD -MP -MF /build/libio/tst-bz24228.o.dt -MT /build/libio/tst-bz24228.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-stderr-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-stderr-compat.o -MD -MP -MF /build/libio/tst-stderr-compat.o.dt -MT /build/libio/tst-stderr-compat.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-cleanup-default.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-cleanup-default.o -MD -MP -MF /build/libio/tst-cleanup-default.o.dt -MT /build/libio/tst-cleanup-default.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-wmemstream3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-wmemstream3.o -MD -MP -MF /build/libio/tst-wmemstream3.o.dt -MT /build/libio/tst-wmemstream3.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst_swprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst_swprintf.o -MD -MP -MF /build/libio/tst_swprintf.o.dt -MT /build/libio/tst_swprintf.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-ftell-active-handler.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-ftell-active-handler.o -MD -MP -MF /build/libio/tst-ftell-active-handler.o.dt -MT /build/libio/tst-ftell-active-handler.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst_putwc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/libio/\" -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst_putwc.o -MD -MP -MF /build/libio/tst_putwc.o.dt -MT /build/libio/tst_putwc.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fopenloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fopenloc.o -MD -MP -MF /build/libio/tst-fopenloc.o.dt -MT /build/libio/tst-fopenloc.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-cleanup-default-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-cleanup-default-static.o -MD -MP -MF /build/libio/tst-cleanup-default-static.o.dt -MT /build/libio/tst-cleanup-default-static.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-widetext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-widetext.o -MD -MP -MF /build/libio/tst-widetext.o.dt -MT /build/libio/tst-widetext.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst_wprintf2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst_wprintf2.o -MD -MP -MF /build/libio/tst_wprintf2.o.dt -MT /build/libio/tst_wprintf2.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-fopen-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-pie -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-fopen-compat.o -MD -MP -MF /build/libio/tst-fopen-compat.o.dt -MT /build/libio/tst-fopen-compat.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-cleanup-nostart-stop-gc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-cleanup-nostart-stop-gc.o -MD -MP -MF /build/libio/tst-cleanup-nostart-stop-gc.o.dt -MT /build/libio/tst-cleanup-nostart-stop-gc.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-cleanup-start-stop-gc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-cleanup-start-stop-gc.o -MD -MP -MF /build/libio/tst-cleanup-start-stop-gc.o.dt -MT /build/libio/tst-cleanup-start-stop-gc.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-cleanup-nostart-stop-gc-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-cleanup-nostart-stop-gc-static.o -MD -MP -MF /build/libio/tst-cleanup-nostart-stop-gc-static.o.dt -MT /build/libio/tst-cleanup-nostart-stop-gc-static.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-cleanup-start-stop-gc-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-cleanup-start-stop-gc-static.o -MD -MP -MF /build/libio/tst-cleanup-start-stop-gc-static.o.dt -MT /build/libio/tst-cleanup-start-stop-gc-static.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-ftell -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-ftell.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 test-freopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/test-freopen.o -MD -MP -MF /build/libio/test-freopen.o.dt -MT /build/libio/test-freopen.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=libio stdio.h bits/stdio.h bits/stdio2.h bits/stdio2-decl.h bits/stdio-ldbl.h bits/types/FILE.h bits/types/__FILE.h bits/types/struct_FILE.h bits/types/__fpos_t.h bits/types/__fpos64_t.h bits/types/cookie_io_functions_t.h > /build/libio/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh libio/check-wrapper-headers $? false false > /build/libio/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-fopena+ -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-fopena+.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-rewind2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-rewind2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/libio-macros.h; \ python3 -B ../scripts/gen-as-const.py --test libio-macros.sym) > /build/libio/test-as-const-libio-macros.cT mv -f /build/libio/test-as-const-libio-macros.cT /build/libio/test-as-const-libio-macros.c make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-memstream1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-memstream1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-fseek -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-fseek.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-rewind -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-rewind.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' python3 -B ../scripts/check-obsolete-constructs.py stdio.h bits/stdio.h bits/stdio2.h bits/stdio2-decl.h bits/stdio-ldbl.h bits/types/FILE.h bits/types/__FILE.h bits/types/struct_FILE.h bits/types/__fpos_t.h bits/types/__fpos64_t.h bits/types/cookie_io_functions_t.h > /build/libio/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh libio/check-obsolete-constructs $? false false > /build/libio/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-ungetc2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-ungetc2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-ungetc3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-ungetc3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-ungetc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-ungetc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/test-fmemopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/test-fmemopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-ungetwc2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-ungetwc2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-ungetwc1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-ungetwc1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-mmap-fflush -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-mmap-fflush.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-ungetc4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-ungetc4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-wfflush -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-wfflush.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-wmemstream1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-wmemstream1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/bug-wsetpos -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/bug-wsetpos.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-atime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-atime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-bz24051 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-bz24051.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-ext -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-ext.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-bz22415 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-bz22415.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-bz28828 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-bz28828.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-bz24153 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-bz24153.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/libio/tst-bz24153.o: in function `narrow': /glibc/libio/tst-bz24153.c:71:(.text+0x3bf): warning: the `gets' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-closeall -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-closeall.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-eof -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-eof.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-ext2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-ext2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fclose-unopened -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fclose-unopened.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fclose-unopened2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fclose-unopened2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fgetws -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fgetws.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fdopen-seek-failure -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fdopen-seek-failure.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fputws -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fputws.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fgetwc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fgetwc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fgetc-after-eof -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fgetc-after-eof.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fseek -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fseek.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fopenloc2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fopenloc2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-ftell-append -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-ftell-append.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-ftell-partial-wide -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-ftell-partial-wide.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-freopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-freopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fwrite-error -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fwrite-error.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-memstream1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-memstream1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-ftell-active-handler -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-ftell-active-handler.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-getdelim -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-getdelim.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-memstream2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-memstream2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-memstream3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-memstream3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-mmap-eofsync -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-mmap-eofsync.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-memstream4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-memstream4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-mmap-setvbuf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-mmap-setvbuf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-mmap-fflushsync -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-mmap-fflushsync.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-mmap-offend -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-mmap-offend.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-setvbuf1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-setvbuf1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-popen1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-popen1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-sprintf-chk-ub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-sprintf-chk-ub.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-mmap2-eofsync -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-mmap2-eofsync.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-sprintf-ub -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-sprintf-ub.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-ungetwc1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-ungetwc1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-swscanf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-swscanf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-sscanf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-sscanf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-ungetwc2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-ungetwc2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-widetext -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-widetext.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-wmemstream1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-wmemstream1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-wfile-sync -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-wfile-sync.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-wmemstream2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-wmemstream2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst_getwc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst_getwc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-wmemstream3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-wmemstream3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-wmemstream5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-wmemstream5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst_swscanf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst_swscanf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst_wprintf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst_wprintf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst_wprintf2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst_wprintf2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst_putwc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst_putwc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-wmemstream4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-wmemstream4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst_swprintf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst_swprintf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst_wscanf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst_wscanf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-fopena+ > /build/libio/bug-fopena+.out; \ ../scripts/evaluate-test.sh libio/bug-fopena+ $? false false > /build/libio/bug-fopena+.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-fseek > /build/libio/bug-fseek.out; \ ../scripts/evaluate-test.sh libio/bug-fseek $? false false > /build/libio/bug-fseek.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-bz24228 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--version-script=tst-bz24228.map -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-bz24228.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-cleanup-nostart-stop-gc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--gc-sections,-z,nostart-stop-gc -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-cleanup-nostart-stop-gc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-memstream1 > /build/libio/bug-memstream1.out; \ ../scripts/evaluate-test.sh libio/bug-memstream1 $? false false > /build/libio/bug-memstream1.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-stderr-compat -nostdlib -nostartfiles -Wl,-z,relro /build/csu/crt1-2.0.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbegin.o` /build/libio/tst-stderr-compat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtend.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-cleanup-default -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--gc-sections -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-cleanup-default.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-ftell > /build/libio/bug-ftell.out; \ ../scripts/evaluate-test.sh libio/bug-ftell $? false false > /build/libio/bug-ftell.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fopenloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-fopenloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-rewind > /build/libio/bug-rewind.out; \ ../scripts/evaluate-test.sh libio/bug-rewind $? false false > /build/libio/bug-rewind.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-fopen-compat -nostdlib -nostartfiles -Wl,-z,relro /build/csu/crt1-2.0.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbegin.o` /build/libio/tst-fopen-compat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtend.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-cleanup-start-stop-gc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--gc-sections,-z,start-stop-gc -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-cleanup-start-stop-gc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-mmap-fflush > /build/libio/bug-mmap-fflush.out; \ ../scripts/evaluate-test.sh libio/bug-mmap-fflush $? false false > /build/libio/bug-mmap-fflush.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-rewind2 > /build/libio/bug-rewind2.out; \ ../scripts/evaluate-test.sh libio/bug-rewind2 $? false false > /build/libio/bug-rewind2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-ungetc > /build/libio/bug-ungetc.out; \ ../scripts/evaluate-test.sh libio/bug-ungetc $? false false > /build/libio/bug-ungetc.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-ungetc2 > /build/libio/bug-ungetc2.out; \ ../scripts/evaluate-test.sh libio/bug-ungetc2 $? false false > /build/libio/bug-ungetc2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-vtables.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-vtables.o -MD -MP -MF /build/libio/tst-vtables.o.dt -MT /build/libio/tst-vtables.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/test-freopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/test-freopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-ungetc3 > /build/libio/bug-ungetc3.out; \ ../scripts/evaluate-test.sh libio/bug-ungetc3 $? false false > /build/libio/bug-ungetc3.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-ungetc4 > /build/libio/bug-ungetc4.out; \ ../scripts/evaluate-test.sh libio/bug-ungetc4 $? false false > /build/libio/bug-ungetc4.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-ungetwc1 > /build/libio/bug-ungetwc1.out; \ ../scripts/evaluate-test.sh libio/bug-ungetwc1 $? false false > /build/libio/bug-ungetwc1.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-wfflush > /build/libio/bug-wfflush.out; \ ../scripts/evaluate-test.sh libio/bug-wfflush $? false false > /build/libio/bug-wfflush.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-wmemstream1 > /build/libio/bug-wmemstream1.out; \ ../scripts/evaluate-test.sh libio/bug-wmemstream1 $? false false > /build/libio/bug-wmemstream1.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-wsetpos > /build/libio/bug-wsetpos.out; \ ../scripts/evaluate-test.sh libio/bug-wsetpos $? false false > /build/libio/bug-wsetpos.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/libio/test-fmemopen.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/test-fmemopen > /build/libio/test-fmemopen.out; \ ../scripts/evaluate-test.sh libio/test-fmemopen $? false false > /build/libio/test-fmemopen.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-atime > /build/libio/tst-atime.out; \ ../scripts/evaluate-test.sh libio/tst-atime $? false false > /build/libio/tst-atime.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/bug-ungetwc2 > /build/libio/bug-ungetwc2.out; \ ../scripts/evaluate-test.sh libio/bug-ungetwc2 $? false false > /build/libio/bug-ungetwc2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-bz24051 > /build/libio/tst-bz24051.out; \ ../scripts/evaluate-test.sh libio/tst-bz24051 $? false false > /build/libio/tst-bz24051.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/libio/tst-bz22415.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-bz22415 > /build/libio/tst-bz22415.out; \ ../scripts/evaluate-test.sh libio/tst-bz22415 $? false false > /build/libio/tst-bz22415.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-bz24153 > /build/libio/tst-bz24153.out; \ ../scripts/evaluate-test.sh libio/tst-bz24153 $? false false > /build/libio/tst-bz24153.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-bz28828 > /build/libio/tst-bz28828.out < tst-bz28828.input; \ ../scripts/evaluate-test.sh libio/tst-bz28828 $? false false > /build/libio/tst-bz28828.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 tst-vtables-interposed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/tst-vtables-interposed.o -MD -MP -MF /build/libio/tst-vtables-interposed.o.dt -MT /build/libio/tst-vtables-interposed.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-closeall > /build/libio/tst-closeall.out; \ ../scripts/evaluate-test.sh libio/tst-closeall $? false false > /build/libio/tst-closeall.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-eof > /build/libio/tst-eof.out; \ ../scripts/evaluate-test.sh libio/tst-eof $? false false > /build/libio/tst-eof.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-ext > /build/libio/tst-ext.out; \ ../scripts/evaluate-test.sh libio/tst-ext $? false false > /build/libio/tst-ext.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-ext2 > /build/libio/tst-ext2.out; \ ../scripts/evaluate-test.sh libio/tst-ext2 $? false false > /build/libio/tst-ext2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fclose-unopened > /build/libio/tst-fclose-unopened.out; \ ../scripts/evaluate-test.sh libio/tst-fclose-unopened $? false false > /build/libio/tst-fclose-unopened.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/libio/tst-fclose-unopened2.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fclose-unopened2 > /build/libio/tst-fclose-unopened2.out < tst-fclose-unopened2.input; \ ../scripts/evaluate-test.sh libio/tst-fclose-unopened2 $? false false > /build/libio/tst-fclose-unopened2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/libio/tst-fdopen-seek-failure.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fdopen-seek-failure > /build/libio/tst-fdopen-seek-failure.out; \ ../scripts/evaluate-test.sh libio/tst-fdopen-seek-failure $? false false > /build/libio/tst-fdopen-seek-failure.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fgetc-after-eof > /build/libio/tst-fgetc-after-eof.out; \ ../scripts/evaluate-test.sh libio/tst-fgetc-after-eof $? false false > /build/libio/tst-fgetc-after-eof.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fgetwc > /build/libio/tst-fgetwc.out < tst-fgetwc.input; \ ../scripts/evaluate-test.sh libio/tst-fgetwc $? false false > /build/libio/tst-fgetwc.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fgetws > /build/libio/tst-fgetws.out; \ ../scripts/evaluate-test.sh libio/tst-fgetws $? false false > /build/libio/tst-fgetws.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-freopen > /build/libio/tst-freopen.out; \ ../scripts/evaluate-test.sh libio/tst-freopen $? false false > /build/libio/tst-freopen.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fopenloc2 > /build/libio/tst-fopenloc2.out; \ ../scripts/evaluate-test.sh libio/tst-fopenloc2 $? false false > /build/libio/tst-fopenloc2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fputws > /build/libio/tst-fputws.out; \ ../scripts/evaluate-test.sh libio/tst-fputws $? false false > /build/libio/tst-fputws.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fwrite-error > /build/libio/tst-fwrite-error.out; \ ../scripts/evaluate-test.sh libio/tst-fwrite-error $? false false > /build/libio/tst-fwrite-error.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-getdelim > /build/libio/tst-getdelim.out; \ ../scripts/evaluate-test.sh libio/tst-getdelim $? false false > /build/libio/tst-getdelim.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fseek > /build/libio/tst-fseek.out; \ ../scripts/evaluate-test.sh libio/tst-fseek $? false false > /build/libio/tst-fseek.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-memstream1 > /build/libio/tst-memstream1.out; \ ../scripts/evaluate-test.sh libio/tst-memstream1 $? false false > /build/libio/tst-memstream1.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-ftell-append > /build/libio/tst-ftell-append.out; \ ../scripts/evaluate-test.sh libio/tst-ftell-append $? false false > /build/libio/tst-ftell-append.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-ftell-partial-wide > /build/libio/tst-ftell-partial-wide.out; \ ../scripts/evaluate-test.sh libio/tst-ftell-partial-wide $? false false > /build/libio/tst-ftell-partial-wide.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-memstream3 > /build/libio/tst-memstream3.out; \ ../scripts/evaluate-test.sh libio/tst-memstream3 $? false false > /build/libio/tst-memstream3.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-memstream4 > /build/libio/tst-memstream4.out; \ ../scripts/evaluate-test.sh libio/tst-memstream4 $? false false > /build/libio/tst-memstream4.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-mmap-eofsync > /build/libio/tst-mmap-eofsync.out; \ ../scripts/evaluate-test.sh libio/tst-mmap-eofsync $? false false > /build/libio/tst-mmap-eofsync.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-mmap-fflushsync > /build/libio/tst-mmap-fflushsync.out; \ ../scripts/evaluate-test.sh libio/tst-mmap-fflushsync $? false false > /build/libio/tst-mmap-fflushsync.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-mmap-offend > /build/libio/tst-mmap-offend.out; \ ../scripts/evaluate-test.sh libio/tst-mmap-offend $? false false > /build/libio/tst-mmap-offend.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-mmap-setvbuf > /build/libio/tst-mmap-setvbuf.out; \ ../scripts/evaluate-test.sh libio/tst-mmap-setvbuf $? false false > /build/libio/tst-mmap-setvbuf.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-mmap2-eofsync > /build/libio/tst-mmap2-eofsync.out; \ ../scripts/evaluate-test.sh libio/tst-mmap2-eofsync $? false false > /build/libio/tst-mmap2-eofsync.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-sprintf-chk-ub > /build/libio/tst-sprintf-chk-ub.out; \ ../scripts/evaluate-test.sh libio/tst-sprintf-chk-ub $? false false > /build/libio/tst-sprintf-chk-ub.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-sprintf-ub > /build/libio/tst-sprintf-ub.out; \ ../scripts/evaluate-test.sh libio/tst-sprintf-ub $? false false > /build/libio/tst-sprintf-ub.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-popen1 > /build/libio/tst-popen1.out; \ ../scripts/evaluate-test.sh libio/tst-popen1 $? false false > /build/libio/tst-popen1.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-setvbuf1 > /build/libio/tst-setvbuf1.out; \ ../scripts/evaluate-test.sh libio/tst-setvbuf1 $? false false > /build/libio/tst-setvbuf1.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-sscanf > /build/libio/tst-sscanf.out; \ ../scripts/evaluate-test.sh libio/tst-sscanf $? false false > /build/libio/tst-sscanf.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-ungetwc1 > /build/libio/tst-ungetwc1.out; \ ../scripts/evaluate-test.sh libio/tst-ungetwc1 $? false false > /build/libio/tst-ungetwc1.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-swscanf > /build/libio/tst-swscanf.out; \ ../scripts/evaluate-test.sh libio/tst-swscanf $? false false > /build/libio/tst-swscanf.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-ungetwc2 > /build/libio/tst-ungetwc2.out; \ ../scripts/evaluate-test.sh libio/tst-ungetwc2 $? false false > /build/libio/tst-ungetwc2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-wmemstream1 > /build/libio/tst-wmemstream1.out; \ ../scripts/evaluate-test.sh libio/tst-wmemstream1 $? false false > /build/libio/tst-wmemstream1.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-wfile-sync > /build/libio/tst-wfile-sync.out; \ ../scripts/evaluate-test.sh libio/tst-wfile-sync $? false false > /build/libio/tst-wfile-sync.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-memstream2 > /build/libio/tst-memstream2.out; \ ../scripts/evaluate-test.sh libio/tst-memstream2 $? false false > /build/libio/tst-memstream2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-wmemstream3 > /build/libio/tst-wmemstream3.out; \ ../scripts/evaluate-test.sh libio/tst-wmemstream3 $? false false > /build/libio/tst-wmemstream3.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-wmemstream4 > /build/libio/tst-wmemstream4.out; \ ../scripts/evaluate-test.sh libio/tst-wmemstream4 $? false false > /build/libio/tst-wmemstream4.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-ftell-active-handler > /build/libio/tst-ftell-active-handler.out; \ ../scripts/evaluate-test.sh libio/tst-ftell-active-handler $? false false > /build/libio/tst-ftell-active-handler.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-wmemstream5 > /build/libio/tst-wmemstream5.out; \ ../scripts/evaluate-test.sh libio/tst-wmemstream5 $? false false > /build/libio/tst-wmemstream5.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst_getwc > /build/libio/tst_getwc.out < tst_getwc.input; \ ../scripts/evaluate-test.sh libio/tst_getwc $? false false > /build/libio/tst_getwc.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst_putwc > /build/libio/tst_putwc.out; \ ../scripts/evaluate-test.sh libio/tst_putwc $? false false > /build/libio/tst_putwc.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 /build/libio/test-as-const-libio-macros.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/libio/test-as-const-libio-macros.o -MD -MP -MF /build/libio/test-as-const-libio-macros.o.dt -MT /build/libio/test-as-const-libio-macros.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst_swprintf > /build/libio/tst_swprintf.out; \ ../scripts/evaluate-test.sh libio/tst_swprintf $? false false > /build/libio/tst_swprintf.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst_swscanf > /build/libio/tst_swscanf.out; \ ../scripts/evaluate-test.sh libio/tst_swscanf $? false false > /build/libio/tst_swscanf.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst_wprintf > /build/libio/tst_wprintf.out; \ ../scripts/evaluate-test.sh libio/tst_wprintf $? false false > /build/libio/tst_wprintf.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-widetext > /build/libio/tst-widetext.out < tst-widetext.input; \ ../scripts/evaluate-test.sh libio/tst-widetext $? false false > /build/libio/tst-widetext.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst_wscanf > /build/libio/tst_wscanf.out < tst_wscanf.input; \ ../scripts/evaluate-test.sh libio/tst_wscanf $? false false > /build/libio/tst_wscanf.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/libio/tst-bz24228.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-bz24228 > /build/libio/tst-bz24228.out; \ ../scripts/evaluate-test.sh libio/tst-bz24228 $? false false > /build/libio/tst-bz24228.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fopen-compat tst-fopen-compat.c > /build/libio/tst-fopen-compat.out; \ ../scripts/evaluate-test.sh libio/tst-fopen-compat $? false false > /build/libio/tst-fopen-compat.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-stderr-compat > /build/libio/tst-stderr-compat.out; \ ../scripts/evaluate-test.sh libio/tst-stderr-compat $? false false > /build/libio/tst-stderr-compat.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-cleanup-default > /build/libio/tst-cleanup-default.out; \ ../scripts/evaluate-test.sh libio/tst-cleanup-default $? false false > /build/libio/tst-cleanup-default.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst_wprintf2 "Some Text" > /build/libio/tst_wprintf2.out; \ ../scripts/evaluate-test.sh libio/tst_wprintf2 $? false false > /build/libio/tst_wprintf2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-cleanup-nostart-stop-gc > /build/libio/tst-cleanup-nostart-stop-gc.out; \ ../scripts/evaluate-test.sh libio/tst-cleanup-nostart-stop-gc $? false false > /build/libio/tst-cleanup-nostart-stop-gc.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-cleanup-start-stop-gc > /build/libio/tst-cleanup-start-stop-gc.out; \ ../scripts/evaluate-test.sh libio/tst-cleanup-start-stop-gc $? false false > /build/libio/tst-cleanup-start-stop-gc.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-wmemstream2 > /build/libio/tst-wmemstream2.out; \ ../scripts/evaluate-test.sh libio/tst-wmemstream2 $? false false > /build/libio/tst-wmemstream2.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' /bin/sh test-freopen.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ /build/libio/; \ ../scripts/evaluate-test.sh libio/test-freopen $? false false > /build/libio/test-freopen.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' /build/malloc/mtrace /build/libio/test-fmemopen.mtrace > /build/libio/test-fmemopen-mem.out; \ ../scripts/evaluate-test.sh libio/test-fmemopen-mem $? false false > /build/libio/test-fmemopen-mem.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' /build/malloc/mtrace /build/libio/tst-bz22415.mtrace > /build/libio/tst-bz22415-mem.out; \ ../scripts/evaluate-test.sh libio/tst-bz22415-mem $? false false > /build/libio/tst-bz22415-mem.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' /build/malloc/mtrace /build/libio/tst-bz24228.mtrace > /build/libio/tst-bz24228-mem.out; \ ../scripts/evaluate-test.sh libio/tst-bz24228-mem $? false false > /build/libio/tst-bz24228-mem.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' cmp tst-cleanup.exp /build/libio/tst-cleanup-default.out > /build/libio/tst-cleanup-default-cmp.out; ../scripts/evaluate-test.sh libio/tst-cleanup-default-cmp $? false false > /build/libio/tst-cleanup-default-cmp.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' /build/malloc/mtrace \ /build/libio/tst-fclose-unopened2.mtrace > /build/libio/tst-fclose-unopened2-mem.out; \ ../scripts/evaluate-test.sh libio/tst-fclose-unopened2-mem $? false false > /build/libio/tst-fclose-unopened2-mem.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' cmp tst-cleanup.exp /build/libio/tst-cleanup-nostart-stop-gc.out > /build/libio/tst-cleanup-nostart-stop-gc-cmp.out; ../scripts/evaluate-test.sh libio/tst-cleanup-nostart-stop-gc-cmp $? false false > /build/libio/tst-cleanup-nostart-stop-gc-cmp.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' cmp tst-cleanup.exp /build/libio/tst-cleanup-start-stop-gc.out > /build/libio/tst-cleanup-start-stop-gc-cmp.out; ../scripts/evaluate-test.sh libio/tst-cleanup-start-stop-gc-cmp $? false false > /build/libio/tst-cleanup-start-stop-gc-cmp.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' /build/malloc/mtrace \ /build/libio/tst-fdopen-seek-failure.mtrace > /build/libio/tst-fdopen-seek-failure-mem.out; \ ../scripts/evaluate-test.sh libio/tst-fdopen-seek-failure-mem $? false false > /build/libio/tst-fdopen-seek-failure-mem.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/test-as-const-libio-macros -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/test-as-const-libio-macros.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/test-as-const-libio-macros > /build/libio/test-as-const-libio-macros.out; \ ../scripts/evaluate-test.sh libio/test-as-const-libio-macros $? false false > /build/libio/test-as-const-libio-macros.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-vtables -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-vtables.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-vtables-interposed -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-vtables-interposed.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-vtables-interposed > /build/libio/tst-vtables-interposed.out; \ ../scripts/evaluate-test.sh libio/tst-vtables-interposed $? false false > /build/libio/tst-vtables-interposed.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-cleanup-nostart-stop-gc-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs -Wl,--gc-sections,-z,nostart-stop-gc /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-cleanup-nostart-stop-gc-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-cleanup-default-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs -Wl,--gc-sections /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-cleanup-default-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' gcc -m32 -o /build/libio/tst-cleanup-start-stop-gc-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs -Wl,--gc-sections,-z,start-stop-gc /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/libio/tst-cleanup-start-stop-gc-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/libio/tst-cleanup-default-static > /build/libio/tst-cleanup-default-static.out; \ ../scripts/evaluate-test.sh libio/tst-cleanup-default-static $? false false > /build/libio/tst-cleanup-default-static.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/libio/tst-cleanup-nostart-stop-gc-static > /build/libio/tst-cleanup-nostart-stop-gc-static.out; \ ../scripts/evaluate-test.sh libio/tst-cleanup-nostart-stop-gc-static $? false false > /build/libio/tst-cleanup-nostart-stop-gc-static.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/libio/tst-cleanup-start-stop-gc-static > /build/libio/tst-cleanup-start-stop-gc-static.out; \ ../scripts/evaluate-test.sh libio/tst-cleanup-start-stop-gc-static $? false false > /build/libio/tst-cleanup-start-stop-gc-static.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' cmp tst-cleanup.exp /build/libio/tst-cleanup-nostart-stop-gc-static.out > /build/libio/tst-cleanup-nostart-stop-gc-static-cmp.out; ../scripts/evaluate-test.sh libio/tst-cleanup-nostart-stop-gc-static-cmp $? false false > /build/libio/tst-cleanup-nostart-stop-gc-static-cmp.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' cmp tst-cleanup.exp /build/libio/tst-cleanup-default-static.out > /build/libio/tst-cleanup-default-static-cmp.out; ../scripts/evaluate-test.sh libio/tst-cleanup-default-static-cmp $? false false > /build/libio/tst-cleanup-default-static-cmp.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' cmp tst-cleanup.exp /build/libio/tst-cleanup-start-stop-gc-static.out > /build/libio/tst-cleanup-start-stop-gc-static-cmp.out; ../scripts/evaluate-test.sh libio/tst-cleanup-start-stop-gc-static-cmp $? false false > /build/libio/tst-cleanup-start-stop-gc-static-cmp.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/libio/tst-fopenloc.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-fopenloc > /build/libio/tst-fopenloc.out; \ ../scripts/evaluate-test.sh libio/tst-fopenloc $? false false > /build/libio/tst-fopenloc.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' cmp ../iconvdata/testdata/ISO-8859-1..UTF8 /build/libio/tst-fopenloc.out > /build/libio/tst-fopenloc-cmp.out; \ ../scripts/evaluate-test.sh libio/tst-fopenloc-cmp $? false false > /build/libio/tst-fopenloc-cmp.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' /build/malloc/mtrace /build/libio/tst-fopenloc.mtrace > /build/libio/tst-fopenloc-mem.out; \ ../scripts/evaluate-test.sh libio/tst-fopenloc-mem $? false false > /build/libio/tst-fopenloc-mem.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/libio/tst-vtables > /build/libio/tst-vtables.out; \ ../scripts/evaluate-test.sh libio/tst-vtables $? false false > /build/libio/tst-vtables.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ stdio.h bits/stdio.h bits/stdio2.h bits/stdio2-decl.h bits/stdio-ldbl.h bits/types/FILE.h bits/types/__FILE.h bits/types/struct_FILE.h bits/types/__fpos_t.h bits/types/__fpos64_t.h bits/types/cookie_io_functions_t.h > /build/libio/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh libio/check-installed-headers-c $? false false > /build/libio/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/libio' make[2]: Entering directory '/glibc/libio' ../scripts/merge-test-results.sh -s /build/libio/ libio \ bug-fopena+ bug-fseek bug-ftell bug-memstream1 bug-mmap-fflush bug-rewind bug-rewind2 bug-ungetc bug-ungetc2 bug-ungetc3 bug-ungetc4 bug-ungetwc1 bug-ungetwc2 bug-wfflush bug-wmemstream1 bug-wsetpos check-installed-headers-c check-obsolete-constructs check-wrapper-headers test-as-const-libio-macros test-fmemopen test-fmemopen-mem test-freopen tst-atime tst-bz22415 tst-bz22415-mem tst-bz24051 tst-bz24153 tst-bz24228 tst-bz24228-mem tst-bz28828 tst-cleanup-default tst-cleanup-default-cmp tst-cleanup-default-static tst-cleanup-default-static-cmp tst-cleanup-nostart-stop-gc tst-cleanup-nostart-stop-gc-cmp tst-cleanup-nostart-stop-gc-static tst-cleanup-nostart-stop-gc-static-cmp tst-cleanup-start-stop-gc tst-cleanup-start-stop-gc-cmp tst-cleanup-start-stop-gc-static tst-cleanup-start-stop-gc-static-cmp tst-closeall tst-eof tst-ext tst-ext2 tst-fclose-unopened tst-fclose-unopened2 tst-fclose-unopened2-mem tst-fdopen-seek-failure tst-fdopen-seek-failure-mem tst-fgetc-after-eof tst-fgetwc tst-fgetws tst-fopen-compat tst-fopenloc tst-fopenloc-cmp tst-fopenloc-mem tst-fopenloc2 tst-fputws tst-freopen tst-fseek tst-ftell-active-handler tst-ftell-append tst-ftell-partial-wide tst-fwrite-error tst-getdelim tst-memstream1 tst-memstream2 tst-memstream3 tst-memstream4 tst-mmap-eofsync tst-mmap-fflushsync tst-mmap-offend tst-mmap-setvbuf tst-mmap2-eofsync tst-popen1 tst-setvbuf1 tst-sprintf-chk-ub tst-sprintf-ub tst-sscanf tst-stderr-compat tst-swscanf tst-ungetwc1 tst-ungetwc2 tst-vtables tst-vtables-interposed tst-wfile-sync tst-widetext tst-wmemstream1 tst-wmemstream2 tst-wmemstream3 tst-wmemstream4 tst-wmemstream5 tst_getwc tst_putwc tst_swprintf tst_swscanf tst_wprintf tst_wprintf2 tst_wscanf \ > /build/libio/subdir-tests.sum make[2]: Leaving directory '/glibc/libio' rm /build/libio/test-as-const-libio-macros.c make subdir=dlfcn -C dlfcn ..=../ tests make[2]: Entering directory '/glibc/dlfcn' ../scripts/evaluate-test.sh dlfcn/bug-atexit3 \ 77 false false > /build/dlfcn/bug-atexit3.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-dl-leaf-lib-cb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-dl-leaf-lib-cb.os -MD -MP -MF /build/dlfcn/bug-dl-leaf-lib-cb.os.dt -MT /build/dlfcn/bug-dl-leaf-lib-cb.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-atexit1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-atexit1.o -MD -MP -MF /build/dlfcn/bug-atexit1.o.dt -MT /build/dlfcn/bug-atexit1.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-dlopen1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-dlopen1.o -MD -MP -MF /build/dlfcn/bug-dlopen1.o.dt -MT /build/dlfcn/bug-dlopen1.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-dlsym1-lib2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-dlsym1-lib2.os -MD -MP -MF /build/dlfcn/bug-dlsym1-lib2.os.dt -MT /build/dlfcn/bug-dlsym1-lib2.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 glreflib3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/glreflib3.os -MD -MP -MF /build/dlfcn/glreflib3.os.dt -MT /build/dlfcn/glreflib3.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 errmsg1mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/errmsg1mod.os -MD -MP -MF /build/dlfcn/errmsg1mod.os.dt -MT /build/dlfcn/errmsg1mod.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-dlsym1-lib1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-dlsym1-lib1.os -MD -MP -MF /build/dlfcn/bug-dlsym1-lib1.os.dt -MT /build/dlfcn/bug-dlsym1-lib1.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 glreflib1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/glreflib1.os -MD -MP -MF /build/dlfcn/glreflib1.os.dt -MT /build/dlfcn/glreflib1.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 glreflib2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/glreflib2.os -MD -MP -MF /build/dlfcn/glreflib2.os.dt -MT /build/dlfcn/glreflib2.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-atexit2-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-atexit2-lib.os -MD -MP -MF /build/dlfcn/bug-atexit2-lib.os.dt -MT /build/dlfcn/bug-atexit2-lib.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 failtest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/failtest.o -MD -MP -MF /build/dlfcn/failtest.o.dt -MT /build/dlfcn/failtest.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-dlsym1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-dlsym1.o -MD -MP -MF /build/dlfcn/bug-dlsym1.o.dt -MT /build/dlfcn/bug-dlsym1.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 default.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/default.o -MD -MP -MF /build/dlfcn/default.o.dt -MT /build/dlfcn/default.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-atexit2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-atexit2.o -MD -MP -MF /build/dlfcn/bug-atexit2.o.dt -MT /build/dlfcn/bug-atexit2.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 errmsg1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/errmsg1.o -MD -MP -MF /build/dlfcn/errmsg1.o.dt -MT /build/dlfcn/errmsg1.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-dl-leaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-dl-leaf.o -MD -MP -MF /build/dlfcn/bug-dl-leaf.o.dt -MT /build/dlfcn/bug-dl-leaf.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 modstatic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/modstatic.os -MD -MP -MF /build/dlfcn/modstatic.os.dt -MT /build/dlfcn/modstatic.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-dl-leaf-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-dl-leaf-lib.os -MD -MP -MF /build/dlfcn/bug-dl-leaf-lib.os.dt -MT /build/dlfcn/bug-dl-leaf-lib.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 moddummy1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/moddummy1.os -MD -MP -MF /build/dlfcn/moddummy1.os.dt -MT /build/dlfcn/moddummy1.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tstatexit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tstatexit.o -MD -MP -MF /build/dlfcn/tstatexit.o.dt -MT /build/dlfcn/tstatexit.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tstcxaatexit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tstcxaatexit.o -MD -MP -MF /build/dlfcn/tstcxaatexit.o.dt -MT /build/dlfcn/tstcxaatexit.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 moddummy2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/moddummy2.os -MD -MP -MF /build/dlfcn/moddummy2.os.dt -MT /build/dlfcn/moddummy2.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 glrefmain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/glrefmain.o -MD -MP -MF /build/dlfcn/glrefmain.o.dt -MT /build/dlfcn/glrefmain.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tst-dladdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tst-dladdr.o -MD -MP -MF /build/dlfcn/tst-dladdr.o.dt -MT /build/dlfcn/tst-dladdr.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 failtestmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/failtestmod.os -MD -MP -MF /build/dlfcn/failtestmod.os.dt -MT /build/dlfcn/failtestmod.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 modatexit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/modatexit.os -MD -MP -MF /build/dlfcn/modatexit.os.dt -MT /build/dlfcn/modatexit.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 modstatic3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/modstatic3.os -MD -MP -MF /build/dlfcn/modstatic3.os.dt -MT /build/dlfcn/modstatic3.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 defaultmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/defaultmod1.os -MD -MP -MF /build/dlfcn/defaultmod1.os.dt -MT /build/dlfcn/defaultmod1.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 bug-atexit1-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/bug-atexit1-lib.os -MD -MP -MF /build/dlfcn/bug-atexit1-lib.os.dt -MT /build/dlfcn/bug-atexit1-lib.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tst-dlinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tst-dlinfo.o -MD -MP -MF /build/dlfcn/tst-dlinfo.o.dt -MT /build/dlfcn/tst-dlinfo.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tst-rec-dlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tst-rec-dlopen.o -MD -MP -MF /build/dlfcn/tst-rec-dlopen.o.dt -MT /build/dlfcn/tst-rec-dlopen.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 defaultmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/defaultmod2.os -MD -MP -MF /build/dlfcn/defaultmod2.os.dt -MT /build/dlfcn/defaultmod2.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 modcxaatexit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/modcxaatexit.os -MD -MP -MF /build/dlfcn/modcxaatexit.os.dt -MT /build/dlfcn/modcxaatexit.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 modstatic5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/modstatic5.os -MD -MP -MF /build/dlfcn/modstatic5.os.dt -MT /build/dlfcn/modstatic5.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tststatic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tststatic.o -MD -MP -MF /build/dlfcn/tststatic.o.dt -MT /build/dlfcn/tststatic.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' LC_ALL=C objdump --dynamic-syms /build/dlfcn/libdl.so > /build/dlfcn/libdl.dynsymT mv -f /build/dlfcn/libdl.dynsymT /build/dlfcn/libdl.dynsym make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/bug-atexit1-lib.so /build/csu/abi-note.o /build/dlfcn/bug-atexit1-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/bug-dl-leaf-lib.so /build/csu/abi-note.o /build/dlfcn/bug-dl-leaf-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/bug-atexit2-lib.so /build/csu/abi-note.o /build/dlfcn/bug-atexit2-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Bsymbolic -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/defaultmod2.so /build/csu/abi-note.o /build/dlfcn/defaultmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/defaultmod1.so /build/csu/abi-note.o /build/dlfcn/defaultmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/bug-dlsym1-lib2.so /build/csu/abi-note.o /build/dlfcn/bug-dlsym1-lib2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tststatic2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tststatic2.o -MD -MP -MF /build/dlfcn/tststatic2.o.dt -MT /build/dlfcn/tststatic2.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/bug-dlopen1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/bug-dlopen1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/bug-atexit1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/bug-atexit1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/failtestmod.so /build/csu/abi-note.o /build/dlfcn/failtestmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/glreflib2.so /build/csu/abi-note.o /build/dlfcn/glreflib2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tststatic5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tststatic5.o -MD -MP -MF /build/dlfcn/tststatic5.o.dt -MT /build/dlfcn/tststatic5.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=dlfcn bits/dl_find_object.h bits/dlfcn.h dlfcn.h > /build/dlfcn/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh dlfcn/check-wrapper-headers $? false false > /build/dlfcn/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' python3 -B ../scripts/check-obsolete-constructs.py ../sysdeps/x86/bits/dl_find_object.h ../bits/dlfcn.h dlfcn.h > /build/dlfcn/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh dlfcn/check-obsolete-constructs $? false false > /build/dlfcn/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/errmsg1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/errmsg1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/errmsg1mod.so /build/csu/abi-note.o /build/dlfcn/errmsg1mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/glreflib1.so /build/csu/abi-note.o /build/dlfcn/glreflib1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/failtest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/failtest.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/bug-atexit2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/bug-atexit2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/glrefmain -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/glrefmain.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/moddummy1.so /build/csu/abi-note.o /build/dlfcn/moddummy1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-rpath,: -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/glreflib3.so /build/csu/abi-note.o /build/dlfcn/glreflib3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tststatic3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tststatic3.o -MD -MP -MF /build/dlfcn/tststatic3.o.dt -MT /build/dlfcn/tststatic3.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tst-dladdr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tst-dladdr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/moddummy2.so /build/csu/abi-note.o /build/dlfcn/moddummy2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/bug-atexit2 > /build/dlfcn/bug-atexit2.out; \ ../scripts/evaluate-test.sh dlfcn/bug-atexit2 $? false false > /build/dlfcn/bug-atexit2.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tst-dlinfo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tst-dlinfo.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tstatexit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tstatexit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/modatexit.so /build/csu/abi-note.o /build/dlfcn/modatexit.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/modcxaatexit.so /build/csu/abi-note.o /build/dlfcn/modcxaatexit.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tst-rec-dlopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tst-rec-dlopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tstcxaatexit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tstcxaatexit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/modstatic.so /build/csu/abi-note.o /build/dlfcn/modstatic.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' LC_ALL=C gawk -f ../scripts/abilist.awk /build/dlfcn/libdl.dynsym > /build/dlfcn/libdl.symlistT mv -f /build/dlfcn/libdl.symlistT /build/dlfcn/libdl.symlist make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/bug-dlopen1 > /build/dlfcn/bug-dlopen1.out; \ ../scripts/evaluate-test.sh dlfcn/bug-dlopen1 $? false false > /build/dlfcn/bug-dlopen1.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/modstatic3.so /build/csu/abi-note.o /build/dlfcn/modstatic3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/bug-atexit1 > /build/dlfcn/bug-atexit1.out; \ ../scripts/evaluate-test.sh dlfcn/bug-atexit1 $? false false > /build/dlfcn/bug-atexit1.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/errmsg1 > /build/dlfcn/errmsg1.out; \ ../scripts/evaluate-test.sh dlfcn/errmsg1 $? false false > /build/dlfcn/errmsg1.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/modstatic5.so /build/csu/abi-note.o /build/dlfcn/modstatic5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/tst-dladdr > /build/dlfcn/tst-dladdr.out; \ ../scripts/evaluate-test.sh dlfcn/tst-dladdr $? false false > /build/dlfcn/tst-dladdr.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/bug-dl-leaf-lib-cb.so /build/csu/abi-note.o /build/dlfcn/bug-dl-leaf-lib-cb.os /build/dlfcn/bug-dl-leaf-lib.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/glrefmain > /build/dlfcn/glrefmain.out; \ ../scripts/evaluate-test.sh dlfcn/glrefmain $? false false > /build/dlfcn/glrefmain.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/failtest > /build/dlfcn/failtest.out; \ ../scripts/evaluate-test.sh dlfcn/failtest $? false false > /build/dlfcn/failtest.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/tst-rec-dlopen > /build/dlfcn/tst-rec-dlopen.out; \ ../scripts/evaluate-test.sh dlfcn/tst-rec-dlopen $? false false > /build/dlfcn/tst-rec-dlopen.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/tst-dlinfo > /build/dlfcn/tst-dlinfo.out; \ ../scripts/evaluate-test.sh dlfcn/tst-dlinfo $? false false > /build/dlfcn/tst-dlinfo.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/tstatexit > /build/dlfcn/tstatexit.out; \ ../scripts/evaluate-test.sh dlfcn/tstatexit $? false false > /build/dlfcn/tstatexit.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/tstcxaatexit > /build/dlfcn/tstcxaatexit.out; \ ../scripts/evaluate-test.sh dlfcn/tstcxaatexit $? false false > /build/dlfcn/tstcxaatexit.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/bug-dlsym1-lib1.so /build/csu/abi-note.o /build/dlfcn/bug-dlsym1-lib1.os /build/dlfcn/bug-dlsym1-lib2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libdl.abilist /build/dlfcn/libdl.symlist > /build/dlfcn/check-abi-libdl.out; \ ../scripts/evaluate-test.sh dlfcn/check-abi-libdl $? false false > /build/dlfcn/check-abi-libdl.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 modstatic2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/modstatic2.os -MD -MP -MF /build/dlfcn/modstatic2.os.dt -MT /build/dlfcn/modstatic2.os make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/bug-dl-leaf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/bug-dl-leaf.o /build/support/libsupport_nonshared.a /build/dlfcn/bug-dl-leaf-lib.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tststatic4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tststatic4.o -MD -MP -MF /build/dlfcn/tststatic4.o.dt -MT /build/dlfcn/tststatic4.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/bug-dl-leaf > /build/dlfcn/bug-dl-leaf.out; \ ../scripts/evaluate-test.sh dlfcn/bug-dl-leaf $? false false > /build/dlfcn/bug-dl-leaf.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/default -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/default.o /build/support/libsupport_nonshared.a /build/dlfcn/defaultmod1.so /build/dlfcn/defaultmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/bug-dlsym1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/bug-dlsym1.o /build/support/libsupport_nonshared.a /build/dlfcn/bug-dlsym1-lib2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/default > /build/dlfcn/default.out; \ ../scripts/evaluate-test.sh dlfcn/default $? false false > /build/dlfcn/default.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/bug-dlsym1 > /build/dlfcn/bug-dlsym1.out; \ ../scripts/evaluate-test.sh dlfcn/bug-dlsym1 $? false false > /build/dlfcn/bug-dlsym1.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/dlfcn/modstatic2.so /build/csu/abi-note.o /build/dlfcn/modstatic2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 tst-dlinfo-phdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/tst-dlinfo-phdr.o -MD -MP -MF /build/dlfcn/tst-dlinfo-phdr.o.dt -MT /build/dlfcn/tst-dlinfo-phdr.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tst-dlinfo-phdr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tst-dlinfo-phdr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dlfcn/tst-dlinfo-phdr > /build/dlfcn/tst-dlinfo-phdr.out; \ ../scripts/evaluate-test.sh dlfcn/tst-dlinfo-phdr $? false false > /build/dlfcn/tst-dlinfo-phdr.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tststatic -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tststatic.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/dlfcn/tststatic.o: in function `do_test': /glibc/dlfcn/tststatic.c:12:(.text+0x1a): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/dlfcn/:/build/:/build/elf /build/dlfcn/tststatic > /build/dlfcn/tststatic.out; \ ../scripts/evaluate-test.sh dlfcn/tststatic $? false false > /build/dlfcn/tststatic.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tststatic2 -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tststatic2.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/dlfcn/tststatic2.o: in function `do_test': /glibc/dlfcn/tststatic2.c:154:(.text+0x274): warning: Using 'dlmopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /glibc/dlfcn/tststatic2.c:12:(.text+0x1c): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tststatic5 -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tststatic5.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/dlfcn/tststatic5.o: in function `do_test': /glibc/dlfcn/tststatic5.c:40:(.text+0x1c): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/dlfcn/:/build/:/build/elf /build/dlfcn/tststatic2 > /build/dlfcn/tststatic2.out; \ ../scripts/evaluate-test.sh dlfcn/tststatic2 $? false false > /build/dlfcn/tststatic2.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/dlfcn/:/build/:/build/elf /build/dlfcn/tststatic5 > /build/dlfcn/tststatic5.out; \ ../scripts/evaluate-test.sh dlfcn/tststatic5 $? false false > /build/dlfcn/tststatic5.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tststatic3 -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tststatic3.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/dlfcn/tststatic3.o: in function `do_test': /glibc/dlfcn/tststatic3.c:40:(.text+0x1f): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/dlfcn/:/build/:/build/elf /build/dlfcn/tststatic3 > /build/dlfcn/tststatic3.out; \ ../scripts/evaluate-test.sh dlfcn/tststatic3 $? false false > /build/dlfcn/tststatic3.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' gcc -m32 -o /build/dlfcn/tststatic4 -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dlfcn/tststatic4.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/dlfcn/tststatic4.o: in function `do_test': /glibc/dlfcn/tststatic4.c:49:(.text+0x1a): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/dlfcn/:/build/:/build/elf /build/dlfcn/tststatic4 > /build/dlfcn/tststatic4.out; \ ../scripts/evaluate-test.sh dlfcn/tststatic4 $? false false > /build/dlfcn/tststatic4.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/dl_find_object.h bits/dlfcn.h dlfcn.h > /build/dlfcn/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh dlfcn/check-installed-headers-c $? false false > /build/dlfcn/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/dlfcn' make[2]: Entering directory '/glibc/dlfcn' ../scripts/merge-test-results.sh -s /build/dlfcn/ dlfcn \ bug-atexit1 bug-atexit2 bug-atexit3 bug-dl-leaf bug-dlopen1 bug-dlsym1 check-abi-libdl check-installed-headers-c check-obsolete-constructs check-wrapper-headers default errmsg1 failtest glrefmain tst-dladdr tst-dlinfo tst-dlinfo-phdr tst-rec-dlopen tstatexit tstcxaatexit tststatic tststatic2 tststatic3 tststatic4 tststatic5 \ > /build/dlfcn/subdir-tests.sum make[2]: Leaving directory '/glibc/dlfcn' rm /build/dlfcn/libdl.dynsym make subdir=nptl -C nptl ..=../ tests make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-audit-threads-mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-audit-threads-mod1.os -MD -MP -MF /build/nptl/tst-audit-threads-mod1.os.dt -MT /build/nptl/tst-audit-threads-mod1.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-audit-threads-mod1.so /build/csu/abi-note.o /build/nptl/tst-audit-threads-mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-audit-threads-mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-audit-threads-mod2.os -MD -MP -MF /build/nptl/tst-audit-threads-mod2.os.dt -MT /build/nptl/tst-audit-threads-mod2.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-audit-threads-mod2.so /build/csu/abi-note.o /build/nptl/tst-audit-threads-mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-compat-forwarder-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-compat-forwarder-mod.os -MD -MP -MF /build/nptl/tst-compat-forwarder-mod.os.dt -MT /build/nptl/tst-compat-forwarder-mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-compat-forwarder-mod.so /build/csu/abi-note.o /build/nptl/tst-compat-forwarder-mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-execstack-threads-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-trampolines -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-execstack-threads-mod.os -MD -MP -MF /build/nptl/tst-execstack-threads-mod.os.dt -MT /build/nptl/tst-execstack-threads-mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,execstack -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-execstack-threads-mod.so /build/csu/abi-note.o /build/nptl/tst-execstack-threads-mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group /usr/bin/ld: warning: enabling an executable stack because of -z execstack command line option make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-stack4mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-stack4mod.os -MD -MP -MF /build/nptl/tst-stack4mod.os.dt -MT /build/nptl/tst-stack4mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-stack4mod.so /build/csu/abi-note.o /build/nptl/tst-stack4mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls3mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls3mod.os -MD -MP -MF /build/nptl/tst-tls3mod.os.dt -MT /build/nptl/tst-tls3mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls3mod.so /build/csu/abi-note.o /build/nptl/tst-tls3mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls5mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls5mod.os -MD -MP -MF /build/nptl/tst-tls5mod.os.dt -MT /build/nptl/tst-tls5mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,tst-tls5mod.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls5mod.so /build/csu/abi-note.o /build/nptl/tst-tls5mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls5moda.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls5moda.os -MD -MP -MF /build/nptl/tst-tls5moda.os.dt -MT /build/nptl/tst-tls5moda.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls5moda.so /build/csu/abi-note.o /build/nptl/tst-tls5moda.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls5modb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls5modb.os -MD -MP -MF /build/nptl/tst-tls5modb.os.dt -MT /build/nptl/tst-tls5modb.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls5modb.so /build/csu/abi-note.o /build/nptl/tst-tls5modb.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls5modc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls5modc.os -MD -MP -MF /build/nptl/tst-tls5modc.os.dt -MT /build/nptl/tst-tls5modc.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls5modc.so /build/csu/abi-note.o /build/nptl/tst-tls5modc.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls5modd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls5modd.os -MD -MP -MF /build/nptl/tst-tls5modd.os.dt -MT /build/nptl/tst-tls5modd.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls5modd.so /build/csu/abi-note.o /build/nptl/tst-tls5modd.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls5mode.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls5mode.os -MD -MP -MF /build/nptl/tst-tls5mode.os.dt -MT /build/nptl/tst-tls5mode.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls5mode.so /build/csu/abi-note.o /build/nptl/tst-tls5mode.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls5modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls5modf.os -MD -MP -MF /build/nptl/tst-tls5modf.os.dt -MT /build/nptl/tst-tls5modf.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls5modf.so /build/csu/abi-note.o /build/nptl/tst-tls5modf.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-_res1mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-_res1mod1.os -MD -MP -MF /build/nptl/tst-_res1mod1.os.dt -MT /build/nptl/tst-_res1mod1.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,tst-_res1mod1.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-_res1mod1.so /build/csu/abi-note.o /build/nptl/tst-_res1mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-_res1mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-_res1mod2.os -MD -MP -MF /build/nptl/tst-_res1mod2.os.dt -MT /build/nptl/tst-_res1mod2.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,tst-_res1mod2.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-_res1mod2.so /build/csu/abi-note.o /build/nptl/tst-_res1mod2.os /build/nptl/tst-_res1mod1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-atfork2mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-atfork2mod.os -MD -MP -MF /build/nptl/tst-atfork2mod.os.dt -MT /build/nptl/tst-atfork2mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-atfork2mod.so /build/csu/abi-note.o /build/nptl/tst-atfork2mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-atfork3mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-atfork3mod.os -MD -MP -MF /build/nptl/tst-atfork3mod.os.dt -MT /build/nptl/tst-atfork3mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-atfork3mod.so /build/csu/abi-note.o /build/nptl/tst-atfork3mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-atfork4mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-atfork4mod.os -MD -MP -MF /build/nptl/tst-atfork4mod.os.dt -MT /build/nptl/tst-atfork4mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-atfork4mod.so /build/csu/abi-note.o /build/nptl/tst-atfork4mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-create1mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-create1mod.os -MD -MP -MF /build/nptl/tst-create1mod.os.dt -MT /build/nptl/tst-create1mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-create1mod.so /build/csu/abi-note.o /build/nptl/tst-create1mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-fini1mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-fini1mod.os -MD -MP -MF /build/nptl/tst-fini1mod.os.dt -MT /build/nptl/tst-fini1mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-fini1mod.so /build/csu/abi-note.o /build/nptl/tst-fini1mod.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-tls4moda.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls4moda.os -MD -MP -MF /build/nptl/tst-tls4moda.os.dt -MT /build/nptl/tst-tls4moda.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls4moda.so /build/csu/abi-note.o /build/nptl/tst-tls4moda.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-tls4modb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls4modb.os -MD -MP -MF /build/nptl/tst-tls4modb.os.dt -MT /build/nptl/tst-tls4modb.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-tls4modb.so /build/csu/abi-note.o /build/nptl/tst-tls4modb.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-attr2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-attr2.o -MD -MP -MF /build/nptl/tst-attr2.o.dt -MT /build/nptl/tst-attr2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-attr2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-attr2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-attr2 > /build/nptl/tst-attr2.out; \ ../scripts/evaluate-test.sh nptl/tst-attr2 $? false false > /build/nptl/tst-attr2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-attr3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-attr3.o -MD -MP -MF /build/nptl/tst-attr3.o.dt -MT /build/nptl/tst-attr3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-attr3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-attr3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-attr3 > /build/nptl/tst-attr3.out; \ ../scripts/evaluate-test.sh nptl/tst-attr3 $? false false > /build/nptl/tst-attr3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cancel4_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel4_1.o -MD -MP -MF /build/nptl/tst-cancel4_1.o.dt -MT /build/nptl/tst-cancel4_1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel4_1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel4_1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/nptl/tst-cancel4_1.o: in function `tf_sendmmsg': /glibc/nptl/tst-cancel4_1.c:56:(.text+0xc5): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel4_1 > /build/nptl/tst-cancel4_1.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel4_1 $? false false > /build/nptl/tst-cancel4_1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cancel4_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel4_2.o -MD -MP -MF /build/nptl/tst-cancel4_2.o.dt -MT /build/nptl/tst-cancel4_2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel4_2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel4_2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/nptl/tst-cancel4_2.o: in function `tf_recvmmsg': /glibc/nptl/tst-cancel4_2.c:51:(.text+0xb5): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel4_2 > /build/nptl/tst-cancel4_2.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel4_2 $? false false > /build/nptl/tst-cancel4_2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cancel7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel7.o -MD -MP -MF /build/nptl/tst-cancel7.o.dt -MT /build/nptl/tst-cancel7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel7 --command "exec /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel7" > /build/nptl/tst-cancel7.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel7 $? false false > /build/nptl/tst-cancel7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cancel17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel17.o -MD -MP -MF /build/nptl/tst-cancel17.o.dt -MT /build/nptl/tst-cancel17.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel17 > /build/nptl/tst-cancel17.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel17 $? false false > /build/nptl/tst-cancel17.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' ../scripts/evaluate-test.sh nptl/tst-cancel24 \ 77 false false > /build/nptl/tst-cancel24.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cancel31.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel31.o -MD -MP -MF /build/nptl/tst-cancel31.o.dt -MT /build/nptl/tst-cancel31.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel31 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel31.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel31 > /build/nptl/tst-cancel31.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel31 $? false false > /build/nptl/tst-cancel31.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cond26.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond26.o -MD -MP -MF /build/nptl/tst-cond26.o.dt -MT /build/nptl/tst-cond26.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond26 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond26.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond26 > /build/nptl/tst-cond26.out; \ ../scripts/evaluate-test.sh nptl/tst-cond26 $? false false > /build/nptl/tst-cond26.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-context1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-context1.o -MD -MP -MF /build/nptl/tst-context1.o.dt -MT /build/nptl/tst-context1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-context1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-context1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-context1 > /build/nptl/tst-context1.out; \ ../scripts/evaluate-test.sh nptl/tst-context1 $? false false > /build/nptl/tst-context1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-default-attr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-default-attr.o -MD -MP -MF /build/nptl/tst-default-attr.o.dt -MT /build/nptl/tst-default-attr.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-default-attr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-default-attr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-default-attr > /build/nptl/tst-default-attr.out; \ ../scripts/evaluate-test.sh nptl/tst-default-attr $? false false > /build/nptl/tst-default-attr.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-dlsym1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-dlsym1.o -MD -MP -MF /build/nptl/tst-dlsym1.o.dt -MT /build/nptl/tst-dlsym1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-dlsym1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-dlsym1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-dlsym1 > /build/nptl/tst-dlsym1.out; \ ../scripts/evaluate-test.sh nptl/tst-dlsym1 $? false false > /build/nptl/tst-dlsym1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-exec4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-exec4.o -MD -MP -MF /build/nptl/tst-exec4.o.dt -MT /build/nptl/tst-exec4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-exec4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-exec4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-exec4 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-exec4 > /build/nptl/tst-exec4.out; \ ../scripts/evaluate-test.sh nptl/tst-exec4 $? false false > /build/nptl/tst-exec4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-exec5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-exec5.o -MD -MP -MF /build/nptl/tst-exec5.o.dt -MT /build/nptl/tst-exec5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-exec5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-exec5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-exec5 > /build/nptl/tst-exec5.out; \ ../scripts/evaluate-test.sh nptl/tst-exec5 $? false false > /build/nptl/tst-exec5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-initializers1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -W -Wall -Werror -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-initializers1.o -MD -MP -MF /build/nptl/tst-initializers1.o.dt -MT /build/nptl/tst-initializers1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-initializers1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-initializers1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-initializers1 > /build/nptl/tst-initializers1.out; \ ../scripts/evaluate-test.sh nptl/tst-initializers1 $? false false > /build/nptl/tst-initializers1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-initializers1-c11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -W -Wall -Werror -std=c11 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-initializers1-c11.o -MD -MP -MF /build/nptl/tst-initializers1-c11.o.dt -MT /build/nptl/tst-initializers1-c11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-initializers1-c11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-initializers1-c11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-initializers1-c11 > /build/nptl/tst-initializers1-c11.out; \ ../scripts/evaluate-test.sh nptl/tst-initializers1-c11 $? false false > /build/nptl/tst-initializers1-c11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-initializers1-c89.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -W -Wall -Werror -std=c89 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-initializers1-c89.o -MD -MP -MF /build/nptl/tst-initializers1-c89.o.dt -MT /build/nptl/tst-initializers1-c89.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-initializers1-c89 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-initializers1-c89.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-initializers1-c89 > /build/nptl/tst-initializers1-c89.out; \ ../scripts/evaluate-test.sh nptl/tst-initializers1-c89 $? false false > /build/nptl/tst-initializers1-c89.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-initializers1-c99.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -W -Wall -Werror -std=c99 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-initializers1-c99.o -MD -MP -MF /build/nptl/tst-initializers1-c99.o.dt -MT /build/nptl/tst-initializers1-c99.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-initializers1-c99 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-initializers1-c99.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-initializers1-c99 > /build/nptl/tst-initializers1-c99.out; \ ../scripts/evaluate-test.sh nptl/tst-initializers1-c99 $? false false > /build/nptl/tst-initializers1-c99.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-initializers1-gnu11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -W -Wall -Werror -std=gnu11 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-initializers1-gnu11.o -MD -MP -MF /build/nptl/tst-initializers1-gnu11.o.dt -MT /build/nptl/tst-initializers1-gnu11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-initializers1-gnu11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-initializers1-gnu11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-initializers1-gnu11 > /build/nptl/tst-initializers1-gnu11.out; \ ../scripts/evaluate-test.sh nptl/tst-initializers1-gnu11 $? false false > /build/nptl/tst-initializers1-gnu11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-initializers1-gnu89.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -W -Wall -Werror -std=gnu89 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-initializers1-gnu89.o -MD -MP -MF /build/nptl/tst-initializers1-gnu89.o.dt -MT /build/nptl/tst-initializers1-gnu89.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-initializers1-gnu89 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-initializers1-gnu89.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-initializers1-gnu89 > /build/nptl/tst-initializers1-gnu89.out; \ ../scripts/evaluate-test.sh nptl/tst-initializers1-gnu89 $? false false > /build/nptl/tst-initializers1-gnu89.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-initializers1-gnu99.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -W -Wall -Werror -std=gnu99 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-initializers1-gnu99.o -MD -MP -MF /build/nptl/tst-initializers1-gnu99.o.dt -MT /build/nptl/tst-initializers1-gnu99.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-initializers1-gnu99 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-initializers1-gnu99.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-initializers1-gnu99 > /build/nptl/tst-initializers1-gnu99.out; \ ../scripts/evaluate-test.sh nptl/tst-initializers1-gnu99 $? false false > /build/nptl/tst-initializers1-gnu99.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-minstack-cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-minstack-cancel.o -MD -MP -MF /build/nptl/tst-minstack-cancel.o.dt -MT /build/nptl/tst-minstack-cancel.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-minstack-cancel -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-minstack-cancel.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-minstack-cancel > /build/nptl/tst-minstack-cancel.out; \ ../scripts/evaluate-test.sh nptl/tst-minstack-cancel $? false false > /build/nptl/tst-minstack-cancel.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-minstack-exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-minstack-exit.o -MD -MP -MF /build/nptl/tst-minstack-exit.o.dt -MT /build/nptl/tst-minstack-exit.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-minstack-exit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-minstack-exit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-minstack-exit > /build/nptl/tst-minstack-exit.out; \ ../scripts/evaluate-test.sh nptl/tst-minstack-exit $? false false > /build/nptl/tst-minstack-exit.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' ../scripts/evaluate-test.sh nptl/tst-minstack-throw \ 77 false false > /build/nptl/tst-minstack-throw.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutex5a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex5a.o -MD -MP -MF /build/nptl/tst-mutex5a.o.dt -MT /build/nptl/tst-mutex5a.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex5a -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex5a.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex5a > /build/nptl/tst-mutex5a.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex5a $? false false > /build/nptl/tst-mutex5a.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutex7a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex7a.o -MD -MP -MF /build/nptl/tst-mutex7a.o.dt -MT /build/nptl/tst-mutex7a.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex7a -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex7a.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex7a > /build/nptl/tst-mutex7a.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex7a $? false false > /build/nptl/tst-mutex7a.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi1.o -MD -MP -MF /build/nptl/tst-mutexpi1.o.dt -MT /build/nptl/tst-mutexpi1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi1 > /build/nptl/tst-mutexpi1.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi1 $? false false > /build/nptl/tst-mutexpi1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi2.o -MD -MP -MF /build/nptl/tst-mutexpi2.o.dt -MT /build/nptl/tst-mutexpi2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi2 > /build/nptl/tst-mutexpi2.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi2 $? false false > /build/nptl/tst-mutexpi2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi3.o -MD -MP -MF /build/nptl/tst-mutexpi3.o.dt -MT /build/nptl/tst-mutexpi3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi3 > /build/nptl/tst-mutexpi3.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi3 $? false false > /build/nptl/tst-mutexpi3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi4.o -MD -MP -MF /build/nptl/tst-mutexpi4.o.dt -MT /build/nptl/tst-mutexpi4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi4 > /build/nptl/tst-mutexpi4.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi4 $? false false > /build/nptl/tst-mutexpi4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi5.o -MD -MP -MF /build/nptl/tst-mutexpi5.o.dt -MT /build/nptl/tst-mutexpi5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi5 > /build/nptl/tst-mutexpi5.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi5 $? false false > /build/nptl/tst-mutexpi5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi6.o -MD -MP -MF /build/nptl/tst-mutexpi6.o.dt -MT /build/nptl/tst-mutexpi6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi6 > /build/nptl/tst-mutexpi6.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi6 $? false false > /build/nptl/tst-mutexpi6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi7.o -MD -MP -MF /build/nptl/tst-mutexpi7.o.dt -MT /build/nptl/tst-mutexpi7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi7 > /build/nptl/tst-mutexpi7.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi7 $? false false > /build/nptl/tst-mutexpi7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi9.o -MD -MP -MF /build/nptl/tst-mutexpi9.o.dt -MT /build/nptl/tst-mutexpi9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi9 > /build/nptl/tst-mutexpi9.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi9 $? false false > /build/nptl/tst-mutexpi9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi10.o -MD -MP -MF /build/nptl/tst-mutexpi10.o.dt -MT /build/nptl/tst-mutexpi10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi10 > /build/nptl/tst-mutexpi10.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi10 $? false false > /build/nptl/tst-mutexpi10.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi11.o -MD -MP -MF /build/nptl/tst-mutexpi11.o.dt -MT /build/nptl/tst-mutexpi11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi11 > /build/nptl/tst-mutexpi11.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi11 $? false false > /build/nptl/tst-mutexpi11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi12.o -MD -MP -MF /build/nptl/tst-mutexpi12.o.dt -MT /build/nptl/tst-mutexpi12.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi12 > /build/nptl/tst-mutexpi12.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi12 $? false false > /build/nptl/tst-mutexpi12.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' ../scripts/evaluate-test.sh nptl/tst-once5 \ 77 false false > /build/nptl/tst-once5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread-attr-affinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-attr-affinity.o -MD -MP -MF /build/nptl/tst-pthread-attr-affinity.o.dt -MT /build/nptl/tst-pthread-attr-affinity.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-attr-affinity -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-attr-affinity.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-attr-affinity > /build/nptl/tst-pthread-attr-affinity.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-attr-affinity $? false false > /build/nptl/tst-pthread-attr-affinity.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread-attr-affinity-fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-attr-affinity-fail.o -MD -MP -MF /build/nptl/tst-pthread-attr-affinity-fail.o.dt -MT /build/nptl/tst-pthread-attr-affinity-fail.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-attr-affinity-fail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-attr-affinity-fail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-attr-affinity-fail > /build/nptl/tst-pthread-attr-affinity-fail.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-attr-affinity-fail $? false false > /build/nptl/tst-pthread-attr-affinity-fail.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread-attr-sigmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-attr-sigmask.o -MD -MP -MF /build/nptl/tst-pthread-attr-sigmask.o.dt -MT /build/nptl/tst-pthread-attr-sigmask.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-attr-sigmask -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-attr-sigmask.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-attr-sigmask > /build/nptl/tst-pthread-attr-sigmask.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-attr-sigmask $? false false > /build/nptl/tst-pthread-attr-sigmask.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread-defaultattr-free.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-defaultattr-free.o -MD -MP -MF /build/nptl/tst-pthread-defaultattr-free.o.dt -MT /build/nptl/tst-pthread-defaultattr-free.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-defaultattr-free -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-defaultattr-free.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-defaultattr-free > /build/nptl/tst-pthread-defaultattr-free.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-defaultattr-free $? false false > /build/nptl/tst-pthread-defaultattr-free.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread-gdb-attach.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -DDO_ADD_SYMBOL_FILE=1 -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-gdb-attach.o -MD -MP -MF /build/nptl/tst-pthread-gdb-attach.o.dt -MT /build/nptl/tst-pthread-gdb-attach.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-gdb-attach -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-gdb-attach.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-gdb-attach > /build/nptl/tst-pthread-gdb-attach.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-gdb-attach $? false false > /build/nptl/tst-pthread-gdb-attach.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread-gdb-attach-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -DDO_ADD_SYMBOL_FILE=0 -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-gdb-attach-static.o -MD -MP -MF /build/nptl/tst-pthread-gdb-attach-static.o.dt -MT /build/nptl/tst-pthread-gdb-attach-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-gdb-attach-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-gdb-attach-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-pthread-gdb-attach-static > /build/nptl/tst-pthread-gdb-attach-static.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-gdb-attach-static $? false false > /build/nptl/tst-pthread-gdb-attach-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread-key1-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-key1-static.o -MD -MP -MF /build/nptl/tst-pthread-key1-static.o.dt -MT /build/nptl/tst-pthread-key1-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-key1-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-key1-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-pthread-key1-static > /build/nptl/tst-pthread-key1-static.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-key1-static $? false false > /build/nptl/tst-pthread-key1-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread-timedlock-lockloop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-timedlock-lockloop.o -MD -MP -MF /build/nptl/tst-pthread-timedlock-lockloop.o.dt -MT /build/nptl/tst-pthread-timedlock-lockloop.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-timedlock-lockloop -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-timedlock-lockloop.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-timedlock-lockloop > /build/nptl/tst-pthread-timedlock-lockloop.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-timedlock-lockloop $? false false > /build/nptl/tst-pthread-timedlock-lockloop.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread_exit-nothreads.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread_exit-nothreads.o -MD -MP -MF /build/nptl/tst-pthread_exit-nothreads.o.dt -MT /build/nptl/tst-pthread_exit-nothreads.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread_exit-nothreads -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread_exit-nothreads.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread_exit-nothreads > /build/nptl/tst-pthread_exit-nothreads.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread_exit-nothreads $? false false > /build/nptl/tst-pthread_exit-nothreads.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread_exit-nothreads-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread_exit-nothreads-static.o -MD -MP -MF /build/nptl/tst-pthread_exit-nothreads-static.o.dt -MT /build/nptl/tst-pthread_exit-nothreads-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread_exit-nothreads-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread_exit-nothreads-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-pthread_exit-nothreads-static > /build/nptl/tst-pthread_exit-nothreads-static.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread_exit-nothreads-static $? false false > /build/nptl/tst-pthread_exit-nothreads-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robust-fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust-fork.o -MD -MP -MF /build/nptl/tst-robust-fork.o.dt -MT /build/nptl/tst-robust-fork.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust-fork -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust-fork.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust-fork > /build/nptl/tst-robust-fork.out; \ ../scripts/evaluate-test.sh nptl/tst-robust-fork $? false false > /build/nptl/tst-robust-fork.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robustpi1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robustpi1.o -MD -MP -MF /build/nptl/tst-robustpi1.o.dt -MT /build/nptl/tst-robustpi1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robustpi1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robustpi1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robustpi1 > /build/nptl/tst-robustpi1.out; \ ../scripts/evaluate-test.sh nptl/tst-robustpi1 $? false false > /build/nptl/tst-robustpi1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robustpi2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robustpi2.o -MD -MP -MF /build/nptl/tst-robustpi2.o.dt -MT /build/nptl/tst-robustpi2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robustpi2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robustpi2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robustpi2 > /build/nptl/tst-robustpi2.out; \ ../scripts/evaluate-test.sh nptl/tst-robustpi2 $? false false > /build/nptl/tst-robustpi2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robustpi3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robustpi3.o -MD -MP -MF /build/nptl/tst-robustpi3.o.dt -MT /build/nptl/tst-robustpi3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robustpi3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robustpi3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robustpi3 > /build/nptl/tst-robustpi3.out; \ ../scripts/evaluate-test.sh nptl/tst-robustpi3 $? false false > /build/nptl/tst-robustpi3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robustpi4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robustpi4.o -MD -MP -MF /build/nptl/tst-robustpi4.o.dt -MT /build/nptl/tst-robustpi4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robustpi4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robustpi4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robustpi4 > /build/nptl/tst-robustpi4.out; \ ../scripts/evaluate-test.sh nptl/tst-robustpi4 $? false false > /build/nptl/tst-robustpi4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robustpi5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robustpi5.o -MD -MP -MF /build/nptl/tst-robustpi5.o.dt -MT /build/nptl/tst-robustpi5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robustpi5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robustpi5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robustpi5 > /build/nptl/tst-robustpi5.out; \ ../scripts/evaluate-test.sh nptl/tst-robustpi5 $? false false > /build/nptl/tst-robustpi5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robustpi6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robustpi6.o -MD -MP -MF /build/nptl/tst-robustpi6.o.dt -MT /build/nptl/tst-robustpi6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robustpi6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robustpi6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robustpi6 > /build/nptl/tst-robustpi6.out; \ ../scripts/evaluate-test.sh nptl/tst-robustpi6 $? false false > /build/nptl/tst-robustpi6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robustpi7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robustpi7.o -MD -MP -MF /build/nptl/tst-robustpi7.o.dt -MT /build/nptl/tst-robustpi7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robustpi7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robustpi7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robustpi7 > /build/nptl/tst-robustpi7.out; \ ../scripts/evaluate-test.sh nptl/tst-robustpi7 $? false false > /build/nptl/tst-robustpi7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robustpi9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robustpi9.o -MD -MP -MF /build/nptl/tst-robustpi9.o.dt -MT /build/nptl/tst-robustpi9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robustpi9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robustpi9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robustpi9 > /build/nptl/tst-robustpi9.out; \ ../scripts/evaluate-test.sh nptl/tst-robustpi9 $? false false > /build/nptl/tst-robustpi9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock-pwn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock-pwn.o -MD -MP -MF /build/nptl/tst-rwlock-pwn.o.dt -MT /build/nptl/tst-rwlock-pwn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock-pwn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock-pwn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock-pwn > /build/nptl/tst-rwlock-pwn.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock-pwn $? false false > /build/nptl/tst-rwlock-pwn.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock2.o -MD -MP -MF /build/nptl/tst-rwlock2.o.dt -MT /build/nptl/tst-rwlock2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock2 > /build/nptl/tst-rwlock2.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock2 $? false false > /build/nptl/tst-rwlock2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock3.o -MD -MP -MF /build/nptl/tst-rwlock3.o.dt -MT /build/nptl/tst-rwlock3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock3 > /build/nptl/tst-rwlock3.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock3 $? false false > /build/nptl/tst-rwlock3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock6.o -MD -MP -MF /build/nptl/tst-rwlock6.o.dt -MT /build/nptl/tst-rwlock6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock6 > /build/nptl/tst-rwlock6.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock6 $? false false > /build/nptl/tst-rwlock6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock7.o -MD -MP -MF /build/nptl/tst-rwlock7.o.dt -MT /build/nptl/tst-rwlock7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock7 > /build/nptl/tst-rwlock7.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock7 $? false false > /build/nptl/tst-rwlock7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock8.o -MD -MP -MF /build/nptl/tst-rwlock8.o.dt -MT /build/nptl/tst-rwlock8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock8 > /build/nptl/tst-rwlock8.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock8 $? false false > /build/nptl/tst-rwlock8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock9.o -MD -MP -MF /build/nptl/tst-rwlock9.o.dt -MT /build/nptl/tst-rwlock9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock9 > /build/nptl/tst-rwlock9.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock9 $? false false > /build/nptl/tst-rwlock9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock10.o -MD -MP -MF /build/nptl/tst-rwlock10.o.dt -MT /build/nptl/tst-rwlock10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock10 > /build/nptl/tst-rwlock10.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock10 $? false false > /build/nptl/tst-rwlock10.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock11.o -MD -MP -MF /build/nptl/tst-rwlock11.o.dt -MT /build/nptl/tst-rwlock11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock11 > /build/nptl/tst-rwlock11.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock11 $? false false > /build/nptl/tst-rwlock11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock15.o -MD -MP -MF /build/nptl/tst-rwlock15.o.dt -MT /build/nptl/tst-rwlock15.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock15 > /build/nptl/tst-rwlock15.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock15 $? false false > /build/nptl/tst-rwlock15.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock17.o -MD -MP -MF /build/nptl/tst-rwlock17.o.dt -MT /build/nptl/tst-rwlock17.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock17 > /build/nptl/tst-rwlock17.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock17 $? false false > /build/nptl/tst-rwlock17.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock18.o -MD -MP -MF /build/nptl/tst-rwlock18.o.dt -MT /build/nptl/tst-rwlock18.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock18 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock18.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock18 > /build/nptl/tst-rwlock18.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock18 $? false false > /build/nptl/tst-rwlock18.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock21.o -MD -MP -MF /build/nptl/tst-rwlock21.o.dt -MT /build/nptl/tst-rwlock21.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock21 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock21.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock21 > /build/nptl/tst-rwlock21.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock21 $? false false > /build/nptl/tst-rwlock21.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock22.o -MD -MP -MF /build/nptl/tst-rwlock22.o.dt -MT /build/nptl/tst-rwlock22.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock22 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock22.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock22 > /build/nptl/tst-rwlock22.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock22 $? false false > /build/nptl/tst-rwlock22.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-sched1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sched1.o -MD -MP -MF /build/nptl/tst-sched1.o.dt -MT /build/nptl/tst-sched1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sched1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sched1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sched1 > /build/nptl/tst-sched1.out; \ ../scripts/evaluate-test.sh nptl/tst-sched1 $? false false > /build/nptl/tst-sched1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-sem17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem17.o -MD -MP -MF /build/nptl/tst-sem17.o.dt -MT /build/nptl/tst-sem17.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem17 > /build/nptl/tst-sem17.out; \ ../scripts/evaluate-test.sh nptl/tst-sem17 $? false false > /build/nptl/tst-sem17.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-signal3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-signal3.o -MD -MP -MF /build/nptl/tst-signal3.o.dt -MT /build/nptl/tst-signal3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-signal3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-signal3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-signal3 > /build/nptl/tst-signal3.out; \ ../scripts/evaluate-test.sh nptl/tst-signal3 $? false false > /build/nptl/tst-signal3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-stack2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-stack2.o -MD -MP -MF /build/nptl/tst-stack2.o.dt -MT /build/nptl/tst-stack2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-stack2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-stack2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-stack2 > /build/nptl/tst-stack2.out; \ ../scripts/evaluate-test.sh nptl/tst-stack2 $? false false > /build/nptl/tst-stack2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-stack3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-stack3.o -MD -MP -MF /build/nptl/tst-stack3.o.dt -MT /build/nptl/tst-stack3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-stack3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-stack3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/nptl/tst-stack3.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-stack3 > /build/nptl/tst-stack3.out; \ ../scripts/evaluate-test.sh nptl/tst-stack3 $? false false > /build/nptl/tst-stack3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-stack4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-stack4.o -MD -MP -MF /build/nptl/tst-stack4.o.dt -MT /build/nptl/tst-stack4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-stack4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-stack4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-0-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-1-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-2-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-3-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-4-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-5-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-6-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-7-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-8-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-9-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-10-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-11-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-12-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-13-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-14-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-15-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-16-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-17-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-18-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-0.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-1.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-2.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-3.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-4.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-5.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-6.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-7.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-8.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-9.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-10.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-11.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-12.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-13.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-14.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-15.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-16.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-17.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-18.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cp -f /build/nptl/tst-stack4mod.so /build/nptl/tst-stack4mod-19-19.so make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-stack4 > /build/nptl/tst-stack4.out; \ ../scripts/evaluate-test.sh nptl/tst-stack4 $? false false > /build/nptl/tst-stack4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-thread-affinity-pthread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-thread-affinity-pthread.o -MD -MP -MF /build/nptl/tst-thread-affinity-pthread.o.dt -MT /build/nptl/tst-thread-affinity-pthread.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-thread-affinity-pthread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-thread-affinity-pthread.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-thread-affinity-pthread > /build/nptl/tst-thread-affinity-pthread.out; \ ../scripts/evaluate-test.sh nptl/tst-thread-affinity-pthread $? false false > /build/nptl/tst-thread-affinity-pthread.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-thread-affinity-pthread2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-thread-affinity-pthread2.o -MD -MP -MF /build/nptl/tst-thread-affinity-pthread2.o.dt -MT /build/nptl/tst-thread-affinity-pthread2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-thread-affinity-pthread2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-thread-affinity-pthread2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-thread-affinity-pthread2 > /build/nptl/tst-thread-affinity-pthread2.out; \ ../scripts/evaluate-test.sh nptl/tst-thread-affinity-pthread2 $? false false > /build/nptl/tst-thread-affinity-pthread2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-thread-affinity-sched.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-thread-affinity-sched.o -MD -MP -MF /build/nptl/tst-thread-affinity-sched.o.dt -MT /build/nptl/tst-thread-affinity-sched.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-thread-affinity-sched -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-thread-affinity-sched.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-thread-affinity-sched > /build/nptl/tst-thread-affinity-sched.out; \ ../scripts/evaluate-test.sh nptl/tst-thread-affinity-sched $? false false > /build/nptl/tst-thread-affinity-sched.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' ../scripts/evaluate-test.sh nptl/tst-thread-exit-clobber \ 77 false false > /build/nptl/tst-thread-exit-clobber.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-thread-setspecific.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-thread-setspecific.o -MD -MP -MF /build/nptl/tst-thread-setspecific.o.dt -MT /build/nptl/tst-thread-setspecific.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-thread-setspecific -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-thread-setspecific.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-thread-setspecific > /build/nptl/tst-thread-setspecific.out; \ ../scripts/evaluate-test.sh nptl/tst-thread-setspecific $? false false > /build/nptl/tst-thread-setspecific.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' ../scripts/evaluate-test.sh nptl/tst-thread_local1 \ 77 false false > /build/nptl/tst-thread_local1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tsd3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tsd3.o -MD -MP -MF /build/nptl/tst-tsd3.o.dt -MT /build/nptl/tst-tsd3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tsd3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tsd3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tsd3 > /build/nptl/tst-tsd3.out; \ ../scripts/evaluate-test.sh nptl/tst-tsd3 $? false false > /build/nptl/tst-tsd3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tsd4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tsd4.o -MD -MP -MF /build/nptl/tst-tsd4.o.dt -MT /build/nptl/tst-tsd4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tsd4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tsd4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tsd4 > /build/nptl/tst-tsd4.out; \ ../scripts/evaluate-test.sh nptl/tst-tsd4 $? false false > /build/nptl/tst-tsd4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cancelx7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx7.o -MD -MP -MF /build/nptl/tst-cancelx7.o.dt -MT /build/nptl/tst-cancelx7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx7 --command "exec /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx7" > /build/nptl/tst-cancelx7.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx7 $? false false > /build/nptl/tst-cancelx7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cancelx17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx17.o -MD -MP -MF /build/nptl/tst-cancelx17.o.dt -MT /build/nptl/tst-cancelx17.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx17 > /build/nptl/tst-cancelx17.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx17 $? false false > /build/nptl/tst-cancelx17.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-audit-threads.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-audit-threads.o -MD -MP -MF /build/nptl/tst-audit-threads.o.dt -MT /build/nptl/tst-audit-threads.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-audit-threads -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,lazy -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-audit-threads.o /build/support/libsupport_nonshared.a /build/nptl/tst-audit-threads-mod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/nptl/tst-audit-threads-mod1.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-audit-threads > /build/nptl/tst-audit-threads.out; \ ../scripts/evaluate-test.sh nptl/tst-audit-threads $? false false > /build/nptl/tst-audit-threads.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-compat-forwarder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-compat-forwarder.o -MD -MP -MF /build/nptl/tst-compat-forwarder.o.dt -MT /build/nptl/tst-compat-forwarder.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-compat-forwarder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-compat-forwarder.o /build/support/libsupport_nonshared.a /build/nptl/tst-compat-forwarder-mod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-compat-forwarder > /build/nptl/tst-compat-forwarder.out; \ ../scripts/evaluate-test.sh nptl/tst-compat-forwarder $? false false > /build/nptl/tst-compat-forwarder.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-execstack-threads.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-execstack-threads.o -MD -MP -MF /build/nptl/tst-execstack-threads.o.dt -MT /build/nptl/tst-execstack-threads.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-execstack-threads -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,noexecstack -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-execstack-threads.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-execstack-threads > /build/nptl/tst-execstack-threads.out; \ ../scripts/evaluate-test.sh nptl/tst-execstack-threads $? false false > /build/nptl/tst-execstack-threads.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cleanup4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanup4.o -MD -MP -MF /build/nptl/tst-cleanup4.o.dt -MT /build/nptl/tst-cleanup4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cleanup4aux.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanup4aux.o -MD -MP -MF /build/nptl/tst-cleanup4aux.o.dt -MT /build/nptl/tst-cleanup4aux.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanup4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanup4.o /build/support/libsupport_nonshared.a /build/nptl/tst-cleanup4aux.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanup4 > /build/nptl/tst-cleanup4.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanup4 $? false false > /build/nptl/tst-cleanup4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cleanupx4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanupx4.o -MD -MP -MF /build/nptl/tst-cleanupx4.o.dt -MT /build/nptl/tst-cleanupx4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cleanupx4aux.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanupx4aux.o -MD -MP -MF /build/nptl/tst-cleanupx4aux.o.dt -MT /build/nptl/tst-cleanupx4aux.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanupx4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanupx4.o /build/support/libsupport_nonshared.a /build/nptl/tst-cleanupx4aux.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanupx4 > /build/nptl/tst-cleanupx4.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanupx4 $? false false > /build/nptl/tst-cleanupx4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' ../scripts/evaluate-test.sh nptl/tst-cancel24-static \ 77 false false > /build/nptl/tst-cancel24-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/unix/sysv/linux/tst-align-clone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-align-clone.o -MD -MP -MF /build/nptl/tst-align-clone.o.dt -MT /build/nptl/tst-align-clone.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-align-clone -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-align-clone.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-align-clone > /build/nptl/tst-align-clone.out; \ ../scripts/evaluate-test.sh nptl/tst-align-clone $? false false > /build/nptl/tst-align-clone.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/unix/sysv/linux/tst-getpid1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-getpid1.o -MD -MP -MF /build/nptl/tst-getpid1.o.dt -MT /build/nptl/tst-getpid1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-getpid1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-getpid1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-getpid1 > /build/nptl/tst-getpid1.out; \ ../scripts/evaluate-test.sh nptl/tst-getpid1 $? false false > /build/nptl/tst-getpid1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-abstime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-abstime.o -MD -MP -MF /build/nptl/tst-abstime.o.dt -MT /build/nptl/tst-abstime.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-abstime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-abstime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-abstime > /build/nptl/tst-abstime.out; \ ../scripts/evaluate-test.sh nptl/tst-abstime $? false false > /build/nptl/tst-abstime.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-atfork1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-atfork1.o -MD -MP -MF /build/nptl/tst-atfork1.o.dt -MT /build/nptl/tst-atfork1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-atfork1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-atfork1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-atfork1 > /build/nptl/tst-atfork1.out; \ ../scripts/evaluate-test.sh nptl/tst-atfork1 $? false false > /build/nptl/tst-atfork1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-attr1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-attr1.o -MD -MP -MF /build/nptl/tst-attr1.o.dt -MT /build/nptl/tst-attr1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-attr1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-attr1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-attr1 > /build/nptl/tst-attr1.out; \ ../scripts/evaluate-test.sh nptl/tst-attr1 $? false false > /build/nptl/tst-attr1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-backtrace1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-backtrace1.o -MD -MP -MF /build/nptl/tst-backtrace1.o.dt -MT /build/nptl/tst-backtrace1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-backtrace1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-backtrace1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-backtrace1 > /build/nptl/tst-backtrace1.out; \ ../scripts/evaluate-test.sh nptl/tst-backtrace1 $? false false > /build/nptl/tst-backtrace1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-bad-schedattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-bad-schedattr.o -MD -MP -MF /build/nptl/tst-bad-schedattr.o.dt -MT /build/nptl/tst-bad-schedattr.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-bad-schedattr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-bad-schedattr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-bad-schedattr > /build/nptl/tst-bad-schedattr.out; \ ../scripts/evaluate-test.sh nptl/tst-bad-schedattr $? false false > /build/nptl/tst-bad-schedattr.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-barrier1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-barrier1.o -MD -MP -MF /build/nptl/tst-barrier1.o.dt -MT /build/nptl/tst-barrier1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-barrier1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-barrier1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-barrier1 > /build/nptl/tst-barrier1.out; \ ../scripts/evaluate-test.sh nptl/tst-barrier1 $? false false > /build/nptl/tst-barrier1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-barrier2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-barrier2.o -MD -MP -MF /build/nptl/tst-barrier2.o.dt -MT /build/nptl/tst-barrier2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-barrier2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-barrier2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-barrier2 > /build/nptl/tst-barrier2.out; \ ../scripts/evaluate-test.sh nptl/tst-barrier2 $? false false > /build/nptl/tst-barrier2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-barrier3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-barrier3.o -MD -MP -MF /build/nptl/tst-barrier3.o.dt -MT /build/nptl/tst-barrier3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-barrier3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-barrier3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-barrier3 > /build/nptl/tst-barrier3.out; \ ../scripts/evaluate-test.sh nptl/tst-barrier3 $? false false > /build/nptl/tst-barrier3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-barrier4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-barrier4.o -MD -MP -MF /build/nptl/tst-barrier4.o.dt -MT /build/nptl/tst-barrier4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-barrier4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-barrier4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-barrier4 > /build/nptl/tst-barrier4.out; \ ../scripts/evaluate-test.sh nptl/tst-barrier4 $? false false > /build/nptl/tst-barrier4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-basic1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-basic1.o -MD -MP -MF /build/nptl/tst-basic1.o.dt -MT /build/nptl/tst-basic1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-basic1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-basic1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-basic1 > /build/nptl/tst-basic1.out; \ ../scripts/evaluate-test.sh nptl/tst-basic1 $? false false > /build/nptl/tst-basic1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-basic2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-basic2.o -MD -MP -MF /build/nptl/tst-basic2.o.dt -MT /build/nptl/tst-basic2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-basic2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-basic2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-basic2 > /build/nptl/tst-basic2.out; \ ../scripts/evaluate-test.sh nptl/tst-basic2 $? false false > /build/nptl/tst-basic2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-basic3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-basic3.o -MD -MP -MF /build/nptl/tst-basic3.o.dt -MT /build/nptl/tst-basic3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-basic3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-basic3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-basic3 > /build/nptl/tst-basic3.out; \ ../scripts/evaluate-test.sh nptl/tst-basic3 $? false false > /build/nptl/tst-basic3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-basic4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-basic4.o -MD -MP -MF /build/nptl/tst-basic4.o.dt -MT /build/nptl/tst-basic4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-basic4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-basic4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-basic4 > /build/nptl/tst-basic4.out; \ ../scripts/evaluate-test.sh nptl/tst-basic4 $? false false > /build/nptl/tst-basic4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-basic5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-basic5.o -MD -MP -MF /build/nptl/tst-basic5.o.dt -MT /build/nptl/tst-basic5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-basic5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-basic5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-basic5 > /build/nptl/tst-basic5.out; \ ../scripts/evaluate-test.sh nptl/tst-basic5 $? false false > /build/nptl/tst-basic5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-basic6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-basic6.o -MD -MP -MF /build/nptl/tst-basic6.o.dt -MT /build/nptl/tst-basic6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-basic6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-basic6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-basic6 > /build/nptl/tst-basic6.out; \ ../scripts/evaluate-test.sh nptl/tst-basic6 $? false false > /build/nptl/tst-basic6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-basic7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-basic7.o -MD -MP -MF /build/nptl/tst-basic7.o.dt -MT /build/nptl/tst-basic7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-basic7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-basic7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-basic7 > /build/nptl/tst-basic7.out; \ ../scripts/evaluate-test.sh nptl/tst-basic7 $? false false > /build/nptl/tst-basic7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-call-once.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-call-once.o -MD -MP -MF /build/nptl/tst-call-once.o.dt -MT /build/nptl/tst-call-once.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-call-once -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-call-once.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-call-once > /build/nptl/tst-call-once.out; \ ../scripts/evaluate-test.sh nptl/tst-call-once $? false false > /build/nptl/tst-call-once.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel-self.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel-self.o -MD -MP -MF /build/nptl/tst-cancel-self.o.dt -MT /build/nptl/tst-cancel-self.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel-self -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel-self.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel-self > /build/nptl/tst-cancel-self.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel-self $? false false > /build/nptl/tst-cancel-self.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel-self-cancelstate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel-self-cancelstate.o -MD -MP -MF /build/nptl/tst-cancel-self-cancelstate.o.dt -MT /build/nptl/tst-cancel-self-cancelstate.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel-self-cancelstate -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel-self-cancelstate.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel-self-cancelstate > /build/nptl/tst-cancel-self-cancelstate.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel-self-cancelstate $? false false > /build/nptl/tst-cancel-self-cancelstate.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel-self-canceltype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel-self-canceltype.o -MD -MP -MF /build/nptl/tst-cancel-self-canceltype.o.dt -MT /build/nptl/tst-cancel-self-canceltype.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel-self-canceltype -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel-self-canceltype.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel-self-canceltype > /build/nptl/tst-cancel-self-canceltype.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel-self-canceltype $? false false > /build/nptl/tst-cancel-self-canceltype.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel-self-testcancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel-self-testcancel.o -MD -MP -MF /build/nptl/tst-cancel-self-testcancel.o.dt -MT /build/nptl/tst-cancel-self-testcancel.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel-self-testcancel -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel-self-testcancel.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel-self-testcancel > /build/nptl/tst-cancel-self-testcancel.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel-self-testcancel $? false false > /build/nptl/tst-cancel-self-testcancel.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel1.o -MD -MP -MF /build/nptl/tst-cancel1.o.dt -MT /build/nptl/tst-cancel1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel1 > /build/nptl/tst-cancel1.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel1 $? false false > /build/nptl/tst-cancel1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel2.o -MD -MP -MF /build/nptl/tst-cancel2.o.dt -MT /build/nptl/tst-cancel2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel2 > /build/nptl/tst-cancel2.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel2 $? false false > /build/nptl/tst-cancel2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel3.o -MD -MP -MF /build/nptl/tst-cancel3.o.dt -MT /build/nptl/tst-cancel3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel3 > /build/nptl/tst-cancel3.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel3 $? false false > /build/nptl/tst-cancel3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-error -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel4.o -MD -MP -MF /build/nptl/tst-cancel4.o.dt -MT /build/nptl/tst-cancel4.o ../sysdeps/pthread/tst-cancel4.c: In function 'tf_sigpause': ../sysdeps/pthread/tst-cancel4.c:535:13: warning: sigmask is deprecated 535 | sigpause (sigmask (SIGINT)); | ^~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/nptl/tst-cancel4.o: in function `tf_connect': /glibc/nptl/../sysdeps/pthread/tst-cancel4.c:1420:(.text+0x1c5): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel4 > /build/nptl/tst-cancel4.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel4 $? false false > /build/nptl/tst-cancel4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-error -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel5.o -MD -MP -MF /build/nptl/tst-cancel5.o.dt -MT /build/nptl/tst-cancel5.o In file included from ../sysdeps/pthread/tst-cancel5.c:1: ../sysdeps/pthread/tst-cancel4.c: In function 'tf_sigpause': ../sysdeps/pthread/tst-cancel4.c:535:13: warning: sigmask is deprecated 535 | sigpause (sigmask (SIGINT)); | ^~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/nptl/tst-cancel5.o: in function `tf_connect': /glibc/nptl/../sysdeps/pthread/tst-cancel4.c:1420:(.text+0x1c5): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel5 > /build/nptl/tst-cancel5.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel5 $? false false > /build/nptl/tst-cancel5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel6.o -MD -MP -MF /build/nptl/tst-cancel6.o.dt -MT /build/nptl/tst-cancel6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel6 > /build/nptl/tst-cancel6.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel6 $? false false > /build/nptl/tst-cancel6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel8.o -MD -MP -MF /build/nptl/tst-cancel8.o.dt -MT /build/nptl/tst-cancel8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel8 > /build/nptl/tst-cancel8.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel8 $? false false > /build/nptl/tst-cancel8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel9.o -MD -MP -MF /build/nptl/tst-cancel9.o.dt -MT /build/nptl/tst-cancel9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel9 > /build/nptl/tst-cancel9.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel9 $? false false > /build/nptl/tst-cancel9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel10.o -MD -MP -MF /build/nptl/tst-cancel10.o.dt -MT /build/nptl/tst-cancel10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel10 > /build/nptl/tst-cancel10.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel10 $? false false > /build/nptl/tst-cancel10.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel11.o -MD -MP -MF /build/nptl/tst-cancel11.o.dt -MT /build/nptl/tst-cancel11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel11 > /build/nptl/tst-cancel11.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel11 $? false false > /build/nptl/tst-cancel11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel12.o -MD -MP -MF /build/nptl/tst-cancel12.o.dt -MT /build/nptl/tst-cancel12.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel12 > /build/nptl/tst-cancel12.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel12 $? false false > /build/nptl/tst-cancel12.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel13.o -MD -MP -MF /build/nptl/tst-cancel13.o.dt -MT /build/nptl/tst-cancel13.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel13 > /build/nptl/tst-cancel13.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel13 $? false false > /build/nptl/tst-cancel13.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel14.o -MD -MP -MF /build/nptl/tst-cancel14.o.dt -MT /build/nptl/tst-cancel14.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel14 > /build/nptl/tst-cancel14.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel14 $? false false > /build/nptl/tst-cancel14.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel15.o -MD -MP -MF /build/nptl/tst-cancel15.o.dt -MT /build/nptl/tst-cancel15.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel15 > /build/nptl/tst-cancel15.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel15 $? false false > /build/nptl/tst-cancel15.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel16.o -MD -MP -MF /build/nptl/tst-cancel16.o.dt -MT /build/nptl/tst-cancel16.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel16 > /build/nptl/tst-cancel16.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel16 $? false false > /build/nptl/tst-cancel16.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel18.o -MD -MP -MF /build/nptl/tst-cancel18.o.dt -MT /build/nptl/tst-cancel18.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel18 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel18.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel18 > /build/nptl/tst-cancel18.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel18 $? false false > /build/nptl/tst-cancel18.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel19.o -MD -MP -MF /build/nptl/tst-cancel19.o.dt -MT /build/nptl/tst-cancel19.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel19 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel19.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel19 > /build/nptl/tst-cancel19.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel19 $? false false > /build/nptl/tst-cancel19.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel20.o -MD -MP -MF /build/nptl/tst-cancel20.o.dt -MT /build/nptl/tst-cancel20.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel20 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel20.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel20 > /build/nptl/tst-cancel20.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel20 $? false false > /build/nptl/tst-cancel20.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel21.o -MD -MP -MF /build/nptl/tst-cancel21.o.dt -MT /build/nptl/tst-cancel21.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel21 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel21.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel21 > /build/nptl/tst-cancel21.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel21 $? false false > /build/nptl/tst-cancel21.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel22.o -MD -MP -MF /build/nptl/tst-cancel22.o.dt -MT /build/nptl/tst-cancel22.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel22 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel22.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel22 > /build/nptl/tst-cancel22.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel22 $? false false > /build/nptl/tst-cancel22.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel23.o -MD -MP -MF /build/nptl/tst-cancel23.o.dt -MT /build/nptl/tst-cancel23.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel23 > /build/nptl/tst-cancel23.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel23 $? false false > /build/nptl/tst-cancel23.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel26.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel26.o -MD -MP -MF /build/nptl/tst-cancel26.o.dt -MT /build/nptl/tst-cancel26.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel26 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel26.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel26 > /build/nptl/tst-cancel26.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel26 $? false false > /build/nptl/tst-cancel26.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel27.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel27.o -MD -MP -MF /build/nptl/tst-cancel27.o.dt -MT /build/nptl/tst-cancel27.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel27 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel27.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel27 > /build/nptl/tst-cancel27.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel27 $? false false > /build/nptl/tst-cancel27.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel28.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel28.o -MD -MP -MF /build/nptl/tst-cancel28.o.dt -MT /build/nptl/tst-cancel28.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel28 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel28.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel28 > /build/nptl/tst-cancel28.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel28 $? false false > /build/nptl/tst-cancel28.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel29.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel29.o -MD -MP -MF /build/nptl/tst-cancel29.o.dt -MT /build/nptl/tst-cancel29.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel29 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel29.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel29 > /build/nptl/tst-cancel29.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel29 $? false false > /build/nptl/tst-cancel29.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel30.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel30.o -MD -MP -MF /build/nptl/tst-cancel30.o.dt -MT /build/nptl/tst-cancel30.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel30 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel30.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel30 > /build/nptl/tst-cancel30.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel30 $? false false > /build/nptl/tst-cancel30.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cleanup0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanup0.o -MD -MP -MF /build/nptl/tst-cleanup0.o.dt -MT /build/nptl/tst-cleanup0.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanup0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanup0.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanup0 > /build/nptl/tst-cleanup0.out 2>&1; \ ../scripts/evaluate-test.sh nptl/tst-cleanup0 $? false false > /build/nptl/tst-cleanup0.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cleanup1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanup1.o -MD -MP -MF /build/nptl/tst-cleanup1.o.dt -MT /build/nptl/tst-cleanup1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanup1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanup1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanup1 > /build/nptl/tst-cleanup1.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanup1 $? false false > /build/nptl/tst-cleanup1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cleanup2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -U_FORTIFY_SOURCE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanup2.o -MD -MP -MF /build/nptl/tst-cleanup2.o.dt -MT /build/nptl/tst-cleanup2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanup2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanup2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanup2 > /build/nptl/tst-cleanup2.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanup2 $? false false > /build/nptl/tst-cleanup2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cleanup3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanup3.o -MD -MP -MF /build/nptl/tst-cleanup3.o.dt -MT /build/nptl/tst-cleanup3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanup3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanup3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanup3 > /build/nptl/tst-cleanup3.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanup3 $? false false > /build/nptl/tst-cleanup3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-clock1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-clock1.o -MD -MP -MF /build/nptl/tst-clock1.o.dt -MT /build/nptl/tst-clock1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-clock1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-clock1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-clock1 > /build/nptl/tst-clock1.out; \ ../scripts/evaluate-test.sh nptl/tst-clock1 $? false false > /build/nptl/tst-clock1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cnd-basic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cnd-basic.o -MD -MP -MF /build/nptl/tst-cnd-basic.o.dt -MT /build/nptl/tst-cnd-basic.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cnd-basic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cnd-basic.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cnd-basic > /build/nptl/tst-cnd-basic.out; \ ../scripts/evaluate-test.sh nptl/tst-cnd-basic $? false false > /build/nptl/tst-cnd-basic.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cnd-broadcast.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cnd-broadcast.o -MD -MP -MF /build/nptl/tst-cnd-broadcast.o.dt -MT /build/nptl/tst-cnd-broadcast.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cnd-broadcast -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cnd-broadcast.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cnd-broadcast > /build/nptl/tst-cnd-broadcast.out; \ ../scripts/evaluate-test.sh nptl/tst-cnd-broadcast $? false false > /build/nptl/tst-cnd-broadcast.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cnd-timedwait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cnd-timedwait.o -MD -MP -MF /build/nptl/tst-cnd-timedwait.o.dt -MT /build/nptl/tst-cnd-timedwait.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cnd-timedwait -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cnd-timedwait.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cnd-timedwait > /build/nptl/tst-cnd-timedwait.out; \ ../scripts/evaluate-test.sh nptl/tst-cnd-timedwait $? false false > /build/nptl/tst-cnd-timedwait.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond-except.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond-except.o -MD -MP -MF /build/nptl/tst-cond-except.o.dt -MT /build/nptl/tst-cond-except.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond-except -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond-except.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond-except > /build/nptl/tst-cond-except.out; \ ../scripts/evaluate-test.sh nptl/tst-cond-except $? false false > /build/nptl/tst-cond-except.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond1.o -MD -MP -MF /build/nptl/tst-cond1.o.dt -MT /build/nptl/tst-cond1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond1 > /build/nptl/tst-cond1.out; \ ../scripts/evaluate-test.sh nptl/tst-cond1 $? false false > /build/nptl/tst-cond1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond2.o -MD -MP -MF /build/nptl/tst-cond2.o.dt -MT /build/nptl/tst-cond2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond2 > /build/nptl/tst-cond2.out; \ ../scripts/evaluate-test.sh nptl/tst-cond2 $? false false > /build/nptl/tst-cond2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond3.o -MD -MP -MF /build/nptl/tst-cond3.o.dt -MT /build/nptl/tst-cond3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond3 > /build/nptl/tst-cond3.out; \ ../scripts/evaluate-test.sh nptl/tst-cond3 $? false false > /build/nptl/tst-cond3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond4.o -MD -MP -MF /build/nptl/tst-cond4.o.dt -MT /build/nptl/tst-cond4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond4 > /build/nptl/tst-cond4.out; \ ../scripts/evaluate-test.sh nptl/tst-cond4 $? false false > /build/nptl/tst-cond4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond5.o -MD -MP -MF /build/nptl/tst-cond5.o.dt -MT /build/nptl/tst-cond5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond5 > /build/nptl/tst-cond5.out; \ ../scripts/evaluate-test.sh nptl/tst-cond5 $? false false > /build/nptl/tst-cond5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond6.o -MD -MP -MF /build/nptl/tst-cond6.o.dt -MT /build/nptl/tst-cond6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond6 > /build/nptl/tst-cond6.out; \ ../scripts/evaluate-test.sh nptl/tst-cond6 $? false false > /build/nptl/tst-cond6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond7.o -MD -MP -MF /build/nptl/tst-cond7.o.dt -MT /build/nptl/tst-cond7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond7 > /build/nptl/tst-cond7.out; \ ../scripts/evaluate-test.sh nptl/tst-cond7 $? false false > /build/nptl/tst-cond7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond8.o -MD -MP -MF /build/nptl/tst-cond8.o.dt -MT /build/nptl/tst-cond8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond8 > /build/nptl/tst-cond8.out; \ ../scripts/evaluate-test.sh nptl/tst-cond8 $? false false > /build/nptl/tst-cond8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond9.o -MD -MP -MF /build/nptl/tst-cond9.o.dt -MT /build/nptl/tst-cond9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond9 > /build/nptl/tst-cond9.out; \ ../scripts/evaluate-test.sh nptl/tst-cond9 $? false false > /build/nptl/tst-cond9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond10.o -MD -MP -MF /build/nptl/tst-cond10.o.dt -MT /build/nptl/tst-cond10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond10 > /build/nptl/tst-cond10.out; \ ../scripts/evaluate-test.sh nptl/tst-cond10 $? false false > /build/nptl/tst-cond10.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond11.o -MD -MP -MF /build/nptl/tst-cond11.o.dt -MT /build/nptl/tst-cond11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond11 > /build/nptl/tst-cond11.out; \ ../scripts/evaluate-test.sh nptl/tst-cond11 $? false false > /build/nptl/tst-cond11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond12.o -MD -MP -MF /build/nptl/tst-cond12.o.dt -MT /build/nptl/tst-cond12.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond12 > /build/nptl/tst-cond12.out; \ ../scripts/evaluate-test.sh nptl/tst-cond12 $? false false > /build/nptl/tst-cond12.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond13.o -MD -MP -MF /build/nptl/tst-cond13.o.dt -MT /build/nptl/tst-cond13.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond13 > /build/nptl/tst-cond13.out; \ ../scripts/evaluate-test.sh nptl/tst-cond13 $? false false > /build/nptl/tst-cond13.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond14.o -MD -MP -MF /build/nptl/tst-cond14.o.dt -MT /build/nptl/tst-cond14.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond14 > /build/nptl/tst-cond14.out; \ ../scripts/evaluate-test.sh nptl/tst-cond14 $? false false > /build/nptl/tst-cond14.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond15.o -MD -MP -MF /build/nptl/tst-cond15.o.dt -MT /build/nptl/tst-cond15.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond15 > /build/nptl/tst-cond15.out; \ ../scripts/evaluate-test.sh nptl/tst-cond15 $? false false > /build/nptl/tst-cond15.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond16.o -MD -MP -MF /build/nptl/tst-cond16.o.dt -MT /build/nptl/tst-cond16.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond16 > /build/nptl/tst-cond16.out; \ ../scripts/evaluate-test.sh nptl/tst-cond16 $? false false > /build/nptl/tst-cond16.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond17.o -MD -MP -MF /build/nptl/tst-cond17.o.dt -MT /build/nptl/tst-cond17.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond17 > /build/nptl/tst-cond17.out; \ ../scripts/evaluate-test.sh nptl/tst-cond17 $? false false > /build/nptl/tst-cond17.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond18.o -MD -MP -MF /build/nptl/tst-cond18.o.dt -MT /build/nptl/tst-cond18.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond18 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond18.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond18 > /build/nptl/tst-cond18.out; \ ../scripts/evaluate-test.sh nptl/tst-cond18 $? false false > /build/nptl/tst-cond18.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond19.o -MD -MP -MF /build/nptl/tst-cond19.o.dt -MT /build/nptl/tst-cond19.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond19 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond19.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond19 > /build/nptl/tst-cond19.out; \ ../scripts/evaluate-test.sh nptl/tst-cond19 $? false false > /build/nptl/tst-cond19.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond20.o -MD -MP -MF /build/nptl/tst-cond20.o.dt -MT /build/nptl/tst-cond20.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond20 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond20.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond20 > /build/nptl/tst-cond20.out; \ ../scripts/evaluate-test.sh nptl/tst-cond20 $? false false > /build/nptl/tst-cond20.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond21.o -MD -MP -MF /build/nptl/tst-cond21.o.dt -MT /build/nptl/tst-cond21.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond21 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond21.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond21 > /build/nptl/tst-cond21.out; \ ../scripts/evaluate-test.sh nptl/tst-cond21 $? false false > /build/nptl/tst-cond21.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond23.o -MD -MP -MF /build/nptl/tst-cond23.o.dt -MT /build/nptl/tst-cond23.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond23 > /build/nptl/tst-cond23.out; \ ../scripts/evaluate-test.sh nptl/tst-cond23 $? false false > /build/nptl/tst-cond23.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond24.o -MD -MP -MF /build/nptl/tst-cond24.o.dt -MT /build/nptl/tst-cond24.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond24 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond24.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond24 > /build/nptl/tst-cond24.out; \ ../scripts/evaluate-test.sh nptl/tst-cond24 $? false false > /build/nptl/tst-cond24.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond25.o -MD -MP -MF /build/nptl/tst-cond25.o.dt -MT /build/nptl/tst-cond25.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond25 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond25.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond25 > /build/nptl/tst-cond25.out; \ ../scripts/evaluate-test.sh nptl/tst-cond25 $? false false > /build/nptl/tst-cond25.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond27.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond27.o -MD -MP -MF /build/nptl/tst-cond27.o.dt -MT /build/nptl/tst-cond27.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond27 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond27.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond27 > /build/nptl/tst-cond27.out; \ ../scripts/evaluate-test.sh nptl/tst-cond27 $? false false > /build/nptl/tst-cond27.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-create-detached.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-create-detached.o -MD -MP -MF /build/nptl/tst-create-detached.o.dt -MT /build/nptl/tst-create-detached.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-create-detached -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-create-detached.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-create-detached > /build/nptl/tst-create-detached.out; \ ../scripts/evaluate-test.sh nptl/tst-create-detached $? false false > /build/nptl/tst-create-detached.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-detach1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-detach1.o -MD -MP -MF /build/nptl/tst-detach1.o.dt -MT /build/nptl/tst-detach1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-detach1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-detach1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-detach1 > /build/nptl/tst-detach1.out; \ ../scripts/evaluate-test.sh nptl/tst-detach1 $? false false > /build/nptl/tst-detach1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-eintr2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-eintr2.o -MD -MP -MF /build/nptl/tst-eintr2.o.dt -MT /build/nptl/tst-eintr2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-eintr2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-eintr2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-eintr2 > /build/nptl/tst-eintr2.out; \ ../scripts/evaluate-test.sh nptl/tst-eintr2 $? false false > /build/nptl/tst-eintr2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-eintr3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-eintr3.o -MD -MP -MF /build/nptl/tst-eintr3.o.dt -MT /build/nptl/tst-eintr3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-eintr3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-eintr3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-eintr3 > /build/nptl/tst-eintr3.out; \ ../scripts/evaluate-test.sh nptl/tst-eintr3 $? false false > /build/nptl/tst-eintr3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-eintr4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-eintr4.o -MD -MP -MF /build/nptl/tst-eintr4.o.dt -MT /build/nptl/tst-eintr4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-eintr4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-eintr4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-eintr4 > /build/nptl/tst-eintr4.out; \ ../scripts/evaluate-test.sh nptl/tst-eintr4 $? false false > /build/nptl/tst-eintr4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-eintr5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-eintr5.o -MD -MP -MF /build/nptl/tst-eintr5.o.dt -MT /build/nptl/tst-eintr5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-eintr5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-eintr5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-eintr5 > /build/nptl/tst-eintr5.out; \ ../scripts/evaluate-test.sh nptl/tst-eintr5 $? false false > /build/nptl/tst-eintr5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-exec1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-exec1.o -MD -MP -MF /build/nptl/tst-exec1.o.dt -MT /build/nptl/tst-exec1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-exec1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-exec1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-exec1 > /build/nptl/tst-exec1.out; \ ../scripts/evaluate-test.sh nptl/tst-exec1 $? false false > /build/nptl/tst-exec1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-exec2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-exec2.o -MD -MP -MF /build/nptl/tst-exec2.o.dt -MT /build/nptl/tst-exec2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-exec2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-exec2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-exec2 > /build/nptl/tst-exec2.out; \ ../scripts/evaluate-test.sh nptl/tst-exec2 $? false false > /build/nptl/tst-exec2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-exec3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-exec3.o -MD -MP -MF /build/nptl/tst-exec3.o.dt -MT /build/nptl/tst-exec3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-exec3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-exec3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-exec3 > /build/nptl/tst-exec3.out; \ ../scripts/evaluate-test.sh nptl/tst-exec3 $? false false > /build/nptl/tst-exec3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-exit1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-exit1.o -MD -MP -MF /build/nptl/tst-exit1.o.dt -MT /build/nptl/tst-exit1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-exit1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-exit1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-exit1 > /build/nptl/tst-exit1.out; \ ../scripts/evaluate-test.sh nptl/tst-exit1 $? false false > /build/nptl/tst-exit1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-exit2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-exit2.o -MD -MP -MF /build/nptl/tst-exit2.o.dt -MT /build/nptl/tst-exit2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-exit2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-exit2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-exit2 > /build/nptl/tst-exit2.out; \ ../scripts/evaluate-test.sh nptl/tst-exit2 $? false false > /build/nptl/tst-exit2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-exit3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-exit3.o -MD -MP -MF /build/nptl/tst-exit3.o.dt -MT /build/nptl/tst-exit3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-exit3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-exit3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-exit3 > /build/nptl/tst-exit3.out; \ ../scripts/evaluate-test.sh nptl/tst-exit3 $? false false > /build/nptl/tst-exit3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-flock1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-flock1.o -MD -MP -MF /build/nptl/tst-flock1.o.dt -MT /build/nptl/tst-flock1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-flock1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-flock1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-flock1 > /build/nptl/tst-flock1.out; \ ../scripts/evaluate-test.sh nptl/tst-flock1 $? false false > /build/nptl/tst-flock1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-flock2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-flock2.o -MD -MP -MF /build/nptl/tst-flock2.o.dt -MT /build/nptl/tst-flock2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-flock2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-flock2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-flock2 > /build/nptl/tst-flock2.out; \ ../scripts/evaluate-test.sh nptl/tst-flock2 $? false false > /build/nptl/tst-flock2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-fork1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-fork1.o -MD -MP -MF /build/nptl/tst-fork1.o.dt -MT /build/nptl/tst-fork1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-fork1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-fork1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-fork1 > /build/nptl/tst-fork1.out; \ ../scripts/evaluate-test.sh nptl/tst-fork1 $? false false > /build/nptl/tst-fork1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-fork2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-fork2.o -MD -MP -MF /build/nptl/tst-fork2.o.dt -MT /build/nptl/tst-fork2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-fork2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-fork2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-fork2 > /build/nptl/tst-fork2.out; \ ../scripts/evaluate-test.sh nptl/tst-fork2 $? false false > /build/nptl/tst-fork2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-fork3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-fork3.o -MD -MP -MF /build/nptl/tst-fork3.o.dt -MT /build/nptl/tst-fork3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-fork3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-fork3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-fork3 > /build/nptl/tst-fork3.out; \ ../scripts/evaluate-test.sh nptl/tst-fork3 $? false false > /build/nptl/tst-fork3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-fork4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-fork4.o -MD -MP -MF /build/nptl/tst-fork4.o.dt -MT /build/nptl/tst-fork4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-fork4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-fork4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-fork4 > /build/nptl/tst-fork4.out; \ ../scripts/evaluate-test.sh nptl/tst-fork4 $? false false > /build/nptl/tst-fork4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-getpid3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-getpid3.o -MD -MP -MF /build/nptl/tst-getpid3.o.dt -MT /build/nptl/tst-getpid3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-getpid3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-getpid3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-getpid3 > /build/nptl/tst-getpid3.out; \ ../scripts/evaluate-test.sh nptl/tst-getpid3 $? false false > /build/nptl/tst-getpid3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join1.o -MD -MP -MF /build/nptl/tst-join1.o.dt -MT /build/nptl/tst-join1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join1 > /build/nptl/tst-join1.out; \ ../scripts/evaluate-test.sh nptl/tst-join1 $? false false > /build/nptl/tst-join1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join2.o -MD -MP -MF /build/nptl/tst-join2.o.dt -MT /build/nptl/tst-join2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join2 > /build/nptl/tst-join2.out; \ ../scripts/evaluate-test.sh nptl/tst-join2 $? false false > /build/nptl/tst-join2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join3.o -MD -MP -MF /build/nptl/tst-join3.o.dt -MT /build/nptl/tst-join3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join3 > /build/nptl/tst-join3.out; \ ../scripts/evaluate-test.sh nptl/tst-join3 $? false false > /build/nptl/tst-join3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join4.o -MD -MP -MF /build/nptl/tst-join4.o.dt -MT /build/nptl/tst-join4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join4 > /build/nptl/tst-join4.out; \ ../scripts/evaluate-test.sh nptl/tst-join4 $? false false > /build/nptl/tst-join4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join5.o -MD -MP -MF /build/nptl/tst-join5.o.dt -MT /build/nptl/tst-join5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join5 > /build/nptl/tst-join5.out; \ ../scripts/evaluate-test.sh nptl/tst-join5 $? false false > /build/nptl/tst-join5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join6.o -MD -MP -MF /build/nptl/tst-join6.o.dt -MT /build/nptl/tst-join6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join6 > /build/nptl/tst-join6.out; \ ../scripts/evaluate-test.sh nptl/tst-join6 $? false false > /build/nptl/tst-join6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join7.o -MD -MP -MF /build/nptl/tst-join7.o.dt -MT /build/nptl/tst-join7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join7mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join7mod.os -MD -MP -MF /build/nptl/tst-join7mod.os.dt -MT /build/nptl/tst-join7mod.os make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,tst-join7mod.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nptl/tst-join7mod.so /build/csu/abi-note.o /build/nptl/tst-join7mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join7 > /build/nptl/tst-join7.out; \ ../scripts/evaluate-test.sh nptl/tst-join7 $? false false > /build/nptl/tst-join7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join8.o -MD -MP -MF /build/nptl/tst-join8.o.dt -MT /build/nptl/tst-join8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join8 > /build/nptl/tst-join8.out; \ ../scripts/evaluate-test.sh nptl/tst-join8 $? false false > /build/nptl/tst-join8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join9.o -MD -MP -MF /build/nptl/tst-join9.o.dt -MT /build/nptl/tst-join9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join9 > /build/nptl/tst-join9.out; \ ../scripts/evaluate-test.sh nptl/tst-join9 $? false false > /build/nptl/tst-join9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join10.o -MD -MP -MF /build/nptl/tst-join10.o.dt -MT /build/nptl/tst-join10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join10 > /build/nptl/tst-join10.out; \ ../scripts/evaluate-test.sh nptl/tst-join10 $? false false > /build/nptl/tst-join10.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join11.o -MD -MP -MF /build/nptl/tst-join11.o.dt -MT /build/nptl/tst-join11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join11 > /build/nptl/tst-join11.out; \ ../scripts/evaluate-test.sh nptl/tst-join11 $? false false > /build/nptl/tst-join11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join12.o -MD -MP -MF /build/nptl/tst-join12.o.dt -MT /build/nptl/tst-join12.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join12 > /build/nptl/tst-join12.out; \ ../scripts/evaluate-test.sh nptl/tst-join12 $? false false > /build/nptl/tst-join12.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join13.o -MD -MP -MF /build/nptl/tst-join13.o.dt -MT /build/nptl/tst-join13.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join13 > /build/nptl/tst-join13.out; \ ../scripts/evaluate-test.sh nptl/tst-join13 $? false false > /build/nptl/tst-join13.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join14.o -MD -MP -MF /build/nptl/tst-join14.o.dt -MT /build/nptl/tst-join14.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join14 > /build/nptl/tst-join14.out; \ ../scripts/evaluate-test.sh nptl/tst-join14 $? false false > /build/nptl/tst-join14.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join15.o -MD -MP -MF /build/nptl/tst-join15.o.dt -MT /build/nptl/tst-join15.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join15 > /build/nptl/tst-join15.out; \ ../scripts/evaluate-test.sh nptl/tst-join15 $? false false > /build/nptl/tst-join15.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-key1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-key1.o -MD -MP -MF /build/nptl/tst-key1.o.dt -MT /build/nptl/tst-key1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-key1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-key1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-key1 > /build/nptl/tst-key1.out; \ ../scripts/evaluate-test.sh nptl/tst-key1 $? false false > /build/nptl/tst-key1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-key2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-key2.o -MD -MP -MF /build/nptl/tst-key2.o.dt -MT /build/nptl/tst-key2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-key2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-key2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-key2 > /build/nptl/tst-key2.out; \ ../scripts/evaluate-test.sh nptl/tst-key2 $? false false > /build/nptl/tst-key2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-key3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-key3.o -MD -MP -MF /build/nptl/tst-key3.o.dt -MT /build/nptl/tst-key3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-key3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-key3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-key3 > /build/nptl/tst-key3.out; \ ../scripts/evaluate-test.sh nptl/tst-key3 $? false false > /build/nptl/tst-key3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-key4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-key4.o -MD -MP -MF /build/nptl/tst-key4.o.dt -MT /build/nptl/tst-key4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-key4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-key4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-key4 > /build/nptl/tst-key4.out; \ ../scripts/evaluate-test.sh nptl/tst-key4 $? false false > /build/nptl/tst-key4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-kill1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-kill1.o -MD -MP -MF /build/nptl/tst-kill1.o.dt -MT /build/nptl/tst-kill1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-kill1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-kill1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-kill1 > /build/nptl/tst-kill1.out; \ ../scripts/evaluate-test.sh nptl/tst-kill1 $? false false > /build/nptl/tst-kill1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-kill2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-kill2.o -MD -MP -MF /build/nptl/tst-kill2.o.dt -MT /build/nptl/tst-kill2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-kill2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-kill2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-kill2 > /build/nptl/tst-kill2.out; \ ../scripts/evaluate-test.sh nptl/tst-kill2 $? false false > /build/nptl/tst-kill2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-kill3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-kill3.o -MD -MP -MF /build/nptl/tst-kill3.o.dt -MT /build/nptl/tst-kill3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-kill3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-kill3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-kill3 > /build/nptl/tst-kill3.out; \ ../scripts/evaluate-test.sh nptl/tst-kill3 $? false false > /build/nptl/tst-kill3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-kill5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-kill5.o -MD -MP -MF /build/nptl/tst-kill5.o.dt -MT /build/nptl/tst-kill5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-kill5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-kill5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-kill5 > /build/nptl/tst-kill5.out; \ ../scripts/evaluate-test.sh nptl/tst-kill5 $? false false > /build/nptl/tst-kill5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-kill6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-kill6.o -MD -MP -MF /build/nptl/tst-kill6.o.dt -MT /build/nptl/tst-kill6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-kill6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-kill6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-kill6 > /build/nptl/tst-kill6.out; \ ../scripts/evaluate-test.sh nptl/tst-kill6 $? false false > /build/nptl/tst-kill6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-locale1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-locale1.o -MD -MP -MF /build/nptl/tst-locale1.o.dt -MT /build/nptl/tst-locale1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-locale1 -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-locale1.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-locale1 > /build/nptl/tst-locale1.out; \ ../scripts/evaluate-test.sh nptl/tst-locale1 $? false false > /build/nptl/tst-locale1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-locale2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-locale2.o -MD -MP -MF /build/nptl/tst-locale2.o.dt -MT /build/nptl/tst-locale2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-locale2 -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-locale2.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-locale2 > /build/nptl/tst-locale2.out; \ ../scripts/evaluate-test.sh nptl/tst-locale2 $? false false > /build/nptl/tst-locale2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-memstream.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-memstream.o -MD -MP -MF /build/nptl/tst-memstream.o.dt -MT /build/nptl/tst-memstream.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-memstream -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-memstream.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-memstream > /build/nptl/tst-memstream.out; \ ../scripts/evaluate-test.sh nptl/tst-memstream $? false false > /build/nptl/tst-memstream.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mtx-basic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mtx-basic.o -MD -MP -MF /build/nptl/tst-mtx-basic.o.dt -MT /build/nptl/tst-mtx-basic.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mtx-basic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mtx-basic.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mtx-basic > /build/nptl/tst-mtx-basic.out; \ ../scripts/evaluate-test.sh nptl/tst-mtx-basic $? false false > /build/nptl/tst-mtx-basic.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mtx-recursive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mtx-recursive.o -MD -MP -MF /build/nptl/tst-mtx-recursive.o.dt -MT /build/nptl/tst-mtx-recursive.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mtx-recursive -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mtx-recursive.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mtx-recursive > /build/nptl/tst-mtx-recursive.out; \ ../scripts/evaluate-test.sh nptl/tst-mtx-recursive $? false false > /build/nptl/tst-mtx-recursive.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mtx-timedlock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mtx-timedlock.o -MD -MP -MF /build/nptl/tst-mtx-timedlock.o.dt -MT /build/nptl/tst-mtx-timedlock.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mtx-timedlock -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mtx-timedlock.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mtx-timedlock > /build/nptl/tst-mtx-timedlock.out; \ ../scripts/evaluate-test.sh nptl/tst-mtx-timedlock $? false false > /build/nptl/tst-mtx-timedlock.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mtx-trylock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mtx-trylock.o -MD -MP -MF /build/nptl/tst-mtx-trylock.o.dt -MT /build/nptl/tst-mtx-trylock.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mtx-trylock -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mtx-trylock.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mtx-trylock > /build/nptl/tst-mtx-trylock.out; \ ../scripts/evaluate-test.sh nptl/tst-mtx-trylock $? false false > /build/nptl/tst-mtx-trylock.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex-errorcheck.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex-errorcheck.o -MD -MP -MF /build/nptl/tst-mutex-errorcheck.o.dt -MT /build/nptl/tst-mutex-errorcheck.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex-errorcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex-errorcheck.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex-errorcheck > /build/nptl/tst-mutex-errorcheck.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex-errorcheck $? false false > /build/nptl/tst-mutex-errorcheck.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex1.o -MD -MP -MF /build/nptl/tst-mutex1.o.dt -MT /build/nptl/tst-mutex1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex1 > /build/nptl/tst-mutex1.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex1 $? false false > /build/nptl/tst-mutex1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex2.o -MD -MP -MF /build/nptl/tst-mutex2.o.dt -MT /build/nptl/tst-mutex2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex2 > /build/nptl/tst-mutex2.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex2 $? false false > /build/nptl/tst-mutex2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex3.o -MD -MP -MF /build/nptl/tst-mutex3.o.dt -MT /build/nptl/tst-mutex3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex3 > /build/nptl/tst-mutex3.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex3 $? false false > /build/nptl/tst-mutex3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex4.o -MD -MP -MF /build/nptl/tst-mutex4.o.dt -MT /build/nptl/tst-mutex4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex4 > /build/nptl/tst-mutex4.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex4 $? false false > /build/nptl/tst-mutex4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex5.o -MD -MP -MF /build/nptl/tst-mutex5.o.dt -MT /build/nptl/tst-mutex5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex5 > /build/nptl/tst-mutex5.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex5 $? false false > /build/nptl/tst-mutex5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex6.o -MD -MP -MF /build/nptl/tst-mutex6.o.dt -MT /build/nptl/tst-mutex6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex6 > /build/nptl/tst-mutex6.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex6 $? false false > /build/nptl/tst-mutex6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex7.o -MD -MP -MF /build/nptl/tst-mutex7.o.dt -MT /build/nptl/tst-mutex7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex7 > /build/nptl/tst-mutex7.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex7 $? false false > /build/nptl/tst-mutex7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex9.o -MD -MP -MF /build/nptl/tst-mutex9.o.dt -MT /build/nptl/tst-mutex9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex9 > /build/nptl/tst-mutex9.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex9 $? false false > /build/nptl/tst-mutex9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex10.o -MD -MP -MF /build/nptl/tst-mutex10.o.dt -MT /build/nptl/tst-mutex10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.elision.enable=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex10 > /build/nptl/tst-mutex10.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex10 $? false false > /build/nptl/tst-mutex10.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mutex11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex11.o -MD -MP -MF /build/nptl/tst-mutex11.o.dt -MT /build/nptl/tst-mutex11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex11 > /build/nptl/tst-mutex11.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex11 $? false false > /build/nptl/tst-mutex11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-once1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-once1.o -MD -MP -MF /build/nptl/tst-once1.o.dt -MT /build/nptl/tst-once1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-once1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-once1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-once1 > /build/nptl/tst-once1.out; \ ../scripts/evaluate-test.sh nptl/tst-once1 $? false false > /build/nptl/tst-once1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-once2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-once2.o -MD -MP -MF /build/nptl/tst-once2.o.dt -MT /build/nptl/tst-once2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-once2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-once2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-once2 > /build/nptl/tst-once2.out; \ ../scripts/evaluate-test.sh nptl/tst-once2 $? false false > /build/nptl/tst-once2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-once3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-once3.o -MD -MP -MF /build/nptl/tst-once3.o.dt -MT /build/nptl/tst-once3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-once3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-once3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-once3 > /build/nptl/tst-once3.out; \ ../scripts/evaluate-test.sh nptl/tst-once3 $? false false > /build/nptl/tst-once3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-once4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-once4.o -MD -MP -MF /build/nptl/tst-once4.o.dt -MT /build/nptl/tst-once4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-once4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-once4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-once4 > /build/nptl/tst-once4.out; \ ../scripts/evaluate-test.sh nptl/tst-once4 $? false false > /build/nptl/tst-once4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pt-align.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse -malign-double -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pt-align.o -MD -MP -MF /build/nptl/tst-pt-align.o.dt -MT /build/nptl/tst-pt-align.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pt-align -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pt-align.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pt-align > /build/nptl/tst-pt-align.out; \ ../scripts/evaluate-test.sh nptl/tst-pt-align $? false false > /build/nptl/tst-pt-align.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pt-align3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse -malign-double -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pt-align3.o -MD -MP -MF /build/nptl/tst-pt-align3.o.dt -MT /build/nptl/tst-pt-align3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pt-align3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pt-align3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pt-align3 > /build/nptl/tst-pt-align3.out; \ ../scripts/evaluate-test.sh nptl/tst-pt-align3 $? false false > /build/nptl/tst-pt-align3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pt-popen1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pt-popen1.o -MD -MP -MF /build/nptl/tst-pt-popen1.o.dt -MT /build/nptl/tst-pt-popen1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pt-popen1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pt-popen1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pt-popen1 > /build/nptl/tst-pt-popen1.out; \ ../scripts/evaluate-test.sh nptl/tst-pt-popen1 $? false false > /build/nptl/tst-pt-popen1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pt-sysconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pt-sysconf.o -MD -MP -MF /build/nptl/tst-pt-sysconf.o.dt -MT /build/nptl/tst-pt-sysconf.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pt-sysconf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pt-sysconf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pt-sysconf > /build/nptl/tst-pt-sysconf.out; \ ../scripts/evaluate-test.sh nptl/tst-pt-sysconf $? false false > /build/nptl/tst-pt-sysconf.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pt-tls1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pt-tls1.o -MD -MP -MF /build/nptl/tst-pt-tls1.o.dt -MT /build/nptl/tst-pt-tls1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pt-tls1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pt-tls1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pt-tls1 > /build/nptl/tst-pt-tls1.out; \ ../scripts/evaluate-test.sh nptl/tst-pt-tls1 $? false false > /build/nptl/tst-pt-tls1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pt-tls2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pt-tls2.o -MD -MP -MF /build/nptl/tst-pt-tls2.o.dt -MT /build/nptl/tst-pt-tls2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pt-tls2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pt-tls2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pt-tls2 > /build/nptl/tst-pt-tls2.out; \ ../scripts/evaluate-test.sh nptl/tst-pt-tls2 $? false false > /build/nptl/tst-pt-tls2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pt-vfork1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pt-vfork1.o -MD -MP -MF /build/nptl/tst-pt-vfork1.o.dt -MT /build/nptl/tst-pt-vfork1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pt-vfork1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pt-vfork1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pt-vfork1 > /build/nptl/tst-pt-vfork1.out; \ ../scripts/evaluate-test.sh nptl/tst-pt-vfork1 $? false false > /build/nptl/tst-pt-vfork1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pt-vfork2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pt-vfork2.o -MD -MP -MF /build/nptl/tst-pt-vfork2.o.dt -MT /build/nptl/tst-pt-vfork2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pt-vfork2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pt-vfork2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pt-vfork2 > /build/nptl/tst-pt-vfork2.out; \ ../scripts/evaluate-test.sh nptl/tst-pt-vfork2 $? false false > /build/nptl/tst-pt-vfork2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pthread-exit-signal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-exit-signal.o -MD -MP -MF /build/nptl/tst-pthread-exit-signal.o.dt -MT /build/nptl/tst-pthread-exit-signal.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-exit-signal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-exit-signal.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-exit-signal > /build/nptl/tst-pthread-exit-signal.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-exit-signal $? false false > /build/nptl/tst-pthread-exit-signal.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pthread-mutexattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-mutexattr.o -MD -MP -MF /build/nptl/tst-pthread-mutexattr.o.dt -MT /build/nptl/tst-pthread-mutexattr.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-mutexattr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-mutexattr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-mutexattr > /build/nptl/tst-pthread-mutexattr.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-mutexattr $? false false > /build/nptl/tst-pthread-mutexattr.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pthread-raise-blocked-self.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-raise-blocked-self.o -MD -MP -MF /build/nptl/tst-pthread-raise-blocked-self.o.dt -MT /build/nptl/tst-pthread-raise-blocked-self.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-raise-blocked-self -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-raise-blocked-self.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-raise-blocked-self > /build/nptl/tst-pthread-raise-blocked-self.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-raise-blocked-self $? false false > /build/nptl/tst-pthread-raise-blocked-self.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pthread-setuid-loop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-setuid-loop.o -MD -MP -MF /build/nptl/tst-pthread-setuid-loop.o.dt -MT /build/nptl/tst-pthread-setuid-loop.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-setuid-loop -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-setuid-loop.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-setuid-loop > /build/nptl/tst-pthread-setuid-loop.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-setuid-loop $? false false > /build/nptl/tst-pthread-setuid-loop.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pthread_cancel-exited.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread_cancel-exited.o -MD -MP -MF /build/nptl/tst-pthread_cancel-exited.o.dt -MT /build/nptl/tst-pthread_cancel-exited.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread_cancel-exited -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread_cancel-exited.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread_cancel-exited > /build/nptl/tst-pthread_cancel-exited.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread_cancel-exited $? false false > /build/nptl/tst-pthread_cancel-exited.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pthread_cancel-select-loop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread_cancel-select-loop.o -MD -MP -MF /build/nptl/tst-pthread_cancel-select-loop.o.dt -MT /build/nptl/tst-pthread_cancel-select-loop.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread_cancel-select-loop -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread_cancel-select-loop.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread_cancel-select-loop > /build/nptl/tst-pthread_cancel-select-loop.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread_cancel-select-loop $? false false > /build/nptl/tst-pthread_cancel-select-loop.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pthread_kill-exited.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread_kill-exited.o -MD -MP -MF /build/nptl/tst-pthread_kill-exited.o.dt -MT /build/nptl/tst-pthread_kill-exited.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread_kill-exited -nostdlib -nostartfiles -Wl,-z,relro /build/csu/crt1-2.0.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbegin.o` /build/nptl/tst-pthread_kill-exited.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtend.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread_kill-exited > /build/nptl/tst-pthread_kill-exited.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread_kill-exited $? false false > /build/nptl/tst-pthread_kill-exited.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pthread_kill-exiting.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread_kill-exiting.o -MD -MP -MF /build/nptl/tst-pthread_kill-exiting.o.dt -MT /build/nptl/tst-pthread_kill-exiting.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread_kill-exiting -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread_kill-exiting.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread_kill-exiting > /build/nptl/tst-pthread_kill-exiting.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread_kill-exiting $? false false > /build/nptl/tst-pthread_kill-exiting.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-raise1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-raise1.o -MD -MP -MF /build/nptl/tst-raise1.o.dt -MT /build/nptl/tst-raise1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-raise1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-raise1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-raise1 > /build/nptl/tst-raise1.out; \ ../scripts/evaluate-test.sh nptl/tst-raise1 $? false false > /build/nptl/tst-raise1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust1.o -MD -MP -MF /build/nptl/tst-robust1.o.dt -MT /build/nptl/tst-robust1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust1 > /build/nptl/tst-robust1.out; \ ../scripts/evaluate-test.sh nptl/tst-robust1 $? false false > /build/nptl/tst-robust1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust2.o -MD -MP -MF /build/nptl/tst-robust2.o.dt -MT /build/nptl/tst-robust2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust2 > /build/nptl/tst-robust2.out; \ ../scripts/evaluate-test.sh nptl/tst-robust2 $? false false > /build/nptl/tst-robust2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust3.o -MD -MP -MF /build/nptl/tst-robust3.o.dt -MT /build/nptl/tst-robust3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust3 > /build/nptl/tst-robust3.out; \ ../scripts/evaluate-test.sh nptl/tst-robust3 $? false false > /build/nptl/tst-robust3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust4.o -MD -MP -MF /build/nptl/tst-robust4.o.dt -MT /build/nptl/tst-robust4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust4 > /build/nptl/tst-robust4.out; \ ../scripts/evaluate-test.sh nptl/tst-robust4 $? false false > /build/nptl/tst-robust4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust5.o -MD -MP -MF /build/nptl/tst-robust5.o.dt -MT /build/nptl/tst-robust5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust5 > /build/nptl/tst-robust5.out; \ ../scripts/evaluate-test.sh nptl/tst-robust5 $? false false > /build/nptl/tst-robust5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust6.o -MD -MP -MF /build/nptl/tst-robust6.o.dt -MT /build/nptl/tst-robust6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust6 > /build/nptl/tst-robust6.out; \ ../scripts/evaluate-test.sh nptl/tst-robust6 $? false false > /build/nptl/tst-robust6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust7.o -MD -MP -MF /build/nptl/tst-robust7.o.dt -MT /build/nptl/tst-robust7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust7 > /build/nptl/tst-robust7.out; \ ../scripts/evaluate-test.sh nptl/tst-robust7 $? false false > /build/nptl/tst-robust7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust9.o -MD -MP -MF /build/nptl/tst-robust9.o.dt -MT /build/nptl/tst-robust9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust9 > /build/nptl/tst-robust9.out; \ ../scripts/evaluate-test.sh nptl/tst-robust9 $? false false > /build/nptl/tst-robust9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust10.o -MD -MP -MF /build/nptl/tst-robust10.o.dt -MT /build/nptl/tst-robust10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust10 > /build/nptl/tst-robust10.out; \ ../scripts/evaluate-test.sh nptl/tst-robust10 $? false false > /build/nptl/tst-robust10.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust11.o -MD -MP -MF /build/nptl/tst-robust11.o.dt -MT /build/nptl/tst-robust11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust11 > /build/nptl/tst-robust11.out; \ ../scripts/evaluate-test.sh nptl/tst-robust11 $? false false > /build/nptl/tst-robust11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock-tryrdlock-stall.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock-tryrdlock-stall.o -MD -MP -MF /build/nptl/tst-rwlock-tryrdlock-stall.o.dt -MT /build/nptl/tst-rwlock-tryrdlock-stall.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock-tryrdlock-stall -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock-tryrdlock-stall.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock-tryrdlock-stall > /build/nptl/tst-rwlock-tryrdlock-stall.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock-tryrdlock-stall $? false false > /build/nptl/tst-rwlock-tryrdlock-stall.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock-trywrlock-stall.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock-trywrlock-stall.o -MD -MP -MF /build/nptl/tst-rwlock-trywrlock-stall.o.dt -MT /build/nptl/tst-rwlock-trywrlock-stall.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock-trywrlock-stall -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock-trywrlock-stall.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock-trywrlock-stall > /build/nptl/tst-rwlock-trywrlock-stall.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock-trywrlock-stall $? false false > /build/nptl/tst-rwlock-trywrlock-stall.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock1.o -MD -MP -MF /build/nptl/tst-rwlock1.o.dt -MT /build/nptl/tst-rwlock1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock1 > /build/nptl/tst-rwlock1.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock1 $? false false > /build/nptl/tst-rwlock1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock4.o -MD -MP -MF /build/nptl/tst-rwlock4.o.dt -MT /build/nptl/tst-rwlock4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock4 > /build/nptl/tst-rwlock4.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock4 $? false false > /build/nptl/tst-rwlock4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock5.o -MD -MP -MF /build/nptl/tst-rwlock5.o.dt -MT /build/nptl/tst-rwlock5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock5 > /build/nptl/tst-rwlock5.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock5 $? false false > /build/nptl/tst-rwlock5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock12.o -MD -MP -MF /build/nptl/tst-rwlock12.o.dt -MT /build/nptl/tst-rwlock12.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock12 > /build/nptl/tst-rwlock12.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock12 $? false false > /build/nptl/tst-rwlock12.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock13.o -MD -MP -MF /build/nptl/tst-rwlock13.o.dt -MT /build/nptl/tst-rwlock13.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock13 > /build/nptl/tst-rwlock13.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock13 $? false false > /build/nptl/tst-rwlock13.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock14.o -MD -MP -MF /build/nptl/tst-rwlock14.o.dt -MT /build/nptl/tst-rwlock14.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock14 > /build/nptl/tst-rwlock14.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock14 $? false false > /build/nptl/tst-rwlock14.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock16.o -MD -MP -MF /build/nptl/tst-rwlock16.o.dt -MT /build/nptl/tst-rwlock16.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock16 > /build/nptl/tst-rwlock16.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock16 $? false false > /build/nptl/tst-rwlock16.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem1.o -MD -MP -MF /build/nptl/tst-sem1.o.dt -MT /build/nptl/tst-sem1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem1 > /build/nptl/tst-sem1.out; \ ../scripts/evaluate-test.sh nptl/tst-sem1 $? false false > /build/nptl/tst-sem1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem2.o -MD -MP -MF /build/nptl/tst-sem2.o.dt -MT /build/nptl/tst-sem2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem2 > /build/nptl/tst-sem2.out; \ ../scripts/evaluate-test.sh nptl/tst-sem2 $? false false > /build/nptl/tst-sem2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem3.o -MD -MP -MF /build/nptl/tst-sem3.o.dt -MT /build/nptl/tst-sem3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem3 > /build/nptl/tst-sem3.out; \ ../scripts/evaluate-test.sh nptl/tst-sem3 $? false false > /build/nptl/tst-sem3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem4.o -MD -MP -MF /build/nptl/tst-sem4.o.dt -MT /build/nptl/tst-sem4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem4 > /build/nptl/tst-sem4.out; \ ../scripts/evaluate-test.sh nptl/tst-sem4 $? false false > /build/nptl/tst-sem4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem5.o -MD -MP -MF /build/nptl/tst-sem5.o.dt -MT /build/nptl/tst-sem5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem5 > /build/nptl/tst-sem5.out; \ ../scripts/evaluate-test.sh nptl/tst-sem5 $? false false > /build/nptl/tst-sem5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem6.o -MD -MP -MF /build/nptl/tst-sem6.o.dt -MT /build/nptl/tst-sem6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem6 > /build/nptl/tst-sem6.out; \ ../scripts/evaluate-test.sh nptl/tst-sem6 $? false false > /build/nptl/tst-sem6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem7.o -MD -MP -MF /build/nptl/tst-sem7.o.dt -MT /build/nptl/tst-sem7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem7 > /build/nptl/tst-sem7.out; \ ../scripts/evaluate-test.sh nptl/tst-sem7 $? false false > /build/nptl/tst-sem7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem8.o -MD -MP -MF /build/nptl/tst-sem8.o.dt -MT /build/nptl/tst-sem8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem8 > /build/nptl/tst-sem8.out; \ ../scripts/evaluate-test.sh nptl/tst-sem8 $? false false > /build/nptl/tst-sem8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem9.o -MD -MP -MF /build/nptl/tst-sem9.o.dt -MT /build/nptl/tst-sem9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem9 > /build/nptl/tst-sem9.out; \ ../scripts/evaluate-test.sh nptl/tst-sem9 $? false false > /build/nptl/tst-sem9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem10.o -MD -MP -MF /build/nptl/tst-sem10.o.dt -MT /build/nptl/tst-sem10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem10 > /build/nptl/tst-sem10.out; \ ../scripts/evaluate-test.sh nptl/tst-sem10 $? false false > /build/nptl/tst-sem10.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem14.o -MD -MP -MF /build/nptl/tst-sem14.o.dt -MT /build/nptl/tst-sem14.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem14 > /build/nptl/tst-sem14.out; \ ../scripts/evaluate-test.sh nptl/tst-sem14 $? false false > /build/nptl/tst-sem14.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem15.o -MD -MP -MF /build/nptl/tst-sem15.o.dt -MT /build/nptl/tst-sem15.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem15 > /build/nptl/tst-sem15.out; \ ../scripts/evaluate-test.sh nptl/tst-sem15 $? false false > /build/nptl/tst-sem15.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem16.o -MD -MP -MF /build/nptl/tst-sem16.o.dt -MT /build/nptl/tst-sem16.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem16 > /build/nptl/tst-sem16.out; \ ../scripts/evaluate-test.sh nptl/tst-sem16 $? false false > /build/nptl/tst-sem16.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-setuid3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-setuid3.o -MD -MP -MF /build/nptl/tst-setuid3.o.dt -MT /build/nptl/tst-setuid3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-setuid3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-setuid3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-setuid3 > /build/nptl/tst-setuid3.out; \ ../scripts/evaluate-test.sh nptl/tst-setuid3 $? false false > /build/nptl/tst-setuid3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-signal1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-signal1.o -MD -MP -MF /build/nptl/tst-signal1.o.dt -MT /build/nptl/tst-signal1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-signal1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-signal1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-signal1 > /build/nptl/tst-signal1.out; \ ../scripts/evaluate-test.sh nptl/tst-signal1 $? false false > /build/nptl/tst-signal1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-signal2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-signal2.o -MD -MP -MF /build/nptl/tst-signal2.o.dt -MT /build/nptl/tst-signal2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-signal2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-signal2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-signal2 > /build/nptl/tst-signal2.out; \ ../scripts/evaluate-test.sh nptl/tst-signal2 $? false false > /build/nptl/tst-signal2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-signal4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-signal4.o -MD -MP -MF /build/nptl/tst-signal4.o.dt -MT /build/nptl/tst-signal4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-signal4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-signal4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-signal4 > /build/nptl/tst-signal4.out; \ ../scripts/evaluate-test.sh nptl/tst-signal4 $? false false > /build/nptl/tst-signal4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-signal5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-signal5.o -MD -MP -MF /build/nptl/tst-signal5.o.dt -MT /build/nptl/tst-signal5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-signal5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-signal5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-signal5 > /build/nptl/tst-signal5.out; \ ../scripts/evaluate-test.sh nptl/tst-signal5 $? false false > /build/nptl/tst-signal5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-signal6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-signal6.o -MD -MP -MF /build/nptl/tst-signal6.o.dt -MT /build/nptl/tst-signal6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-signal6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-signal6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-signal6 > /build/nptl/tst-signal6.out; \ ../scripts/evaluate-test.sh nptl/tst-signal6 $? false false > /build/nptl/tst-signal6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-signal8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-signal8.o -MD -MP -MF /build/nptl/tst-signal8.o.dt -MT /build/nptl/tst-signal8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-signal8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-signal8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-signal8 > /build/nptl/tst-signal8.out; \ ../scripts/evaluate-test.sh nptl/tst-signal8 $? false false > /build/nptl/tst-signal8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-spin1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-spin1.o -MD -MP -MF /build/nptl/tst-spin1.o.dt -MT /build/nptl/tst-spin1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-spin1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-spin1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-spin1 > /build/nptl/tst-spin1.out; \ ../scripts/evaluate-test.sh nptl/tst-spin1 $? false false > /build/nptl/tst-spin1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-spin2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-spin2.o -MD -MP -MF /build/nptl/tst-spin2.o.dt -MT /build/nptl/tst-spin2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-spin2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-spin2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-spin2 > /build/nptl/tst-spin2.out; \ ../scripts/evaluate-test.sh nptl/tst-spin2 $? false false > /build/nptl/tst-spin2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-spin3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-spin3.o -MD -MP -MF /build/nptl/tst-spin3.o.dt -MT /build/nptl/tst-spin3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-spin3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-spin3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-spin3 > /build/nptl/tst-spin3.out; \ ../scripts/evaluate-test.sh nptl/tst-spin3 $? false false > /build/nptl/tst-spin3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-spin4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-spin4.o -MD -MP -MF /build/nptl/tst-spin4.o.dt -MT /build/nptl/tst-spin4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-spin4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-spin4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-spin4 > /build/nptl/tst-spin4.out; \ ../scripts/evaluate-test.sh nptl/tst-spin4 $? false false > /build/nptl/tst-spin4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-stack1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-stack1.o -MD -MP -MF /build/nptl/tst-stack1.o.dt -MT /build/nptl/tst-stack1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-stack1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-stack1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-stack1 > /build/nptl/tst-stack1.out; \ ../scripts/evaluate-test.sh nptl/tst-stack1 $? false false > /build/nptl/tst-stack1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-stdio1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-stdio1.o -MD -MP -MF /build/nptl/tst-stdio1.o.dt -MT /build/nptl/tst-stdio1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-stdio1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-stdio1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-stdio1 > /build/nptl/tst-stdio1.out; \ ../scripts/evaluate-test.sh nptl/tst-stdio1 $? false false > /build/nptl/tst-stdio1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-stdio2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-stdio2.o -MD -MP -MF /build/nptl/tst-stdio2.o.dt -MT /build/nptl/tst-stdio2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-stdio2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-stdio2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-stdio2 > /build/nptl/tst-stdio2.out; \ ../scripts/evaluate-test.sh nptl/tst-stdio2 $? false false > /build/nptl/tst-stdio2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-thrd-detach.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-thrd-detach.o -MD -MP -MF /build/nptl/tst-thrd-detach.o.dt -MT /build/nptl/tst-thrd-detach.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-thrd-detach -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-thrd-detach.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-thrd-detach > /build/nptl/tst-thrd-detach.out; \ ../scripts/evaluate-test.sh nptl/tst-thrd-detach $? false false > /build/nptl/tst-thrd-detach.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-thrd-sleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-thrd-sleep.o -MD -MP -MF /build/nptl/tst-thrd-sleep.o.dt -MT /build/nptl/tst-thrd-sleep.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-thrd-sleep -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-thrd-sleep.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-thrd-sleep > /build/nptl/tst-thrd-sleep.out; \ ../scripts/evaluate-test.sh nptl/tst-thrd-sleep $? false false > /build/nptl/tst-thrd-sleep.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-tsd1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tsd1.o -MD -MP -MF /build/nptl/tst-tsd1.o.dt -MT /build/nptl/tst-tsd1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tsd1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tsd1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tsd1 > /build/nptl/tst-tsd1.out; \ ../scripts/evaluate-test.sh nptl/tst-tsd1 $? false false > /build/nptl/tst-tsd1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-tsd2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tsd2.o -MD -MP -MF /build/nptl/tst-tsd2.o.dt -MT /build/nptl/tst-tsd2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tsd2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tsd2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tsd2 > /build/nptl/tst-tsd2.out; \ ../scripts/evaluate-test.sh nptl/tst-tsd2 $? false false > /build/nptl/tst-tsd2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-tsd5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tsd5.o -MD -MP -MF /build/nptl/tst-tsd5.o.dt -MT /build/nptl/tst-tsd5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tsd5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tsd5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tsd5 > /build/nptl/tst-tsd5.out; \ ../scripts/evaluate-test.sh nptl/tst-tsd5 $? false false > /build/nptl/tst-tsd5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-tsd6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tsd6.o -MD -MP -MF /build/nptl/tst-tsd6.o.dt -MT /build/nptl/tst-tsd6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tsd6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tsd6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tsd6 > /build/nptl/tst-tsd6.out; \ ../scripts/evaluate-test.sh nptl/tst-tsd6 $? false false > /build/nptl/tst-tsd6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-tss-basic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tss-basic.o -MD -MP -MF /build/nptl/tst-tss-basic.o.dt -MT /build/nptl/tst-tss-basic.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tss-basic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tss-basic.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tss-basic > /build/nptl/tst-tss-basic.out; \ ../scripts/evaluate-test.sh nptl/tst-tss-basic $? false false > /build/nptl/tst-tss-basic.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-umask1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-umask1.o -MD -MP -MF /build/nptl/tst-umask1.o.dt -MT /build/nptl/tst-umask1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-umask1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-umask1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-umask1 /build/nptl/tst-umask1.temp > /build/nptl/tst-umask1.out; \ ../scripts/evaluate-test.sh nptl/tst-umask1 $? false false > /build/nptl/tst-umask1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-unload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-unload.o -MD -MP -MF /build/nptl/tst-unload.o.dt -MT /build/nptl/tst-unload.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-unload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-unload.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-unload > /build/nptl/tst-unload.out; \ ../scripts/evaluate-test.sh nptl/tst-unload $? false false > /build/nptl/tst-unload.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-unwind-thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-unwind-thread.o -MD -MP -MF /build/nptl/tst-unwind-thread.o.dt -MT /build/nptl/tst-unwind-thread.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-unwind-thread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-unwind-thread.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-unwind-thread > /build/nptl/tst-unwind-thread.out; \ ../scripts/evaluate-test.sh nptl/tst-unwind-thread $? false false > /build/nptl/tst-unwind-thread.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-vfork1x.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-vfork1x.o -MD -MP -MF /build/nptl/tst-vfork1x.o.dt -MT /build/nptl/tst-vfork1x.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-vfork1x -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-vfork1x.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-vfork1x > /build/nptl/tst-vfork1x.out; \ ../scripts/evaluate-test.sh nptl/tst-vfork1x $? false false > /build/nptl/tst-vfork1x.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-vfork2x.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-vfork2x.o -MD -MP -MF /build/nptl/tst-vfork2x.o.dt -MT /build/nptl/tst-vfork2x.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-vfork2x -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-vfork2x.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-vfork2x > /build/nptl/tst-vfork2x.out; \ ../scripts/evaluate-test.sh nptl/tst-vfork2x $? false false > /build/nptl/tst-vfork2x.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx2.o -MD -MP -MF /build/nptl/tst-cancelx2.o.dt -MT /build/nptl/tst-cancelx2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx2 > /build/nptl/tst-cancelx2.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx2 $? false false > /build/nptl/tst-cancelx2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx3.o -MD -MP -MF /build/nptl/tst-cancelx3.o.dt -MT /build/nptl/tst-cancelx3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx3 > /build/nptl/tst-cancelx3.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx3 $? false false > /build/nptl/tst-cancelx3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-error -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx4.o -MD -MP -MF /build/nptl/tst-cancelx4.o.dt -MT /build/nptl/tst-cancelx4.o In file included from ../sysdeps/pthread/tst-cancelx4.c:1: ../sysdeps/pthread/tst-cancel4.c: In function 'tf_sigpause': ../sysdeps/pthread/tst-cancel4.c:535:13: warning: sigmask is deprecated 535 | sigpause (sigmask (SIGINT)); | ^~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/nptl/tst-cancelx4.o: in function `do_test': /glibc/nptl/../sysdeps/pthread/tst-cancel4-common.c:31:(.text+0x109): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx4 > /build/nptl/tst-cancelx4.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx4 $? false false > /build/nptl/tst-cancelx4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-error -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx5.o -MD -MP -MF /build/nptl/tst-cancelx5.o.dt -MT /build/nptl/tst-cancelx5.o In file included from ../sysdeps/pthread/tst-cancel5.c:1, from ../sysdeps/pthread/tst-cancelx5.c:1: ../sysdeps/pthread/tst-cancel4.c: In function 'tf_sigpause': ../sysdeps/pthread/tst-cancel4.c:535:13: warning: sigmask is deprecated 535 | sigpause (sigmask (SIGINT)); | ^~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/nptl/tst-cancelx5.o: in function `do_test': /glibc/nptl/../sysdeps/pthread/tst-cancel4-common.c:31:(.text+0x109): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx5 > /build/nptl/tst-cancelx5.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx5 $? false false > /build/nptl/tst-cancelx5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx6.o -MD -MP -MF /build/nptl/tst-cancelx6.o.dt -MT /build/nptl/tst-cancelx6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx6 > /build/nptl/tst-cancelx6.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx6 $? false false > /build/nptl/tst-cancelx6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx8.o -MD -MP -MF /build/nptl/tst-cancelx8.o.dt -MT /build/nptl/tst-cancelx8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx8 > /build/nptl/tst-cancelx8.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx8 $? false false > /build/nptl/tst-cancelx8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx9.o -MD -MP -MF /build/nptl/tst-cancelx9.o.dt -MT /build/nptl/tst-cancelx9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx9 > /build/nptl/tst-cancelx9.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx9 $? false false > /build/nptl/tst-cancelx9.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx10.o -MD -MP -MF /build/nptl/tst-cancelx10.o.dt -MT /build/nptl/tst-cancelx10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx10 > /build/nptl/tst-cancelx10.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx10 $? false false > /build/nptl/tst-cancelx10.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx11.o -MD -MP -MF /build/nptl/tst-cancelx11.o.dt -MT /build/nptl/tst-cancelx11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx11 > /build/nptl/tst-cancelx11.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx11 $? false false > /build/nptl/tst-cancelx11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx12.o -MD -MP -MF /build/nptl/tst-cancelx12.o.dt -MT /build/nptl/tst-cancelx12.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx12 > /build/nptl/tst-cancelx12.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx12 $? false false > /build/nptl/tst-cancelx12.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx13.o -MD -MP -MF /build/nptl/tst-cancelx13.o.dt -MT /build/nptl/tst-cancelx13.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx13 > /build/nptl/tst-cancelx13.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx13 $? false false > /build/nptl/tst-cancelx13.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx14.o -MD -MP -MF /build/nptl/tst-cancelx14.o.dt -MT /build/nptl/tst-cancelx14.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx14 > /build/nptl/tst-cancelx14.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx14 $? false false > /build/nptl/tst-cancelx14.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx15.o -MD -MP -MF /build/nptl/tst-cancelx15.o.dt -MT /build/nptl/tst-cancelx15.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx15 > /build/nptl/tst-cancelx15.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx15 $? false false > /build/nptl/tst-cancelx15.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx16.o -MD -MP -MF /build/nptl/tst-cancelx16.o.dt -MT /build/nptl/tst-cancelx16.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx16 > /build/nptl/tst-cancelx16.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx16 $? false false > /build/nptl/tst-cancelx16.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx18.o -MD -MP -MF /build/nptl/tst-cancelx18.o.dt -MT /build/nptl/tst-cancelx18.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx18 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx18.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx18 > /build/nptl/tst-cancelx18.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx18 $? false false > /build/nptl/tst-cancelx18.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx20.o -MD -MP -MF /build/nptl/tst-cancelx20.o.dt -MT /build/nptl/tst-cancelx20.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx20 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx20.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx20 > /build/nptl/tst-cancelx20.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx20 $? false false > /build/nptl/tst-cancelx20.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancelx21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancelx21.o -MD -MP -MF /build/nptl/tst-cancelx21.o.dt -MT /build/nptl/tst-cancelx21.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancelx21 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancelx21.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancelx21 > /build/nptl/tst-cancelx21.out; \ ../scripts/evaluate-test.sh nptl/tst-cancelx21 $? false false > /build/nptl/tst-cancelx21.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cleanupx0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanupx0.o -MD -MP -MF /build/nptl/tst-cleanupx0.o.dt -MT /build/nptl/tst-cleanupx0.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanupx0 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanupx0.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanupx0 > /build/nptl/tst-cleanupx0.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanupx0 $? false false > /build/nptl/tst-cleanupx0.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cleanupx1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanupx1.o -MD -MP -MF /build/nptl/tst-cleanupx1.o.dt -MT /build/nptl/tst-cleanupx1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanupx1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanupx1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanupx1 > /build/nptl/tst-cleanupx1.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanupx1 $? false false > /build/nptl/tst-cleanupx1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cleanupx2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -U_FORTIFY_SOURCE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanupx2.o -MD -MP -MF /build/nptl/tst-cleanupx2.o.dt -MT /build/nptl/tst-cleanupx2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanupx2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanupx2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanupx2 > /build/nptl/tst-cleanupx2.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanupx2 $? false false > /build/nptl/tst-cleanupx2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cleanupx3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cleanupx3.o -MD -MP -MF /build/nptl/tst-cleanupx3.o.dt -MT /build/nptl/tst-cleanupx3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cleanupx3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cleanupx3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cleanupx3 > /build/nptl/tst-cleanupx3.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanupx3 $? false false > /build/nptl/tst-cleanupx3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-_res1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-_res1.o -MD -MP -MF /build/nptl/tst-_res1.o.dt -MT /build/nptl/tst-_res1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-_res1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-_res1.o /build/support/libsupport_nonshared.a /build/nptl/tst-_res1mod1.so /build/nptl/tst-_res1mod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-_res1 > /build/nptl/tst-_res1.out; \ ../scripts/evaluate-test.sh nptl/tst-_res1 $? false false > /build/nptl/tst-_res1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-atfork2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-atfork2.o -MD -MP -MF /build/nptl/tst-atfork2.o.dt -MT /build/nptl/tst-atfork2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-atfork2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-atfork2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/nptl/tst-atfork2.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-atfork2 > /build/nptl/tst-atfork2.out; \ ../scripts/evaluate-test.sh nptl/tst-atfork2 $? false false > /build/nptl/tst-atfork2.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-atfork3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-atfork3.o -MD -MP -MF /build/nptl/tst-atfork3.o.dt -MT /build/nptl/tst-atfork3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-atfork3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-atfork3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-atfork3 > /build/nptl/tst-atfork3.out; \ ../scripts/evaluate-test.sh nptl/tst-atfork3 $? false false > /build/nptl/tst-atfork3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-atfork4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-atfork4.o -MD -MP -MF /build/nptl/tst-atfork4.o.dt -MT /build/nptl/tst-atfork4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-atfork4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-atfork4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-atfork4 > /build/nptl/tst-atfork4.out; \ ../scripts/evaluate-test.sh nptl/tst-atfork4 $? false false > /build/nptl/tst-atfork4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-create1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-create1.o -MD -MP -MF /build/nptl/tst-create1.o.dt -MT /build/nptl/tst-create1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-create1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-export-dynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-create1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-create1 > /build/nptl/tst-create1.out; \ ../scripts/evaluate-test.sh nptl/tst-create1 $? false false > /build/nptl/tst-create1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-fini1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-fini1.o -MD -MP -MF /build/nptl/tst-fini1.o.dt -MT /build/nptl/tst-fini1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-fini1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-fini1.o /build/support/libsupport_nonshared.a /build/nptl/tst-fini1mod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-fini1 > /build/nptl/tst-fini1.out; \ ../scripts/evaluate-test.sh nptl/tst-fini1 $? false false > /build/nptl/tst-fini1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-pt-tls4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pt-tls4.o -MD -MP -MF /build/nptl/tst-pt-tls4.o.dt -MT /build/nptl/tst-pt-tls4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pt-tls4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pt-tls4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pt-tls4 > /build/nptl/tst-pt-tls4.out; \ ../scripts/evaluate-test.sh nptl/tst-pt-tls4 $? false false > /build/nptl/tst-pt-tls4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel21-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel21-static.o -MD -MP -MF /build/nptl/tst-cancel21-static.o.dt -MT /build/nptl/tst-cancel21-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel21-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel21-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-cancel21-static > /build/nptl/tst-cancel21-static.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel21-static $? false false > /build/nptl/tst-cancel21-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond11-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond11-static.o -MD -MP -MF /build/nptl/tst-cond11-static.o.dt -MT /build/nptl/tst-cond11-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond11-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond11-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-cond11-static > /build/nptl/tst-cond11-static.out; \ ../scripts/evaluate-test.sh nptl/tst-cond11-static $? false false > /build/nptl/tst-cond11-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-oncex3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-oncex3.o -MD -MP -MF /build/nptl/tst-oncex3.o.dt -MT /build/nptl/tst-oncex3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-oncex3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-oncex3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-oncex3 > /build/nptl/tst-oncex3.out; \ ../scripts/evaluate-test.sh nptl/tst-oncex3 $? false false > /build/nptl/tst-oncex3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-oncex4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-oncex4.o -MD -MP -MF /build/nptl/tst-oncex4.o.dt -MT /build/nptl/tst-oncex4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-oncex4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-oncex4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-oncex4 > /build/nptl/tst-oncex4.out; \ ../scripts/evaluate-test.sh nptl/tst-oncex4 $? false false > /build/nptl/tst-oncex4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-oncey3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-exceptions -fno-asynchronous-unwind-tables -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-oncey3.o -MD -MP -MF /build/nptl/tst-oncey3.o.dt -MT /build/nptl/tst-oncey3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-oncey3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-oncey3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-oncey3 > /build/nptl/tst-oncey3.out; \ ../scripts/evaluate-test.sh nptl/tst-oncey3 $? false false > /build/nptl/tst-oncey3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-oncey4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-exceptions -fno-asynchronous-unwind-tables -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-oncey4.o -MD -MP -MF /build/nptl/tst-oncey4.o.dt -MT /build/nptl/tst-oncey4.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-oncey4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-oncey4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-oncey4 > /build/nptl/tst-oncey4.out; \ ../scripts/evaluate-test.sh nptl/tst-oncey4 $? false false > /build/nptl/tst-oncey4.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond8-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond8-static.o -MD -MP -MF /build/nptl/tst-cond8-static.o.dt -MT /build/nptl/tst-cond8-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond8-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond8-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-cond8-static > /build/nptl/tst-cond8-static.out; \ ../scripts/evaluate-test.sh nptl/tst-cond8-static $? false false > /build/nptl/tst-cond8-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cancel4_2-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel4_2-time64.o -MD -MP -MF /build/nptl/tst-cancel4_2-time64.o.dt -MT /build/nptl/tst-cancel4_2-time64.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel4_2-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel4_2-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/nptl/tst-cancel4_2-time64.o: in function `tf_recvmmsg': /glibc/nptl/tst-cancel4_2.c:51:(.text+0xb5): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel4_2-time64 > /build/nptl/tst-cancel4_2-time64.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel4_2-time64 $? false false > /build/nptl/tst-cancel4_2-time64.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-abstime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-abstime-time64.o -MD -MP -MF /build/nptl/tst-abstime-time64.o.dt -MT /build/nptl/tst-abstime-time64.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-abstime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-abstime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-abstime-time64 > /build/nptl/tst-abstime-time64.out; \ ../scripts/evaluate-test.sh nptl/tst-abstime-time64 $? false false > /build/nptl/tst-abstime-time64.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cnd-timedwait-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cnd-timedwait-time64.o -MD -MP -MF /build/nptl/tst-cnd-timedwait-time64.o.dt -MT /build/nptl/tst-cnd-timedwait-time64.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cnd-timedwait-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cnd-timedwait-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cnd-timedwait-time64 > /build/nptl/tst-cnd-timedwait-time64.out; \ ../scripts/evaluate-test.sh nptl/tst-cnd-timedwait-time64 $? false false > /build/nptl/tst-cnd-timedwait-time64.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cond11-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond11-time64.o -MD -MP -MF /build/nptl/tst-cond11-time64.o.dt -MT /build/nptl/tst-cond11-time64.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond11-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond11-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond11-time64 > /build/nptl/tst-cond11-time64.out; \ ../scripts/evaluate-test.sh nptl/tst-cond11-time64 $? false false > /build/nptl/tst-cond11-time64.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-join14-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-join14-time64.o -MD -MP -MF /build/nptl/tst-join14-time64.o.dt -MT /build/nptl/tst-join14-time64.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-join14-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-join14-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-join14-time64 > /build/nptl/tst-join14-time64.out; \ ../scripts/evaluate-test.sh nptl/tst-join14-time64 $? false false > /build/nptl/tst-join14-time64.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-mtx-timedlock-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mtx-timedlock-time64.o -MD -MP -MF /build/nptl/tst-mtx-timedlock-time64.o.dt -MT /build/nptl/tst-mtx-timedlock-time64.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mtx-timedlock-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mtx-timedlock-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mtx-timedlock-time64 > /build/nptl/tst-mtx-timedlock-time64.out; \ ../scripts/evaluate-test.sh nptl/tst-mtx-timedlock-time64 $? false false > /build/nptl/tst-mtx-timedlock-time64.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-rwlock14-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock14-time64.o -MD -MP -MF /build/nptl/tst-rwlock14-time64.o.dt -MT /build/nptl/tst-rwlock14-time64.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock14-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock14-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock14-time64 > /build/nptl/tst-rwlock14-time64.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock14-time64 $? false false > /build/nptl/tst-rwlock14-time64.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-sem5-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem5-time64.o -MD -MP -MF /build/nptl/tst-sem5-time64.o.dt -MT /build/nptl/tst-sem5-time64.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem5-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem5-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem5-time64 > /build/nptl/tst-sem5-time64.out; \ ../scripts/evaluate-test.sh nptl/tst-sem5-time64 $? false false > /build/nptl/tst-sem5-time64.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-thrd-sleep-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-thrd-sleep-time64.o -MD -MP -MF /build/nptl/tst-thrd-sleep-time64.o.dt -MT /build/nptl/tst-thrd-sleep-time64.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-thrd-sleep-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-thrd-sleep-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-thrd-sleep-time64 > /build/nptl/tst-thrd-sleep-time64.out; \ ../scripts/evaluate-test.sh nptl/tst-thrd-sleep-time64 $? false false > /build/nptl/tst-thrd-sleep-time64.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-barrier5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-barrier5.o -MD -MP -MF /build/nptl/tst-barrier5.o.dt -MT /build/nptl/tst-barrier5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-barrier5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-barrier5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-barrier5 > /build/nptl/tst-barrier5.out; \ ../scripts/evaluate-test.sh nptl/tst-barrier5 $? false false > /build/nptl/tst-barrier5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-cond22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cond22.o -MD -MP -MF /build/nptl/tst-cond22.o.dt -MT /build/nptl/tst-cond22.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cond22 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cond22.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cond22 > /build/nptl/tst-cond22.out; \ ../scripts/evaluate-test.sh nptl/tst-cond22 $? false false > /build/nptl/tst-cond22.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutex8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex8.o -MD -MP -MF /build/nptl/tst-mutex8.o.dt -MT /build/nptl/tst-mutex8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutex8 > /build/nptl/tst-mutex8.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex8 $? false false > /build/nptl/tst-mutex8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutex8-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutex8-static.o -MD -MP -MF /build/nptl/tst-mutex8-static.o.dt -MT /build/nptl/tst-mutex8-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutex8-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutex8-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-mutex8-static > /build/nptl/tst-mutex8-static.out; \ ../scripts/evaluate-test.sh nptl/tst-mutex8-static $? false false > /build/nptl/tst-mutex8-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi8.o -MD -MP -MF /build/nptl/tst-mutexpi8.o.dt -MT /build/nptl/tst-mutexpi8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-mutexpi8 > /build/nptl/tst-mutexpi8.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi8 $? false false > /build/nptl/tst-mutexpi8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpi8-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpi8-static.o -MD -MP -MF /build/nptl/tst-mutexpi8-static.o.dt -MT /build/nptl/tst-mutexpi8-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpi8-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpi8-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-mutexpi8-static > /build/nptl/tst-mutexpi8-static.out; \ ../scripts/evaluate-test.sh nptl/tst-mutexpi8-static $? false false > /build/nptl/tst-mutexpi8-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-robustpi8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robustpi8.o -MD -MP -MF /build/nptl/tst-robustpi8.o.dt -MT /build/nptl/tst-robustpi8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robustpi8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robustpi8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robustpi8 > /build/nptl/tst-robustpi8.out; \ ../scripts/evaluate-test.sh nptl/tst-robustpi8 $? false false > /build/nptl/tst-robustpi8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock19.o -MD -MP -MF /build/nptl/tst-rwlock19.o.dt -MT /build/nptl/tst-rwlock19.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock19 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock19.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock19 > /build/nptl/tst-rwlock19.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock19 $? false false > /build/nptl/tst-rwlock19.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-rwlock20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rwlock20.o -MD -MP -MF /build/nptl/tst-rwlock20.o.dt -MT /build/nptl/tst-rwlock20.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rwlock20 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rwlock20.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rwlock20 > /build/nptl/tst-rwlock20.out; \ ../scripts/evaluate-test.sh nptl/tst-rwlock20 $? false false > /build/nptl/tst-rwlock20.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-sem11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem11.o -MD -MP -MF /build/nptl/tst-sem11.o.dt -MT /build/nptl/tst-sem11.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem11 > /build/nptl/tst-sem11.out; \ ../scripts/evaluate-test.sh nptl/tst-sem11 $? false false > /build/nptl/tst-sem11.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-sem12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem12.o -MD -MP -MF /build/nptl/tst-sem12.o.dt -MT /build/nptl/tst-sem12.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem12 > /build/nptl/tst-sem12.out; \ ../scripts/evaluate-test.sh nptl/tst-sem12 $? false false > /build/nptl/tst-sem12.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-sem13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem13.o -MD -MP -MF /build/nptl/tst-sem13.o.dt -MT /build/nptl/tst-sem13.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-sem13 > /build/nptl/tst-sem13.out; \ ../scripts/evaluate-test.sh nptl/tst-sem13 $? false false > /build/nptl/tst-sem13.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-setgetname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-setgetname.o -MD -MP -MF /build/nptl/tst-setgetname.o.dt -MT /build/nptl/tst-setgetname.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-setgetname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-setgetname.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-setgetname > /build/nptl/tst-setgetname.out; \ ../scripts/evaluate-test.sh nptl/tst-setgetname $? false false > /build/nptl/tst-setgetname.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-signal7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-signal7.o -MD -MP -MF /build/nptl/tst-signal7.o.dt -MT /build/nptl/tst-signal7.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-signal7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-signal7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-signal7 > /build/nptl/tst-signal7.out; \ ../scripts/evaluate-test.sh nptl/tst-signal7 $? false false > /build/nptl/tst-signal7.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-stackguard1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-stackguard1.o -MD -MP -MF /build/nptl/tst-stackguard1.o.dt -MT /build/nptl/tst-stackguard1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-stackguard1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-stackguard1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-stackguard1 --command " /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-stackguard1 --child" > /build/nptl/tst-stackguard1.out; \ ../scripts/evaluate-test.sh nptl/tst-stackguard1 $? false false > /build/nptl/tst-stackguard1.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls3.o -MD -MP -MF /build/nptl/tst-tls3.o.dt -MT /build/nptl/tst-tls3.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tls3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tls3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tls3 > /build/nptl/tst-tls3.out; \ ../scripts/evaluate-test.sh nptl/tst-tls3 $? false false > /build/nptl/tst-tls3.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls3-malloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls3-malloc.o -MD -MP -MF /build/nptl/tst-tls3-malloc.o.dt -MT /build/nptl/tst-tls3-malloc.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tls3-malloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tls3-malloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tls3-malloc > /build/nptl/tst-tls3-malloc.out; \ ../scripts/evaluate-test.sh nptl/tst-tls3-malloc $? false false > /build/nptl/tst-tls3-malloc.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-tls5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-tls5.o -MD -MP -MF /build/nptl/tst-tls5.o.dt -MT /build/nptl/tst-tls5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-tls5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-tls5.o /build/support/libsupport_nonshared.a /build/nptl/tst-tls5mod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-tls5 > /build/nptl/tst-tls5.out; \ ../scripts/evaluate-test.sh nptl/tst-tls5 $? false false > /build/nptl/tst-tls5.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-sem11-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem11-static.o -MD -MP -MF /build/nptl/tst-sem11-static.o.dt -MT /build/nptl/tst-sem11-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem11-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem11-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-sem11-static > /build/nptl/tst-sem11-static.out; \ ../scripts/evaluate-test.sh nptl/tst-sem11-static $? false false > /build/nptl/tst-sem11-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-sem12-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-sem12-static.o -MD -MP -MF /build/nptl/tst-sem12-static.o.dt -MT /build/nptl/tst-sem12-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-sem12-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-sem12-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-sem12-static > /build/nptl/tst-sem12-static.out; \ ../scripts/evaluate-test.sh nptl/tst-sem12-static $? false false > /build/nptl/tst-sem12-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-stackguard1-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-stackguard1-static.o -MD -MP -MF /build/nptl/tst-stackguard1-static.o.dt -MT /build/nptl/tst-stackguard1-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-stackguard1-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-stackguard1-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nptl/tst-stackguard1-static --command "/build/nptl/tst-stackguard1-static --child" > /build/nptl/tst-stackguard1-static.out; \ ../scripts/evaluate-test.sh nptl/tst-stackguard1-static $? false false > /build/nptl/tst-stackguard1-static.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/unix/sysv/linux/tst-rseq-nptl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-rseq-nptl.o -MD -MP -MF /build/nptl/tst-rseq-nptl.o.dt -MT /build/nptl/tst-rseq-nptl.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-rseq-nptl -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-rseq-nptl.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-rseq-nptl > /build/nptl/tst-rseq-nptl.out; \ ../scripts/evaluate-test.sh nptl/tst-rseq-nptl $? false false > /build/nptl/tst-rseq-nptl.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-cancel25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-cancel25.o -MD -MP -MF /build/nptl/tst-cancel25.o.dt -MT /build/nptl/tst-cancel25.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-cancel25 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-cancel25.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-cancel25 > /build/nptl/tst-cancel25.out; \ ../scripts/evaluate-test.sh nptl/tst-cancel25 $? false false > /build/nptl/tst-cancel25.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 ../sysdeps/pthread/tst-robust8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-robust8.o -MD -MP -MF /build/nptl/tst-robust8.o.dt -MT /build/nptl/tst-robust8.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-robust8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-robust8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-robust8 > /build/nptl/tst-robust8.out; \ ../scripts/evaluate-test.sh nptl/tst-robust8 $? false false > /build/nptl/tst-robust8.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/descr-const.h; \ python3 -B ../scripts/gen-as-const.py --test descr-const.sym) > /build/nptl/test-as-const-descr-const.cT mv -f /build/nptl/test-as-const-descr-const.cT /build/nptl/test-as-const-descr-const.c make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 /build/nptl/test-as-const-descr-const.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/test-as-const-descr-const.o -MD -MP -MF /build/nptl/test-as-const-descr-const.o.dt -MT /build/nptl/test-as-const-descr-const.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/test-as-const-descr-const -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/test-as-const-descr-const.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/test-as-const-descr-const > /build/nptl/test-as-const-descr-const.out; \ ../scripts/evaluate-test.sh nptl/test-as-const-descr-const $? false false > /build/nptl/test-as-const-descr-const.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/unwindbuf.h; \ python3 -B ../scripts/gen-as-const.py --test unwindbuf.sym) > /build/nptl/test-as-const-unwindbuf.cT mv -f /build/nptl/test-as-const-unwindbuf.cT /build/nptl/test-as-const-unwindbuf.c make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 /build/nptl/test-as-const-unwindbuf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/test-as-const-unwindbuf.o -MD -MP -MF /build/nptl/test-as-const-unwindbuf.o.dt -MT /build/nptl/test-as-const-unwindbuf.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/test-as-const-unwindbuf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/test-as-const-unwindbuf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/test-as-const-unwindbuf > /build/nptl/test-as-const-unwindbuf.out; \ ../scripts/evaluate-test.sh nptl/test-as-const-unwindbuf $? false false > /build/nptl/test-as-const-unwindbuf.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpp1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpp1.o -MD -MP -MF /build/nptl/tst-mutexpp1.o.dt -MT /build/nptl/tst-mutexpp1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpp1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpp1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpp5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpp5.o -MD -MP -MF /build/nptl/tst-mutexpp5.o.dt -MT /build/nptl/tst-mutexpp5.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpp5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpp5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpp6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpp6.o -MD -MP -MF /build/nptl/tst-mutexpp6.o.dt -MT /build/nptl/tst-mutexpp6.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpp6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpp6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpp9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpp9.o -MD -MP -MF /build/nptl/tst-mutexpp9.o.dt -MT /build/nptl/tst-mutexpp9.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpp9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpp9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-mutexpp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-mutexpp10.o -MD -MP -MF /build/nptl/tst-mutexpp10.o.dt -MT /build/nptl/tst-mutexpp10.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-mutexpp10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-mutexpp10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-setgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-setgroups.o -MD -MP -MF /build/nptl/tst-setgroups.o.dt -MT /build/nptl/tst-setgroups.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-setgroups -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-setgroups.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-setuid1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-setuid1.o -MD -MP -MF /build/nptl/tst-setuid1.o.dt -MT /build/nptl/tst-setuid1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-setuid1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-setuid1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-setuid1-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-setuid1-static.o -MD -MP -MF /build/nptl/tst-setuid1-static.o.dt -MT /build/nptl/tst-setuid1-static.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-setuid1-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-setuid1-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/nptl/tst-setuid1-static.o: in function `do_test': /glibc/nptl/tst-setuid1.c:1028:(.text+0x190a): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-setuid2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-setuid2.o -MD -MP -MF /build/nptl/tst-setuid2.o.dt -MT /build/nptl/tst-setuid2.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-setuid2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-setuid2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-eintr1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-eintr1.o -MD -MP -MF /build/nptl/tst-eintr1.o.dt -MT /build/nptl/tst-eintr1.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-eintr1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-eintr1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-pthread-getattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-pthread-getattr.o -MD -MP -MF /build/nptl/tst-pthread-getattr.o.dt -MT /build/nptl/tst-pthread-getattr.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-pthread-getattr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-pthread-getattr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-pthread-getattr > /build/nptl/tst-pthread-getattr.out; \ ../scripts/evaluate-test.sh nptl/tst-pthread-getattr $? false false > /build/nptl/tst-pthread-getattr.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 tst-oddstacklimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nptl/tst-oddstacklimit.o -MD -MP -MF /build/nptl/tst-oddstacklimit.o.dt -MT /build/nptl/tst-oddstacklimit.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/tst-oddstacklimit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/tst-oddstacklimit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-oddstacklimit --command ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nptl/tst-basic1' > /build/nptl/tst-oddstacklimit.out; \ ../scripts/evaluate-test.sh nptl/tst-oddstacklimit $? false false > /build/nptl/tst-oddstacklimit.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' /usr/bin/bash tst-tls6.sh /build/ ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C'; \ ../scripts/evaluate-test.sh nptl/tst-tls6 $? false false > /build/nptl/tst-tls6.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' /build/malloc/mtrace /build/nptl/tst-stack3.mtrace > /build/nptl/tst-stack3-mem.out; \ ../scripts/evaluate-test.sh nptl/tst-stack3-mem $? false false > /build/nptl/tst-stack3-mem.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' cmp ../sysdeps/pthread/tst-cleanup0.expect /build/nptl/tst-cleanup0.out > /build/nptl/tst-cleanup0-cmp.out; \ ../scripts/evaluate-test.sh nptl/tst-cleanup0-cmp $? false false > /build/nptl/tst-cleanup0-cmp.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' LC_ALL=C objdump --dynamic-syms /build/nptl/libpthread.so > /build/nptl/libpthread.dynsymT mv -f /build/nptl/libpthread.dynsymT /build/nptl/libpthread.dynsym make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' LC_ALL=C gawk -f ../scripts/abilist.awk /build/nptl/libpthread.dynsym > /build/nptl/libpthread.symlistT mv -f /build/nptl/libpthread.symlistT /build/nptl/libpthread.symlist make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libpthread.abilist /build/nptl/libpthread.symlist > /build/nptl/check-abi-libpthread.out; \ ../scripts/evaluate-test.sh nptl/check-abi-libpthread $? false false > /build/nptl/check-abi-libpthread.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/atomic_wide_counter.h bits/semaphore.h bits/struct_mutex.h bits/struct_rwlock.h pthread.h semaphore.h threads.h > /build/nptl/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh nptl/check-installed-headers-c $? false false > /build/nptl/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=nptl bits/atomic_wide_counter.h bits/semaphore.h bits/struct_mutex.h bits/struct_rwlock.h pthread.h semaphore.h threads.h > /build/nptl/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh nptl/check-wrapper-headers $? false false > /build/nptl/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' python3 -B ../scripts/check-obsolete-constructs.py ../bits/atomic_wide_counter.h ../sysdeps/unix/sysv/linux/bits/semaphore.h ../sysdeps/x86/nptl/bits/struct_mutex.h ../sysdeps/x86/nptl/bits/struct_rwlock.h ../sysdeps/nptl/pthread.h ../sysdeps/pthread/semaphore.h ../sysdeps/pthread/threads.h > /build/nptl/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh nptl/check-obsolete-constructs $? false false > /build/nptl/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 test-cond-printers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -DTOP_NAMESPACE=glibc -o /build/nptl/test-cond-printers.o -MD -MP -MF /build/nptl/test-cond-printers.o.dt -MT /build/nptl/test-cond-printers.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/test-cond-printers -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/test-cond-printers.o -Wl,-dynamic-linker=/build/elf/ld.so -Wl,-rpath=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env PYTHONPATH=/build/nptl/:../scripts:${PYTHONPATH} \ python3 -B test-cond-printers.py test-cond-printers.c /build/nptl/test-cond-printers nptl-printers.py > /build/nptl/test-cond-printers.out; \ ../scripts/evaluate-test.sh nptl/test-cond-printers $? false false > /build/nptl/test-cond-printers.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 test-condattr-printers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -DTOP_NAMESPACE=glibc -o /build/nptl/test-condattr-printers.o -MD -MP -MF /build/nptl/test-condattr-printers.o.dt -MT /build/nptl/test-condattr-printers.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/test-condattr-printers -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/test-condattr-printers.o -Wl,-dynamic-linker=/build/elf/ld.so -Wl,-rpath=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env PYTHONPATH=/build/nptl/:../scripts:${PYTHONPATH} \ python3 -B test-condattr-printers.py test-condattr-printers.c /build/nptl/test-condattr-printers nptl-printers.py > /build/nptl/test-condattr-printers.out; \ ../scripts/evaluate-test.sh nptl/test-condattr-printers $? false false > /build/nptl/test-condattr-printers.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 test-mutex-printers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -DTOP_NAMESPACE=glibc -o /build/nptl/test-mutex-printers.o -MD -MP -MF /build/nptl/test-mutex-printers.o.dt -MT /build/nptl/test-mutex-printers.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/test-mutex-printers -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/test-mutex-printers.o -Wl,-dynamic-linker=/build/elf/ld.so -Wl,-rpath=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env PYTHONPATH=/build/nptl/:../scripts:${PYTHONPATH} \ python3 -B test-mutex-printers.py test-mutex-printers.c /build/nptl/test-mutex-printers nptl-printers.py > /build/nptl/test-mutex-printers.out; \ ../scripts/evaluate-test.sh nptl/test-mutex-printers $? false false > /build/nptl/test-mutex-printers.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 test-mutexattr-printers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -DTOP_NAMESPACE=glibc -o /build/nptl/test-mutexattr-printers.o -MD -MP -MF /build/nptl/test-mutexattr-printers.o.dt -MT /build/nptl/test-mutexattr-printers.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/test-mutexattr-printers -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/test-mutexattr-printers.o -Wl,-dynamic-linker=/build/elf/ld.so -Wl,-rpath=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env PYTHONPATH=/build/nptl/:../scripts:${PYTHONPATH} \ python3 -B test-mutexattr-printers.py test-mutexattr-printers.c /build/nptl/test-mutexattr-printers nptl-printers.py > /build/nptl/test-mutexattr-printers.out; \ ../scripts/evaluate-test.sh nptl/test-mutexattr-printers $? false false > /build/nptl/test-mutexattr-printers.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 test-rwlock-printers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -DTOP_NAMESPACE=glibc -o /build/nptl/test-rwlock-printers.o -MD -MP -MF /build/nptl/test-rwlock-printers.o.dt -MT /build/nptl/test-rwlock-printers.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/test-rwlock-printers -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/test-rwlock-printers.o -Wl,-dynamic-linker=/build/elf/ld.so -Wl,-rpath=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env PYTHONPATH=/build/nptl/:../scripts:${PYTHONPATH} \ python3 -B test-rwlock-printers.py test-rwlock-printers.c /build/nptl/test-rwlock-printers nptl-printers.py > /build/nptl/test-rwlock-printers.out; \ ../scripts/evaluate-test.sh nptl/test-rwlock-printers $? false false > /build/nptl/test-rwlock-printers.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 test-rwlockattr-printers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -O0 -ggdb3 -DIS_IN_build -U_FORTIFY_SOURCE -DTOP_NAMESPACE=glibc -o /build/nptl/test-rwlockattr-printers.o -MD -MP -MF /build/nptl/test-rwlockattr-printers.o.dt -MT /build/nptl/test-rwlockattr-printers.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' gcc -m32 -o /build/nptl/test-rwlockattr-printers -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nptl/test-rwlockattr-printers.o -Wl,-dynamic-linker=/build/elf/ld.so -Wl,-rpath=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' env PYTHONPATH=/build/nptl/:../scripts:${PYTHONPATH} \ python3 -B test-rwlockattr-printers.py test-rwlockattr-printers.c /build/nptl/test-rwlockattr-printers nptl-printers.py > /build/nptl/test-rwlockattr-printers.out; \ ../scripts/evaluate-test.sh nptl/test-rwlockattr-printers $? false false > /build/nptl/test-rwlockattr-printers.test-result make[2]: Leaving directory '/glibc/nptl' make[2]: Entering directory '/glibc/nptl' ../scripts/merge-test-results.sh -s /build/nptl/ nptl \ check-abi-libpthread check-installed-headers-c check-obsolete-constructs check-wrapper-headers test-as-const-descr-const test-as-const-unwindbuf test-cond-printers test-condattr-printers test-mutex-printers test-mutexattr-printers test-rwlock-printers test-rwlockattr-printers tst-_res1 tst-abstime tst-abstime-time64 tst-align-clone tst-atfork1 tst-atfork2 tst-atfork3 tst-atfork4 tst-attr1 tst-attr2 tst-attr3 tst-audit-threads tst-backtrace1 tst-bad-schedattr tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 tst-barrier5 tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 tst-basic7 tst-call-once tst-cancel-self tst-cancel-self-cancelstate tst-cancel-self-canceltype tst-cancel-self-testcancel tst-cancel1 tst-cancel10 tst-cancel11 tst-cancel12 tst-cancel13 tst-cancel14 tst-cancel15 tst-cancel16 tst-cancel17 tst-cancel18 tst-cancel19 tst-cancel2 tst-cancel20 tst-cancel21 tst-cancel21-static tst-cancel22 tst-cancel23 tst-cancel24 tst-cancel24-static tst-cancel25 tst-cancel26 tst-cancel27 tst-cancel28 tst-cancel29 tst-cancel3 tst-cancel30 tst-cancel31 tst-cancel4 tst-cancel4_1 tst-cancel4_2 tst-cancel4_2-time64 tst-cancel5 tst-cancel6 tst-cancel7 tst-cancel8 tst-cancel9 tst-cancelx10 tst-cancelx11 tst-cancelx12 tst-cancelx13 tst-cancelx14 tst-cancelx15 tst-cancelx16 tst-cancelx17 tst-cancelx18 tst-cancelx2 tst-cancelx20 tst-cancelx21 tst-cancelx3 tst-cancelx4 tst-cancelx5 tst-cancelx6 tst-cancelx7 tst-cancelx8 tst-cancelx9 tst-cleanup0 tst-cleanup0-cmp tst-cleanup1 tst-cleanup2 tst-cleanup3 tst-cleanup4 tst-cleanupx0 tst-cleanupx1 tst-cleanupx2 tst-cleanupx3 tst-cleanupx4 tst-clock1 tst-cnd-basic tst-cnd-broadcast tst-cnd-timedwait tst-cnd-timedwait-time64 tst-compat-forwarder tst-cond-except tst-cond1 tst-cond10 tst-cond11 tst-cond11-static tst-cond11-time64 tst-cond12 tst-cond13 tst-cond14 tst-cond15 tst-cond16 tst-cond17 tst-cond18 tst-cond19 tst-cond2 tst-cond20 tst-cond21 tst-cond22 tst-cond23 tst-cond24 tst-cond25 tst-cond26 tst-cond27 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 tst-cond8 tst-cond8-static tst-cond9 tst-context1 tst-create-detached tst-create1 tst-default-attr tst-detach1 tst-dlsym1 tst-eintr2 tst-eintr3 tst-eintr4 tst-eintr5 tst-exec1 tst-exec2 tst-exec3 tst-exec4 tst-exec5 tst-execstack-threads tst-exit1 tst-exit2 tst-exit3 tst-fini1 tst-flock1 tst-flock2 tst-fork1 tst-fork2 tst-fork3 tst-fork4 tst-getpid1 tst-getpid3 tst-initializers1 tst-initializers1-c11 tst-initializers1-c89 tst-initializers1-c99 tst-initializers1-gnu11 tst-initializers1-gnu89 tst-initializers1-gnu99 tst-join1 tst-join10 tst-join11 tst-join12 tst-join13 tst-join14 tst-join14-time64 tst-join15 tst-join2 tst-join3 tst-join4 tst-join5 tst-join6 tst-join7 tst-join8 tst-join9 tst-key1 tst-key2 tst-key3 tst-key4 tst-kill1 tst-kill2 tst-kill3 tst-kill5 tst-kill6 tst-locale1 tst-locale2 tst-memstream tst-minstack-cancel tst-minstack-exit tst-minstack-throw tst-mtx-basic tst-mtx-recursive tst-mtx-timedlock tst-mtx-timedlock-time64 tst-mtx-trylock tst-mutex-errorcheck tst-mutex1 tst-mutex10 tst-mutex11 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex5a tst-mutex6 tst-mutex7 tst-mutex7a tst-mutex8 tst-mutex8-static tst-mutex9 tst-mutexpi1 tst-mutexpi10 tst-mutexpi11 tst-mutexpi12 tst-mutexpi2 tst-mutexpi3 tst-mutexpi4 tst-mutexpi5 tst-mutexpi6 tst-mutexpi7 tst-mutexpi8 tst-mutexpi8-static tst-mutexpi9 tst-oddstacklimit tst-once1 tst-once2 tst-once3 tst-once4 tst-once5 tst-oncex3 tst-oncex4 tst-oncey3 tst-oncey4 tst-pt-align tst-pt-align3 tst-pt-popen1 tst-pt-sysconf tst-pt-tls1 tst-pt-tls2 tst-pt-tls4 tst-pt-vfork1 tst-pt-vfork2 tst-pthread-attr-affinity tst-pthread-attr-affinity-fail tst-pthread-attr-sigmask tst-pthread-defaultattr-free tst-pthread-exit-signal tst-pthread-gdb-attach tst-pthread-gdb-attach-static tst-pthread-getattr tst-pthread-key1-static tst-pthread-mutexattr tst-pthread-raise-blocked-self tst-pthread-setuid-loop tst-pthread-timedlock-lockloop tst-pthread_cancel-exited tst-pthread_cancel-select-loop tst-pthread_exit-nothreads tst-pthread_exit-nothreads-static tst-pthread_kill-exited tst-pthread_kill-exiting tst-raise1 tst-robust-fork tst-robust1 tst-robust10 tst-robust11 tst-robust2 tst-robust3 tst-robust4 tst-robust5 tst-robust6 tst-robust7 tst-robust8 tst-robust9 tst-robustpi1 tst-robustpi2 tst-robustpi3 tst-robustpi4 tst-robustpi5 tst-robustpi6 tst-robustpi7 tst-robustpi8 tst-robustpi9 tst-rseq-nptl tst-rwlock-pwn tst-rwlock-tryrdlock-stall tst-rwlock-trywrlock-stall tst-rwlock1 tst-rwlock10 tst-rwlock11 tst-rwlock12 tst-rwlock13 tst-rwlock14 tst-rwlock14-time64 tst-rwlock15 tst-rwlock16 tst-rwlock17 tst-rwlock18 tst-rwlock19 tst-rwlock2 tst-rwlock20 tst-rwlock21 tst-rwlock22 tst-rwlock3 tst-rwlock4 tst-rwlock5 tst-rwlock6 tst-rwlock7 tst-rwlock8 tst-rwlock9 tst-sched1 tst-sem1 tst-sem10 tst-sem11 tst-sem11-static tst-sem12 tst-sem12-static tst-sem13 tst-sem14 tst-sem15 tst-sem16 tst-sem17 tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem5-time64 tst-sem6 tst-sem7 tst-sem8 tst-sem9 tst-setgetname tst-setuid3 tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 tst-signal6 tst-signal7 tst-signal8 tst-spin1 tst-spin2 tst-spin3 tst-spin4 tst-stack1 tst-stack2 tst-stack3 tst-stack3-mem tst-stack4 tst-stackguard1 tst-stackguard1-static tst-stdio1 tst-stdio2 tst-thrd-detach tst-thrd-sleep tst-thrd-sleep-time64 tst-thread-affinity-pthread tst-thread-affinity-pthread2 tst-thread-affinity-sched tst-thread-exit-clobber tst-thread-setspecific tst-thread_local1 tst-tls3 tst-tls3-malloc tst-tls5 tst-tls6 tst-tsd1 tst-tsd2 tst-tsd3 tst-tsd4 tst-tsd5 tst-tsd6 tst-tss-basic tst-umask1 tst-unload tst-unwind-thread tst-vfork1x tst-vfork2x \ > /build/nptl/subdir-tests.sum make[2]: Leaving directory '/glibc/nptl' rm /build/nptl/test-as-const-unwindbuf.c /build/nptl/libpthread.dynsym /build/nptl/test-as-const-descr-const.c make subdir=rt -C rt ..=../ tests make[2]: Entering directory '/glibc/rt' gcc -m32 tst-shm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-shm.o -MD -MP -MF /build/rt/tst-shm.o.dt -MT /build/rt/tst-shm.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 ../sysdeps/pthread/tst-timer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-timer.o -MD -MP -MF /build/rt/tst-timer.o.dt -MT /build/rt/tst-timer.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio8.o -MD -MP -MF /build/rt/tst-aio8.o.dt -MT /build/rt/tst-aio8.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-bz28213.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-bz28213.o -MD -MP -MF /build/rt/tst-bz28213.o.dt -MT /build/rt/tst-bz28213.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-timer2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-timer2.o -MD -MP -MF /build/rt/tst-timer2.o.dt -MT /build/rt/tst-timer2.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio2.o -MD -MP -MF /build/rt/tst-aio2.o.dt -MT /build/rt/tst-aio2.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio3.o -MD -MP -MF /build/rt/tst-aio3.o.dt -MT /build/rt/tst-aio3.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio4.o -MD -MP -MF /build/rt/tst-aio4.o.dt -MT /build/rt/tst-aio4.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio5.o -MD -MP -MF /build/rt/tst-aio5.o.dt -MT /build/rt/tst-aio5.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio6.o -MD -MP -MF /build/rt/tst-aio6.o.dt -MT /build/rt/tst-aio6.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio9.o -MD -MP -MF /build/rt/tst-aio9.o.dt -MT /build/rt/tst-aio9.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio10.o -MD -MP -MF /build/rt/tst-aio10.o.dt -MT /build/rt/tst-aio10.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio7.o -MD -MP -MF /build/rt/tst-aio7.o.dt -MT /build/rt/tst-aio7.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue7.o -MD -MP -MF /build/rt/tst-mqueue7.o.dt -MT /build/rt/tst-mqueue7.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue9.o -MD -MP -MF /build/rt/tst-mqueue9.o.dt -MT /build/rt/tst-mqueue9.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue3.o -MD -MP -MF /build/rt/tst-mqueue3.o.dt -MT /build/rt/tst-mqueue3.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-timer3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-timer3.o -MD -MP -MF /build/rt/tst-timer3.o.dt -MT /build/rt/tst-timer3.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue8.o -MD -MP -MF /build/rt/tst-mqueue8.o.dt -MT /build/rt/tst-mqueue8.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio.o -MD -MP -MF /build/rt/tst-aio.o.dt -MT /build/rt/tst-aio.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio64.o -MD -MP -MF /build/rt/tst-aio64.o.dt -MT /build/rt/tst-aio64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue4.o -MD -MP -MF /build/rt/tst-mqueue4.o.dt -MT /build/rt/tst-mqueue4.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue10.o -MD -MP -MF /build/rt/tst-mqueue10.o.dt -MT /build/rt/tst-mqueue10.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue6.o -MD -MP -MF /build/rt/tst-mqueue6.o.dt -MT /build/rt/tst-mqueue6.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-cpuclock2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-cpuclock2.o -MD -MP -MF /build/rt/tst-cpuclock2.o.dt -MT /build/rt/tst-cpuclock2.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue1.o -MD -MP -MF /build/rt/tst-mqueue1.o.dt -MT /build/rt/tst-mqueue1.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue2.o -MD -MP -MF /build/rt/tst-mqueue2.o.dt -MT /build/rt/tst-mqueue2.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' LC_ALL=C objdump --dynamic-syms /build/rt/librt.so > /build/rt/librt.dynsymT mv -f /build/rt/librt.dynsymT /build/rt/librt.dynsym make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-aio6-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-aio6-time64.o -MD -MP -MF /build/rt/tst-aio6-time64.o.dt -MT /build/rt/tst-aio6-time64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-shm-cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-shm-cancel.o -MD -MP -MF /build/rt/tst-shm-cancel.o.dt -MT /build/rt/tst-shm-cancel.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=rt aio.h mqueue.h bits/mqueue.h bits/mqueue2.h > /build/rt/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh rt/check-wrapper-headers $? false false > /build/rt/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-shm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-shm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 ../sysdeps/nptl/tst-mqueue8x.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue8x.o -MD -MP -MF /build/rt/tst-mqueue8x.o.dt -MT /build/rt/tst-mqueue8x.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-timer -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-timer.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-timer2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-timer2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue10-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue10-time64.o -MD -MP -MF /build/rt/tst-mqueue10-time64.o.dt -MT /build/rt/tst-mqueue10-time64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-clock_nanosleep2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-clock_nanosleep2.o -MD -MP -MF /build/rt/tst-clock_nanosleep2.o.dt -MT /build/rt/tst-clock_nanosleep2.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' python3 -B ../scripts/check-obsolete-constructs.py aio.h mqueue.h ../sysdeps/unix/sysv/linux/bits/mqueue.h bits/mqueue2.h > /build/rt/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh rt/check-obsolete-constructs $? false false > /build/rt/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-cpuclock2-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-cpuclock2-time64.o -MD -MP -MF /build/rt/tst-cpuclock2-time64.o.dt -MT /build/rt/tst-cpuclock2-time64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue5.o -MD -MP -MF /build/rt/tst-mqueue5.o.dt -MT /build/rt/tst-mqueue5.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-timer4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-timer4.o -MD -MP -MF /build/rt/tst-timer4.o.dt -MT /build/rt/tst-timer4.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-clock_nanosleep2-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-clock_nanosleep2-time64.o -MD -MP -MF /build/rt/tst-clock_nanosleep2-time64.o.dt -MT /build/rt/tst-clock_nanosleep2-time64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue8-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue8-time64.o -MD -MP -MF /build/rt/tst-mqueue8-time64.o.dt -MT /build/rt/tst-mqueue8-time64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-timer5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-timer5.o -MD -MP -MF /build/rt/tst-timer5.o.dt -MT /build/rt/tst-timer5.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-timer-sigmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-timer-sigmask.o -MD -MP -MF /build/rt/tst-timer-sigmask.o.dt -MT /build/rt/tst-timer-sigmask.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue4-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue4-time64.o -MD -MP -MF /build/rt/tst-mqueue4-time64.o.dt -MT /build/rt/tst-mqueue4-time64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-bz28213 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-bz28213.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-cputimer2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-cputimer2.o -MD -MP -MF /build/rt/tst-cputimer2.o.dt -MT /build/rt/tst-cputimer2.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-timer3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-timer3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-timer4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-timer4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-cpuclock2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-cpuclock2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue2-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue2-time64.o -MD -MP -MF /build/rt/tst-mqueue2-time64.o.dt -MT /build/rt/tst-mqueue2-time64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-cputimer1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-cputimer1.o -MD -MP -MF /build/rt/tst-cputimer1.o.dt -MT /build/rt/tst-cputimer1.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-shm-cancel -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-shm-cancel.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-mqueue1-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-mqueue1-time64.o -MD -MP -MF /build/rt/tst-mqueue1-time64.o.dt -MT /build/rt/tst-mqueue1-time64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' LC_ALL=C gawk -f ../scripts/abilist.awk /build/rt/librt.dynsym > /build/rt/librt.symlistT mv -f /build/rt/librt.symlistT /build/rt/librt.symlist make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-cputimer3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-cputimer3.o -MD -MP -MF /build/rt/tst-cputimer3.o.dt -MT /build/rt/tst-cputimer3.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-clock_nanosleep2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-clock_nanosleep2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-timer2 > /build/rt/tst-timer2.out; \ ../scripts/evaluate-test.sh rt/tst-timer2 $? false false > /build/rt/tst-timer2.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio2 > /build/rt/tst-aio2.out; \ ../scripts/evaluate-test.sh rt/tst-aio2 $? false false > /build/rt/tst-aio2.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio64 > /build/rt/tst-aio64.out; \ ../scripts/evaluate-test.sh rt/tst-aio64 $? false false > /build/rt/tst-aio64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio > /build/rt/tst-aio.out; \ ../scripts/evaluate-test.sh rt/tst-aio $? false false > /build/rt/tst-aio.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio3 > /build/rt/tst-aio3.out; \ ../scripts/evaluate-test.sh rt/tst-aio3 $? false false > /build/rt/tst-aio3.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-aio6-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-aio6-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-cpuclock2-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-cpuclock2-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue8x -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue8x.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue4-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue4-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue10-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue10-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-clock_nanosleep2-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-clock_nanosleep2-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio7 > /build/rt/tst-aio7.out; \ ../scripts/evaluate-test.sh rt/tst-aio7 $? false false > /build/rt/tst-aio7.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio8 > /build/rt/tst-aio8.out; \ ../scripts/evaluate-test.sh rt/tst-aio8 $? false false > /build/rt/tst-aio8.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue1 > /build/rt/tst-mqueue1.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue1 $? false false > /build/rt/tst-mqueue1.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 tst-timer4-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/tst-timer4-time64.o -MD -MP -MF /build/rt/tst-timer4-time64.o.dt -MT /build/rt/tst-timer4-time64.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue8-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue8-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-timer-sigmask -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-timer-sigmask.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue3 > /build/rt/tst-mqueue3.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue3 $? false false > /build/rt/tst-mqueue3.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue6 > /build/rt/tst-mqueue6.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue6 $? false false > /build/rt/tst-mqueue6.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue7 -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue7 > /build/rt/tst-mqueue7.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue7 $? false false > /build/rt/tst-mqueue7.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue9 > /build/rt/tst-mqueue9.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue9 $? false false > /build/rt/tst-mqueue9.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-bz28213 > /build/rt/tst-bz28213.out; \ ../scripts/evaluate-test.sh rt/tst-bz28213 $? false false > /build/rt/tst-bz28213.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-shm-cancel > /build/rt/tst-shm-cancel.out; \ ../scripts/evaluate-test.sh rt/tst-shm-cancel $? false false > /build/rt/tst-shm-cancel.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-timer3 > /build/rt/tst-timer3.out; \ ../scripts/evaluate-test.sh rt/tst-timer3 $? false false > /build/rt/tst-timer3.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-clock_nanosleep2 > /build/rt/tst-clock_nanosleep2.out; \ ../scripts/evaluate-test.sh rt/tst-clock_nanosleep2 $? false false > /build/rt/tst-clock_nanosleep2.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-timer5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-timer5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-clock_nanosleep2-time64 > /build/rt/tst-clock_nanosleep2-time64.out; \ ../scripts/evaluate-test.sh rt/tst-clock_nanosleep2-time64 $? false false > /build/rt/tst-clock_nanosleep2-time64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-cputimer3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-cputimer3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-cputimer1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-cputimer1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-cputimer2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-cputimer2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue1-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue1-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-mqueue2-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-mqueue2-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-timer-sigmask > /build/rt/tst-timer-sigmask.out; \ ../scripts/evaluate-test.sh rt/tst-timer-sigmask $? false false > /build/rt/tst-timer-sigmask.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/librt.abilist /build/rt/librt.symlist > /build/rt/check-abi-librt.out; \ ../scripts/evaluate-test.sh rt/check-abi-librt $? false false > /build/rt/check-abi-librt.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' gcc -m32 -o /build/rt/tst-timer4-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/rt/tst-timer4-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue10 > /build/rt/tst-mqueue10.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue10 $? false false > /build/rt/tst-mqueue10.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue10-time64 > /build/rt/tst-mqueue10-time64.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue10-time64 $? false false > /build/rt/tst-mqueue10-time64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue1-time64 > /build/rt/tst-mqueue1-time64.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue1-time64 $? false false > /build/rt/tst-mqueue1-time64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-shm > /build/rt/tst-shm.out; \ ../scripts/evaluate-test.sh rt/tst-shm $? false false > /build/rt/tst-shm.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue8 > /build/rt/tst-mqueue8.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue8 $? false false > /build/rt/tst-mqueue8.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue8x > /build/rt/tst-mqueue8x.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue8x $? false false > /build/rt/tst-mqueue8x.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue8-time64 > /build/rt/tst-mqueue8-time64.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue8-time64 $? false false > /build/rt/tst-mqueue8-time64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio4 > /build/rt/tst-aio4.out; \ ../scripts/evaluate-test.sh rt/tst-aio4 $? false false > /build/rt/tst-aio4.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue5 > /build/rt/tst-mqueue5.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue5 $? false false > /build/rt/tst-mqueue5.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-cpuclock2 > /build/rt/tst-cpuclock2.out; \ ../scripts/evaluate-test.sh rt/tst-cpuclock2 $? false false > /build/rt/tst-cpuclock2.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-cpuclock2-time64 > /build/rt/tst-cpuclock2-time64.out; \ ../scripts/evaluate-test.sh rt/tst-cpuclock2-time64 $? false false > /build/rt/tst-cpuclock2-time64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio5 > /build/rt/tst-aio5.out; \ ../scripts/evaluate-test.sh rt/tst-aio5 $? false false > /build/rt/tst-aio5.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio9 > /build/rt/tst-aio9.out; \ ../scripts/evaluate-test.sh rt/tst-aio9 $? false false > /build/rt/tst-aio9.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio10 > /build/rt/tst-aio10.out; \ ../scripts/evaluate-test.sh rt/tst-aio10 $? false false > /build/rt/tst-aio10.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue4 > /build/rt/tst-mqueue4.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue4 $? false false > /build/rt/tst-mqueue4.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue4-time64 > /build/rt/tst-mqueue4-time64.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue4-time64 $? false false > /build/rt/tst-mqueue4-time64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio6 > /build/rt/tst-aio6.out; \ ../scripts/evaluate-test.sh rt/tst-aio6 $? false false > /build/rt/tst-aio6.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-aio6-time64 > /build/rt/tst-aio6-time64.out; \ ../scripts/evaluate-test.sh rt/tst-aio6-time64 $? false false > /build/rt/tst-aio6-time64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-timer4 > /build/rt/tst-timer4.out; \ ../scripts/evaluate-test.sh rt/tst-timer4 $? false false > /build/rt/tst-timer4.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue2 > /build/rt/tst-mqueue2.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue2 $? false false > /build/rt/tst-mqueue2.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-timer5 > /build/rt/tst-timer5.out; \ ../scripts/evaluate-test.sh rt/tst-timer5 $? false false > /build/rt/tst-timer5.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-cputimer1 > /build/rt/tst-cputimer1.out; \ ../scripts/evaluate-test.sh rt/tst-cputimer1 $? false false > /build/rt/tst-cputimer1.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-cputimer2 > /build/rt/tst-cputimer2.out; \ ../scripts/evaluate-test.sh rt/tst-cputimer2 $? false false > /build/rt/tst-cputimer2.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-cputimer3 > /build/rt/tst-cputimer3.out; \ ../scripts/evaluate-test.sh rt/tst-cputimer3 $? false false > /build/rt/tst-cputimer3.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-timer4-time64 > /build/rt/tst-timer4-time64.out; \ ../scripts/evaluate-test.sh rt/tst-timer4-time64 $? false false > /build/rt/tst-timer4-time64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-mqueue2-time64 > /build/rt/tst-mqueue2-time64.out; \ ../scripts/evaluate-test.sh rt/tst-mqueue2-time64 $? false false > /build/rt/tst-mqueue2-time64.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/rt/tst-timer > /build/rt/tst-timer.out; \ ../scripts/evaluate-test.sh rt/tst-timer $? false false > /build/rt/tst-timer.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ aio.h mqueue.h bits/mqueue.h bits/mqueue2.h > /build/rt/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh rt/check-installed-headers-c $? false false > /build/rt/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/rt' make[2]: Entering directory '/glibc/rt' ../scripts/merge-test-results.sh -s /build/rt/ rt \ check-abi-librt check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-aio tst-aio10 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 tst-aio6-time64 tst-aio64 tst-aio7 tst-aio8 tst-aio9 tst-bz28213 tst-clock_nanosleep2 tst-clock_nanosleep2-time64 tst-cpuclock2 tst-cpuclock2-time64 tst-cputimer1 tst-cputimer2 tst-cputimer3 tst-mqueue1 tst-mqueue1-time64 tst-mqueue10 tst-mqueue10-time64 tst-mqueue2 tst-mqueue2-time64 tst-mqueue3 tst-mqueue4 tst-mqueue4-time64 tst-mqueue5 tst-mqueue6 tst-mqueue7 tst-mqueue8 tst-mqueue8-time64 tst-mqueue8x tst-mqueue9 tst-shm tst-shm-cancel tst-timer tst-timer-sigmask tst-timer2 tst-timer3 tst-timer4 tst-timer4-time64 tst-timer5 \ > /build/rt/subdir-tests.sum make[2]: Leaving directory '/glibc/rt' rm /build/rt/librt.dynsym make subdir=malloc -C malloc ..=../ tests make[2]: Entering directory '/glibc/malloc' gcc -m32 mallocbug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/mallocbug.o -MD -MP -MF /build/malloc/mallocbug.o.dt -MT /build/malloc/mallocbug.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-aligned-alloc-random.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-aligned-alloc-random.o -MD -MP -MF /build/malloc/tst-aligned-alloc-random.o.dt -MT /build/malloc/tst-aligned-alloc-random.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-aligned_alloc-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/tst-aligned_alloc-lib.os -MD -MP -MF /build/malloc/tst-aligned_alloc-lib.os.dt -MT /build/malloc/tst-aligned_alloc-lib.os make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-alternate-path.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-alternate-path.o -MD -MP -MF /build/malloc/tst-malloc-alternate-path.o.dt -MT /build/malloc/tst-malloc-alternate-path.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-backtrace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-backtrace.o -MD -MP -MF /build/malloc/tst-malloc-backtrace.o.dt -MT /build/malloc/tst-malloc-backtrace.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-aligned-alloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-aligned-alloc.o -MD -MP -MF /build/malloc/tst-aligned-alloc.o.dt -MT /build/malloc/tst-aligned-alloc.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-aligned-alloc-random-thread-cross.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-aligned-alloc-random-thread-cross.o -MD -MP -MF /build/malloc/tst-aligned-alloc-random-thread-cross.o.dt -MT /build/malloc/tst-aligned-alloc-random-thread-cross.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-aligned-alloc-random-thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-aligned-alloc-random-thread.o -MD -MP -MF /build/malloc/tst-aligned-alloc-random-thread.o.dt -MT /build/malloc/tst-aligned-alloc-random-thread.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-free-errno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-free-errno.o -MD -MP -MF /build/malloc/tst-free-errno.o.dt -MT /build/malloc/tst-free-errno.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-usable.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-usable.o -MD -MP -MF /build/malloc/tst-malloc-usable.o.dt -MT /build/malloc/tst-malloc-usable.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc.o -MD -MP -MF /build/malloc/tst-malloc.o.dt -MT /build/malloc/tst-malloc.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-check.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-check.o -MD -MP -MF /build/malloc/tst-malloc-check.o.dt -MT /build/malloc/tst-malloc-check.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-calloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-calloc.o -MD -MP -MF /build/malloc/tst-calloc.o.dt -MT /build/malloc/tst-calloc.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-fork-deadlock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-fork-deadlock.o -MD -MP -MF /build/malloc/tst-malloc-fork-deadlock.o.dt -MT /build/malloc/tst-malloc-fork-deadlock.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-tcache-leak.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-tcache-leak.o -MD -MP -MF /build/malloc/tst-malloc-tcache-leak.o.dt -MT /build/malloc/tst-malloc-tcache-leak.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-interpose-aux-nothread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/tst-interpose-aux-nothread.o -MD -MP -MF /build/malloc/tst-interpose-aux-nothread.o.dt -MT /build/malloc/tst-interpose-aux-nothread.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-random.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-random.o -MD -MP -MF /build/malloc/tst-malloc-random.o.dt -MT /build/malloc/tst-malloc-random.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-stats-cancellation.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-stats-cancellation.o -MD -MP -MF /build/malloc/tst-malloc-stats-cancellation.o.dt -MT /build/malloc/tst-malloc-stats-cancellation.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc_info.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc_info.o -MD -MP -MF /build/malloc/tst-malloc_info.o.dt -MT /build/malloc/tst-malloc_info.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-mallinfo2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-mallinfo2.o -MD -MP -MF /build/malloc/tst-mallinfo2.o.dt -MT /build/malloc/tst-mallinfo2.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-mallocalign1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-mallocalign1.o -MD -MP -MF /build/malloc/tst-mallocalign1.o.dt -MT /build/malloc/tst-mallocalign1.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-interpose-nothread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-interpose-nothread.o -MD -MP -MF /build/malloc/tst-interpose-nothread.o.dt -MT /build/malloc/tst-interpose-nothread.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-interpose-thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-interpose-thread.o -MD -MP -MF /build/malloc/tst-interpose-thread.o.dt -MT /build/malloc/tst-interpose-thread.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-interpose-aux-thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/tst-interpose-aux-thread.o -MD -MP -MF /build/malloc/tst-interpose-aux-thread.o.dt -MT /build/malloc/tst-interpose-aux-thread.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-thread-exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-thread-exit.o -MD -MP -MF /build/malloc/tst-malloc-thread-exit.o.dt -MT /build/malloc/tst-malloc-thread-exit.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-too-large.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-too-large.o -MD -MP -MF /build/malloc/tst-malloc-too-large.o.dt -MT /build/malloc/tst-malloc-too-large.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-mallocfork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-mallocfork.o -MD -MP -MF /build/malloc/tst-mallocfork.o.dt -MT /build/malloc/tst-mallocfork.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-thread-fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-thread-fail.o -MD -MP -MF /build/malloc/tst-malloc-thread-fail.o.dt -MT /build/malloc/tst-malloc-thread-fail.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-mallopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-mallopt.o -MD -MP -MF /build/malloc/tst-mallopt.o.dt -MT /build/malloc/tst-mallopt.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-memalign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-memalign.o -MD -MP -MF /build/malloc/tst-memalign.o.dt -MT /build/malloc/tst-memalign.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-memalign-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-memalign-2.o -MD -MP -MF /build/malloc/tst-memalign-2.o.dt -MT /build/malloc/tst-memalign-2.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-tcfree3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-malloc -fno-builtin-free -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-tcfree3.o -MD -MP -MF /build/malloc/tst-tcfree3.o.dt -MT /build/malloc/tst-tcfree3.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-reallocarray.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-reallocarray.o -MD -MP -MF /build/malloc/tst-reallocarray.o.dt -MT /build/malloc/tst-reallocarray.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-mallocfork2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-mallocfork2.o -MD -MP -MF /build/malloc/tst-mallocfork2.o.dt -MT /build/malloc/tst-mallocfork2.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-mallocfork3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-mallocfork3.o -MD -MP -MF /build/malloc/tst-mallocfork3.o.dt -MT /build/malloc/tst-mallocfork3.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-memalign-3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-memalign-3.o -MD -MP -MF /build/malloc/tst-memalign-3.o.dt -MT /build/malloc/tst-memalign-3.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-pvalloc-fortify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-pvalloc-fortify.o -MD -MP -MF /build/malloc/tst-pvalloc-fortify.o.dt -MT /build/malloc/tst-pvalloc-fortify.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-compathooks-off.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-compathooks-off.o -MD -MP -MF /build/malloc/tst-compathooks-off.o.dt -MT /build/malloc/tst-compathooks-off.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-mxfast.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-mxfast.o -MD -MP -MF /build/malloc/tst-mxfast.o.dt -MT /build/malloc/tst-mxfast.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-obstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-obstack.o -MD -MP -MF /build/malloc/tst-obstack.o.dt -MT /build/malloc/tst-obstack.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-tcfree1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-tcfree1.o -MD -MP -MF /build/malloc/tst-tcfree1.o.dt -MT /build/malloc/tst-tcfree1.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-tcfree2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-tcfree2.o -MD -MP -MF /build/malloc/tst-tcfree2.o.dt -MT /build/malloc/tst-tcfree2.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-compathooks-on.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-compathooks-on.o -MD -MP -MF /build/malloc/tst-compathooks-on.o.dt -MT /build/malloc/tst-compathooks-on.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-malloc-usable-tunables.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-malloc-usable-tunables.o -MD -MP -MF /build/malloc/tst-malloc-usable-tunables.o.dt -MT /build/malloc/tst-malloc-usable-tunables.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-posix_memalign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-posix_memalign.o -MD -MP -MF /build/malloc/tst-posix_memalign.o.dt -MT /build/malloc/tst-posix_memalign.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-pvalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-pvalloc.o -MD -MP -MF /build/malloc/tst-pvalloc.o.dt -MT /build/malloc/tst-pvalloc.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-trim1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-trim1.o -MD -MP -MF /build/malloc/tst-trim1.o.dt -MT /build/malloc/tst-trim1.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-safe-linking.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-safe-linking.o -MD -MP -MF /build/malloc/tst-safe-linking.o.dt -MT /build/malloc/tst-safe-linking.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-valloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-valloc.o -MD -MP -MF /build/malloc/tst-valloc.o.dt -MT /build/malloc/tst-valloc.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-aligned-alloc-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-aligned-alloc-static.o -MD -MP -MF /build/malloc/tst-aligned-alloc-static.o.dt -MT /build/malloc/tst-aligned-alloc-static.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/mallocbug-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/mallocbug.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-realloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-realloc.o -MD -MP -MF /build/malloc/tst-realloc.o.dt -MT /build/malloc/tst-realloc.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-calloc-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-calloc.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-free-errno-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-free-errno.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-check-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-check.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-interpose-nothread-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-interpose-nothread.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a /build/malloc/tst-interpose-aux-nothread.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-interpose-thread-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-interpose-thread.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a /build/malloc/tst-interpose-aux-thread.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-alternate-path-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-alternate-path.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-too-large-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-too-large.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-random-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-random.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-usable-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-usable.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallinfo2-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallinfo2.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallopt-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallopt.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocfork-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocfork.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-mallocstate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-mallocstate.o -MD -MP -MF /build/malloc/tst-mallocstate.o.dt -MT /build/malloc/tst-mallocstate.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-interpose-static-nothread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-interpose-static-nothread.o -MD -MP -MF /build/malloc/tst-interpose-static-nothread.o.dt -MT /build/malloc/tst-interpose-static-nothread.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocalign1-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocalign1.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-obstack-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-obstack.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-posix_memalign-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-posix_memalign.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc-fortify-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc-fortify.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-interpose-static-thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-interpose-static-thread.o -MD -MP -MF /build/malloc/tst-interpose-static-thread.o.dt -MT /build/malloc/tst-interpose-static-thread.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree2-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree2.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-realloc-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-realloc.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-reallocarray-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-reallocarray.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/mallocbug-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/mallocbug.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-valloc-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-valloc.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree1-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree1.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree3-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree3.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-dynarray-at-fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/tst-dynarray-at-fail.o -MD -MP -MF /build/malloc/tst-dynarray-at-fail.o.dt -MT /build/malloc/tst-dynarray-at-fail.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-scratch_buffer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/tst-scratch_buffer.o -MD -MP -MF /build/malloc/tst-scratch_buffer.o.dt -MT /build/malloc/tst-scratch_buffer.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-trim1-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-trim1.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-thread-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random-thread.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random-thread-cross.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-calloc-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-calloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-free-errno-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-free-errno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-interpose-nothread-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-interpose-nothread.o /build/support/libsupport_nonshared.a /build/malloc/tst-interpose-aux-nothread.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-alternate-path-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-alternate-path.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-interpose-thread-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-interpose-thread.o /build/support/libsupport_nonshared.a /build/malloc/tst-interpose-aux-thread.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-backtrace-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-backtrace.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-stats-cancellation-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-stats-cancellation.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-fork-deadlock-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-fork-deadlock.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-random-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-random.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-thread-fail-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-thread-fail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-too-large-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-too-large.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallinfo2-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallinfo2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-thread-exit-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-thread-exit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocfork-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocfork.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallopt-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallopt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocalign1-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocalign1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc_info-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc_info.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-posix_memalign-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-posix_memalign.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc-fortify-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc-fortify.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-realloc-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-realloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-obstack-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-obstack.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree1-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree2-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree3-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-reallocarray-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-reallocarray.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-valloc-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-valloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-trim1-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-trim1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-usable-tunables-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-usable-tunables.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocstate-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocstate.o /build/support/libsupport_nonshared.a /build/malloc/libc_malloc_debug.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/mallocbug-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/mallocbug.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random-thread-cross.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-calloc-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-calloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-free-errno-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-free-errno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-thread-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random-thread.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-backtrace-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-backtrace.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-alternate-path-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-alternate-path.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-random-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-random.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-check-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-check.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-fork-deadlock-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-fork-deadlock.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-stats-cancellation-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-stats-cancellation.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-alloc_buffer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DTEST_NO_MALLOPT -o /build/malloc/tst-alloc_buffer.o -MD -MP -MF /build/malloc/tst-alloc_buffer.o.dt -MT /build/malloc/tst-alloc_buffer.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-thread-exit-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-thread-exit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-thread-fail-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-thread-fail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-too-large-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-too-large.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocalign1-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocalign1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc_info-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc_info.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocfork-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocfork.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallinfo2-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallinfo2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallopt-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallopt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-2-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign-2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-3-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign-3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-obstack-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-obstack.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-posix_memalign-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-posix_memalign.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc-fortify-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc-fortify.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-realloc-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-realloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-reallocarray-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-reallocarray.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree3-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-trim1-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-trim1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree2-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-safe-linking-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-safe-linking.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mxfast-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mxfast.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-valloc-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-valloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree1-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/mallocbug-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/mallocbug.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-static-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-static.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-alloc_buffer-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-alloc_buffer.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random-thread-cross.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-thread-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random-thread.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-calloc-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-calloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-alternate-path-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-alternate-path.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-check-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-check.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-backtrace-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-backtrace.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-stats-cancellation-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-stats-cancellation.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-random-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-random.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-too-large-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-too-large.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-fork-deadlock-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-fork-deadlock.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-thread-exit-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-thread-exit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-thread-fail-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-thread-fail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc_info-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc_info.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallinfo2-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallinfo2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocalign1-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocalign1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocfork-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocfork.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallopt-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallopt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-2-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign-2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-posix_memalign-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-posix_memalign.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-3-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign-3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-obstack-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-obstack.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-dynarray-fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/tst-dynarray-fail.o -MD -MP -MF /build/malloc/tst-dynarray-fail.o.dt -MT /build/malloc/tst-dynarray-fail.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc-fortify-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc-fortify.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-realloc-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-realloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree1-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree3-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-reallocarray-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-reallocarray.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree2-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-safe-linking-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-safe-linking.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-valloc-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-valloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' LC_ALL=C objdump --dynamic-syms /build/malloc/libc_malloc_debug.so > /build/malloc/libc_malloc_debug.dynsymT mv -f /build/malloc/libc_malloc_debug.dynsymT /build/malloc/libc_malloc_debug.dynsym make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-trim1-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-trim1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mxfast-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mxfast.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-static-malloc-hugetlb2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-static.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=malloc malloc.h obstack.h mcheck.h > /build/malloc/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh malloc/check-wrapper-headers $? false false > /build/malloc/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/malloc/tst-aligned_alloc-lib.so /build/csu/abi-note.o /build/malloc/tst-aligned_alloc-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/mallocbug -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/mallocbug.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-thread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random-thread.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-calloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-calloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' python3 -B ../scripts/check-obsolete-constructs.py malloc.h obstack.h mcheck.h > /build/malloc/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh malloc/check-obsolete-constructs $? false false > /build/malloc/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-random-thread-cross -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-random-thread-cross.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-alloc_buffer -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-alloc_buffer.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-interpose-thread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-interpose-thread.o /build/support/libsupport_nonshared.a /build/malloc/tst-interpose-aux-thread.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-interpose-nothread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-interpose-nothread.o /build/support/libsupport_nonshared.a /build/malloc/tst-interpose-aux-nothread.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-check.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-free-errno -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-free-errno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-random -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-random.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-alternate-path -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-alternate-path.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-stats-cancellation -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-stats-cancellation.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-backtrace -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-backtrace.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-fork-deadlock -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-fork-deadlock.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-mtrace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/tst-mtrace.o -MD -MP -MF /build/malloc/tst-mtrace.o.dt -MT /build/malloc/tst-mtrace.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-thread-fail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-thread-fail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-thread-exit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-thread-exit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-tcache-leak -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-tcache-leak.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-too-large -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-too-large.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc_info -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc_info.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallinfo2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallinfo2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-usable -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-usable.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocfork -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocfork.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocalign1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocalign1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocfork2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocfork2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallopt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallopt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign-2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocfork3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocfork3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-obstack -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-obstack.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-memalign-3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-memalign-3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-posix_memalign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-posix_memalign.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-pvalloc-fortify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-pvalloc-fortify.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-reallocarray -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-reallocarray.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-realloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-realloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-mcheck > /build/malloc/tst-aligned-alloc-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-mcheck $? false false > /build/malloc/tst-aligned-alloc-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-trim1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-trim1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-tcfree2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-tcfree2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-safe-linking -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-safe-linking.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/mallocbug-mcheck > /build/malloc/mallocbug-mcheck.out; \ ../scripts/evaluate-test.sh malloc/mallocbug-mcheck $? false false > /build/malloc/mallocbug-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-valloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-valloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mallocstate -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mallocstate.o /build/support/libsupport_nonshared.a /build/malloc/libc_malloc_debug.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-compathooks-on -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-compathooks-on.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-compathooks-off -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-compathooks-off.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-interpose-nothread-mcheck > /build/malloc/tst-interpose-nothread-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-interpose-nothread-mcheck $? false false > /build/malloc/tst-interpose-nothread-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-malloc-usable-tunables -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-malloc-usable-tunables.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-interpose-thread-mcheck > /build/malloc/tst-interpose-thread-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-interpose-thread-mcheck $? false false > /build/malloc/tst-interpose-thread-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-mcheck > /build/malloc/tst-malloc-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-mcheck $? false false > /build/malloc/tst-malloc-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-check-mcheck > /build/malloc/tst-malloc-check-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-check-mcheck $? false false > /build/malloc/tst-malloc-check-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mxfast -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mxfast.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-random-mcheck > /build/malloc/tst-malloc-random-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-random-mcheck $? false false > /build/malloc/tst-malloc-random-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-usable-mcheck > /build/malloc/tst-malloc-usable-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-usable-mcheck $? false false > /build/malloc/tst-malloc-usable-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-scratch_buffer -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-scratch_buffer.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-mcheck > /build/malloc/tst-aligned-alloc-random-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-mcheck $? false false > /build/malloc/tst-aligned-alloc-random-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallinfo2-mcheck > /build/malloc/tst-mallinfo2-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-mallinfo2-mcheck $? false false > /build/malloc/tst-mallinfo2-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-alternate-path-mcheck > /build/malloc/tst-malloc-alternate-path-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-alternate-path-mcheck $? false false > /build/malloc/tst-malloc-alternate-path-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocalign1-mcheck > /build/malloc/tst-mallocalign1-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocalign1-mcheck $? false false > /build/malloc/tst-mallocalign1-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocfork-mcheck > /build/malloc/tst-mallocfork-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocfork-mcheck $? false false > /build/malloc/tst-mallocfork-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallopt-mcheck > /build/malloc/tst-mallopt-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-mallopt-mcheck $? false false > /build/malloc/tst-mallopt-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-dynarray-fail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-dynarray-fail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-mcheck > /build/malloc/tst-memalign-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-mcheck $? false false > /build/malloc/tst-memalign-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-posix_memalign-mcheck > /build/malloc/tst-posix_memalign-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-posix_memalign-mcheck $? false false > /build/malloc/tst-posix_memalign-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-dynarray-at-fail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-dynarray-at-fail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc-mcheck > /build/malloc/tst-pvalloc-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc-mcheck $? false false > /build/malloc/tst-pvalloc-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-alloc_buffer-mcheck -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-alloc_buffer.o /build/support/libsupport_nonshared.a /build/malloc/libmcheck.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-obstack-mcheck > /build/malloc/tst-obstack-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-obstack-mcheck $? false false > /build/malloc/tst-obstack-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc-fortify-mcheck > /build/malloc/tst-pvalloc-fortify-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc-fortify-mcheck $? false false > /build/malloc/tst-pvalloc-fortify-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-reallocarray-mcheck > /build/malloc/tst-reallocarray-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-reallocarray-mcheck $? false false > /build/malloc/tst-reallocarray-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree3-mcheck > /build/malloc/tst-tcfree3-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree3-mcheck $? false false > /build/malloc/tst-tcfree3-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-realloc-mcheck > /build/malloc/tst-realloc-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-realloc-mcheck $? false false > /build/malloc/tst-realloc-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-calloc-mcheck > /build/malloc/tst-calloc-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-calloc-mcheck $? false false > /build/malloc/tst-calloc-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-valloc-mcheck > /build/malloc/tst-valloc-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-valloc-mcheck $? false false > /build/malloc/tst-valloc-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/mallocbug-malloc-check > /build/malloc/mallocbug-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/mallocbug-malloc-check $? false false > /build/malloc/mallocbug-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-malloc-check > /build/malloc/tst-aligned-alloc-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-malloc-check $? false false > /build/malloc/tst-aligned-alloc-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-malloc-check > /build/malloc/tst-aligned-alloc-random-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-malloc-check $? false false > /build/malloc/tst-aligned-alloc-random-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-malloc-check > /build/malloc/tst-malloc-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-malloc-check $? false false > /build/malloc/tst-malloc-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-interpose-nothread-malloc-check > /build/malloc/tst-interpose-nothread-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-interpose-nothread-malloc-check $? false false > /build/malloc/tst-interpose-nothread-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-alternate-path-malloc-check > /build/malloc/tst-malloc-alternate-path-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-alternate-path-malloc-check $? false false > /build/malloc/tst-malloc-alternate-path-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 tst-dynarray.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/tst-dynarray.o -MD -MP -MF /build/malloc/tst-dynarray.o.dt -MT /build/malloc/tst-dynarray.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-interpose-thread-malloc-check > /build/malloc/tst-interpose-thread-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-interpose-thread-malloc-check $? false false > /build/malloc/tst-interpose-thread-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-stats-cancellation-malloc-check > /build/malloc/tst-malloc-stats-cancellation-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-stats-cancellation-malloc-check $? false false > /build/malloc/tst-malloc-stats-cancellation-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-random-malloc-check > /build/malloc/tst-malloc-random-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-random-malloc-check $? false false > /build/malloc/tst-malloc-random-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocalign1-malloc-check > /build/malloc/tst-mallocalign1-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocalign1-malloc-check $? false false > /build/malloc/tst-mallocalign1-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallinfo2-malloc-check > /build/malloc/tst-mallinfo2-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-mallinfo2-malloc-check $? false false > /build/malloc/tst-mallinfo2-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree1-mcheck > /build/malloc/tst-tcfree1-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree1-mcheck $? false false > /build/malloc/tst-tcfree1-mcheck.test-result memory clobbered before allocated block make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocfork-malloc-check > /build/malloc/tst-mallocfork-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocfork-malloc-check $? false false > /build/malloc/tst-mallocfork-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallopt-malloc-check > /build/malloc/tst-mallopt-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-mallopt-malloc-check $? false false > /build/malloc/tst-mallopt-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-too-large-mcheck > /build/malloc/tst-malloc-too-large-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-too-large-mcheck $? false false > /build/malloc/tst-malloc-too-large-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-malloc-check > /build/malloc/tst-memalign-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-malloc-check $? false false > /build/malloc/tst-memalign-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree2-mcheck > /build/malloc/tst-tcfree2-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree2-mcheck $? false false > /build/malloc/tst-tcfree2-mcheck.test-result memory clobbered before allocated block make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-obstack-malloc-check > /build/malloc/tst-obstack-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-obstack-malloc-check $? false false > /build/malloc/tst-obstack-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-posix_memalign-malloc-check > /build/malloc/tst-posix_memalign-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-posix_memalign-malloc-check $? false false > /build/malloc/tst-posix_memalign-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc-fortify-malloc-check > /build/malloc/tst-pvalloc-fortify-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc-fortify-malloc-check $? false false > /build/malloc/tst-pvalloc-fortify-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-alloc_buffer-malloc-check -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-alloc_buffer.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc-malloc-check > /build/malloc/tst-pvalloc-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc-malloc-check $? false false > /build/malloc/tst-pvalloc-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-reallocarray-malloc-check > /build/malloc/tst-reallocarray-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-reallocarray-malloc-check $? false false > /build/malloc/tst-reallocarray-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-backtrace-malloc-check > /build/malloc/tst-malloc-backtrace-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-backtrace-malloc-check $? false false > /build/malloc/tst-malloc-backtrace-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-calloc-malloc-check > /build/malloc/tst-calloc-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-calloc-malloc-check $? false false > /build/malloc/tst-calloc-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree3-malloc-check > /build/malloc/tst-tcfree3-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree3-malloc-check $? false false > /build/malloc/tst-tcfree3-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-trim1-mcheck > /build/malloc/tst-trim1-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-trim1-mcheck $? false false > /build/malloc/tst-trim1-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-usable-tunables-malloc-check > /build/malloc/tst-malloc-usable-tunables-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-usable-tunables-malloc-check $? false false > /build/malloc/tst-malloc-usable-tunables-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-realloc-malloc-check > /build/malloc/tst-realloc-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-realloc-malloc-check $? false false > /build/malloc/tst-realloc-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-malloc-hugetlb1 > /build/malloc/tst-aligned-alloc-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-malloc-hugetlb1 $? false false > /build/malloc/tst-aligned-alloc-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-valloc-malloc-check > /build/malloc/tst-valloc-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-valloc-malloc-check $? false false > /build/malloc/tst-valloc-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/mallocbug-malloc-hugetlb1 > /build/malloc/mallocbug-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/mallocbug-malloc-hugetlb1 $? false false > /build/malloc/mallocbug-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-malloc-hugetlb1 > /build/malloc/tst-aligned-alloc-random-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-malloc-hugetlb1 $? false false > /build/malloc/tst-aligned-alloc-random-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-malloc-hugetlb1 > /build/malloc/tst-malloc-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree1-malloc-check > /build/malloc/tst-tcfree1-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree1-malloc-check $? false false > /build/malloc/tst-tcfree1-malloc-check.test-result free(): invalid pointermake[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-alternate-path-malloc-hugetlb1 > /build/malloc/tst-malloc-alternate-path-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-alternate-path-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-alternate-path-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree2-malloc-check > /build/malloc/tst-tcfree2-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree2-malloc-check $? false false > /build/malloc/tst-tcfree2-malloc-check.test-result free(): invalid pointermake[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-alloc_buffer-malloc-hugetlb1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-alloc_buffer.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-too-large-malloc-check > /build/malloc/tst-malloc-too-large-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-too-large-malloc-check $? false false > /build/malloc/tst-malloc-too-large-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-random-malloc-hugetlb1 > /build/malloc/tst-malloc-random-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-random-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-random-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-calloc-malloc-hugetlb1 > /build/malloc/tst-calloc-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-calloc-malloc-hugetlb1 $? false false > /build/malloc/tst-calloc-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-check-malloc-hugetlb1 > /build/malloc/tst-malloc-check-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-check-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-check-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-free-errno-mcheck > /build/malloc/tst-free-errno-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-free-errno-mcheck $? false false > /build/malloc/tst-free-errno-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-stats-cancellation-malloc-hugetlb1 > /build/malloc/tst-malloc-stats-cancellation-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-stats-cancellation-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-stats-cancellation-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-backtrace-malloc-hugetlb1 > /build/malloc/tst-malloc-backtrace-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-backtrace-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-backtrace-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocalign1-malloc-hugetlb1 > /build/malloc/tst-mallocalign1-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocalign1-malloc-hugetlb1 $? false false > /build/malloc/tst-mallocalign1-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocfork-malloc-hugetlb1 > /build/malloc/tst-mallocfork-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocfork-malloc-hugetlb1 $? false false > /build/malloc/tst-mallocfork-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallinfo2-malloc-hugetlb1 > /build/malloc/tst-mallinfo2-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-mallinfo2-malloc-hugetlb1 $? false false > /build/malloc/tst-mallinfo2-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallopt-malloc-hugetlb1 > /build/malloc/tst-mallopt-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-mallopt-malloc-hugetlb1 $? false false > /build/malloc/tst-mallopt-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-malloc-hugetlb1 > /build/malloc/tst-memalign-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-malloc-hugetlb1 $? false false > /build/malloc/tst-memalign-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-2-malloc-hugetlb1 > /build/malloc/tst-memalign-2-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-2-malloc-hugetlb1 $? false false > /build/malloc/tst-memalign-2-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-3-malloc-hugetlb1 > /build/malloc/tst-memalign-3-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-3-malloc-hugetlb1 $? false false > /build/malloc/tst-memalign-3-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-trim1-malloc-check > /build/malloc/tst-trim1-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-trim1-malloc-check $? false false > /build/malloc/tst-trim1-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-posix_memalign-malloc-hugetlb1 > /build/malloc/tst-posix_memalign-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-posix_memalign-malloc-hugetlb1 $? false false > /build/malloc/tst-posix_memalign-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc-malloc-hugetlb1 > /build/malloc/tst-pvalloc-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc-malloc-hugetlb1 $? false false > /build/malloc/tst-pvalloc-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocstate-malloc-check > /build/malloc/tst-mallocstate-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocstate-malloc-check $? false false > /build/malloc/tst-mallocstate-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc-fortify-malloc-hugetlb1 > /build/malloc/tst-pvalloc-fortify-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc-fortify-malloc-hugetlb1 $? false false > /build/malloc/tst-pvalloc-fortify-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-obstack-malloc-hugetlb1 > /build/malloc/tst-obstack-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-obstack-malloc-hugetlb1 $? false false > /build/malloc/tst-obstack-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-reallocarray-malloc-hugetlb1 > /build/malloc/tst-reallocarray-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-reallocarray-malloc-hugetlb1 $? false false > /build/malloc/tst-reallocarray-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-interpose-static-thread -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-interpose-static-thread.o /build/support/libsupport_nonshared.a /build/malloc/tst-interpose-aux-thread.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-free-errno-malloc-check > /build/malloc/tst-free-errno-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-free-errno-malloc-check $? false false > /build/malloc/tst-free-errno-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-too-large-malloc-hugetlb1 > /build/malloc/tst-malloc-too-large-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-too-large-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-too-large-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-realloc-malloc-hugetlb1 > /build/malloc/tst-realloc-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-realloc-malloc-hugetlb1 $? false false > /build/malloc/tst-realloc-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-valloc-malloc-hugetlb1 > /build/malloc/tst-valloc-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-valloc-malloc-hugetlb1 $? false false > /build/malloc/tst-valloc-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-aligned-alloc-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-aligned-alloc-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-interpose-static-nothread -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-interpose-static-nothread.o /build/support/libsupport_nonshared.a /build/malloc/tst-interpose-aux-nothread.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree2-malloc-hugetlb1 > /build/malloc/tst-tcfree2-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree2-malloc-hugetlb1 $? false false > /build/malloc/tst-tcfree2-malloc-hugetlb1.test-result free(): double free detected in tcache 2 make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/mallocbug-malloc-hugetlb2 > /build/malloc/mallocbug-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/mallocbug-malloc-hugetlb2 $? false false > /build/malloc/mallocbug-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mxfast-malloc-hugetlb1 > /build/malloc/tst-mxfast-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-mxfast-malloc-hugetlb1 $? false false > /build/malloc/tst-mxfast-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree1-malloc-hugetlb1 > /build/malloc/tst-tcfree1-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree1-malloc-hugetlb1 $? false false > /build/malloc/tst-tcfree1-malloc-hugetlb1.test-result free(): double free detected in tcache 2 make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-malloc-hugetlb2 > /build/malloc/tst-aligned-alloc-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-malloc-hugetlb2 $? false false > /build/malloc/tst-aligned-alloc-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-static-malloc-hugetlb1 > /build/malloc/tst-aligned-alloc-static-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-static-malloc-hugetlb1 $? false false > /build/malloc/tst-aligned-alloc-static-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree3-malloc-hugetlb1 > /build/malloc/tst-tcfree3-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree3-malloc-hugetlb1 $? false false > /build/malloc/tst-tcfree3-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-trim1-malloc-hugetlb1 > /build/malloc/tst-trim1-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-trim1-malloc-hugetlb1 $? false false > /build/malloc/tst-trim1-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-alloc_buffer-malloc-hugetlb2 > /build/malloc/tst-alloc_buffer-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-alloc_buffer-malloc-hugetlb2 $? false false > /build/malloc/tst-alloc_buffer-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-malloc-hugetlb2 > /build/malloc/tst-aligned-alloc-random-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-malloc-hugetlb2 $? false false > /build/malloc/tst-aligned-alloc-random-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-alternate-path-malloc-hugetlb2 > /build/malloc/tst-malloc-alternate-path-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-alternate-path-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-alternate-path-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-random-malloc-hugetlb2 > /build/malloc/tst-malloc-random-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-random-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-random-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-malloc-hugetlb2 > /build/malloc/tst-malloc-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-check-malloc-hugetlb2 > /build/malloc/tst-malloc-check-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-check-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-check-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-stats-cancellation-malloc-hugetlb2 > /build/malloc/tst-malloc-stats-cancellation-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-stats-cancellation-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-stats-cancellation-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-calloc-malloc-hugetlb2 > /build/malloc/tst-calloc-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-calloc-malloc-hugetlb2 $? false false > /build/malloc/tst-calloc-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-backtrace-malloc-hugetlb2 > /build/malloc/tst-malloc-backtrace-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-backtrace-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-backtrace-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallinfo2-malloc-hugetlb2 > /build/malloc/tst-mallinfo2-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-mallinfo2-malloc-hugetlb2 $? false false > /build/malloc/tst-mallinfo2-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-thread-malloc-check > /build/malloc/tst-aligned-alloc-random-thread-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-thread-malloc-check $? false false > /build/malloc/tst-aligned-alloc-random-thread-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-check > /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-thread-cross-malloc-check $? false false > /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-safe-linking-malloc-hugetlb1 > /build/malloc/tst-safe-linking-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-safe-linking-malloc-hugetlb1 $? false false > /build/malloc/tst-safe-linking-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallopt-malloc-hugetlb2 > /build/malloc/tst-mallopt-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-mallopt-malloc-hugetlb2 $? false false > /build/malloc/tst-mallopt-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-malloc-hugetlb2 > /build/malloc/tst-memalign-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-malloc-hugetlb2 $? false false > /build/malloc/tst-memalign-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocalign1-malloc-hugetlb2 > /build/malloc/tst-mallocalign1-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocalign1-malloc-hugetlb2 $? false false > /build/malloc/tst-mallocalign1-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-2-malloc-hugetlb2 > /build/malloc/tst-memalign-2-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-2-malloc-hugetlb2 $? false false > /build/malloc/tst-memalign-2-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-too-large-malloc-hugetlb2 > /build/malloc/tst-malloc-too-large-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-too-large-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-too-large-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-3-malloc-hugetlb2 > /build/malloc/tst-memalign-3-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-3-malloc-hugetlb2 $? false false > /build/malloc/tst-memalign-3-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc_info-malloc-hugetlb1 > /build/malloc/tst-malloc_info-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc_info-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc_info-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocfork-malloc-hugetlb2 > /build/malloc/tst-mallocfork-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocfork-malloc-hugetlb2 $? false false > /build/malloc/tst-mallocfork-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc-malloc-hugetlb2 > /build/malloc/tst-pvalloc-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc-malloc-hugetlb2 $? false false > /build/malloc/tst-pvalloc-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc-fortify-malloc-hugetlb2 > /build/malloc/tst-pvalloc-fortify-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc-fortify-malloc-hugetlb2 $? false false > /build/malloc/tst-pvalloc-fortify-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-posix_memalign-malloc-hugetlb2 > /build/malloc/tst-posix_memalign-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-posix_memalign-malloc-hugetlb2 $? false false > /build/malloc/tst-posix_memalign-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-obstack-malloc-hugetlb2 > /build/malloc/tst-obstack-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-obstack-malloc-hugetlb2 $? false false > /build/malloc/tst-obstack-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-free-errno-malloc-hugetlb1 > /build/malloc/tst-free-errno-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-free-errno-malloc-hugetlb1 $? false false > /build/malloc/tst-free-errno-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-realloc-malloc-hugetlb2 > /build/malloc/tst-realloc-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-realloc-malloc-hugetlb2 $? false false > /build/malloc/tst-realloc-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-reallocarray-malloc-hugetlb2 > /build/malloc/tst-reallocarray-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-reallocarray-malloc-hugetlb2 $? false false > /build/malloc/tst-reallocarray-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree3-malloc-hugetlb2 > /build/malloc/tst-tcfree3-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree3-malloc-hugetlb2 $? false false > /build/malloc/tst-tcfree3-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mxfast-malloc-hugetlb2 > /build/malloc/tst-mxfast-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-mxfast-malloc-hugetlb2 $? false false > /build/malloc/tst-mxfast-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree1-malloc-hugetlb2 > /build/malloc/tst-tcfree1-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree1-malloc-hugetlb2 $? false false > /build/malloc/tst-tcfree1-malloc-hugetlb2.test-result free(): double free detected in tcache 2 make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-valloc-malloc-hugetlb2 > /build/malloc/tst-valloc-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-valloc-malloc-hugetlb2 $? false false > /build/malloc/tst-valloc-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-static-malloc-hugetlb2 > /build/malloc/tst-aligned-alloc-static-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-static-malloc-hugetlb2 $? false false > /build/malloc/tst-aligned-alloc-static-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree2-malloc-hugetlb2 > /build/malloc/tst-tcfree2-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree2-malloc-hugetlb2 $? false false > /build/malloc/tst-tcfree2-malloc-hugetlb2.test-result free(): double free detected in tcache 2 make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-mtrace -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-mtrace.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/mallocbug > /build/malloc/mallocbug.out; \ ../scripts/evaluate-test.sh malloc/mallocbug $? false false > /build/malloc/mallocbug.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' LC_ALL=C gawk -f ../scripts/abilist.awk /build/malloc/libc_malloc_debug.dynsym > /build/malloc/libc_malloc_debug.symlistT mv -f /build/malloc/libc_malloc_debug.symlistT /build/malloc/libc_malloc_debug.symlist make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc > /build/malloc/tst-aligned-alloc.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc $? false false > /build/malloc/tst-aligned-alloc.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-alloc_buffer > /build/malloc/tst-alloc_buffer.out; \ ../scripts/evaluate-test.sh malloc/tst-alloc_buffer $? false false > /build/malloc/tst-alloc_buffer.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc_info-malloc-check > /build/malloc/tst-malloc_info-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc_info-malloc-check $? false false > /build/malloc/tst-malloc_info-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-safe-linking-malloc-hugetlb2 > /build/malloc/tst-safe-linking-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-safe-linking-malloc-hugetlb2 $? false false > /build/malloc/tst-safe-linking-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build/malloc/tst-aligned_alloc-lib.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random > /build/malloc/tst-aligned-alloc-random.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random $? false false > /build/malloc/tst-aligned-alloc-random.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-trim1-malloc-hugetlb2 > /build/malloc/tst-trim1-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-trim1-malloc-hugetlb2 $? false false > /build/malloc/tst-trim1-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-interpose-nothread > /build/malloc/tst-interpose-nothread.out; \ ../scripts/evaluate-test.sh malloc/tst-interpose-nothread $? false false > /build/malloc/tst-interpose-nothread.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-interpose-thread > /build/malloc/tst-interpose-thread.out; \ ../scripts/evaluate-test.sh malloc/tst-interpose-thread $? false false > /build/malloc/tst-interpose-thread.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-alternate-path > /build/malloc/tst-malloc-alternate-path.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-alternate-path $? false false > /build/malloc/tst-malloc-alternate-path.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc > /build/malloc/tst-malloc.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc $? false false > /build/malloc/tst-malloc.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb1 > /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb1 $? false false > /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build/malloc//libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-check > /build/malloc/tst-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-check $? false false > /build/malloc/tst-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-calloc > /build/malloc/tst-calloc.out; \ ../scripts/evaluate-test.sh malloc/tst-calloc $? false false > /build/malloc/tst-calloc.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-backtrace > /build/malloc/tst-malloc-backtrace.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-backtrace $? false false > /build/malloc/tst-malloc-backtrace.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build/malloc/tst-aligned_alloc-lib.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-random > /build/malloc/tst-malloc-random.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-random $? false false > /build/malloc/tst-malloc-random.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-stats-cancellation > /build/malloc/tst-malloc-stats-cancellation.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-stats-cancellation $? false false > /build/malloc/tst-malloc-stats-cancellation.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc_info-malloc-hugetlb2 > /build/malloc/tst-malloc_info-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc_info-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc_info-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build/malloc//libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-usable > /build/malloc/tst-malloc-usable.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-usable $? false false > /build/malloc/tst-malloc-usable.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocalign1 > /build/malloc/tst-mallocalign1.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocalign1 $? false false > /build/malloc/tst-mallocalign1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallinfo2 > /build/malloc/tst-mallinfo2.out; \ ../scripts/evaluate-test.sh malloc/tst-mallinfo2 $? false false > /build/malloc/tst-mallinfo2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-thread-malloc-hugetlb2 > /build/malloc/tst-aligned-alloc-random-thread-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-thread-malloc-hugetlb2 $? false false > /build/malloc/tst-aligned-alloc-random-thread-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocfork > /build/malloc/tst-mallocfork.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocfork $? false false > /build/malloc/tst-mallocfork.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-too-large > /build/malloc/tst-malloc-too-large.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-too-large $? false false > /build/malloc/tst-malloc-too-large.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-thread-malloc-hugetlb1 > /build/malloc/tst-aligned-alloc-random-thread-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-thread-malloc-hugetlb1 $? false false > /build/malloc/tst-aligned-alloc-random-thread-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb2 > /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb2 $? false false > /build/malloc/tst-aligned-alloc-random-thread-cross-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign > /build/malloc/tst-memalign.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign $? false false > /build/malloc/tst-memalign.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-2 > /build/malloc/tst-memalign-2.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-2 $? false false > /build/malloc/tst-memalign-2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallopt > /build/malloc/tst-mallopt.out; \ ../scripts/evaluate-test.sh malloc/tst-mallopt $? false false > /build/malloc/tst-mallopt.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-free-errno > /build/malloc/tst-free-errno.out; \ ../scripts/evaluate-test.sh malloc/tst-free-errno $? false false > /build/malloc/tst-free-errno.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-memalign-3 > /build/malloc/tst-memalign-3.out; \ ../scripts/evaluate-test.sh malloc/tst-memalign-3 $? false false > /build/malloc/tst-memalign-3.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-obstack > /build/malloc/tst-obstack.out; \ ../scripts/evaluate-test.sh malloc/tst-obstack $? false false > /build/malloc/tst-obstack.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc > /build/malloc/tst-pvalloc.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc $? false false > /build/malloc/tst-pvalloc.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-posix_memalign > /build/malloc/tst-posix_memalign.out; \ ../scripts/evaluate-test.sh malloc/tst-posix_memalign $? false false > /build/malloc/tst-posix_memalign.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-realloc > /build/malloc/tst-realloc.out; \ ../scripts/evaluate-test.sh malloc/tst-realloc $? false false > /build/malloc/tst-realloc.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-pvalloc-fortify > /build/malloc/tst-pvalloc-fortify.out; \ ../scripts/evaluate-test.sh malloc/tst-pvalloc-fortify $? false false > /build/malloc/tst-pvalloc-fortify.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-reallocarray > /build/malloc/tst-reallocarray.out; \ ../scripts/evaluate-test.sh malloc/tst-reallocarray $? false false > /build/malloc/tst-reallocarray.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree3 > /build/malloc/tst-tcfree3.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree3 $? false false > /build/malloc/tst-tcfree3.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree1 > /build/malloc/tst-tcfree1.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree1 $? false false > /build/malloc/tst-tcfree1.test-result free(): double free detected in tcache 2 make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-tcfree2 > /build/malloc/tst-tcfree2.out; \ ../scripts/evaluate-test.sh malloc/tst-tcfree2 $? false false > /build/malloc/tst-tcfree2.test-result free(): double free detected in tcache 2 make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-valloc > /build/malloc/tst-valloc.out; \ ../scripts/evaluate-test.sh malloc/tst-valloc $? false false > /build/malloc/tst-valloc.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-compathooks-off > /build/malloc/tst-compathooks-off.out; \ ../scripts/evaluate-test.sh malloc/tst-compathooks-off $? false false > /build/malloc/tst-compathooks-off.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-compathooks-on > /build/malloc/tst-compathooks-on.out; \ ../scripts/evaluate-test.sh malloc/tst-compathooks-on $? false false > /build/malloc/tst-compathooks-on.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.tcache_count=0:glibc.malloc.mxfast=0 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mxfast > /build/malloc/tst-mxfast.out; \ ../scripts/evaluate-test.sh malloc/tst-mxfast $? false false > /build/malloc/tst-mxfast.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.check=3 LD_PRELOAD=/build/malloc//libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-usable-tunables > /build/malloc/tst-malloc-usable-tunables.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-usable-tunables $? false false > /build/malloc/tst-malloc-usable-tunables.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-trim1 > /build/malloc/tst-trim1.out; \ ../scripts/evaluate-test.sh malloc/tst-trim1 $? false false > /build/malloc/tst-trim1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc_info > /build/malloc/tst-malloc_info.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc_info $? false false > /build/malloc/tst-malloc_info.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/malloc/tst-interpose-static-thread > /build/malloc/tst-interpose-static-thread.out; \ ../scripts/evaluate-test.sh malloc/tst-interpose-static-thread $? false false > /build/malloc/tst-interpose-static-thread.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-scratch_buffer > /build/malloc/tst-scratch_buffer.out; \ ../scripts/evaluate-test.sh malloc/tst-scratch_buffer $? false false > /build/malloc/tst-scratch_buffer.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/malloc/tst-aligned-alloc-static > /build/malloc/tst-aligned-alloc-static.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-static $? false false > /build/malloc/tst-aligned-alloc-static.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocstate > /build/malloc/tst-mallocstate.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocstate $? false false > /build/malloc/tst-mallocstate.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/malloc/tst-interpose-static-nothread > /build/malloc/tst-interpose-static-nothread.out; \ ../scripts/evaluate-test.sh malloc/tst-interpose-static-nothread $? false false > /build/malloc/tst-interpose-static-nothread.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-alloc_buffer-malloc-check > /build/malloc/tst-alloc_buffer-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-alloc_buffer-malloc-check $? false false > /build/malloc/tst-alloc_buffer-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-alloc_buffer-mcheck > /build/malloc/tst-alloc_buffer-mcheck.out; \ ../scripts/evaluate-test.sh malloc/tst-alloc_buffer-mcheck $? false false > /build/malloc/tst-alloc_buffer-mcheck.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' gcc -m32 -o /build/malloc/tst-dynarray -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/malloc/tst-dynarray.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-safe-linking > /build/malloc/tst-safe-linking.out; \ ../scripts/evaluate-test.sh malloc/tst-safe-linking $? false false > /build/malloc/tst-safe-linking.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-alloc_buffer-malloc-hugetlb1 > /build/malloc/tst-alloc_buffer-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-alloc_buffer-malloc-hugetlb1 $? false false > /build/malloc/tst-alloc_buffer-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libc_malloc_debug.abilist /build/malloc/libc_malloc_debug.symlist > /build/malloc/check-abi-libc_malloc_debug.out; \ ../scripts/evaluate-test.sh malloc/check-abi-libc_malloc_debug $? false false > /build/malloc/check-abi-libc_malloc_debug.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' /bin/sh tst-mtrace.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl'; \ ../scripts/evaluate-test.sh malloc/tst-mtrace $? false false > /build/malloc/tst-mtrace.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build/malloc/tst-aligned_alloc-lib.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-thread-cross > /build/malloc/tst-aligned-alloc-random-thread-cross.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-thread-cross $? false false > /build/malloc/tst-aligned-alloc-random-thread-cross.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/malloc/tst-dynarray.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-dynarray > /build/malloc/tst-dynarray.out; \ ../scripts/evaluate-test.sh malloc/tst-dynarray $? false false > /build/malloc/tst-dynarray.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' /build/malloc/mtrace /build/malloc/tst-dynarray.mtrace > /build/malloc/tst-dynarray-mem.out; \ ../scripts/evaluate-test.sh malloc/tst-dynarray-mem $? false false > /build/malloc/tst-dynarray-mem.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=/build/malloc/tst-aligned_alloc-lib.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-aligned-alloc-random-thread > /build/malloc/tst-aligned-alloc-random-thread.out; \ ../scripts/evaluate-test.sh malloc/tst-aligned-alloc-random-thread $? false false > /build/malloc/tst-aligned-alloc-random-thread.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-dynarray-at-fail > /build/malloc/tst-dynarray-at-fail.out; \ ../scripts/evaluate-test.sh malloc/tst-dynarray-at-fail $? false false > /build/malloc/tst-dynarray-at-fail.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-thread-exit-malloc-check > /build/malloc/tst-malloc-thread-exit-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-thread-exit-malloc-check $? false false > /build/malloc/tst-malloc-thread-exit-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-fork-deadlock-malloc-check > /build/malloc/tst-malloc-fork-deadlock-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-fork-deadlock-malloc-check $? false false > /build/malloc/tst-malloc-fork-deadlock-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-thread-exit-malloc-hugetlb1 > /build/malloc/tst-malloc-thread-exit-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-thread-exit-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-thread-exit-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-fork-deadlock-malloc-hugetlb1 > /build/malloc/tst-malloc-fork-deadlock-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-fork-deadlock-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-fork-deadlock-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-fork-deadlock-malloc-hugetlb2 > /build/malloc/tst-malloc-fork-deadlock-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-fork-deadlock-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-fork-deadlock-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-thread-exit-malloc-hugetlb2 > /build/malloc/tst-malloc-thread-exit-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-thread-exit-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-thread-exit-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-thread-fail-malloc-hugetlb1 > /build/malloc/tst-malloc-thread-fail-malloc-hugetlb1.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-thread-fail-malloc-hugetlb1 $? false false > /build/malloc/tst-malloc-thread-fail-malloc-hugetlb1.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-fork-deadlock > /build/malloc/tst-malloc-fork-deadlock.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-fork-deadlock $? false false > /build/malloc/tst-malloc-fork-deadlock.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-thread-exit > /build/malloc/tst-malloc-thread-exit.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-thread-exit $? false false > /build/malloc/tst-malloc-thread-exit.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.hugetlb=2 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-thread-fail-malloc-hugetlb2 > /build/malloc/tst-malloc-thread-fail-malloc-hugetlb2.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-thread-fail-malloc-hugetlb2 $? false false > /build/malloc/tst-malloc-thread-fail-malloc-hugetlb2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-thread-fail > /build/malloc/tst-malloc-thread-fail.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-thread-fail $? false false > /build/malloc/tst-malloc-thread-fail.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ malloc.h obstack.h mcheck.h > /build/malloc/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh malloc/check-installed-headers-c $? false false > /build/malloc/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_CHECK_=3 LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-thread-fail-malloc-check > /build/malloc/tst-malloc-thread-fail-malloc-check.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-thread-fail-malloc-check $? false false > /build/malloc/tst-malloc-thread-fail-malloc-check.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-malloc-tcache-leak > /build/malloc/tst-malloc-tcache-leak.out; \ ../scripts/evaluate-test.sh malloc/tst-malloc-tcache-leak $? false false > /build/malloc/tst-malloc-tcache-leak.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/malloc/tst-dynarray-fail.mtrace LD_PRELOAD=/build/malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-dynarray-fail > /build/malloc/tst-dynarray-fail.out; \ ../scripts/evaluate-test.sh malloc/tst-dynarray-fail $? false false > /build/malloc/tst-dynarray-fail.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' /build/malloc/mtrace /build/malloc/tst-dynarray-fail.mtrace > /build/malloc/tst-dynarray-fail-mem.out; \ ../scripts/evaluate-test.sh malloc/tst-dynarray-fail-mem $? false false > /build/malloc/tst-dynarray-fail-mem.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocfork2 > /build/malloc/tst-mallocfork2.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocfork2 $? false false > /build/malloc/tst-mallocfork2.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/malloc/tst-mallocfork3 > /build/malloc/tst-mallocfork3.out; \ ../scripts/evaluate-test.sh malloc/tst-mallocfork3 $? false false > /build/malloc/tst-mallocfork3.test-result make[2]: Leaving directory '/glibc/malloc' make[2]: Entering directory '/glibc/malloc' ../scripts/merge-test-results.sh -s /build/malloc/ malloc \ check-abi-libc_malloc_debug check-installed-headers-c check-obsolete-constructs check-wrapper-headers mallocbug mallocbug-malloc-check mallocbug-malloc-hugetlb1 mallocbug-malloc-hugetlb2 mallocbug-mcheck tst-aligned-alloc tst-aligned-alloc-malloc-check tst-aligned-alloc-malloc-hugetlb1 tst-aligned-alloc-malloc-hugetlb2 tst-aligned-alloc-mcheck tst-aligned-alloc-random tst-aligned-alloc-random-malloc-check tst-aligned-alloc-random-malloc-hugetlb1 tst-aligned-alloc-random-malloc-hugetlb2 tst-aligned-alloc-random-mcheck tst-aligned-alloc-random-thread tst-aligned-alloc-random-thread-cross tst-aligned-alloc-random-thread-cross-malloc-check tst-aligned-alloc-random-thread-cross-malloc-hugetlb1 tst-aligned-alloc-random-thread-cross-malloc-hugetlb2 tst-aligned-alloc-random-thread-malloc-check tst-aligned-alloc-random-thread-malloc-hugetlb1 tst-aligned-alloc-random-thread-malloc-hugetlb2 tst-aligned-alloc-static tst-aligned-alloc-static-malloc-hugetlb1 tst-aligned-alloc-static-malloc-hugetlb2 tst-alloc_buffer tst-alloc_buffer-malloc-check tst-alloc_buffer-malloc-hugetlb1 tst-alloc_buffer-malloc-hugetlb2 tst-alloc_buffer-mcheck tst-calloc tst-calloc-malloc-check tst-calloc-malloc-hugetlb1 tst-calloc-malloc-hugetlb2 tst-calloc-mcheck tst-compathooks-off tst-compathooks-on tst-dynarray tst-dynarray-at-fail tst-dynarray-fail tst-dynarray-fail-mem tst-dynarray-mem tst-free-errno tst-free-errno-malloc-check tst-free-errno-malloc-hugetlb1 tst-free-errno-mcheck tst-interpose-nothread tst-interpose-nothread-malloc-check tst-interpose-nothread-mcheck tst-interpose-static-nothread tst-interpose-static-thread tst-interpose-thread tst-interpose-thread-malloc-check tst-interpose-thread-mcheck tst-mallinfo2 tst-mallinfo2-malloc-check tst-mallinfo2-malloc-hugetlb1 tst-mallinfo2-malloc-hugetlb2 tst-mallinfo2-mcheck tst-malloc tst-malloc-alternate-path tst-malloc-alternate-path-malloc-check tst-malloc-alternate-path-malloc-hugetlb1 tst-malloc-alternate-path-malloc-hugetlb2 tst-malloc-alternate-path-mcheck tst-malloc-backtrace tst-malloc-backtrace-malloc-check tst-malloc-backtrace-malloc-hugetlb1 tst-malloc-backtrace-malloc-hugetlb2 tst-malloc-check tst-malloc-check-malloc-hugetlb1 tst-malloc-check-malloc-hugetlb2 tst-malloc-check-mcheck tst-malloc-fork-deadlock tst-malloc-fork-deadlock-malloc-check tst-malloc-fork-deadlock-malloc-hugetlb1 tst-malloc-fork-deadlock-malloc-hugetlb2 tst-malloc-malloc-check tst-malloc-malloc-hugetlb1 tst-malloc-malloc-hugetlb2 tst-malloc-mcheck tst-malloc-random tst-malloc-random-malloc-check tst-malloc-random-malloc-hugetlb1 tst-malloc-random-malloc-hugetlb2 tst-malloc-random-mcheck tst-malloc-stats-cancellation tst-malloc-stats-cancellation-malloc-check tst-malloc-stats-cancellation-malloc-hugetlb1 tst-malloc-stats-cancellation-malloc-hugetlb2 tst-malloc-tcache-leak tst-malloc-thread-exit tst-malloc-thread-exit-malloc-check tst-malloc-thread-exit-malloc-hugetlb1 tst-malloc-thread-exit-malloc-hugetlb2 tst-malloc-thread-fail tst-malloc-thread-fail-malloc-check tst-malloc-thread-fail-malloc-hugetlb1 tst-malloc-thread-fail-malloc-hugetlb2 tst-malloc-too-large tst-malloc-too-large-malloc-check tst-malloc-too-large-malloc-hugetlb1 tst-malloc-too-large-malloc-hugetlb2 tst-malloc-too-large-mcheck tst-malloc-usable tst-malloc-usable-mcheck tst-malloc-usable-tunables tst-malloc-usable-tunables-malloc-check tst-malloc_info tst-malloc_info-malloc-check tst-malloc_info-malloc-hugetlb1 tst-malloc_info-malloc-hugetlb2 tst-mallocalign1 tst-mallocalign1-malloc-check tst-mallocalign1-malloc-hugetlb1 tst-mallocalign1-malloc-hugetlb2 tst-mallocalign1-mcheck tst-mallocfork tst-mallocfork-malloc-check tst-mallocfork-malloc-hugetlb1 tst-mallocfork-malloc-hugetlb2 tst-mallocfork-mcheck tst-mallocfork2 tst-mallocfork3 tst-mallocstate tst-mallocstate-malloc-check tst-mallopt tst-mallopt-malloc-check tst-mallopt-malloc-hugetlb1 tst-mallopt-malloc-hugetlb2 tst-mallopt-mcheck tst-memalign tst-memalign-2 tst-memalign-2-malloc-hugetlb1 tst-memalign-2-malloc-hugetlb2 tst-memalign-3 tst-memalign-3-malloc-hugetlb1 tst-memalign-3-malloc-hugetlb2 tst-memalign-malloc-check tst-memalign-malloc-hugetlb1 tst-memalign-malloc-hugetlb2 tst-memalign-mcheck tst-mtrace tst-mxfast tst-mxfast-malloc-hugetlb1 tst-mxfast-malloc-hugetlb2 tst-obstack tst-obstack-malloc-check tst-obstack-malloc-hugetlb1 tst-obstack-malloc-hugetlb2 tst-obstack-mcheck tst-posix_memalign tst-posix_memalign-malloc-check tst-posix_memalign-malloc-hugetlb1 tst-posix_memalign-malloc-hugetlb2 tst-posix_memalign-mcheck tst-pvalloc tst-pvalloc-fortify tst-pvalloc-fortify-malloc-check tst-pvalloc-fortify-malloc-hugetlb1 tst-pvalloc-fortify-malloc-hugetlb2 tst-pvalloc-fortify-mcheck tst-pvalloc-malloc-check tst-pvalloc-malloc-hugetlb1 tst-pvalloc-malloc-hugetlb2 tst-pvalloc-mcheck tst-realloc tst-realloc-malloc-check tst-realloc-malloc-hugetlb1 tst-realloc-malloc-hugetlb2 tst-realloc-mcheck tst-reallocarray tst-reallocarray-malloc-check tst-reallocarray-malloc-hugetlb1 tst-reallocarray-malloc-hugetlb2 tst-reallocarray-mcheck tst-safe-linking tst-safe-linking-malloc-hugetlb1 tst-safe-linking-malloc-hugetlb2 tst-scratch_buffer tst-tcfree1 tst-tcfree1-malloc-check tst-tcfree1-malloc-hugetlb1 tst-tcfree1-malloc-hugetlb2 tst-tcfree1-mcheck tst-tcfree2 tst-tcfree2-malloc-check tst-tcfree2-malloc-hugetlb1 tst-tcfree2-malloc-hugetlb2 tst-tcfree2-mcheck tst-tcfree3 tst-tcfree3-malloc-check tst-tcfree3-malloc-hugetlb1 tst-tcfree3-malloc-hugetlb2 tst-tcfree3-mcheck tst-trim1 tst-trim1-malloc-check tst-trim1-malloc-hugetlb1 tst-trim1-malloc-hugetlb2 tst-trim1-mcheck tst-valloc tst-valloc-malloc-check tst-valloc-malloc-hugetlb1 tst-valloc-malloc-hugetlb2 tst-valloc-mcheck \ > /build/malloc/subdir-tests.sum make[2]: Leaving directory '/glibc/malloc' rm /build/malloc/libc_malloc_debug.dynsym make subdir=string -C string ..=../ tests make[2]: Entering directory '/glibc/string' gcc -m32 bug-strspn1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/bug-strspn1.o -MD -MP -MF /build/string/bug-strspn1.o.dt -MT /build/string/bug-strspn1.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 bug-envz1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/bug-envz1.o -MD -MP -MF /build/string/bug-envz1.o.dt -MT /build/string/bug-envz1.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 bug-strcoll1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/bug-strcoll1.o -MD -MP -MF /build/string/bug-strcoll1.o.dt -MT /build/string/bug-strcoll1.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 bug-strncat1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/bug-strncat1.o -MD -MP -MF /build/string/bug-strncat1.o.dt -MT /build/string/bug-strncat1.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-endian-file-scope.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-endian-file-scope.o -MD -MP -MF /build/string/test-endian-file-scope.o.dt -MT /build/string/test-endian-file-scope.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-endian-types.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-endian-types.o -MD -MP -MF /build/string/test-endian-types.o.dt -MT /build/string/test-endian-types.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 bug-strpbrk1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/bug-strpbrk1.o -MD -MP -MF /build/string/bug-strpbrk1.o.dt -MT /build/string/bug-strpbrk1.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 bug-strcoll2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/bug-strcoll2.o -MD -MP -MF /build/string/bug-strcoll2.o.dt -MT /build/string/bug-strcoll2.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 bug-strtok1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/bug-strtok1.o -MD -MP -MF /build/string/bug-strtok1.o.dt -MT /build/string/bug-strtok1.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-endian-sign-conversion.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Werror -Wsign-conversion -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-endian-sign-conversion.o -MD -MP -MF /build/string/test-endian-sign-conversion.o.dt -MT /build/string/test-endian-sign-conversion.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-ffs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-ffs.o -MD -MP -MF /build/string/test-ffs.o.dt -MT /build/string/test-ffs.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-explicit_bzero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-explicit_bzero.o -MD -MP -MF /build/string/test-explicit_bzero.o.dt -MT /build/string/test-explicit_bzero.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-bzero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-bzero.o -MD -MP -MF /build/string/test-bzero.o.dt -MT /build/string/test-bzero.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-sig_np.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-sig_np.o -MD -MP -MF /build/string/test-sig_np.o.dt -MT /build/string/test-sig_np.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memccpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memccpy.o -MD -MP -MF /build/string/test-memccpy.o.dt -MT /build/string/test-memccpy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memcpy-large.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memcpy-large.o -MD -MP -MF /build/string/test-memcpy-large.o.dt -MT /build/string/test-memcpy-large.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memmem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memmem.o -MD -MP -MF /build/string/test-memmem.o.dt -MT /build/string/test-memmem.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memrchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memrchr.o -MD -MP -MF /build/string/test-memrchr.o.dt -MT /build/string/test-memrchr.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memchr.o -MD -MP -MF /build/string/test-memchr.o.dt -MT /build/string/test-memchr.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memset.o -MD -MP -MF /build/string/test-memset.o.dt -MT /build/string/test-memset.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memcpy.o -MD -MP -MF /build/string/test-memcpy.o.dt -MT /build/string/test-memcpy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 stratcliff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/stratcliff.o -MD -MP -MF /build/string/stratcliff.o.dt -MT /build/string/stratcliff.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-rawmemchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-rawmemchr.o -MD -MP -MF /build/string/test-rawmemchr.o.dt -MT /build/string/test-rawmemchr.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-mempcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-mempcpy.o -MD -MP -MF /build/string/test-mempcpy.o.dt -MT /build/string/test-mempcpy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-stpcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-stpcpy.o -MD -MP -MF /build/string/test-stpcpy.o.dt -MT /build/string/test-stpcpy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strcat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strcat.o -MD -MP -MF /build/string/test-strcat.o.dt -MT /build/string/test-strcat.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memcmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memcmp.o -MD -MP -MF /build/string/test-memcmp.o.dt -MT /build/string/test-memcmp.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-stpncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-stpncpy.o -MD -MP -MF /build/string/test-stpncpy.o.dt -MT /build/string/test-stpncpy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memcmpeq.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memcmpeq.o -MD -MP -MF /build/string/test-memcmpeq.o.dt -MT /build/string/test-memcmpeq.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-bcopy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-bcopy.o -MD -MP -MF /build/string/test-bcopy.o.dt -MT /build/string/test-bcopy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strdup.o -MD -MP -MF /build/string/test-strdup.o.dt -MT /build/string/test-strdup.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strcasecmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strcasecmp.o -MD -MP -MF /build/string/test-strcasecmp.o.dt -MT /build/string/test-strcasecmp.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memmove.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memmove.o -MD -MP -MF /build/string/test-memmove.o.dt -MT /build/string/test-memmove.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strcpy.o -MD -MP -MF /build/string/test-strcpy.o.dt -MT /build/string/test-strcpy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strcspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strcspn.o -MD -MP -MF /build/string/test-strcspn.o.dt -MT /build/string/test-strcspn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strlen.o -MD -MP -MF /build/string/test-strlen.o.dt -MT /build/string/test-strlen.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-bswap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-bswap.o -MD -MP -MF /build/string/tst-bswap.o.dt -MT /build/string/tst-bswap.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strcasestr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strcasestr.o -MD -MP -MF /build/string/test-strcasestr.o.dt -MT /build/string/test-strcasestr.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 testcopy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/testcopy.o -MD -MP -MF /build/string/testcopy.o.dt -MT /build/string/testcopy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strndup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strndup.o -MD -MP -MF /build/string/test-strndup.o.dt -MT /build/string/test-strndup.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-endian.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-endian.o -MD -MP -MF /build/string/tst-endian.o.dt -MT /build/string/tst-endian.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strchr.o -MD -MP -MF /build/string/test-strchr.o.dt -MT /build/string/test-strchr.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strnlen-nonarray.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strnlen-nonarray.o -MD -MP -MF /build/string/test-strnlen-nonarray.o.dt -MT /build/string/test-strnlen-nonarray.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-inlcall.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-inlcall.o -MD -MP -MF /build/string/tst-inlcall.o.dt -MT /build/string/tst-inlcall.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strchrnul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strchrnul.o -MD -MP -MF /build/string/test-strchrnul.o.dt -MT /build/string/test-strchrnul.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strerror-fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strerror-fail.o -MD -MP -MF /build/string/tst-strerror-fail.o.dt -MT /build/string/tst-strerror-fail.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strfry.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strfry.o -MD -MP -MF /build/string/tst-strfry.o.dt -MT /build/string/tst-strfry.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-cmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-cmp.o -MD -MP -MF /build/string/tst-cmp.o.dt -MT /build/string/tst-cmp.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strlcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strlcpy.o -MD -MP -MF /build/string/tst-strlcpy.o.dt -MT /build/string/tst-strlcpy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strlen.o -MD -MP -MF /build/string/tst-strlen.o.dt -MT /build/string/tst-strlen.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strtok.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strtok.o -MD -MP -MF /build/string/tst-strtok.o.dt -MT /build/string/tst-strtok.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strlcat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strlcat.o -MD -MP -MF /build/string/tst-strlcat.o.dt -MT /build/string/tst-strlcat.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strxfrm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strxfrm.o -MD -MP -MF /build/string/tst-strxfrm.o.dt -MT /build/string/tst-strxfrm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strncat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strncat.o -MD -MP -MF /build/string/test-strncat.o.dt -MT /build/string/test-strncat.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strxfrm2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strxfrm2.o -MD -MP -MF /build/string/tst-strxfrm2.o.dt -MT /build/string/tst-strxfrm2.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strpbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strpbrk.o -MD -MP -MF /build/string/test-strpbrk.o.dt -MT /build/string/test-strpbrk.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strspn.o -MD -MP -MF /build/string/test-strspn.o.dt -MT /build/string/test-strspn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strtok_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strtok_r.o -MD -MP -MF /build/string/tst-strtok_r.o.dt -MT /build/string/tst-strtok_r.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strncpy.o -MD -MP -MF /build/string/test-strncpy.o.dt -MT /build/string/test-strncpy.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strcmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strcmp.o -MD -MP -MF /build/string/test-strcmp.o.dt -MT /build/string/test-strcmp.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-svc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-svc.o -MD -MP -MF /build/string/tst-svc.o.dt -MT /build/string/tst-svc.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-svc2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-svc2.o -MD -MP -MF /build/string/tst-svc2.o.dt -MT /build/string/tst-svc2.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-memmove-overflow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-memmove-overflow.o -MD -MP -MF /build/string/tst-memmove-overflow.o.dt -MT /build/string/tst-memmove-overflow.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strerror-errno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strerror-errno.o -MD -MP -MF /build/string/test-strerror-errno.o.dt -MT /build/string/test-strerror-errno.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strrchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strrchr.o -MD -MP -MF /build/string/test-strrchr.o.dt -MT /build/string/test-strrchr.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strnlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strnlen.o -MD -MP -MF /build/string/test-strnlen.o.dt -MT /build/string/test-strnlen.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strncasecmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strncasecmp.o -MD -MP -MF /build/string/test-strncasecmp.o.dt -MT /build/string/test-strncasecmp.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-xbzero-opt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -O3 -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-xbzero-opt.o -MD -MP -MF /build/string/tst-xbzero-opt.o.dt -MT /build/string/tst-xbzero-opt.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strlcpy2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strlcpy2.o -MD -MP -MF /build/string/tst-strlcpy2.o.dt -MT /build/string/tst-strlcpy2.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strlcat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strlcat2.o -MD -MP -MF /build/string/tst-strlcat2.o.dt -MT /build/string/tst-strlcat2.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' Generating locale pt_BR.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' (gawk '{ sub(/^/, "asconst_", $2); print; }' /build/locale-defines.h; \ python3 -B ../scripts/gen-as-const.py --test ../sysdeps/i386/i686/multiarch/locale-defines.sym) > /build/string/test-as-const-locale-defines.cT mv -f /build/string/test-as-const-locale-defines.cT /build/string/test-as-const-locale-defines.c make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strcoll-overflow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strcoll-overflow.o -MD -MP -MF /build/string/tst-strcoll-overflow.o.dt -MT /build/string/tst-strcoll-overflow.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strerror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strerror.o -MD -MP -MF /build/string/tst-strerror.o.dt -MT /build/string/tst-strerror.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tst-strsignal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strsignal.o -MD -MP -MF /build/string/tst-strsignal.o.dt -MT /build/string/tst-strsignal.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=string argz.h bits/byteswap.h bits/endian.h bits/endianness.h bits/string_fortified.h bits/strings_fortified.h bits/uintn-identity.h byteswap.h endian.h envz.h memory.h string.h strings.h > /build/string/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh string/check-wrapper-headers $? false false > /build/string/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strstr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strstr.o -MD -MP -MF /build/string/test-strstr.o.dt -MT /build/string/test-strstr.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/bug-envz1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/bug-envz1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' python3 -B ../scripts/check-obsolete-constructs.py argz.h ../bits/byteswap.h bits/endian.h ../sysdeps/x86/bits/endianness.h bits/string_fortified.h bits/strings_fortified.h ../bits/uintn-identity.h byteswap.h endian.h envz.h memory.h string.h strings.h > /build/string/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh string/check-obsolete-constructs $? false false > /build/string/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strncmp-nonarray.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strncmp-nonarray.o -MD -MP -MF /build/string/test-strncmp-nonarray.o.dt -MT /build/string/test-strncmp-nonarray.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/bug-strcoll1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/bug-strcoll1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-memset-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-memset-rtm.o -MD -MP -MF /build/string/tst-memset-rtm.o.dt -MT /build/string/tst-memset-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-memchr-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-memchr-rtm.o -MD -MP -MF /build/string/tst-memchr-rtm.o.dt -MT /build/string/tst-memchr-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-memmove-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-memmove-rtm.o -MD -MP -MF /build/string/tst-memmove-rtm.o.dt -MT /build/string/tst-memmove-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/bug-strcoll2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/bug-strcoll2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-memrchr-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-memrchr-rtm.o -MD -MP -MF /build/string/tst-memrchr-rtm.o.dt -MT /build/string/tst-memrchr-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/bug-strncat1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/bug-strncat1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-strcasecmp-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strcasecmp-rtm.o -MD -MP -MF /build/string/tst-strcasecmp-rtm.o.dt -MT /build/string/tst-strcasecmp-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/bug-strpbrk1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/bug-strpbrk1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-strcpy-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strcpy-rtm.o -MD -MP -MF /build/string/tst-strcpy-rtm.o.dt -MT /build/string/tst-strcpy-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/bug-strspn1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/bug-strspn1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-strchr-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strchr-rtm.o -MD -MP -MF /build/string/tst-strchr-rtm.o.dt -MT /build/string/tst-strchr-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-memswap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-memswap.o -MD -MP -MF /build/string/test-memswap.o.dt -MT /build/string/test-memswap.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-memcmp-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-memcmp-rtm.o -MD -MP -MF /build/string/tst-memcmp-rtm.o.dt -MT /build/string/tst-memcmp-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-strcmp-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strcmp-rtm.o -MD -MP -MF /build/string/tst-strcmp-rtm.o.dt -MT /build/string/tst-strcmp-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-strlen-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strlen-rtm.o -MD -MP -MF /build/string/tst-strlen-rtm.o.dt -MT /build/string/tst-strlen-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/bug-strtok1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/bug-strtok1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/stratcliff -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/stratcliff.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-strncasecmp-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -Wno-error -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strncasecmp-rtm.o -MD -MP -MF /build/string/tst-strncasecmp-rtm.o.dt -MT /build/string/tst-strncasecmp-rtm.o ../sysdeps/x86/tst-strncmp-rtm.c: In function 'function_overflow2': ../sysdeps/x86/tst-strncasecmp-rtm.c:20:17: warning: 'strncasecmp' specified bound 268435455 exceeds source size 1024 [-Wstringop-overread] 20 | #define STRNCMP strncasecmp ../sysdeps/x86/tst-strncmp-rtm.c:79:7: note: in expansion of macro 'STRNCMP' 79 | if (STRNCMP (string1, string2, SIZE_MAX >> 4) == 0) | ^~~~~~~ In file included from ../sysdeps/x86/tst-strncasecmp-rtm.c:23: ../sysdeps/x86/tst-strncmp-rtm.c:40:6: note: source object allocated here 40 | CHAR string1[STRING_SIZE]; | ^~~~~~~ ../sysdeps/x86/tst-strncmp-rtm.c: In function 'function_overflow': ../sysdeps/x86/tst-strncasecmp-rtm.c:20:17: warning: 'strncasecmp' specified bound 4294967295 exceeds maximum object size 2147483647 [-Wstringop-overread] 20 | #define STRNCMP strncasecmp ../sysdeps/x86/tst-strncmp-rtm.c:69:7: note: in expansion of macro 'STRNCMP' 69 | if (STRNCMP (string1, string2, SIZE_MAX) == 0) | ^~~~~~~ make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-bcopy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-bcopy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-bzero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-bzero.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-endian-file-scope -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-endian-file-scope.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-strrchr-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strrchr-rtm.o -MD -MP -MF /build/string/tst-strrchr-rtm.o.dt -MT /build/string/tst-strrchr-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-wcsncmp-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -Wno-error -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-wcsncmp-rtm.o -MD -MP -MF /build/string/tst-wcsncmp-rtm.o.dt -MT /build/string/tst-wcsncmp-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-ffs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-ffs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-endian-sign-conversion -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-endian-sign-conversion.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-endian-types -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-endian-types.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-wcscmp-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-wcscmp-rtm.o -MD -MP -MF /build/string/tst-wcscmp-rtm.o.dt -MT /build/string/tst-wcscmp-rtm.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-explicit_bzero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-explicit_bzero.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memccpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memccpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memcmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memcmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memchr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memchr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memcmpeq -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memcmpeq.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 ../sysdeps/x86/tst-strncmp-rtm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -mrtm -Wno-error -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tst-strncmp-rtm.o -MD -MP -MF /build/string/tst-strncmp-rtm.o.dt -MT /build/string/tst-strncmp-rtm.o ../sysdeps/x86/tst-strncmp-rtm.c: In function 'function_overflow2': ../sysdeps/x86/tst-strncmp-rtm.c:31:19: warning: 'strncmp' specified bound 268435455 exceeds source size 1024 [-Wstringop-overread] 31 | # define STRNCMP strncmp | ^ ../sysdeps/x86/tst-strncmp-rtm.c:79:7: note: in expansion of macro 'STRNCMP' 79 | if (STRNCMP (string1, string2, SIZE_MAX >> 4) == 0) | ^~~~~~~ ../sysdeps/x86/tst-strncmp-rtm.c:40:6: note: source object allocated here 40 | CHAR string1[STRING_SIZE]; | ^~~~~~~ ../sysdeps/x86/tst-strncmp-rtm.c: In function 'function_overflow': ../sysdeps/x86/tst-strncmp-rtm.c:31:19: warning: 'strncmp' specified bound 4294967295 exceeds maximum object size 2147483647 [-Wstringop-overread] 31 | # define STRNCMP strncmp | ^ ../sysdeps/x86/tst-strncmp-rtm.c:69:7: note: in expansion of macro 'STRNCMP' 69 | if (STRNCMP (string1, string2, SIZE_MAX) == 0) | ^~~~~~~ make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memcpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memcpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memcpy-large -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memcpy-large.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 test-strncmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-strncmp.o -MD -MP -MF /build/string/test-strncmp.o.dt -MT /build/string/test-strncmp.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memmove -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memmove.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memmem -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memmem.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memrchr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memrchr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-mempcpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-mempcpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memset -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memset.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-rawmemchr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-rawmemchr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-sig_np -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-sig_np.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-stpcpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-stpcpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strcasecmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strcasecmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strchr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strchr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strcat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strcat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-stpncpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-stpncpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strcasestr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strcasestr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strchrnul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strchrnul.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strcmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strcmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strcspn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strcspn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strdup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strdup.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strlen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strlen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strncat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strncat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strcpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strcpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strncmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strncmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strncasecmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strncasecmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strncpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strncpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strnlen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strnlen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strndup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strndup.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strrchr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strrchr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strnlen-nonarray -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strnlen-nonarray.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strpbrk -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strpbrk.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strspn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strspn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strstr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strstr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/testcopy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/testcopy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-cmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-cmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-endian -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-endian.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-bswap -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-bswap.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-inlcall -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-inlcall.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strfry -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strfry.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-memmove-overflow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-memmove-overflow.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strerror-fail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strerror-fail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strlcat2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strlcat2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strlen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strlen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strlcat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strlcat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strtok -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strtok.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strtok_r -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strtok_r.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strlcpy2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strlcpy2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strlcpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strlcpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strxfrm2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strxfrm2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strxfrm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strxfrm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-svc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-svc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strerror-errno -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strerror-errno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-svc2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-svc2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-memchr-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-memchr-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-memcmp-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-memcmp-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-xbzero-opt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -z now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-xbzero-opt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-memmove-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-memmove-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-memrchr-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-memrchr-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-memset-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-memset-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/bug-envz1 > /build/string/bug-envz1.out; \ ../scripts/evaluate-test.sh string/bug-envz1 $? false false > /build/string/bug-envz1.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strcasecmp-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strcasecmp-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strcmp-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strcmp-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strlen-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strlen-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strchr-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strchr-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/bug-strncat1 > /build/string/bug-strncat1.out; \ ../scripts/evaluate-test.sh string/bug-strncat1 $? false false > /build/string/bug-strncat1.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/bug-strcoll1 > /build/string/bug-strcoll1.out; \ ../scripts/evaluate-test.sh string/bug-strcoll1 $? false false > /build/string/bug-strcoll1.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strncasecmp-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strncasecmp-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strcpy-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strcpy-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/bug-strpbrk1 > /build/string/bug-strpbrk1.out; \ ../scripts/evaluate-test.sh string/bug-strpbrk1 $? false false > /build/string/bug-strpbrk1.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/bug-strcoll2 > /build/string/bug-strcoll2.out; \ ../scripts/evaluate-test.sh string/bug-strcoll2 $? false false > /build/string/bug-strcoll2.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strrchr-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strrchr-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/bug-strspn1 > /build/string/bug-strspn1.out; \ ../scripts/evaluate-test.sh string/bug-strspn1 $? false false > /build/string/bug-strspn1.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strncmp-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strncmp-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-wcscmp-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-wcscmp-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-wcsncmp-rtm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-wcsncmp-rtm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/bug-strtok1 > /build/string/bug-strtok1.out; \ ../scripts/evaluate-test.sh string/bug-strtok1 $? false false > /build/string/bug-strtok1.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strcoll-overflow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strcoll-overflow.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-bzero > /build/string/test-bzero.out; \ ../scripts/evaluate-test.sh string/test-bzero $? false false > /build/string/test-bzero.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-strncmp-nonarray -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-strncmp-nonarray.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-endian-sign-conversion > /build/string/test-endian-sign-conversion.out; \ ../scripts/evaluate-test.sh string/test-endian-sign-conversion $? false false > /build/string/test-endian-sign-conversion.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-endian-file-scope > /build/string/test-endian-file-scope.out; \ ../scripts/evaluate-test.sh string/test-endian-file-scope $? false false > /build/string/test-endian-file-scope.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-endian-types > /build/string/test-endian-types.out; \ ../scripts/evaluate-test.sh string/test-endian-types $? false false > /build/string/test-endian-types.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-explicit_bzero > /build/string/test-explicit_bzero.out; \ ../scripts/evaluate-test.sh string/test-explicit_bzero $? false false > /build/string/test-explicit_bzero.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strerror -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strerror.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-ffs > /build/string/test-ffs.out; \ ../scripts/evaluate-test.sh string/test-ffs $? false false > /build/string/test-ffs.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memmem > /build/string/test-memmem.out; \ ../scripts/evaluate-test.sh string/test-memmem $? false false > /build/string/test-memmem.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-sig_np > /build/string/test-sig_np.out; \ ../scripts/evaluate-test.sh string/test-sig_np $? false false > /build/string/test-sig_np.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tst-strsignal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tst-strsignal.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strcasestr > /build/string/test-strcasestr.out; \ ../scripts/evaluate-test.sh string/test-strcasestr $? false false > /build/string/test-strcasestr.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 /build/string/test-as-const-locale-defines.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/test-as-const-locale-defines.o -MD -MP -MF /build/string/test-as-const-locale-defines.o.dt -MT /build/string/test-as-const-locale-defines.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/stratcliff > /build/string/stratcliff.out; \ ../scripts/evaluate-test.sh string/stratcliff $? false false > /build/string/stratcliff.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 inl-tester.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/inl-tester.o -MD -MP -MF /build/string/inl-tester.o.dt -MT /build/string/inl-tester.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 noinl-tester.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/noinl-tester.o -MD -MP -MF /build/string/noinl-tester.o.dt -MT /build/string/noinl-tester.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 tester.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/string/tester.o -MD -MP -MF /build/string/tester.o.dt -MT /build/string/tester.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-memswap -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-memswap.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-rawmemchr > /build/string/test-rawmemchr.out; \ ../scripts/evaluate-test.sh string/test-rawmemchr $? false false > /build/string/test-rawmemchr.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memset > /build/string/test-memset.out; \ ../scripts/evaluate-test.sh string/test-memset $? false false > /build/string/test-memset.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memrchr > /build/string/test-memrchr.out; \ ../scripts/evaluate-test.sh string/test-memrchr $? false false > /build/string/test-memrchr.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-stpcpy > /build/string/test-stpcpy.out; \ ../scripts/evaluate-test.sh string/test-stpcpy $? false false > /build/string/test-stpcpy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memccpy > /build/string/test-memccpy.out; \ ../scripts/evaluate-test.sh string/test-memccpy $? false false > /build/string/test-memccpy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strlen > /build/string/test-strlen.out; \ ../scripts/evaluate-test.sh string/test-strlen $? false false > /build/string/test-strlen.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strchrnul > /build/string/test-strchrnul.out; \ ../scripts/evaluate-test.sh string/test-strchrnul $? false false > /build/string/test-strchrnul.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strchr > /build/string/test-strchr.out; \ ../scripts/evaluate-test.sh string/test-strchr $? false false > /build/string/test-strchr.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strcpy > /build/string/test-strcpy.out; \ ../scripts/evaluate-test.sh string/test-strcpy $? false false > /build/string/test-strcpy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strdup > /build/string/test-strdup.out; \ ../scripts/evaluate-test.sh string/test-strdup $? false false > /build/string/test-strdup.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-stpncpy > /build/string/test-stpncpy.out; \ ../scripts/evaluate-test.sh string/test-stpncpy $? false false > /build/string/test-stpncpy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strstr > /build/string/test-strstr.out; \ ../scripts/evaluate-test.sh string/test-strstr $? false false > /build/string/test-strstr.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/testcopy > /build/string/testcopy.out; \ ../scripts/evaluate-test.sh string/testcopy $? false false > /build/string/testcopy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/tester -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/tester.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-bswap > /build/string/tst-bswap.out; \ ../scripts/evaluate-test.sh string/tst-bswap $? false false > /build/string/tst-bswap.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memchr > /build/string/test-memchr.out; \ ../scripts/evaluate-test.sh string/test-memchr $? false false > /build/string/test-memchr.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-endian > /build/string/tst-endian.out; \ ../scripts/evaluate-test.sh string/tst-endian $? false false > /build/string/tst-endian.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-inlcall > /build/string/tst-inlcall.out; \ ../scripts/evaluate-test.sh string/tst-inlcall $? false false > /build/string/tst-inlcall.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memcmp > /build/string/test-memcmp.out; \ ../scripts/evaluate-test.sh string/test-memcmp $? false false > /build/string/test-memcmp.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strerror-fail > /build/string/tst-strerror-fail.out; \ ../scripts/evaluate-test.sh string/tst-strerror-fail $? false false > /build/string/tst-strerror-fail.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strcspn > /build/string/test-strcspn.out; \ ../scripts/evaluate-test.sh string/test-strcspn $? false false > /build/string/test-strcspn.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strfry > /build/string/tst-strfry.out; \ ../scripts/evaluate-test.sh string/tst-strfry $? false false > /build/string/tst-strfry.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strlcat > /build/string/tst-strlcat.out; \ ../scripts/evaluate-test.sh string/tst-strlcat $? false false > /build/string/tst-strlcat.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strlcpy > /build/string/tst-strlcpy.out; \ ../scripts/evaluate-test.sh string/tst-strlcpy $? false false > /build/string/tst-strlcpy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strcat > /build/string/test-strcat.out; \ ../scripts/evaluate-test.sh string/test-strcat $? false false > /build/string/test-strcat.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strlen > /build/string/tst-strlen.out; \ ../scripts/evaluate-test.sh string/tst-strlen $? false false > /build/string/tst-strlen.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strtok > /build/string/tst-strtok.out; \ ../scripts/evaluate-test.sh string/tst-strtok $? false false > /build/string/tst-strtok.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strtok_r > /build/string/tst-strtok_r.out; \ ../scripts/evaluate-test.sh string/tst-strtok_r $? false false > /build/string/tst-strtok_r.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strxfrm > /build/string/tst-strxfrm.out; \ ../scripts/evaluate-test.sh string/tst-strxfrm $? false false > /build/string/tst-strxfrm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strxfrm2 > /build/string/tst-strxfrm2.out; \ ../scripts/evaluate-test.sh string/tst-strxfrm2 $? false false > /build/string/tst-strxfrm2.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-svc > /build/string/tst-svc.out < tst-svc.input; \ ../scripts/evaluate-test.sh string/tst-svc $? false false > /build/string/tst-svc.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-svc2 > /build/string/tst-svc2.out; \ ../scripts/evaluate-test.sh string/tst-svc2 $? false false > /build/string/tst-svc2.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-xbzero-opt > /build/string/tst-xbzero-opt.out; \ ../scripts/evaluate-test.sh string/tst-xbzero-opt $? false false > /build/string/tst-xbzero-opt.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memcmpeq > /build/string/test-memcmpeq.out; \ ../scripts/evaluate-test.sh string/test-memcmpeq $? false false > /build/string/test-memcmpeq.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strerror-errno > /build/string/test-strerror-errno.out; \ ../scripts/evaluate-test.sh string/test-strerror-errno $? false false > /build/string/test-strerror-errno.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-memchr-rtm > /build/string/tst-memchr-rtm.out; \ ../scripts/evaluate-test.sh string/tst-memchr-rtm $? false false > /build/string/tst-memchr-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-memcmp-rtm > /build/string/tst-memcmp-rtm.out; \ ../scripts/evaluate-test.sh string/tst-memcmp-rtm $? false false > /build/string/tst-memcmp-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-memmove-rtm > /build/string/tst-memmove-rtm.out; \ ../scripts/evaluate-test.sh string/tst-memmove-rtm $? false false > /build/string/tst-memmove-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-memrchr-rtm > /build/string/tst-memrchr-rtm.out; \ ../scripts/evaluate-test.sh string/tst-memrchr-rtm $? false false > /build/string/tst-memrchr-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-memset-rtm > /build/string/tst-memset-rtm.out; \ ../scripts/evaluate-test.sh string/tst-memset-rtm $? false false > /build/string/tst-memset-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strcasecmp-rtm > /build/string/tst-strcasecmp-rtm.out; \ ../scripts/evaluate-test.sh string/tst-strcasecmp-rtm $? false false > /build/string/tst-strcasecmp-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strchr-rtm > /build/string/tst-strchr-rtm.out; \ ../scripts/evaluate-test.sh string/tst-strchr-rtm $? false false > /build/string/tst-strchr-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strcmp-rtm > /build/string/tst-strcmp-rtm.out; \ ../scripts/evaluate-test.sh string/tst-strcmp-rtm $? false false > /build/string/tst-strcmp-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strcpy-rtm > /build/string/tst-strcpy-rtm.out; \ ../scripts/evaluate-test.sh string/tst-strcpy-rtm $? false false > /build/string/tst-strcpy-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strlen-rtm > /build/string/tst-strlen-rtm.out; \ ../scripts/evaluate-test.sh string/tst-strlen-rtm $? false false > /build/string/tst-strlen-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strncmp-rtm > /build/string/tst-strncmp-rtm.out; \ ../scripts/evaluate-test.sh string/tst-strncmp-rtm $? false false > /build/string/tst-strncmp-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strncasecmp-rtm > /build/string/tst-strncasecmp-rtm.out; \ ../scripts/evaluate-test.sh string/tst-strncasecmp-rtm $? false false > /build/string/tst-strncasecmp-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strrchr-rtm > /build/string/tst-strrchr-rtm.out; \ ../scripts/evaluate-test.sh string/tst-strrchr-rtm $? false false > /build/string/tst-strrchr-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-wcscmp-rtm > /build/string/tst-wcscmp-rtm.out; \ ../scripts/evaluate-test.sh string/tst-wcscmp-rtm $? false false > /build/string/tst-wcscmp-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-wcsncmp-rtm > /build/string/tst-wcsncmp-rtm.out; \ ../scripts/evaluate-test.sh string/tst-wcsncmp-rtm $? false false > /build/string/tst-wcsncmp-rtm.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strnlen-nonarray > /build/string/test-strnlen-nonarray.out; \ ../scripts/evaluate-test.sh string/test-strnlen-nonarray $? false false > /build/string/test-strnlen-nonarray.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/test-as-const-locale-defines -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/test-as-const-locale-defines.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strndup > /build/string/test-strndup.out; \ ../scripts/evaluate-test.sh string/test-strndup $? false false > /build/string/test-strndup.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strerror > /build/string/tst-strerror.out; \ ../scripts/evaluate-test.sh string/tst-strerror $? false false > /build/string/tst-strerror.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' cmp tst-svc.expect /build/string/tst-svc.out > /build/string/tst-svc-cmp.out; \ ../scripts/evaluate-test.sh string/tst-svc-cmp $? false false > /build/string/tst-svc-cmp.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strsignal > /build/string/tst-strsignal.out; \ ../scripts/evaluate-test.sh string/tst-strsignal $? false false > /build/string/tst-strsignal.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/noinl-tester -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/noinl-tester.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-as-const-locale-defines > /build/string/test-as-const-locale-defines.out; \ ../scripts/evaluate-test.sh string/test-as-const-locale-defines $? false false > /build/string/test-as-const-locale-defines.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' gcc -m32 -o /build/string/inl-tester -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/string/inl-tester.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tester > /build/string/tester.out; \ ../scripts/evaluate-test.sh string/tester $? false false > /build/string/tester.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strncpy > /build/string/test-strncpy.out; \ ../scripts/evaluate-test.sh string/test-strncpy $? false false > /build/string/test-strncpy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/noinl-tester > /build/string/noinl-tester.out; \ ../scripts/evaluate-test.sh string/noinl-tester $? false false > /build/string/noinl-tester.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/inl-tester > /build/string/inl-tester.out; \ ../scripts/evaluate-test.sh string/inl-tester $? false false > /build/string/inl-tester.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strspn > /build/string/test-strspn.out; \ ../scripts/evaluate-test.sh string/test-strspn $? false false > /build/string/test-strspn.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strrchr > /build/string/test-strrchr.out; \ ../scripts/evaluate-test.sh string/test-strrchr $? false false > /build/string/test-strrchr.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strlcat2 > /build/string/tst-strlcat2.out; \ ../scripts/evaluate-test.sh string/tst-strlcat2 $? false false > /build/string/tst-strlcat2.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strncat > /build/string/test-strncat.out; \ ../scripts/evaluate-test.sh string/test-strncat $? false false > /build/string/test-strncat.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strpbrk > /build/string/test-strpbrk.out; \ ../scripts/evaluate-test.sh string/test-strpbrk $? false false > /build/string/test-strpbrk.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-strlcpy2 > /build/string/tst-strlcpy2.out; \ ../scripts/evaluate-test.sh string/tst-strlcpy2 $? false false > /build/string/tst-strlcpy2.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/string/test-memswap > /build/string/test-memswap.out; \ ../scripts/evaluate-test.sh string/test-memswap $? false false > /build/string/test-memswap.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-bcopy > /build/string/test-bcopy.out; \ ../scripts/evaluate-test.sh string/test-bcopy $? false false > /build/string/test-bcopy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-memmove-overflow > /build/string/tst-memmove-overflow.out; \ ../scripts/evaluate-test.sh string/tst-memmove-overflow $? false false > /build/string/tst-memmove-overflow.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strnlen > /build/string/test-strnlen.out; \ ../scripts/evaluate-test.sh string/test-strnlen $? false false > /build/string/test-strnlen.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memmove > /build/string/test-memmove.out; \ ../scripts/evaluate-test.sh string/test-memmove $? false false > /build/string/test-memmove.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/tst-cmp > /build/string/tst-cmp.out; \ ../scripts/evaluate-test.sh string/tst-cmp $? false false > /build/string/tst-cmp.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ argz.h bits/byteswap.h bits/endian.h bits/endianness.h bits/string_fortified.h bits/strings_fortified.h bits/uintn-identity.h byteswap.h endian.h envz.h memory.h string.h strings.h > /build/string/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh string/check-installed-headers-c $? false false > /build/string/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strcmp > /build/string/test-strcmp.out; \ ../scripts/evaluate-test.sh string/test-strcmp $? false false > /build/string/test-strcmp.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memcpy-large > /build/string/test-memcpy-large.out; \ ../scripts/evaluate-test.sh string/test-memcpy-large $? false false > /build/string/test-memcpy-large.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strcasecmp > /build/string/test-strcasecmp.out; \ ../scripts/evaluate-test.sh string/test-strcasecmp $? false false > /build/string/test-strcasecmp.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-memcpy > /build/string/test-memcpy.out; \ ../scripts/evaluate-test.sh string/test-memcpy $? false false > /build/string/test-memcpy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-mempcpy > /build/string/test-mempcpy.out; \ ../scripts/evaluate-test.sh string/test-mempcpy $? false false > /build/string/test-mempcpy.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strncmp > /build/string/test-strncmp.out; \ ../scripts/evaluate-test.sh string/test-strncmp $? false false > /build/string/test-strncmp.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/string/test-strncasecmp > /build/string/test-strncasecmp.out; \ ../scripts/evaluate-test.sh string/test-strncasecmp $? false false > /build/string/test-strncasecmp.test-result make[2]: Leaving directory '/glibc/string' make[2]: Entering directory '/glibc/string' ../scripts/merge-test-results.sh -s /build/string/ string \ bug-envz1 bug-strcoll1 bug-strcoll2 bug-strncat1 bug-strpbrk1 bug-strspn1 bug-strtok1 check-installed-headers-c check-obsolete-constructs check-wrapper-headers inl-tester noinl-tester stratcliff test-as-const-locale-defines test-bcopy test-bzero test-endian-file-scope test-endian-sign-conversion test-endian-types test-explicit_bzero test-ffs test-memccpy test-memchr test-memcmp test-memcmpeq test-memcpy test-memcpy-large test-memmem test-memmove test-mempcpy test-memrchr test-memset test-memswap test-rawmemchr test-sig_np test-stpcpy test-stpncpy test-strcasecmp test-strcasestr test-strcat test-strchr test-strchrnul test-strcmp test-strcpy test-strcspn test-strdup test-strerror-errno test-strlen test-strncasecmp test-strncat test-strncmp test-strncpy test-strndup test-strnlen test-strnlen-nonarray test-strpbrk test-strrchr test-strspn test-strstr testcopy tester tst-bswap tst-cmp tst-endian tst-inlcall tst-memchr-rtm tst-memcmp-rtm tst-memmove-overflow tst-memmove-rtm tst-memrchr-rtm tst-memset-rtm tst-strcasecmp-rtm tst-strchr-rtm tst-strcmp-rtm tst-strcpy-rtm tst-strerror tst-strerror-fail tst-strfry tst-strlcat tst-strlcat2 tst-strlcpy tst-strlcpy2 tst-strlen tst-strlen-rtm tst-strncasecmp-rtm tst-strncmp-rtm tst-strrchr-rtm tst-strsignal tst-strtok tst-strtok_r tst-strxfrm tst-strxfrm2 tst-svc tst-svc-cmp tst-svc2 tst-wcscmp-rtm tst-wcsncmp-rtm tst-xbzero-opt \ > /build/string/subdir-tests.sum make[2]: Leaving directory '/glibc/string' rm /build/string/test-as-const-locale-defines.c make subdir=wcsmbs -C wcsmbs ..=../ tests make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-char-types.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-char-types.o -MD -MP -MF /build/wcsmbs/test-char-types.o.dt -MT /build/wcsmbs/test-char-types.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsnlen-nonarray.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsnlen-nonarray.o -MD -MP -MF /build/wcsmbs/test-wcsnlen-nonarray.o.dt -MT /build/wcsmbs/test-wcsnlen-nonarray.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsdup.o -MD -MP -MF /build/wcsmbs/test-wcsdup.o.dt -MT /build/wcsmbs/test-wcsdup.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcslen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcslen.o -MD -MP -MF /build/wcsmbs/test-wcslen.o.dt -MT /build/wcsmbs/test-wcslen.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcscpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcscpy.o -MD -MP -MF /build/wcsmbs/test-wcscpy.o.dt -MT /build/wcsmbs/test-wcscpy.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcpcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcpcpy.o -MD -MP -MF /build/wcsmbs/test-wcpcpy.o.dt -MT /build/wcsmbs/test-wcpcpy.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-btowc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-btowc.o -MD -MP -MF /build/wcsmbs/tst-btowc.o.dt -MT /build/wcsmbs/tst-btowc.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-c32-state.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-c32-state.o -MD -MP -MF /build/wcsmbs/tst-c32-state.o.dt -MT /build/wcsmbs/tst-c32-state.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcscat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcscat.o -MD -MP -MF /build/wcsmbs/test-wcscat.o.dt -MT /build/wcsmbs/test-wcscat.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsrchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsrchr.o -MD -MP -MF /build/wcsmbs/test-wcsrchr.o.dt -MT /build/wcsmbs/test-wcsrchr.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-c16-surrogate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-c16-surrogate.o -MD -MP -MF /build/wcsmbs/tst-c16-surrogate.o.dt -MT /build/wcsmbs/tst-c16-surrogate.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcscspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcscspn.o -MD -MP -MF /build/wcsmbs/test-wcscspn.o.dt -MT /build/wcsmbs/test-wcscspn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-c16c32-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-c16c32-1.o -MD -MP -MF /build/wcsmbs/tst-c16c32-1.o.dt -MT /build/wcsmbs/tst-c16c32-1.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcspbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcspbrk.o -MD -MP -MF /build/wcsmbs/test-wcspbrk.o.dt -MT /build/wcsmbs/test-wcspbrk.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wmemchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wmemchr.o -MD -MP -MF /build/wcsmbs/test-wmemchr.o.dt -MT /build/wcsmbs/test-wmemchr.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wmemset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wmemset.o -MD -MP -MF /build/wcsmbs/test-wmemset.o.dt -MT /build/wcsmbs/test-wmemset.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-fgetwc-after-eof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-fgetwc-after-eof.o -MD -MP -MF /build/wcsmbs/tst-fgetwc-after-eof.o.dt -MT /build/wcsmbs/tst-fgetwc-after-eof.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsspn.o -MD -MP -MF /build/wcsmbs/test-wcsspn.o.dt -MT /build/wcsmbs/test-wcsspn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-mbrtowc2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-mbrtowc2.o -MD -MP -MF /build/wcsmbs/tst-mbrtowc2.o.dt -MT /build/wcsmbs/tst-mbrtowc2.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-mbsrtowcs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-mbsrtowcs.o -MD -MP -MF /build/wcsmbs/tst-mbsrtowcs.o.dt -MT /build/wcsmbs/tst-mbsrtowcs.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-mbstowcs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-mbstowcs.o -MD -MP -MF /build/wcsmbs/tst-mbstowcs.o.dt -MT /build/wcsmbs/tst-mbstowcs.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsncpy.o -MD -MP -MF /build/wcsmbs/test-wcsncpy.o.dt -MT /build/wcsmbs/test-wcsncpy.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcpncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcpncpy.o -MD -MP -MF /build/wcsmbs/test-wcpncpy.o.dt -MT /build/wcsmbs/test-wcpncpy.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wchar-h.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wchar-h.o -MD -MP -MF /build/wcsmbs/tst-wchar-h.o.dt -MT /build/wcsmbs/tst-wchar-h.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcpncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcpncpy.o -MD -MP -MF /build/wcsmbs/tst-wcpncpy.o.dt -MT /build/wcsmbs/tst-wcpncpy.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcrtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcrtomb.o -MD -MP -MF /build/wcsmbs/tst-wcrtomb.o.dt -MT /build/wcsmbs/tst-wcrtomb.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-mbrtowc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-mbrtowc.o -MD -MP -MF /build/wcsmbs/tst-mbrtowc.o.dt -MT /build/wcsmbs/tst-mbrtowc.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsncat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsncat.o -MD -MP -MF /build/wcsmbs/test-wcsncat.o.dt -MT /build/wcsmbs/test-wcsncat.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcslcat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcslcat.o -MD -MP -MF /build/wcsmbs/tst-wcslcat.o.dt -MT /build/wcsmbs/tst-wcslcat.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcslcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcslcpy.o -MD -MP -MF /build/wcsmbs/tst-wcslcpy.o.dt -MT /build/wcsmbs/tst-wcslcpy.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcstof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcstof.o -MD -MP -MF /build/wcsmbs/tst-wcstof.o.dt -MT /build/wcsmbs/tst-wcstof.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcsnlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcsnlen.o -MD -MP -MF /build/wcsmbs/tst-wcsnlen.o.dt -MT /build/wcsmbs/tst-wcsnlen.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsnlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsnlen.o -MD -MP -MF /build/wcsmbs/test-wcsnlen.o.dt -MT /build/wcsmbs/test-wcsnlen.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wmemcmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wmemcmp.o -MD -MP -MF /build/wcsmbs/test-wmemcmp.o.dt -MT /build/wcsmbs/test-wmemcmp.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcschrnul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcschrnul.o -MD -MP -MF /build/wcsmbs/test-wcschrnul.o.dt -MT /build/wcsmbs/test-wcschrnul.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcschr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcschr.o -MD -MP -MF /build/wcsmbs/test-wcschr.o.dt -MT /build/wcsmbs/test-wcschr.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcstod-nan-sign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcstod-nan-sign.o -MD -MP -MF /build/wcsmbs/tst-wcstod-nan-sign.o.dt -MT /build/wcsmbs/tst-wcstod-nan-sign.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcstol-binary-c11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c11 -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcstol-binary-c11.o -MD -MP -MF /build/wcsmbs/tst-wcstol-binary-c11.o.dt -MT /build/wcsmbs/tst-wcstol-binary-c11.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-c8rtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-c8rtomb.o -MD -MP -MF /build/wcsmbs/test-c8rtomb.o.dt -MT /build/wcsmbs/test-c8rtomb.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcstol-binary-c23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c11 -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcstol-binary-c23.o -MD -MP -MF /build/wcsmbs/tst-wcstol-binary-c23.o.dt -MT /build/wcsmbs/tst-wcstol-binary-c23.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcscmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcscmp.o -MD -MP -MF /build/wcsmbs/test-wcscmp.o.dt -MT /build/wcsmbs/test-wcscmp.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcstol-locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcstol-locale.o -MD -MP -MF /build/wcsmbs/tst-wcstol-locale.o.dt -MT /build/wcsmbs/tst-wcstol-locale.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wscanf-to_inpunct.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wscanf-to_inpunct.o -MD -MP -MF /build/wcsmbs/tst-wscanf-to_inpunct.o.dt -MT /build/wcsmbs/tst-wscanf-to_inpunct.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcstod-nan-locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcstod-nan-locale.o -MD -MP -MF /build/wcsmbs/tst-wcstod-nan-locale.o.dt -MT /build/wcsmbs/tst-wcstod-nan-locale.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcstol-binary-gnu11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu11 -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcstol-binary-gnu11.o -MD -MP -MF /build/wcsmbs/tst-wcstol-binary-gnu11.o.dt -MT /build/wcsmbs/tst-wcstol-binary-gnu11.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=wcsmbs bits/types/__mbstate_t.h bits/types/mbstate_t.h bits/types/wint_t.h bits/wchar-ldbl.h bits/wchar.h bits/wchar2-decl.h bits/wchar2.h uchar.h wchar.h > /build/wcsmbs/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh wcsmbs/check-wrapper-headers $? false false > /build/wcsmbs/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 wcsmbs-tst1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsmbs-tst1.o -MD -MP -MF /build/wcsmbs/wcsmbs-tst1.o.dt -MT /build/wcsmbs/wcsmbs-tst1.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-char-types -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-char-types.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' python3 -B ../scripts/check-obsolete-constructs.py bits/types/__mbstate_t.h bits/types/mbstate_t.h bits/types/wint_t.h bits/wchar-ldbl.h ../bits/wchar.h bits/wchar2-decl.h bits/wchar2.h uchar.h wchar.h > /build/wcsmbs/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh wcsmbs/check-obsolete-constructs $? false false > /build/wcsmbs/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-c8rtomb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-c8rtomb.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcpcpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcpcpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcpncpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcpncpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcscat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcscat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-mbrtoc8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-mbrtoc8.o -MD -MP -MF /build/wcsmbs/test-mbrtoc8.o.dt -MT /build/wcsmbs/test-mbrtoc8.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcschr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcschr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcschrnul -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcschrnul.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcscpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcscpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcscmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcscmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcslcpy2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcslcpy2.o -MD -MP -MF /build/wcsmbs/tst-wcslcpy2.o.dt -MT /build/wcsmbs/tst-wcslcpy2.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsncmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsncmp.o -MD -MP -MF /build/wcsmbs/test-wcsncmp.o.dt -MT /build/wcsmbs/test-wcsncmp.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcscspn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcscspn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcstol-binary-gnu23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu11 -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcstol-binary-gnu23.o -MD -MP -MF /build/wcsmbs/tst-wcstol-binary-gnu23.o.dt -MT /build/wcsmbs/tst-wcstol-binary-gnu23.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcslen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcslen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcslcat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcslcat2.o -MD -MP -MF /build/wcsmbs/tst-wcslcat2.o.dt -MT /build/wcsmbs/tst-wcslcat2.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsdup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsdup.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsncpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsncpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsncat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsncat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsnlen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsnlen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsstr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsstr.o -MD -MP -MF /build/wcsmbs/test-wcsstr.o.dt -MT /build/wcsmbs/test-wcsstr.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcspbrk -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcspbrk.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsnlen-nonarray -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsnlen-nonarray.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsrchr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsrchr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsspn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsspn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wmemset -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wmemset.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wmemchr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wmemchr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wmemcmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wmemcmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-c16-surrogate -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-c16-surrogate.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-c16c32-1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-c16c32-1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-mbrtowc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-mbrtowc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-btowc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-btowc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-c32-state -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-c32-state.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-fgetwc-after-eof -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-fgetwc-after-eof.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-mbrtowc2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-mbrtowc2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-mbsrtowcs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-mbsrtowcs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wchar-h -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wchar-h.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 test-wcsncmp-nonarray.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/test-wcsncmp-nonarray.o -MD -MP -MF /build/wcsmbs/test-wcsncmp-nonarray.o.dt -MT /build/wcsmbs/test-wcsncmp-nonarray.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-mbstowcs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-mbstowcs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcpncpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcpncpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcrtomb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcrtomb.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcslcat2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcslcat2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcslcat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcslcat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcslcpy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcslcpy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcslcpy2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcslcpy2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcsnlen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcsnlen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcstod-nan-locale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcstod-nan-locale.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcstol-binary-c11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcstol-binary-c11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-c8rtomb > /build/wcsmbs/test-c8rtomb.out; \ ../scripts/evaluate-test.sh wcsmbs/test-c8rtomb $? false false > /build/wcsmbs/test-c8rtomb.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-char-types > /build/wcsmbs/test-char-types.out; \ ../scripts/evaluate-test.sh wcsmbs/test-char-types $? false false > /build/wcsmbs/test-char-types.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcstod-nan-sign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcstod-nan-sign.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcstol-binary-c23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcstol-binary-c23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcstof -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcstof.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcstol-binary-gnu11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcstol-binary-gnu11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcstol-binary-gnu23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcstol-binary-gnu23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wscanf-to_inpunct -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wscanf-to_inpunct.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/wcsmbs-tst1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/wcsmbs-tst1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcstol-locale -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcstol-locale.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 wcsatcliff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsatcliff.o -MD -MP -MF /build/wcsmbs/wcsatcliff.o.dt -MT /build/wcsmbs/wcsatcliff.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsncmp-nonarray -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsncmp-nonarray.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-mbrtoc8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-mbrtoc8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsncmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsncmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wscanf-binary-c11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c11 -DOBJPFX=\"/build/wcsmbs/\" -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wscanf-binary-c11.o -MD -MP -MF /build/wcsmbs/tst-wscanf-binary-c11.o.dt -MT /build/wcsmbs/tst-wscanf-binary-c11.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wprintf-binary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wprintf-binary.o -MD -MP -MF /build/wcsmbs/tst-wprintf-binary.o.dt -MT /build/wcsmbs/tst-wprintf-binary.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcsnlen-nonarray > /build/wcsmbs/test-wcsnlen-nonarray.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcsnlen-nonarray $? false false > /build/wcsmbs/test-wcsnlen-nonarray.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wcstod-round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wcstod-round.o -MD -MP -MF /build/wcsmbs/tst-wcstod-round.o.dt -MT /build/wcsmbs/tst-wcstod-round.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/test-wcsstr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/test-wcsstr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcslen > /build/wcsmbs/test-wcslen.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcslen $? false false > /build/wcsmbs/test-wcslen.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcsdup > /build/wcsmbs/test-wcsdup.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcsdup $? false false > /build/wcsmbs/test-wcsdup.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-btowc > /build/wcsmbs/tst-btowc.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-btowc $? false false > /build/wcsmbs/tst-btowc.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcpcpy > /build/wcsmbs/test-wcpcpy.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcpcpy $? false false > /build/wcsmbs/test-wcpcpy.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-c16c32-1 > /build/wcsmbs/tst-c16c32-1.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-c16c32-1 $? false false > /build/wcsmbs/tst-c16c32-1.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-c32-state > /build/wcsmbs/tst-c32-state.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-c32-state $? false false > /build/wcsmbs/tst-c32-state.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wmemset > /build/wcsmbs/test-wmemset.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wmemset $? false false > /build/wcsmbs/test-wmemset.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-fgetwc-after-eof > /build/wcsmbs/tst-fgetwc-after-eof.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-fgetwc-after-eof $? false false > /build/wcsmbs/tst-fgetwc-after-eof.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-mbrtowc > /build/wcsmbs/tst-mbrtowc.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-mbrtowc $? false false > /build/wcsmbs/tst-mbrtowc.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-mbrtowc2 > /build/wcsmbs/tst-mbrtowc2.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-mbrtowc2 $? false false > /build/wcsmbs/tst-mbrtowc2.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-mbsrtowcs > /build/wcsmbs/tst-mbsrtowcs.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-mbsrtowcs $? false false > /build/wcsmbs/tst-mbsrtowcs.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-mbstowcs > /build/wcsmbs/tst-mbstowcs.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-mbstowcs $? false false > /build/wcsmbs/tst-mbstowcs.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wchar-h > /build/wcsmbs/tst-wchar-h.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wchar-h $? false false > /build/wcsmbs/tst-wchar-h.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcpncpy > /build/wcsmbs/tst-wcpncpy.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcpncpy $? false false > /build/wcsmbs/tst-wcpncpy.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcscpy > /build/wcsmbs/test-wcscpy.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcscpy $? false false > /build/wcsmbs/test-wcscpy.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcrtomb > /build/wcsmbs/tst-wcrtomb.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcrtomb $? false false > /build/wcsmbs/tst-wcrtomb.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcslcat > /build/wcsmbs/tst-wcslcat.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcslcat $? false false > /build/wcsmbs/tst-wcslcat.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcslcpy > /build/wcsmbs/tst-wcslcpy.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcslcpy $? false false > /build/wcsmbs/tst-wcslcpy.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcsnlen > /build/wcsmbs/tst-wcsnlen.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcsnlen $? false false > /build/wcsmbs/tst-wcsnlen.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-c16-surrogate > /build/wcsmbs/tst-c16-surrogate.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-c16-surrogate $? false false > /build/wcsmbs/tst-c16-surrogate.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcschr > /build/wcsmbs/test-wcschr.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcschr $? false false > /build/wcsmbs/test-wcschr.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcstod-nan-sign > /build/wcsmbs/tst-wcstod-nan-sign.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcstod-nan-sign $? false false > /build/wcsmbs/tst-wcstod-nan-sign.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcschrnul > /build/wcsmbs/test-wcschrnul.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcschrnul $? false false > /build/wcsmbs/test-wcschrnul.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcstof > /build/wcsmbs/tst-wcstof.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcstof $? false false > /build/wcsmbs/tst-wcstof.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcstol-binary-c11 > /build/wcsmbs/tst-wcstol-binary-c11.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcstol-binary-c11 $? false false > /build/wcsmbs/tst-wcstol-binary-c11.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcstol-binary-gnu11 > /build/wcsmbs/tst-wcstol-binary-gnu11.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcstol-binary-gnu11 $? false false > /build/wcsmbs/tst-wcstol-binary-gnu11.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcstol-binary-c23 > /build/wcsmbs/tst-wcstol-binary-c23.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcstol-binary-c23 $? false false > /build/wcsmbs/tst-wcstol-binary-c23.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcpncpy > /build/wcsmbs/test-wcpncpy.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcpncpy $? false false > /build/wcsmbs/test-wcpncpy.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcstol-binary-gnu23 > /build/wcsmbs/tst-wcstol-binary-gnu23.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcstol-binary-gnu23 $? false false > /build/wcsmbs/tst-wcstol-binary-gnu23.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcstod-nan-locale > /build/wcsmbs/tst-wcstod-nan-locale.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcstod-nan-locale $? false false > /build/wcsmbs/tst-wcstod-nan-locale.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcsncpy > /build/wcsmbs/test-wcsncpy.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcsncpy $? false false > /build/wcsmbs/test-wcsncpy.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wscanf-to_inpunct > /build/wcsmbs/tst-wscanf-to_inpunct.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wscanf-to_inpunct $? false false > /build/wcsmbs/tst-wscanf-to_inpunct.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/wcsmbs-tst1 > /build/wcsmbs/wcsmbs-tst1.out; \ ../scripts/evaluate-test.sh wcsmbs/wcsmbs-tst1 $? false false > /build/wcsmbs/wcsmbs-tst1.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wprintf-binary -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wprintf-binary.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcstol-locale > /build/wcsmbs/tst-wcstol-locale.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcstol-locale $? false false > /build/wcsmbs/tst-wcstol-locale.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wcstod-round -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wcstod-round.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wscanf-binary-c11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wscanf-binary-c11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/wcsatcliff -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/wcsatcliff.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-mbrtoc8 > /build/wcsmbs/test-mbrtoc8.out; \ ../scripts/evaluate-test.sh wcsmbs/test-mbrtoc8 $? false false > /build/wcsmbs/test-mbrtoc8.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcsstr > /build/wcsmbs/test-wcsstr.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcsstr $? false false > /build/wcsmbs/test-wcsstr.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wscanf-binary-c11 > /build/wcsmbs/tst-wscanf-binary-c11.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wscanf-binary-c11 $? false false > /build/wcsmbs/tst-wscanf-binary-c11.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wprintf-binary > /build/wcsmbs/tst-wprintf-binary.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wprintf-binary $? false false > /build/wcsmbs/tst-wprintf-binary.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wscanf-intn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wscanf-intn.o -MD -MP -MF /build/wcsmbs/tst-wscanf-intn.o.dt -MT /build/wcsmbs/tst-wscanf-intn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wscanf-intn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wscanf-intn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcsrchr > /build/wcsmbs/test-wcsrchr.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcsrchr $? false false > /build/wcsmbs/test-wcsrchr.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wscanf-intn > /build/wcsmbs/tst-wscanf-intn.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wscanf-intn $? false false > /build/wcsmbs/tst-wscanf-intn.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/wcsatcliff > /build/wcsmbs/wcsatcliff.out; \ ../scripts/evaluate-test.sh wcsmbs/wcsatcliff $? false false > /build/wcsmbs/wcsatcliff.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcstod-round > /build/wcsmbs/tst-wcstod-round.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcstod-round $? false false > /build/wcsmbs/tst-wcstod-round.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcscat > /build/wcsmbs/test-wcscat.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcscat $? false false > /build/wcsmbs/test-wcscat.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcscspn > /build/wcsmbs/test-wcscspn.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcscspn $? false false > /build/wcsmbs/test-wcscspn.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcspbrk > /build/wcsmbs/test-wcspbrk.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcspbrk $? false false > /build/wcsmbs/test-wcspbrk.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcsspn > /build/wcsmbs/test-wcsspn.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcsspn $? false false > /build/wcsmbs/test-wcsspn.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcsncat > /build/wcsmbs/test-wcsncat.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcsncat $? false false > /build/wcsmbs/test-wcsncat.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcslcat2 > /build/wcsmbs/tst-wcslcat2.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcslcat2 $? false false > /build/wcsmbs/tst-wcslcat2.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wcslcpy2 > /build/wcsmbs/tst-wcslcpy2.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wcslcpy2 $? false false > /build/wcsmbs/tst-wcslcpy2.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wmemchr > /build/wcsmbs/test-wmemchr.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wmemchr $? false false > /build/wcsmbs/test-wmemchr.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wmemcmp > /build/wcsmbs/test-wmemcmp.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wmemcmp $? false false > /build/wcsmbs/test-wmemcmp.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wprintf-intn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wprintf-intn.o -MD -MP -MF /build/wcsmbs/tst-wprintf-intn.o.dt -MT /build/wcsmbs/tst-wprintf-intn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wprintf-intn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wprintf-intn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wprintf-intn > /build/wcsmbs/tst-wprintf-intn.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wprintf-intn $? false false > /build/wcsmbs/tst-wprintf-intn.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wscanf-binary-c23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c11 -DOBJPFX=\"/build/wcsmbs/\" -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wscanf-binary-c23.o -MD -MP -MF /build/wcsmbs/tst-wscanf-binary-c23.o.dt -MT /build/wcsmbs/tst-wscanf-binary-c23.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wscanf-binary-gnu89.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu89 -DOBJPFX=\"/build/wcsmbs/\" -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wscanf-binary-gnu89.o -MD -MP -MF /build/wcsmbs/tst-wscanf-binary-gnu89.o.dt -MT /build/wcsmbs/tst-wscanf-binary-gnu89.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 tst-wscanf-binary-gnu11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=gnu11 -DOBJPFX=\"/build/wcsmbs/\" -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/tst-wscanf-binary-gnu11.o -MD -MP -MF /build/wcsmbs/tst-wscanf-binary-gnu11.o.dt -MT /build/wcsmbs/tst-wscanf-binary-gnu11.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wscanf-binary-c23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wscanf-binary-c23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wscanf-binary-gnu89 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wscanf-binary-gnu89.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wscanf-binary-c23 > /build/wcsmbs/tst-wscanf-binary-c23.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wscanf-binary-c23 $? false false > /build/wcsmbs/tst-wscanf-binary-c23.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 -o /build/wcsmbs/tst-wscanf-binary-gnu11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wcsmbs/tst-wscanf-binary-gnu11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wscanf-binary-gnu89 > /build/wcsmbs/tst-wscanf-binary-gnu89.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wscanf-binary-gnu89 $? false false > /build/wcsmbs/tst-wscanf-binary-gnu89.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/tst-wscanf-binary-gnu11 > /build/wcsmbs/tst-wscanf-binary-gnu11.out; \ ../scripts/evaluate-test.sh wcsmbs/tst-wscanf-binary-gnu11 $? false false > /build/wcsmbs/tst-wscanf-binary-gnu11.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcscmp > /build/wcsmbs/test-wcscmp.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcscmp $? false false > /build/wcsmbs/test-wcscmp.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/types/__mbstate_t.h bits/types/mbstate_t.h bits/types/wint_t.h bits/wchar-ldbl.h bits/wchar.h bits/wchar2-decl.h bits/wchar2.h uchar.h wchar.h > /build/wcsmbs/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh wcsmbs/check-installed-headers-c $? false false > /build/wcsmbs/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcsncmp > /build/wcsmbs/test-wcsncmp.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcsncmp $? false false > /build/wcsmbs/test-wcsncmp.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wcsmbs/test-wcsnlen > /build/wcsmbs/test-wcsnlen.out; \ ../scripts/evaluate-test.sh wcsmbs/test-wcsnlen $? false false > /build/wcsmbs/test-wcsnlen.test-result make[2]: Leaving directory '/glibc/wcsmbs' make[2]: Entering directory '/glibc/wcsmbs' ../scripts/merge-test-results.sh -s /build/wcsmbs/ wcsmbs \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers test-c8rtomb test-char-types test-mbrtoc8 test-wcpcpy test-wcpncpy test-wcscat test-wcschr test-wcschrnul test-wcscmp test-wcscpy test-wcscspn test-wcsdup test-wcslen test-wcsncat test-wcsncmp test-wcsncpy test-wcsnlen test-wcsnlen-nonarray test-wcspbrk test-wcsrchr test-wcsspn test-wcsstr test-wmemchr test-wmemcmp test-wmemset tst-btowc tst-c16-surrogate tst-c16c32-1 tst-c32-state tst-fgetwc-after-eof tst-mbrtowc tst-mbrtowc2 tst-mbsrtowcs tst-mbstowcs tst-wchar-h tst-wcpncpy tst-wcrtomb tst-wcslcat tst-wcslcat2 tst-wcslcpy tst-wcslcpy2 tst-wcsnlen tst-wcstod-nan-locale tst-wcstod-nan-sign tst-wcstod-round tst-wcstof tst-wcstol-binary-c11 tst-wcstol-binary-c23 tst-wcstol-binary-gnu11 tst-wcstol-binary-gnu23 tst-wcstol-locale tst-wprintf-binary tst-wprintf-intn tst-wscanf-binary-c11 tst-wscanf-binary-c23 tst-wscanf-binary-gnu11 tst-wscanf-binary-gnu89 tst-wscanf-intn tst-wscanf-to_inpunct wcsatcliff wcsmbs-tst1 \ > /build/wcsmbs/subdir-tests.sum make[2]: Leaving directory '/glibc/wcsmbs' make subdir=timezone -C timezone ..=../ tests make[2]: Entering directory '/glibc/timezone' cp testdata/XT1 /build/timezone/testdata/XT1 make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' cp testdata/XT2 /build/timezone/testdata/XT2 make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' cp testdata/XT3 /build/timezone/testdata/XT3 make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' cp testdata/XT4 /build/timezone/testdata/XT4 make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' /bin/sh testdata/gen-XT5.sh > /build/timezone/testdata/XT5.tmp mv /build/timezone/testdata/XT5.tmp /build/timezone/testdata/XT5 make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/zic -d /build/timezone/testdata -y ./yearistype etcetera; ../scripts/evaluate-test.sh timezone/testdata/Etc/UTC $? false false > /build/timezone/testdata/Etc/UTC.test-result warning: -y ignored make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' cp testdata/XT6 /build/timezone/testdata/XT6 make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/zic -d /build/timezone/testdata -y ./yearistype australasia; ../scripts/evaluate-test.sh timezone/testdata/Australia/Melbourne $? false false > /build/timezone/testdata/Australia/Melbourne.test-result warning: -y ignored make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 test-tz.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/timezone -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/timezone/test-tz.o -MD -MP -MF /build/timezone/test-tz.o.dt -MT /build/timezone/test-tz.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/zic -d /build/timezone/testdata -y ./yearistype southamerica; ../scripts/evaluate-test.sh timezone/testdata/America/Sao_Paulo $? false false > /build/timezone/testdata/America/Sao_Paulo.test-result warning: -y ignored make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/zic -d /build/timezone/testdata -y ./yearistype simplebackw; ../scripts/evaluate-test.sh timezone/testdata/UTC $? false false > /build/timezone/testdata/UTC.test-result warning: -y ignored { test -r /build/timezone/testdata/Universal.test-result \ && cp /build/timezone/testdata/Universal.test-result /build/timezone/testdata/UTC.test-result \ && sed -i 's/Universal/UTC/' /build/timezone/testdata/UTC.test-result ; exit 0; } { test -r /build/timezone/testdata/UTC.test-result \ && cp /build/timezone/testdata/UTC.test-result /build/timezone/testdata/Universal.test-result \ && sed -i 's/UTC/Universal/' /build/timezone/testdata/Universal.test-result ; exit 0; } make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/zic -d /build/timezone/testdata -y ./yearistype asia; ../scripts/evaluate-test.sh timezone/testdata/Asia/Tokyo $? false false > /build/timezone/testdata/Asia/Tokyo.test-result warning: -y ignored make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/zic -d /build/timezone/testdata -y ./yearistype europe; ../scripts/evaluate-test.sh timezone/testdata/Europe/Berlin $? false false > /build/timezone/testdata/Europe/Berlin.test-result warning: -y ignored make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/zic -d /build/timezone/testdata -y ./yearistype northamerica; ../scripts/evaluate-test.sh timezone/testdata/America/New_York $? false false > /build/timezone/testdata/America/New_York.test-result warning: -y ignored make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 tst-bz28707.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/timezone -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/timezone/tst-bz28707.o -MD -MP -MF /build/timezone/tst-bz28707.o.dt -MT /build/timezone/tst-bz28707.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 -o /build/timezone/test-tz -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/timezone/test-tz.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C TZDIR=/build/timezone/testdata /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/test-tz > /build/timezone/test-tz.out; \ ../scripts/evaluate-test.sh timezone/test-tz $? false false > /build/timezone/test-tz.test-result make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 tst-bz29951.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/timezone -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/timezone/tst-bz29951.o -MD -MP -MF /build/timezone/tst-bz29951.o.dt -MT /build/timezone/tst-bz29951.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 tst-timezone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/timezone -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/timezone/tst-timezone.o -MD -MP -MF /build/timezone/tst-timezone.o.dt -MT /build/timezone/tst-timezone.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 tst-tzset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/timezone -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/timezone/tst-tzset.o -MD -MP -MF /build/timezone/tst-tzset.o.dt -MT /build/timezone/tst-tzset.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 -o /build/timezone/tst-bz28707 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/timezone/tst-bz28707.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' rm -f /build/timezone/testdata/posixrules.new /bin/sh ../scripts/rellns-sh /build/timezone/testdata/America/New_York /build/timezone/testdata/posixrules.new mv -f /build/timezone/testdata/posixrules.new /build/timezone/testdata/posixrules; ../scripts/evaluate-test.sh timezone/testdata/posixrules $? false false > /build/timezone/testdata/posixrules.test-result make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C TZDIR=/build/timezone/testdata /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/tst-bz28707 > /build/timezone/tst-bz28707.out; \ ../scripts/evaluate-test.sh timezone/tst-bz28707 $? false false > /build/timezone/tst-bz28707.test-result make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 -o /build/timezone/tst-bz29951 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/timezone/tst-bz29951.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 -o /build/timezone/tst-timezone -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/timezone/tst-timezone.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C TZDIR=/build/timezone/testdata /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/tst-bz29951 > /build/timezone/tst-bz29951.out; \ ../scripts/evaluate-test.sh timezone/tst-bz29951 $? false false > /build/timezone/tst-bz29951.test-result make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C TZDIR=/build/timezone/testdata /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/tst-timezone > /build/timezone/tst-timezone.out; \ ../scripts/evaluate-test.sh timezone/tst-timezone $? false false > /build/timezone/tst-timezone.test-result make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' gcc -m32 -o /build/timezone/tst-tzset -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/timezone/tst-tzset.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C TZDIR=/build/timezone/testdata /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/timezone/tst-tzset > /build/timezone/tst-tzset.out; \ ../scripts/evaluate-test.sh timezone/tst-tzset $? false false > /build/timezone/tst-tzset.test-result make[2]: Leaving directory '/glibc/timezone' make[2]: Entering directory '/glibc/timezone' ../scripts/merge-test-results.sh -s /build/timezone/ timezone \ test-tz testdata/America/New_York testdata/America/Sao_Paulo testdata/Asia/Tokyo testdata/Australia/Melbourne testdata/Etc/UTC testdata/Europe/Berlin testdata/UTC testdata/posixrules tst-bz28707 tst-bz29951 tst-timezone tst-tzset \ > /build/timezone/subdir-tests.sum make[2]: Leaving directory '/glibc/timezone' make subdir=time -C time ..=../ tests make[2]: Entering directory '/glibc/time' gcc -m32 bug-asctime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/bug-asctime.o -MD -MP -MF /build/time/bug-asctime.o.dt -MT /build/time/bug-asctime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-adjtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-adjtime.o -MD -MP -MF /build/time/tst-adjtime.o.dt -MT /build/time/tst-adjtime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-clock2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-clock2.o -MD -MP -MF /build/time/tst-clock2.o.dt -MT /build/time/tst-clock2.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-clock_settime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-clock_settime.o -MD -MP -MF /build/time/tst-clock_settime.o.dt -MT /build/time/tst-clock_settime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-ftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-ftime.o -MD -MP -MF /build/time/tst-ftime.o.dt -MT /build/time/tst-ftime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 clocktest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/clocktest.o -MD -MP -MF /build/time/clocktest.o.dt -MT /build/time/clocktest.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-difftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-difftime.o -MD -MP -MF /build/time/tst-difftime.o.dt -MT /build/time/tst-difftime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-ctime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-ctime.o -MD -MP -MF /build/time/tst-ctime.o.dt -MT /build/time/tst-ctime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 bug-mktime4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/bug-mktime4.o -MD -MP -MF /build/time/bug-mktime4.o.dt -MT /build/time/bug-mktime4.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 test_time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-format -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/test_time.o -MD -MP -MF /build/time/test_time.o.dt -MT /build/time/test_time.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-clock_nanosleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-clock_nanosleep.o -MD -MP -MF /build/time/tst-clock_nanosleep.o.dt -MT /build/time/tst-clock_nanosleep.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 bug-mktime1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/bug-mktime1.o -MD -MP -MF /build/time/bug-mktime1.o.dt -MT /build/time/bug-mktime1.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 bug-getdate1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/bug-getdate1.o -MD -MP -MF /build/time/bug-getdate1.o.dt -MT /build/time/bug-getdate1.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-clock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-clock.o -MD -MP -MF /build/time/tst-clock.o.dt -MT /build/time/tst-clock.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 bug-asctime_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/bug-asctime_r.o -MD -MP -MF /build/time/bug-asctime_r.o.dt -MT /build/time/bug-asctime_r.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-ftime_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-ftime_l.o -MD -MP -MF /build/time/tst-ftime_l.o.dt -MT /build/time/tst-ftime_l.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-mktime4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-mktime4.o -MD -MP -MF /build/time/tst-mktime4.o.dt -MT /build/time/tst-mktime4.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-settimeofday.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-settimeofday.o -MD -MP -MF /build/time/tst-settimeofday.o.dt -MT /build/time/tst-settimeofday.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-mktime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-mktime.o -MD -MP -MF /build/time/tst-mktime.o.dt -MT /build/time/tst-mktime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-mktime3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-mktime3.o -MD -MP -MF /build/time/tst-mktime3.o.dt -MT /build/time/tst-mktime3.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-cpuclock1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-cpuclock1.o -MD -MP -MF /build/time/tst-cpuclock1.o.dt -MT /build/time/tst-cpuclock1.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-gmtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-gmtime.o -MD -MP -MF /build/time/tst-gmtime.o.dt -MT /build/time/tst-gmtime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-strftime4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-strftime4.o -MD -MP -MF /build/time/tst-strftime4.o.dt -MT /build/time/tst-strftime4.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-timegm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-timegm.o -MD -MP -MF /build/time/tst-timegm.o.dt -MT /build/time/tst-timegm.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-timespec_get.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-timespec_get.o -MD -MP -MF /build/time/tst-timespec_get.o.dt -MT /build/time/tst-timespec_get.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-posixtz.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-posixtz.o -MD -MP -MF /build/time/tst-posixtz.o.dt -MT /build/time/tst-posixtz.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-strptime-whitespace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-strptime-whitespace.o -MD -MP -MF /build/time/tst-strptime-whitespace.o.dt -MT /build/time/tst-strptime-whitespace.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-timespec_getres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-timespec_getres.o -MD -MP -MF /build/time/tst-timespec_getres.o.dt -MT /build/time/tst-timespec_getres.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-tzfile-fault.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-tzfile-fault.o -MD -MP -MF /build/time/tst-tzfile-fault.o.dt -MT /build/time/tst-tzfile-fault.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-itimer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-itimer.o -MD -MP -MF /build/time/tst-itimer.o.dt -MT /build/time/tst-itimer.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-mktime2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-mktime2.o -MD -MP -MF /build/time/tst-mktime2.o.dt -MT /build/time/tst-mktime2.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-strftime2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-strftime2.o -MD -MP -MF /build/time/tst-strftime2.o.dt -MT /build/time/tst-strftime2.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-strptime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-strptime.o -MD -MP -MF /build/time/tst-strptime.o.dt -MT /build/time/tst-strptime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-strptime3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-strptime3.o -MD -MP -MF /build/time/tst-strptime3.o.dt -MT /build/time/tst-strptime3.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst_wcsftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst_wcsftime.o -MD -MP -MF /build/time/tst_wcsftime.o.dt -MT /build/time/tst_wcsftime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-getdate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-getdate.o -MD -MP -MF /build/time/tst-getdate.o.dt -MT /build/time/tst-getdate.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-strftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-strftime.o -MD -MP -MF /build/time/tst-strftime.o.dt -MT /build/time/tst-strftime.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-y2039.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-y2039.o -MD -MP -MF /build/time/tst-y2039.o.dt -MT /build/time/tst-y2039.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-strftime3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-strftime3.o -MD -MP -MF /build/time/tst-strftime3.o.dt -MT /build/time/tst-strftime3.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 ../sysdeps/unix/sysv/linux/tst-gettimeofday-clobber.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-gettimeofday-clobber.o -MD -MP -MF /build/time/tst-gettimeofday-clobber.o.dt -MT /build/time/tst-gettimeofday-clobber.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-tzname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTZDEFRULES='"posixrules"' -DTOP_NAMESPACE=glibc -o /build/time/tst-tzname.o -MD -MP -MF /build/time/tst-tzname.o.dt -MT /build/time/tst-tzname.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 ../sysdeps/unix/sysv/linux/tst-clock_gettime-clobber.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-clock_gettime-clobber.o -MD -MP -MF /build/time/tst-clock_gettime-clobber.o.dt -MT /build/time/tst-clock_gettime-clobber.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-adjtime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-adjtime-time64.o -MD -MP -MF /build/time/tst-adjtime-time64.o.dt -MT /build/time/tst-adjtime-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 ../sysdeps/unix/sysv/linux/tst-time-clobber.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-time-clobber.o -MD -MP -MF /build/time/tst-time-clobber.o.dt -MT /build/time/tst-time-clobber.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-clock2-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-clock2-time64.o -MD -MP -MF /build/time/tst-clock2-time64.o.dt -MT /build/time/tst-clock2-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-clock_settime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-clock_settime-time64.o -MD -MP -MF /build/time/tst-clock_settime-time64.o.dt -MT /build/time/tst-clock_settime-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-strptime2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-strptime2.o -MD -MP -MF /build/time/tst-strptime2.o.dt -MT /build/time/tst-strptime2.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-difftime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-difftime-time64.o -MD -MP -MF /build/time/tst-difftime-time64.o.dt -MT /build/time/tst-difftime-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-clock_nanosleep-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-clock_nanosleep-time64.o -MD -MP -MF /build/time/tst-clock_nanosleep-time64.o.dt -MT /build/time/tst-clock_nanosleep-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-mktime4-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-mktime4-time64.o -MD -MP -MF /build/time/tst-mktime4-time64.o.dt -MT /build/time/tst-mktime4-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-settimeofday-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-settimeofday-time64.o -MD -MP -MF /build/time/tst-settimeofday-time64.o.dt -MT /build/time/tst-settimeofday-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-ctime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-ctime-time64.o -MD -MP -MF /build/time/tst-ctime-time64.o.dt -MT /build/time/tst-ctime-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-timespec_get-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-timespec_get-time64.o -MD -MP -MF /build/time/tst-timespec_get-time64.o.dt -MT /build/time/tst-timespec_get-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-clock-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-clock-time64.o -MD -MP -MF /build/time/tst-clock-time64.o.dt -MT /build/time/tst-clock-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-timegm-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-timegm-time64.o -MD -MP -MF /build/time/tst-timegm-time64.o.dt -MT /build/time/tst-timegm-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/bug-mktime1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/bug-mktime1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=time time.h sys/time.h sys/timeb.h bits/time.h bits/types/clockid_t.h bits/types/clock_t.h bits/types/struct_itimerspec.h bits/types/struct_timespec.h bits/types/struct_timeval.h bits/types/struct_tm.h bits/types/timer_t.h bits/types/time_t.h bits/types/struct_timeb.h bits/timex.h sys/timex.h > /build/time/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh time/check-wrapper-headers $? false false > /build/time/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-strftime4-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-strftime4-time64.o -MD -MP -MF /build/time/tst-strftime4-time64.o.dt -MT /build/time/tst-strftime4-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/bug-asctime_r -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/bug-asctime_r.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/bug-getdate1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/bug-getdate1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-y2039-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-y2039-time64.o -MD -MP -MF /build/time/tst-y2039-time64.o.dt -MT /build/time/tst-y2039-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/bug-asctime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/bug-asctime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/test_time -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/test_time.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/clocktest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/clocktest.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-adjtime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-adjtime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' python3 -B ../scripts/check-obsolete-constructs.py time.h sys/time.h sys/timeb.h ../sysdeps/unix/sysv/linux/bits/time.h bits/types/clockid_t.h bits/types/clock_t.h bits/types/struct_itimerspec.h bits/types/struct_timespec.h bits/types/struct_timeval.h bits/types/struct_tm.h bits/types/timer_t.h bits/types/time_t.h bits/types/struct_timeb.h ../sysdeps/unix/sysv/linux/bits/timex.h ../sysdeps/unix/sysv/linux/sys/timex.h > /build/time/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh time/check-obsolete-constructs $? false false > /build/time/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-clock -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-clock.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-timespec_getres-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-timespec_getres-time64.o -MD -MP -MF /build/time/tst-timespec_getres-time64.o.dt -MT /build/time/tst-timespec_getres-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/bug-mktime4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/bug-mktime4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-clock2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-clock2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-clock_nanosleep -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-clock_nanosleep.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-clock_settime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-clock_settime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-cpuclock1-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-cpuclock1-time64.o -MD -MP -MF /build/time/tst-cpuclock1-time64.o.dt -MT /build/time/tst-cpuclock1-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-ctime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-ctime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-difftime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-difftime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-ftime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-ftime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-cpuclock1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-cpuclock1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-itimer-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-itimer-time64.o -MD -MP -MF /build/time/tst-itimer-time64.o.dt -MT /build/time/tst-itimer-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-gmtime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-gmtime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-ftime_l -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-ftime_l.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-getdate -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-getdate.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-mktime2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-mktime2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-mktime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-mktime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-mktime4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-mktime4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-itimer -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-itimer.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-posixtz -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-posixtz.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-mktime3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-mktime3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-settimeofday -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-settimeofday.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-strftime2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-strftime2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-strftime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-strftime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-strptime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-strptime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-strftime3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-strftime3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-strptime2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-strptime2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-strftime4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-strftime4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' Generating locale lo_LA.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 tst-gmtime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tst-gmtime-time64.o -MD -MP -MF /build/time/tst-gmtime-time64.o.dt -MT /build/time/tst-gmtime-time64.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-strptime-whitespace -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-strptime-whitespace.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-strptime3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-strptime3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-timespec_get -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-timespec_get.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-timegm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-timegm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst_wcsftime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst_wcsftime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-tzfile-fault -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-tzfile-fault.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-timespec_getres -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-timespec_getres.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-y2039 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-y2039.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-tzname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-tzname.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-clock_gettime-clobber -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-clock_gettime-clobber.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-gettimeofday-clobber -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-gettimeofday-clobber.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-adjtime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-adjtime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/bug-asctime > /build/time/bug-asctime.out; \ ../scripts/evaluate-test.sh time/bug-asctime $? false false > /build/time/bug-asctime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-time-clobber -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-time-clobber.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/bug-asctime_r > /build/time/bug-asctime_r.out; \ ../scripts/evaluate-test.sh time/bug-asctime_r $? false false > /build/time/bug-asctime_r.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-clock-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-clock-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-clock2-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-clock2-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-clock_nanosleep-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-clock_nanosleep-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-clock_settime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-clock_settime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-cpuclock1-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-cpuclock1-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-difftime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-difftime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/bug-mktime1 > /build/time/bug-mktime1.out; \ ../scripts/evaluate-test.sh time/bug-mktime1 $? false false > /build/time/bug-mktime1.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-mktime4-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-mktime4-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/bug-mktime4 > /build/time/bug-mktime4.out; \ ../scripts/evaluate-test.sh time/bug-mktime4 $? false false > /build/time/bug-mktime4.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/test_time EST5EDT CST > /build/time/test_time.out; \ ../scripts/evaluate-test.sh time/test_time $? false false > /build/time/test_time.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-adjtime > /build/time/tst-adjtime.out; \ ../scripts/evaluate-test.sh time/tst-adjtime $? false false > /build/time/tst-adjtime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-ctime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-ctime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-gmtime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-gmtime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-clock2 > /build/time/tst-clock2.out; \ ../scripts/evaluate-test.sh time/tst-clock2 $? false false > /build/time/tst-clock2.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-itimer-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-itimer-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-settimeofday-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-settimeofday-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-timespec_get-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-timespec_get-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-y2039-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-y2039-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-clock_settime > /build/time/tst-clock_settime.out; \ ../scripts/evaluate-test.sh time/tst-clock_settime $? false false > /build/time/tst-clock_settime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-ctime > /build/time/tst-ctime.out; \ ../scripts/evaluate-test.sh time/tst-ctime $? false false > /build/time/tst-ctime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-strftime4-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-strftime4-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/bug-getdate1 /build/time/bug-getdate1-fmt > /build/time/bug-getdate1.out; \ ../scripts/evaluate-test.sh time/bug-getdate1 $? false false > /build/time/bug-getdate1.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-timespec_getres-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-timespec_getres-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-difftime > /build/time/tst-difftime.out; \ ../scripts/evaluate-test.sh time/tst-difftime $? false false > /build/time/tst-difftime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' gcc -m32 -o /build/time/tst-timegm-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/time/tst-timegm-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-gmtime > /build/time/tst-gmtime.out; \ ../scripts/evaluate-test.sh time/tst-gmtime $? false false > /build/time/tst-gmtime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-getdate > /build/time/tst-getdate.out; \ ../scripts/evaluate-test.sh time/tst-getdate $? false false > /build/time/tst-getdate.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-mktime > /build/time/tst-mktime.out; \ ../scripts/evaluate-test.sh time/tst-mktime $? false false > /build/time/tst-mktime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-mktime4 > /build/time/tst-mktime4.out; \ ../scripts/evaluate-test.sh time/tst-mktime4 $? false false > /build/time/tst-mktime4.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-mktime3 > /build/time/tst-mktime3.out; \ ../scripts/evaluate-test.sh time/tst-mktime3 $? false false > /build/time/tst-mktime3.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-strftime4 > /build/time/tst-strftime4.out; \ ../scripts/evaluate-test.sh time/tst-strftime4 $? false false > /build/time/tst-strftime4.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-settimeofday > /build/time/tst-settimeofday.out; \ ../scripts/evaluate-test.sh time/tst-settimeofday $? false false > /build/time/tst-settimeofday.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-strftime > /build/time/tst-strftime.out; \ ../scripts/evaluate-test.sh time/tst-strftime $? false false > /build/time/tst-strftime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-posixtz > /build/time/tst-posixtz.out; \ ../scripts/evaluate-test.sh time/tst-posixtz $? false false > /build/time/tst-posixtz.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-strptime-whitespace > /build/time/tst-strptime-whitespace.out; \ ../scripts/evaluate-test.sh time/tst-strptime-whitespace $? false false > /build/time/tst-strptime-whitespace.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-mktime2 > /build/time/tst-mktime2.out; \ ../scripts/evaluate-test.sh time/tst-mktime2 $? false false > /build/time/tst-mktime2.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-strptime3 > /build/time/tst-strptime3.out; \ ../scripts/evaluate-test.sh time/tst-strptime3 $? false false > /build/time/tst-strptime3.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-timegm > /build/time/tst-timegm.out; \ ../scripts/evaluate-test.sh time/tst-timegm $? false false > /build/time/tst-timegm.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-timespec_get > /build/time/tst-timespec_get.out; \ ../scripts/evaluate-test.sh time/tst-timespec_get $? false false > /build/time/tst-timespec_get.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-timespec_getres > /build/time/tst-timespec_getres.out; \ ../scripts/evaluate-test.sh time/tst-timespec_getres $? false false > /build/time/tst-timespec_getres.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.rtld.enable_secure=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-tzfile-fault > /build/time/tst-tzfile-fault.out; \ ../scripts/evaluate-test.sh time/tst-tzfile-fault $? false false > /build/time/tst-tzfile-fault.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C TZDIR=/build/timezone/testdata /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-tzname > /build/time/tst-tzname.out; \ ../scripts/evaluate-test.sh time/tst-tzname $? false false > /build/time/tst-tzname.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-y2039 > /build/time/tst-y2039.out; \ ../scripts/evaluate-test.sh time/tst-y2039 $? false false > /build/time/tst-y2039.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst_wcsftime > /build/time/tst_wcsftime.out; \ ../scripts/evaluate-test.sh time/tst_wcsftime $? false false > /build/time/tst_wcsftime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-clock_gettime-clobber > /build/time/tst-clock_gettime-clobber.out; \ ../scripts/evaluate-test.sh time/tst-clock_gettime-clobber $? false false > /build/time/tst-clock_gettime-clobber.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-gettimeofday-clobber > /build/time/tst-gettimeofday-clobber.out; \ ../scripts/evaluate-test.sh time/tst-gettimeofday-clobber $? false false > /build/time/tst-gettimeofday-clobber.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-time-clobber > /build/time/tst-time-clobber.out; \ ../scripts/evaluate-test.sh time/tst-time-clobber $? false false > /build/time/tst-time-clobber.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-adjtime-time64 > /build/time/tst-adjtime-time64.out; \ ../scripts/evaluate-test.sh time/tst-adjtime-time64 $? false false > /build/time/tst-adjtime-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-clock2-time64 > /build/time/tst-clock2-time64.out; \ ../scripts/evaluate-test.sh time/tst-clock2-time64 $? false false > /build/time/tst-clock2-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-clock_settime-time64 > /build/time/tst-clock_settime-time64.out; \ ../scripts/evaluate-test.sh time/tst-clock_settime-time64 $? false false > /build/time/tst-clock_settime-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-strptime2 > /build/time/tst-strptime2.out; \ ../scripts/evaluate-test.sh time/tst-strptime2 $? false false > /build/time/tst-strptime2.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-ctime-time64 > /build/time/tst-ctime-time64.out; \ ../scripts/evaluate-test.sh time/tst-ctime-time64 $? false false > /build/time/tst-ctime-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-difftime-time64 > /build/time/tst-difftime-time64.out; \ ../scripts/evaluate-test.sh time/tst-difftime-time64 $? false false > /build/time/tst-difftime-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-gmtime-time64 > /build/time/tst-gmtime-time64.out; \ ../scripts/evaluate-test.sh time/tst-gmtime-time64 $? false false > /build/time/tst-gmtime-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-mktime4-time64 > /build/time/tst-mktime4-time64.out; \ ../scripts/evaluate-test.sh time/tst-mktime4-time64 $? false false > /build/time/tst-mktime4-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-settimeofday-time64 > /build/time/tst-settimeofday-time64.out; \ ../scripts/evaluate-test.sh time/tst-settimeofday-time64 $? false false > /build/time/tst-settimeofday-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-strftime4-time64 > /build/time/tst-strftime4-time64.out; \ ../scripts/evaluate-test.sh time/tst-strftime4-time64 $? false false > /build/time/tst-strftime4-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-timegm-time64 > /build/time/tst-timegm-time64.out; \ ../scripts/evaluate-test.sh time/tst-timegm-time64 $? false false > /build/time/tst-timegm-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-timespec_get-time64 > /build/time/tst-timespec_get-time64.out; \ ../scripts/evaluate-test.sh time/tst-timespec_get-time64 $? false false > /build/time/tst-timespec_get-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-y2039-time64 > /build/time/tst-y2039-time64.out; \ ../scripts/evaluate-test.sh time/tst-y2039-time64 $? false false > /build/time/tst-y2039-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-timespec_getres-time64 > /build/time/tst-timespec_getres-time64.out; \ ../scripts/evaluate-test.sh time/tst-timespec_getres-time64 $? false false > /build/time/tst-timespec_getres-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-cpuclock1 > /build/time/tst-cpuclock1.out; \ ../scripts/evaluate-test.sh time/tst-cpuclock1 $? false false > /build/time/tst-cpuclock1.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-cpuclock1-time64 > /build/time/tst-cpuclock1-time64.out; \ ../scripts/evaluate-test.sh time/tst-cpuclock1-time64 $? false false > /build/time/tst-cpuclock1-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' Generating locale nan_TW.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' Generating locale lzh_TW.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' Generating locale zh_TW.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' Generating locale hak_TW.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-ftime_l > /build/time/tst-ftime_l.out; \ ../scripts/evaluate-test.sh time/tst-ftime_l $? false false > /build/time/tst-ftime_l.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-strftime3 > /build/time/tst-strftime3.out; \ ../scripts/evaluate-test.sh time/tst-strftime3 $? false false > /build/time/tst-strftime3.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-strptime > /build/time/tst-strptime.out; \ ../scripts/evaluate-test.sh time/tst-strptime $? false false > /build/time/tst-strptime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-strftime2 > /build/time/tst-strftime2.out; \ ../scripts/evaluate-test.sh time/tst-strftime2 $? false false > /build/time/tst-strftime2.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/clocktest > /build/time/clocktest.out; \ ../scripts/evaluate-test.sh time/clocktest $? false false > /build/time/clocktest.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-itimer > /build/time/tst-itimer.out; \ ../scripts/evaluate-test.sh time/tst-itimer $? false false > /build/time/tst-itimer.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-itimer-time64 > /build/time/tst-itimer-time64.out; \ ../scripts/evaluate-test.sh time/tst-itimer-time64 $? false false > /build/time/tst-itimer-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-clock_nanosleep > /build/time/tst-clock_nanosleep.out; \ ../scripts/evaluate-test.sh time/tst-clock_nanosleep $? false false > /build/time/tst-clock_nanosleep.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-clock_nanosleep-time64 > /build/time/tst-clock_nanosleep-time64.out; \ ../scripts/evaluate-test.sh time/tst-clock_nanosleep-time64 $? false false > /build/time/tst-clock_nanosleep-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-ftime > /build/time/tst-ftime.out; \ ../scripts/evaluate-test.sh time/tst-ftime $? false false > /build/time/tst-ftime.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-clock > /build/time/tst-clock.out; \ ../scripts/evaluate-test.sh time/tst-clock $? false false > /build/time/tst-clock.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/time/tst-clock-time64 > /build/time/tst-clock-time64.out; \ ../scripts/evaluate-test.sh time/tst-clock-time64 $? false false > /build/time/tst-clock-time64.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ time.h sys/time.h sys/timeb.h bits/time.h bits/types/clockid_t.h bits/types/clock_t.h bits/types/struct_itimerspec.h bits/types/struct_timespec.h bits/types/struct_timeval.h bits/types/struct_tm.h bits/types/timer_t.h bits/types/time_t.h bits/types/struct_timeb.h bits/timex.h sys/timex.h > /build/time/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh time/check-installed-headers-c $? false false > /build/time/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/time' make[2]: Entering directory '/glibc/time' ../scripts/merge-test-results.sh -s /build/time/ time \ bug-asctime bug-asctime_r bug-getdate1 bug-mktime1 bug-mktime4 check-installed-headers-c check-obsolete-constructs check-wrapper-headers clocktest test_time tst-adjtime tst-adjtime-time64 tst-clock tst-clock-time64 tst-clock2 tst-clock2-time64 tst-clock_gettime-clobber tst-clock_nanosleep tst-clock_nanosleep-time64 tst-clock_settime tst-clock_settime-time64 tst-cpuclock1 tst-cpuclock1-time64 tst-ctime tst-ctime-time64 tst-difftime tst-difftime-time64 tst-ftime tst-ftime_l tst-getdate tst-gettimeofday-clobber tst-gmtime tst-gmtime-time64 tst-itimer tst-itimer-time64 tst-mktime tst-mktime2 tst-mktime3 tst-mktime4 tst-mktime4-time64 tst-posixtz tst-settimeofday tst-settimeofday-time64 tst-strftime tst-strftime2 tst-strftime3 tst-strftime4 tst-strftime4-time64 tst-strptime tst-strptime-whitespace tst-strptime2 tst-strptime3 tst-time-clobber tst-timegm tst-timegm-time64 tst-timespec_get tst-timespec_get-time64 tst-timespec_getres tst-timespec_getres-time64 tst-tzfile-fault tst-tzname tst-y2039 tst-y2039-time64 tst_wcsftime \ > /build/time/subdir-tests.sum make[2]: Leaving directory '/glibc/time' make subdir=dirent -C dirent ..=../ tests make[2]: Entering directory '/glibc/dirent' gcc -m32 bug-readdir1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/bug-readdir1.o -MD -MP -MF /build/dirent/bug-readdir1.o.dt -MT /build/dirent/bug-readdir1.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 list.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/list.o -MD -MP -MF /build/dirent/list.o.dt -MT /build/dirent/list.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/bug-readdir1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/bug-readdir1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=dirent bits/dirent.h bits/dirent_ext.h dirent.h > /build/dirent/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh dirent/check-wrapper-headers $? false false > /build/dirent/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/bug-readdir1 > /build/dirent/bug-readdir1.out; \ ../scripts/evaluate-test.sh dirent/bug-readdir1 $? false false > /build/dirent/bug-readdir1.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' python3 -B ../scripts/check-obsolete-constructs.py ../sysdeps/unix/sysv/linux/bits/dirent.h ../sysdeps/unix/sysv/linux/bits/dirent_ext.h dirent.h > /build/dirent/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh dirent/check-obsolete-constructs $? false false > /build/dirent/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 opendir-tst1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/opendir-tst1.o -MD -MP -MF /build/dirent/opendir-tst1.o.dt -MT /build/dirent/opendir-tst1.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/list -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/list.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 tst-closedir-leaks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-closedir-leaks.o -MD -MP -MF /build/dirent/tst-closedir-leaks.o.dt -MT /build/dirent/tst-closedir-leaks.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/list > /build/dirent/list.out; \ ../scripts/evaluate-test.sh dirent/list $? false false > /build/dirent/list.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 ../sysdeps/unix/sysv/linux/tst-readdir64-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-readdir64-compat.o -MD -MP -MF /build/dirent/tst-readdir64-compat.o.dt -MT /build/dirent/tst-readdir64-compat.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 tst-fdopendir2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-fdopendir2.o -MD -MP -MF /build/dirent/tst-fdopendir2.o.dt -MT /build/dirent/tst-fdopendir2.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 tst-fdopendir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-fdopendir.o -MD -MP -MF /build/dirent/tst-fdopendir.o.dt -MT /build/dirent/tst-fdopendir.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 tst-seekdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-seekdir.o -MD -MP -MF /build/dirent/tst-seekdir.o.dt -MT /build/dirent/tst-seekdir.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/opendir-tst1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/opendir-tst1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/dirent/opendir-tst1.o: in function `do_test': /glibc/dirent/opendir-tst1.c:65:(.text+0x3a): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 tst-readdir-zero-inode.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-readdir-zero-inode.o -MD -MP -MF /build/dirent/tst-readdir-zero-inode.o.dt -MT /build/dirent/tst-readdir-zero-inode.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/opendir-tst1 --test-dir=/build/dirent > /build/dirent/opendir-tst1.out; \ ../scripts/evaluate-test.sh dirent/opendir-tst1 $? false false > /build/dirent/opendir-tst1.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 ../sysdeps/unix/sysv/linux/tst-getdents64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-getdents64.o -MD -MP -MF /build/dirent/tst-getdents64.o.dt -MT /build/dirent/tst-getdents64.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-fdopendir2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-fdopendir2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-readdir64-compat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-readdir64-compat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 tst-rewinddir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-rewinddir.o -MD -MP -MF /build/dirent/tst-rewinddir.o.dt -MT /build/dirent/tst-rewinddir.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-fdopendir2 > /build/dirent/tst-fdopendir2.out; \ ../scripts/evaluate-test.sh dirent/tst-fdopendir2 $? false false > /build/dirent/tst-fdopendir2.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-readdir64-compat > /build/dirent/tst-readdir64-compat.out; \ ../scripts/evaluate-test.sh dirent/tst-readdir64-compat $? false false > /build/dirent/tst-readdir64-compat.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 tst-scandir64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-scandir64.o -MD -MP -MF /build/dirent/tst-scandir64.o.dt -MT /build/dirent/tst-scandir64.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-seekdir -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-seekdir.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 tst-scandir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-scandir.o -MD -MP -MF /build/dirent/tst-scandir.o.dt -MT /build/dirent/tst-scandir.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-closedir-leaks -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-closedir-leaks.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-fdopendir -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-fdopendir.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-readdir-zero-inode -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-readdir-zero-inode.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 tst-readdir-long.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/tst-readdir-long.o -MD -MP -MF /build/dirent/tst-readdir-long.o.dt -MT /build/dirent/tst-readdir-long.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-seekdir > /build/dirent/tst-seekdir.out; \ ../scripts/evaluate-test.sh dirent/tst-seekdir $? false false > /build/dirent/tst-seekdir.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-getdents64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-getdents64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-readdir-zero-inode > /build/dirent/tst-readdir-zero-inode.out; \ ../scripts/evaluate-test.sh dirent/tst-readdir-zero-inode $? false false > /build/dirent/tst-readdir-zero-inode.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-getdents64 > /build/dirent/tst-getdents64.out; \ ../scripts/evaluate-test.sh dirent/tst-getdents64 $? false false > /build/dirent/tst-getdents64.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-scandir64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-scandir64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-rewinddir -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-rewinddir.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-scandir64 > /build/dirent/tst-scandir64.out; \ ../scripts/evaluate-test.sh dirent/tst-scandir64 $? false false > /build/dirent/tst-scandir64.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-rewinddir > /build/dirent/tst-rewinddir.out; \ ../scripts/evaluate-test.sh dirent/tst-rewinddir $? false false > /build/dirent/tst-rewinddir.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-readdir-long -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-readdir-long.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' gcc -m32 -o /build/dirent/tst-scandir -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/dirent/tst-scandir.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-readdir-long > /build/dirent/tst-readdir-long.out; \ ../scripts/evaluate-test.sh dirent/tst-readdir-long $? false false > /build/dirent/tst-readdir-long.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-scandir > /build/dirent/tst-scandir.out; \ ../scripts/evaluate-test.sh dirent/tst-scandir $? false false > /build/dirent/tst-scandir.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/dirent/tst-closedir-leaks.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-closedir-leaks > /build/dirent/tst-closedir-leaks.out; \ ../scripts/evaluate-test.sh dirent/tst-closedir-leaks $? false false > /build/dirent/tst-closedir-leaks.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' /build/malloc/mtrace /build/dirent/tst-closedir-leaks.mtrace > /build/dirent/tst-closedir-leaks-mem.out; \ ../scripts/evaluate-test.sh dirent/tst-closedir-leaks-mem $? false false > /build/dirent/tst-closedir-leaks-mem.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/dirent.h bits/dirent_ext.h dirent.h > /build/dirent/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh dirent/check-installed-headers-c $? false false > /build/dirent/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/dirent/tst-fdopendir > /build/dirent/tst-fdopendir.out; \ ../scripts/evaluate-test.sh dirent/tst-fdopendir $? false false > /build/dirent/tst-fdopendir.test-result make[2]: Leaving directory '/glibc/dirent' make[2]: Entering directory '/glibc/dirent' ../scripts/merge-test-results.sh -s /build/dirent/ dirent \ bug-readdir1 check-installed-headers-c check-obsolete-constructs check-wrapper-headers list opendir-tst1 tst-closedir-leaks tst-closedir-leaks-mem tst-fdopendir tst-fdopendir2 tst-getdents64 tst-readdir-long tst-readdir-zero-inode tst-readdir64-compat tst-rewinddir tst-scandir tst-scandir64 tst-seekdir \ > /build/dirent/subdir-tests.sum make[2]: Leaving directory '/glibc/dirent' make subdir=posix -C posix ..=../ tests make[2]: Entering directory '/glibc/posix' gcc -m32 bug-ga1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-ga1.o -MD -MP -MF /build/posix/bug-ga1.o.dt -MT /build/posix/bug-ga1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex2.o -MD -MP -MF /build/posix/bug-regex2.o.dt -MT /build/posix/bug-regex2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex3.o -MD -MP -MF /build/posix/bug-regex3.o.dt -MT /build/posix/bug-regex3.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex14.o -MD -MP -MF /build/posix/bug-regex14.o.dt -MT /build/posix/bug-regex14.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex7.o -MD -MP -MF /build/posix/bug-regex7.o.dt -MT /build/posix/bug-regex7.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex10.o -MD -MP -MF /build/posix/bug-regex10.o.dt -MT /build/posix/bug-regex10.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex8.o -MD -MP -MF /build/posix/bug-regex8.o.dt -MT /build/posix/bug-regex8.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex9.o -MD -MP -MF /build/posix/bug-regex9.o.dt -MT /build/posix/bug-regex9.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-getopt2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-getopt2.o -MD -MP -MF /build/posix/bug-getopt2.o.dt -MT /build/posix/bug-getopt2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-getopt1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-getopt1.o -MD -MP -MF /build/posix/bug-getopt1.o.dt -MT /build/posix/bug-getopt1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-getopt3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-getopt3.o -MD -MP -MF /build/posix/bug-getopt3.o.dt -MT /build/posix/bug-getopt3.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-getopt5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-getopt5.o -MD -MP -MF /build/posix/bug-getopt5.o.dt -MT /build/posix/bug-getopt5.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-glob3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-glob3.o -MD -MP -MF /build/posix/bug-glob3.o.dt -MT /build/posix/bug-glob3.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex1.o -MD -MP -MF /build/posix/bug-regex1.o.dt -MT /build/posix/bug-regex1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex4.o -MD -MP -MF /build/posix/bug-regex4.o.dt -MT /build/posix/bug-regex4.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex6.o -MD -MP -MF /build/posix/bug-regex6.o.dt -MT /build/posix/bug-regex6.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex11.o -MD -MP -MF /build/posix/bug-regex11.o.dt -MT /build/posix/bug-regex11.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex12.o -MD -MP -MF /build/posix/bug-regex12.o.dt -MT /build/posix/bug-regex12.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex13.o -MD -MP -MF /build/posix/bug-regex13.o.dt -MT /build/posix/bug-regex13.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-getopt4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-getopt4.o -MD -MP -MF /build/posix/bug-getopt4.o.dt -MT /build/posix/bug-getopt4.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex15.o -MD -MP -MF /build/posix/bug-regex15.o.dt -MT /build/posix/bug-regex15.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-glob2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-glob2.o -MD -MP -MF /build/posix/bug-glob2.o.dt -MT /build/posix/bug-glob2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex16.o -MD -MP -MF /build/posix/bug-regex16.o.dt -MT /build/posix/bug-regex16.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex18.o -MD -MP -MF /build/posix/bug-regex18.o.dt -MT /build/posix/bug-regex18.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex21.o -MD -MP -MF /build/posix/bug-regex21.o.dt -MT /build/posix/bug-regex21.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex23.o -MD -MP -MF /build/posix/bug-regex23.o.dt -MT /build/posix/bug-regex23.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' LC_ALL=C sed -f PTESTS2C.sed < PTESTS > /build/posix/ptestcases.hT mv /build/posix/ptestcases.hT /build/posix/ptestcases.h make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex26.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex26.o -MD -MP -MF /build/posix/bug-regex26.o.dt -MT /build/posix/bug-regex26.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex27.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex27.o -MD -MP -MF /build/posix/bug-regex27.o.dt -MT /build/posix/bug-regex27.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex36.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex36.o -MD -MP -MF /build/posix/bug-regex36.o.dt -MT /build/posix/bug-regex36.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex17.o -MD -MP -MF /build/posix/bug-regex17.o.dt -MT /build/posix/bug-regex17.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex22.o -MD -MP -MF /build/posix/bug-regex22.o.dt -MT /build/posix/bug-regex22.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex25.o -MD -MP -MF /build/posix/bug-regex25.o.dt -MT /build/posix/bug-regex25.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex28.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex28.o -MD -MP -MF /build/posix/bug-regex28.o.dt -MT /build/posix/bug-regex28.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex31.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex31.o -MD -MP -MF /build/posix/bug-regex31.o.dt -MT /build/posix/bug-regex31.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' LC_ALL=C sed -f TESTS2C.sed < TESTS > /build/posix/testcases.hT mv /build/posix/testcases.hT /build/posix/testcases.h make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex37.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex37.o -MD -MP -MF /build/posix/bug-regex37.o.dt -MT /build/posix/bug-regex37.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex38.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex38.o -MD -MP -MF /build/posix/bug-regex38.o.dt -MT /build/posix/bug-regex38.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex29.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex29.o -MD -MP -MF /build/posix/bug-regex29.o.dt -MT /build/posix/bug-regex29.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 test-ssize-max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/test-ssize-max.o -MD -MP -MF /build/posix/test-ssize-max.o.dt -MT /build/posix/test-ssize-max.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex24.o -MD -MP -MF /build/posix/bug-regex24.o.dt -MT /build/posix/bug-regex24.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 regexbug1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/regexbug1.o -MD -MP -MF /build/posix/regexbug1.o.dt -MT /build/posix/regexbug1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex19.o -MD -MP -MF /build/posix/bug-regex19.o.dt -MT /build/posix/bug-regex19.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex30.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex30.o -MD -MP -MF /build/posix/bug-regex30.o.dt -MT /build/posix/bug-regex30.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex34.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex34.o -MD -MP -MF /build/posix/bug-regex34.o.dt -MT /build/posix/bug-regex34.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex32.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex32.o -MD -MP -MF /build/posix/bug-regex32.o.dt -MT /build/posix/bug-regex32.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex35.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex35.o -MD -MP -MF /build/posix/bug-regex35.o.dt -MT /build/posix/bug-regex35.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 testfnm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/testfnm.o -MD -MP -MF /build/posix/testfnm.o.dt -MT /build/posix/testfnm.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 test-vfork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/test-vfork.o -MD -MP -MF /build/posix/test-vfork.o.dt -MT /build/posix/test-vfork.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execle1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execle1.o -MD -MP -MF /build/posix/tst-execle1.o.dt -MT /build/posix/tst-execle1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-cpucount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-cpucount.o -MD -MP -MF /build/posix/tst-cpucount.o.dt -MT /build/posix/tst-cpucount.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execl1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execl1.o -MD -MP -MF /build/posix/tst-execl1.o.dt -MT /build/posix/tst-execl1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-boost.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-boost.o -MD -MP -MF /build/posix/tst-boost.o.dt -MT /build/posix/tst-boost.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execl2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execl2.o -MD -MP -MF /build/posix/tst-execl2.o.dt -MT /build/posix/tst-execl2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 transbug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/transbug.o -MD -MP -MF /build/posix/transbug.o.dt -MT /build/posix/transbug.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-cpuset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-cpuset.o -MD -MP -MF /build/posix/tst-cpuset.o.dt -MT /build/posix/tst-cpuset.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execle2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execle2.o -MD -MP -MF /build/posix/tst-execle2.o.dt -MT /build/posix/tst-execle2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execlp1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execlp1.o -MD -MP -MF /build/posix/tst-execlp1.o.dt -MT /build/posix/tst-execlp1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execv1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execv1.o -MD -MP -MF /build/posix/tst-execv1.o.dt -MT /build/posix/tst-execv1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execv2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execv2.o -MD -MP -MF /build/posix/tst-execv2.o.dt -MT /build/posix/tst-execv2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' Generating locale cs_CZ.ISO-8859-2: this might take a while... make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execlp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execlp2.o -MD -MP -MF /build/posix/tst-execlp2.o.dt -MT /build/posix/tst-execlp2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvp1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvp1.o -MD -MP -MF /build/posix/tst-execvp1.o.dt -MT /build/posix/tst-execvp1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvp3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvp3.o -MD -MP -MF /build/posix/tst-execvp3.o.dt -MT /build/posix/tst-execvp3.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-chmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-chmod.o -MD -MP -MF /build/posix/tst-chmod.o.dt -MT /build/posix/tst-chmod.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execve1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execve1.o -MD -MP -MF /build/posix/tst-execve1.o.dt -MT /build/posix/tst-execve1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execve2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execve2.o -MD -MP -MF /build/posix/tst-execve2.o.dt -MT /build/posix/tst-execve2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execveat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execveat.o -MD -MP -MF /build/posix/tst-execveat.o.dt -MT /build/posix/tst-execveat.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvp2.o -MD -MP -MF /build/posix/tst-execvp2.o.dt -MT /build/posix/tst-execvp2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvp4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvp4.o -MD -MP -MF /build/posix/tst-execvp4.o.dt -MT /build/posix/tst-execvp4.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-dir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-dir.o -MD -MP -MF /build/posix/tst-dir.o.dt -MT /build/posix/tst-dir.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' Generating locale es_US.ISO-8859-1: this might take a while... make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvpe1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvpe1.o -MD -MP -MF /build/posix/tst-execvpe1.o.dt -MT /build/posix/tst-execvpe1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvpe2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvpe2.o -MD -MP -MF /build/posix/tst-execvpe2.o.dt -MT /build/posix/tst-execvpe2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvpe3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvpe3.o -MD -MP -MF /build/posix/tst-execvpe3.o.dt -MT /build/posix/tst-execvpe3.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvpe4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvpe4.o -MD -MP -MF /build/posix/tst-execvpe4.o.dt -MT /build/posix/tst-execvpe4.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-fexecve.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-fexecve.o -MD -MP -MF /build/posix/tst-fexecve.o.dt -MT /build/posix/tst-fexecve.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-fnmatch7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-fnmatch7.o -MD -MP -MF /build/posix/tst-fnmatch7.o.dt -MT /build/posix/tst-fnmatch7.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-fnmatch4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-fnmatch4.o -MD -MP -MF /build/posix/tst-fnmatch4.o.dt -MT /build/posix/tst-fnmatch4.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-fnmatch5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-fnmatch5.o -MD -MP -MF /build/posix/tst-fnmatch5.o.dt -MT /build/posix/tst-fnmatch5.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-fnmatch6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-fnmatch6.o -MD -MP -MF /build/posix/tst-fnmatch6.o.dt -MT /build/posix/tst-fnmatch6.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvpe5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvpe5.o -MD -MP -MF /build/posix/tst-execvpe5.o.dt -MT /build/posix/tst-execvpe5.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-execvpe6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-execvpe6.o -MD -MP -MF /build/posix/tst-execvpe6.o.dt -MT /build/posix/tst-execvpe6.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-fnmatch2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-fnmatch2.o -MD -MP -MF /build/posix/tst-fnmatch2.o.dt -MT /build/posix/tst-fnmatch2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-fnmatch3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-fnmatch3.o -MD -MP -MF /build/posix/tst-fnmatch3.o.dt -MT /build/posix/tst-fnmatch3.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-gai_strerror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-gai_strerror.o -MD -MP -MF /build/posix/tst-gai_strerror.o.dt -MT /build/posix/tst-gai_strerror.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-getopt_long1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-getopt_long1.o -MD -MP -MF /build/posix/tst-getopt_long1.o.dt -MT /build/posix/tst-getopt_long1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-fork.o -MD -MP -MF /build/posix/tst-fork.o.dt -MT /build/posix/tst-fork.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-glob-tilde.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-glob-tilde.o -MD -MP -MF /build/posix/tst-glob-tilde.o.dt -MT /build/posix/tst-glob-tilde.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-glob_symlinks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-glob_symlinks.o -MD -MP -MF /build/posix/tst-glob_symlinks.o.dt -MT /build/posix/tst-glob_symlinks.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 test-errno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/test-errno.o -MD -MP -MF /build/posix/test-errno.o.dt -MT /build/posix/test-errno.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-mmap-offset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-mmap-offset.o -MD -MP -MF /build/posix/tst-mmap-offset.o.dt -MT /build/posix/tst-mmap-offset.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-posix_fadvise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-posix_fadvise.o -MD -MP -MF /build/posix/tst-posix_fadvise.o.dt -MT /build/posix/tst-posix_fadvise.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-posix_fadvise64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-posix_fadvise64.o -MD -MP -MF /build/posix/tst-posix_fadvise64.o.dt -MT /build/posix/tst-posix_fadvise64.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-nanosleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-nanosleep.o -MD -MP -MF /build/posix/tst-nanosleep.o.dt -MT /build/posix/tst-nanosleep.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-nice.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-nice.o -MD -MP -MF /build/posix/tst-nice.o.dt -MT /build/posix/tst-nice.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-pcre.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-pcre.o -MD -MP -MF /build/posix/tst-pcre.o.dt -MT /build/posix/tst-pcre.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-fnmatch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-fnmatch.o -MD -MP -MF /build/posix/tst-fnmatch.o.dt -MT /build/posix/tst-fnmatch.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-pathconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-pathconf.o -MD -MP -MF /build/posix/tst-pathconf.o.dt -MT /build/posix/tst-pathconf.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-preadwrite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-preadwrite.o -MD -MP -MF /build/posix/tst-preadwrite.o.dt -MT /build/posix/tst-preadwrite.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-regexloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-regexloc.o -MD -MP -MF /build/posix/tst-regexloc.o.dt -MT /build/posix/tst-regexloc.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-posix_spawn-fd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-posix_spawn-fd.o -MD -MP -MF /build/posix/tst-posix_spawn-fd.o.dt -MT /build/posix/tst-posix_spawn-fd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-preadwrite64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-preadwrite64.o -MD -MP -MF /build/posix/tst-preadwrite64.o.dt -MT /build/posix/tst-preadwrite64.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-sched_getaffinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-sched_getaffinity.o -MD -MP -MF /build/posix/tst-sched_getaffinity.o.dt -MT /build/posix/tst-sched_getaffinity.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-mmap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-mmap.o -MD -MP -MF /build/posix/tst-mmap.o.dt -MT /build/posix/tst-mmap.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-regcomp-truncated.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-regcomp-truncated.o -MD -MP -MF /build/posix/tst-regcomp-truncated.o.dt -MT /build/posix/tst-regcomp-truncated.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn4.o -MD -MP -MF /build/posix/tst-spawn4.o.dt -MT /build/posix/tst-spawn4.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-gnuglob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-gnuglob.o -MD -MP -MF /build/posix/tst-gnuglob.o.dt -MT /build/posix/tst-gnuglob.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-gnuglob64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-gnuglob64.o -MD -MP -MF /build/posix/tst-gnuglob64.o.dt -MT /build/posix/tst-gnuglob64.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-posix_spawn-setsid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-posix_spawn-setsid.o -MD -MP -MF /build/posix/tst-posix_spawn-setsid.o.dt -MT /build/posix/tst-posix_spawn-setsid.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-regex2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-regex2.o -MD -MP -MF /build/posix/tst-regex2.o.dt -MT /build/posix/tst-regex2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-sysconf-empty-chroot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-sysconf-empty-chroot.o -MD -MP -MF /build/posix/tst-sysconf-empty-chroot.o.dt -MT /build/posix/tst-sysconf-empty-chroot.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-sysconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-sysconf.o -MD -MP -MF /build/posix/tst-sysconf.o.dt -MT /build/posix/tst-sysconf.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-truncate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-truncate.o -MD -MP -MF /build/posix/tst-truncate.o.dt -MT /build/posix/tst-truncate.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-regex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-regex.o -MD -MP -MF /build/posix/tst-regex.o.dt -MT /build/posix/tst-regex.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn7.o -MD -MP -MF /build/posix/tst-spawn7.o.dt -MT /build/posix/tst-spawn7.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-truncate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-truncate64.o -MD -MP -MF /build/posix/tst-truncate64.o.dt -MT /build/posix/tst-truncate64.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tstgetopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tstgetopt.o -MD -MP -MF /build/posix/tstgetopt.o.dt -MT /build/posix/tstgetopt.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-vfork1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-vfork1.o -MD -MP -MF /build/posix/tst-vfork1.o.dt -MT /build/posix/tst-vfork1.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-vfork2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-vfork2.o -MD -MP -MF /build/posix/tst-vfork2.o.dt -MT /build/posix/tst-vfork2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn4-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn4-compat.o -MD -MP -MF /build/posix/tst-spawn4-compat.o.dt -MT /build/posix/tst-spawn4-compat.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn2.o -MD -MP -MF /build/posix/tst-spawn2.o.dt -MT /build/posix/tst-spawn2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-wordexp-nocmd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-wordexp-nocmd.o -MD -MP -MF /build/posix/tst-wordexp-nocmd.o.dt -MT /build/posix/tst-wordexp-nocmd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' Generating locale es_US.UTF-8: this might take a while... make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-glob_lstat_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-glob_lstat_compat.o -MD -MP -MF /build/posix/tst-glob_lstat_compat.o.dt -MT /build/posix/tst-glob_lstat_compat.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn-chdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn-chdir.o -MD -MP -MF /build/posix/tst-spawn-chdir.o.dt -MT /build/posix/tst-spawn-chdir.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-exec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-exec.o -MD -MP -MF /build/posix/tst-exec.o.dt -MT /build/posix/tst-exec.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-rxspencer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-rxspencer.o -MD -MP -MF /build/posix/tst-rxspencer.o.dt -MT /build/posix/tst-rxspencer.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-_Fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-_Fork.o -MD -MP -MF /build/posix/tst-_Fork.o.dt -MT /build/posix/tst-_Fork.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn6.o -MD -MP -MF /build/posix/tst-spawn6.o.dt -MT /build/posix/tst-spawn6.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-wait3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-wait3.o -MD -MP -MF /build/posix/tst-wait3.o.dt -MT /build/posix/tst-wait3.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-rxspencer-no-utf8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-rxspencer-no-utf8.o -MD -MP -MF /build/posix/tst-rxspencer-no-utf8.o.dt -MT /build/posix/tst-rxspencer-no-utf8.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn5.o -MD -MP -MF /build/posix/tst-spawn5.o.dt -MT /build/posix/tst-spawn5.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-wait4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-wait4.o -MD -MP -MF /build/posix/tst-wait4.o.dt -MT /build/posix/tst-wait4.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/posix/\" -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn3.o -MD -MP -MF /build/posix/tst-spawn3.o.dt -MT /build/posix/tst-spawn3.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-getopt-cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-getopt-cancel.o -MD -MP -MF /build/posix/tst-getopt-cancel.o.dt -MT /build/posix/tst-getopt-cancel.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 wordexp-test.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/wordexp-test.o -MD -MP -MF /build/posix/wordexp-test.o.dt -MT /build/posix/wordexp-test.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-spawn4-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn4-pidfd.o -MD -MP -MF /build/posix/tst-spawn4-pidfd.o.dt -MT /build/posix/tst-spawn4-pidfd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-spawn2-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn2-pidfd.o -MD -MP -MF /build/posix/tst-spawn2-pidfd.o.dt -MT /build/posix/tst-spawn2-pidfd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn.o -MD -MP -MF /build/posix/tst-spawn.o.dt -MT /build/posix/tst-spawn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-exec-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-exec-static.o -MD -MP -MF /build/posix/tst-exec-static.o.dt -MT /build/posix/tst-exec-static.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/x86/tst-sysconf-cache-linesize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-sysconf-cache-linesize.o -MD -MP -MF /build/posix/tst-sysconf-cache-linesize.o.dt -MT /build/posix/tst-sysconf-cache-linesize.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/x86/tst-sysconf-cache-linesize-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-sysconf-cache-linesize-static.o -MD -MP -MF /build/posix/tst-sysconf-cache-linesize-static.o.dt -MT /build/posix/tst-sysconf-cache-linesize-static.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-posix_spawn-setsid-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-posix_spawn-setsid-pidfd.o -MD -MP -MF /build/posix/tst-posix_spawn-setsid-pidfd.o.dt -MT /build/posix/tst-posix_spawn-setsid-pidfd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-sched_rr_get_interval-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-sched_rr_get_interval-time64.o -MD -MP -MF /build/posix/tst-sched_rr_get_interval-time64.o.dt -MT /build/posix/tst-sched_rr_get_interval-time64.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-sched_rr_get_interval.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-sched_rr_get_interval.o -MD -MP -MF /build/posix/tst-sched_rr_get_interval.o.dt -MT /build/posix/tst-sched_rr_get_interval.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-spawn7-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn7-pidfd.o -MD -MP -MF /build/posix/tst-spawn7-pidfd.o.dt -MT /build/posix/tst-spawn7-pidfd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-ga2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-ga2.o -MD -MP -MF /build/posix/bug-ga2.o.dt -MT /build/posix/bug-ga2.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-affinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-affinity.o -MD -MP -MF /build/posix/tst-affinity.o.dt -MT /build/posix/tst-affinity.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-spawn-cgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn-cgroup.o -MD -MP -MF /build/posix/tst-spawn-cgroup.o.dt -MT /build/posix/tst-spawn-cgroup.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-spawn3-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJPFX=\"/build/posix/\" -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn3-pidfd.o -MD -MP -MF /build/posix/tst-spawn3-pidfd.o.dt -MT /build/posix/tst-spawn3-pidfd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex5.o -MD -MP -MF /build/posix/bug-regex5.o.dt -MT /build/posix/bug-regex5.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-waitid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-waitid.o -MD -MP -MF /build/posix/tst-waitid.o.dt -MT /build/posix/tst-waitid.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=posix bits/confname.h bits/cpu-set.h bits/environments.h bits/getopt_core.h bits/getopt_ext.h bits/getopt_posix.h bits/local_lim.h bits/mman_ext.h bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h bits/pthreadtypes-arch.h bits/pthreadtypes.h bits/sched.h bits/spawn_ext.h bits/thread-shared-types.h bits/types.h bits/types/idtype_t.h bits/types/struct_sched_param.h bits/typesizes.h bits/unistd-decl.h bits/unistd.h bits/unistd_ext.h bits/utsname.h bits/waitflags.h bits/waitstatus.h cpio.h fnmatch.h getopt.h glob.h re_comp.h regex.h sched.h spawn.h sys/times.h sys/types.h sys/unistd.h sys/utsname.h sys/wait.h tar.h unistd.h wait.h wordexp.h bits/initspin.h > /build/posix/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh posix/check-wrapper-headers $? false false > /build/posix/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex33.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex33.o -MD -MP -MF /build/posix/bug-regex33.o.dt -MT /build/posix/bug-regex33.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-affinity-pid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-affinity-pid.o -MD -MP -MF /build/posix/tst-affinity-pid.o.dt -MT /build/posix/tst-affinity-pid.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 globtest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/globtest.o -MD -MP -MF /build/posix/globtest.o.dt -MT /build/posix/globtest.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-affinity-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-affinity-static.o -MD -MP -MF /build/posix/tst-affinity-static.o.dt -MT /build/posix/tst-affinity-static.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-ga1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-ga1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-getopt1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-getopt1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-spawn-chdir-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn-chdir-pidfd.o -MD -MP -MF /build/posix/tst-spawn-chdir-pidfd.o.dt -MT /build/posix/tst-spawn-chdir-pidfd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-getopt3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-getopt3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-getopt2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-getopt2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-spawn-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn-static.o -MD -MP -MF /build/posix/tst-spawn-static.o.dt -MT /build/posix/tst-spawn-static.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-getopt4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-getopt4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -O -D_GNU_SOURCE -DIS_IN_build -include /build/config.h annexc.c -o /build/posix/annexc make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-gnuglob64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-gnuglob64-time64.o -MD -MP -MF /build/posix/tst-gnuglob64-time64.o.dt -MT /build/posix/tst-gnuglob64-time64.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-wait3-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-wait3-time64.o -MD -MP -MF /build/posix/tst-wait3-time64.o.dt -MT /build/posix/tst-wait3-time64.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-wait4-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-wait4-time64.o -MD -MP -MF /build/posix/tst-wait4-time64.o.dt -MT /build/posix/tst-wait4-time64.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 bug-regex20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bug-regex20.o -MD -MP -MF /build/posix/bug-regex20.o.dt -MT /build/posix/bug-regex20.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-glob2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-glob2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-getopt5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-getopt5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 tst-vfork3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-vfork3.o -MD -MP -MF /build/posix/tst-vfork3.o.dt -MT /build/posix/tst-vfork3.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-glob3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-glob3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-spawn-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn-pidfd.o -MD -MP -MF /build/posix/tst-spawn-pidfd.o.dt -MT /build/posix/tst-spawn-pidfd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' python3 -B ../scripts/check-obsolete-constructs.py ../bits/confname.h bits/cpu-set.h ../sysdeps/unix/sysv/linux/x86/bits/environments.h bits/getopt_core.h bits/getopt_ext.h bits/getopt_posix.h ../sysdeps/unix/sysv/linux/bits/local_lim.h ../sysdeps/unix/sysv/linux/bits/mman_ext.h bits/posix1_lim.h bits/posix2_lim.h ../sysdeps/unix/sysv/linux/bits/posix_opt.h ../sysdeps/x86/nptl/bits/pthreadtypes-arch.h ../sysdeps/nptl/bits/pthreadtypes.h ../sysdeps/unix/sysv/linux/bits/sched.h ../sysdeps/unix/sysv/linux/bits/spawn_ext.h ../sysdeps/nptl/bits/thread-shared-types.h bits/types.h ../sysdeps/unix/sysv/linux/bits/types/idtype_t.h ../bits/types/struct_sched_param.h ../sysdeps/unix/sysv/linux/x86/bits/typesizes.h bits/unistd-decl.h bits/unistd.h ../sysdeps/unix/sysv/linux/bits/unistd_ext.h ../sysdeps/unix/sysv/linux/bits/utsname.h ../sysdeps/unix/sysv/linux/bits/waitflags.h ../bits/waitstatus.h cpio.h fnmatch.h getopt.h glob.h re_comp.h regex.h sched.h spawn.h sys/times.h sys/types.h sys/unistd.h sys/utsname.h sys/wait.h tar.h unistd.h wait.h wordexp.h ../sysdeps/unix/sysv/linux/bits/initspin.h > /build/posix/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh posix/check-obsolete-constructs $? false false > /build/posix/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-spawn6-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn6-pidfd.o -MD -MP -MF /build/posix/tst-spawn6-pidfd.o.dt -MT /build/posix/tst-spawn6-pidfd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex10.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/unix/sysv/linux/tst-spawn5-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/tst-spawn5-pidfd.o -MD -MP -MF /build/posix/tst-spawn5-pidfd.o.dt -MT /build/posix/tst-spawn5-pidfd.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex18 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex18.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex21 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex21.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex19 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex19.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex22 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex22.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex24 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex24.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex25 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex25.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex26 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex26.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex27 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex27.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex31 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex31.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex29 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex29.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex30 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex30.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex35 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex35.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex36 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex36.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex34 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex34.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex28 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex28.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex32 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex32.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/regexbug1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/regexbug1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex37 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex37.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/test-errno -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/test-errno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/test-vfork -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/test-vfork.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex38 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex38.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/test-ssize-max -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/test-ssize-max.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/testfnm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/testfnm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-boost -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-boost.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/transbug -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/transbug.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-chmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-chmod.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-dir -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-dir.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-cpucount -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-cpucount.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execl1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execl1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-cpuset -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-cpuset.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execl2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execl2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execle2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execle2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execle1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execle1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execlp1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execlp1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execv2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execv2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execv1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execv1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 runtests.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/runtests.o -MD -MP -MF /build/posix/runtests.o.dt -MT /build/posix/runtests.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execlp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execlp2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execve2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execve2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvp1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvp1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execve1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execve1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvp2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvp3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvp3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvpe1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvpe1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvpe2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvpe2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvp4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvp4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/posix/tst-execvp4.o: in function `do_test': /glibc/posix/tst-execvp4.c:29:(.text+0x9e): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execveat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execveat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 runptests.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/runptests.o -MD -MP -MF /build/posix/runptests.o.dt -MT /build/posix/runptests.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvpe3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvpe3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvpe5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvpe5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvpe4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvpe4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/posix/tst-execvpe4.o: in function `do_test': /glibc/posix/../posix/tst-execvp4.c:29:(.text+0x9e): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-execvpe6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-execvpe6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-fnmatch2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-fnmatch2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-fork -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-fork.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-fexecve -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-fexecve.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-fnmatch -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-fnmatch.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-fnmatch5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-fnmatch5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-fnmatch4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-fnmatch4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-fnmatch7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-fnmatch7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-fnmatch3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-fnmatch3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-fnmatch6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-fnmatch6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-getopt_long1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-getopt_long1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-glob-tilde -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-glob-tilde.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-gai_strerror -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-gai_strerror.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-glob_symlinks -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-glob_symlinks.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-gnuglob -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-gnuglob.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-gnuglob64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-gnuglob64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-mmap-offset -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-mmap-offset.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-nice -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-nice.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-mmap -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-mmap.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-pcre -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-pcre.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-nanosleep -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-nanosleep.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-posix_fadvise -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-posix_fadvise.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/posix/tst-posix_fadvise.o: in function `do_prepare': /glibc/posix/tst-posix_fadvise.c:44:(.text+0x3c): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-pathconf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-pathconf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-posix_fadvise64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-posix_fadvise64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/posix/tst-posix_fadvise64.o: in function `do_prepare': /glibc/posix/tst-posix_fadvise64.c:44:(.text+0x3c): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-posix_spawn-fd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-posix_spawn-fd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-preadwrite64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-preadwrite64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-posix_spawn-setsid -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-posix_spawn-setsid.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-preadwrite -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-preadwrite.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-regex2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-regex2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-rxspencer -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-rxspencer.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-regcomp-truncated -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-regcomp-truncated.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-regexloc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-regexloc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-rxspencer-no-utf8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-rxspencer-no-utf8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-regex -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-regex.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-sched_getaffinity -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-sched_getaffinity.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn-chdir -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn-chdir.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-sysconf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-sysconf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-truncate -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-truncate.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-truncate64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-truncate64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-vfork2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-vfork2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-vfork1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-vfork1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-sysconf-empty-chroot -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-sysconf-empty-chroot.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tstgetopt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tstgetopt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-glob_lstat_compat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-glob_lstat_compat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-wait4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-wait4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-wait3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-wait3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-waitid -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-waitid.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-wordexp-nocmd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-wordexp-nocmd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-exec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-exec.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn4-compat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn4-compat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/wordexp-test -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/wordexp-test.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/posix/wordexp-test.o: in function `do_test': /glibc/posix/wordexp-test.c:256:(.text+0x588): warning: the use of `tmpnam' is dangerous, better use `mkstemp' make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-getopt-cancel -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-getopt-cancel.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-_Fork -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-_Fork.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-affinity-pid -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-affinity-pid.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-posix_spawn-setsid-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-posix_spawn-setsid-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-affinity -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-affinity.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn2-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn2-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn-chdir-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn-chdir-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn3-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn3-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn-cgroup -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn-cgroup.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn6-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn6-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn5-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn5-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-sysconf-cache-linesize -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-sysconf-cache-linesize.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn4-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn4-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn7-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn7-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-gnuglob64-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-gnuglob64-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-wait4-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-wait4-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex20 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex20.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-wait3-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-wait3-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-ga1 > /build/posix/bug-ga1.out; \ ../scripts/evaluate-test.sh posix/bug-ga1 $? false false > /build/posix/bug-ga1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-regex33 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-regex33.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-getopt1 > /build/posix/bug-getopt1.out; \ ../scripts/evaluate-test.sh posix/bug-getopt1 $? false false > /build/posix/bug-getopt1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-getopt3 > /build/posix/bug-getopt3.out; \ ../scripts/evaluate-test.sh posix/bug-getopt3 $? false false > /build/posix/bug-getopt3.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-sched_rr_get_interval -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-sched_rr_get_interval.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-sched_rr_get_interval-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-sched_rr_get_interval-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-getopt2 > /build/posix/bug-getopt2.out; \ ../scripts/evaluate-test.sh posix/bug-getopt2 $? false false > /build/posix/bug-getopt2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-getopt4 > /build/posix/bug-getopt4.out; \ ../scripts/evaluate-test.sh posix/bug-getopt4 $? false false > /build/posix/bug-getopt4.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-getopt5 > /build/posix/bug-getopt5.out; \ ../scripts/evaluate-test.sh posix/bug-getopt5 $? false false > /build/posix/bug-getopt5.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/bug-glob2.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-glob2 > /build/posix/bug-glob2.out; \ ../scripts/evaluate-test.sh posix/bug-glob2 $? false false > /build/posix/bug-glob2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-glob3 > /build/posix/bug-glob3.out; \ ../scripts/evaluate-test.sh posix/bug-glob3 $? false false > /build/posix/bug-glob3.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/bug-ga2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/bug-ga2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex3 > /build/posix/bug-regex3.out; \ ../scripts/evaluate-test.sh posix/bug-regex3 $? false false > /build/posix/bug-regex3.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/globtest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/globtest.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex1 > /build/posix/bug-regex1.out; \ ../scripts/evaluate-test.sh posix/bug-regex1 $? false false > /build/posix/bug-regex1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/bug-regex2.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex2 > /build/posix/bug-regex2.out; \ ../scripts/evaluate-test.sh posix/bug-regex2 $? false false > /build/posix/bug-regex2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex4 > /build/posix/bug-regex4.out; \ ../scripts/evaluate-test.sh posix/bug-regex4 $? false false > /build/posix/bug-regex4.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex7 > /build/posix/bug-regex7.out; \ ../scripts/evaluate-test.sh posix/bug-regex7 $? false false > /build/posix/bug-regex7.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex8 > /build/posix/bug-regex8.out; \ ../scripts/evaluate-test.sh posix/bug-regex8 $? false false > /build/posix/bug-regex8.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-vfork3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-vfork3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex6 > /build/posix/bug-regex6.out; \ ../scripts/evaluate-test.sh posix/bug-regex6 $? false false > /build/posix/bug-regex6.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex9 > /build/posix/bug-regex9.out; \ ../scripts/evaluate-test.sh posix/bug-regex9 $? false false > /build/posix/bug-regex9.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex10 > /build/posix/bug-regex10.out; \ ../scripts/evaluate-test.sh posix/bug-regex10 $? false false > /build/posix/bug-regex10.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex12 > /build/posix/bug-regex12.out; \ ../scripts/evaluate-test.sh posix/bug-regex12 $? false false > /build/posix/bug-regex12.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex13 > /build/posix/bug-regex13.out; \ ../scripts/evaluate-test.sh posix/bug-regex13 $? false false > /build/posix/bug-regex13.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex15 > /build/posix/bug-regex15.out; \ ../scripts/evaluate-test.sh posix/bug-regex15 $? false false > /build/posix/bug-regex15.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex16 > /build/posix/bug-regex16.out; \ ../scripts/evaluate-test.sh posix/bug-regex16 $? false false > /build/posix/bug-regex16.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex17 > /build/posix/bug-regex17.out; \ ../scripts/evaluate-test.sh posix/bug-regex17 $? false false > /build/posix/bug-regex17.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex18 > /build/posix/bug-regex18.out; \ ../scripts/evaluate-test.sh posix/bug-regex18 $? false false > /build/posix/bug-regex18.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /bin/sh wordexp-tst.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl'; \ ../scripts/evaluate-test.sh posix/wordexp-tst $? false false > /build/posix/wordexp-tst.test-result $* test failed ${*} test failed $@ test failed $* quoted test failed $@ quoted test failed $# test failed $2 ${3} $4 test failed ${11} test failed "a $@ b" test failed - /build/posix/wordexp-test-result10 differ: char 1, line 1 make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex23 > /build/posix/bug-regex23.out; \ ../scripts/evaluate-test.sh posix/bug-regex23 $? false false > /build/posix/bug-regex23.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex22 > /build/posix/bug-regex22.out; \ ../scripts/evaluate-test.sh posix/bug-regex22 $? false false > /build/posix/bug-regex22.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex25 > /build/posix/bug-regex25.out; \ ../scripts/evaluate-test.sh posix/bug-regex25 $? false false > /build/posix/bug-regex25.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex27 > /build/posix/bug-regex27.out; \ ../scripts/evaluate-test.sh posix/bug-regex27 $? false false > /build/posix/bug-regex27.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex28 > /build/posix/bug-regex28.out; \ ../scripts/evaluate-test.sh posix/bug-regex28 $? false false > /build/posix/bug-regex28.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/bug-regex21.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex21 > /build/posix/bug-regex21.out; \ ../scripts/evaluate-test.sh posix/bug-regex21 $? false false > /build/posix/bug-regex21.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex26 > /build/posix/bug-regex26.out; \ ../scripts/evaluate-test.sh posix/bug-regex26 $? false false > /build/posix/bug-regex26.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex29 > /build/posix/bug-regex29.out; \ ../scripts/evaluate-test.sh posix/bug-regex29 $? false false > /build/posix/bug-regex29.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /bin/sh tst-getconf.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/getconf'; \ ../scripts/evaluate-test.sh posix/tst-getconf $? false false > /build/posix/tst-getconf.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/bug-regex31.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex31 > /build/posix/bug-regex31.out < bug-regex31.input; \ ../scripts/evaluate-test.sh posix/bug-regex31 $? false false > /build/posix/bug-regex31.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex30 > /build/posix/bug-regex30.out; \ ../scripts/evaluate-test.sh posix/bug-regex30 $? false false > /build/posix/bug-regex30.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex32 > /build/posix/bug-regex32.out; \ ../scripts/evaluate-test.sh posix/bug-regex32 $? false false > /build/posix/bug-regex32.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex37 > /build/posix/bug-regex37.out; \ ../scripts/evaluate-test.sh posix/bug-regex37 $? false false > /build/posix/bug-regex37.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/bug-regex36.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex36 > /build/posix/bug-regex36.out; \ ../scripts/evaluate-test.sh posix/bug-regex36 $? false false > /build/posix/bug-regex36.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex34 > /build/posix/bug-regex34.out; \ ../scripts/evaluate-test.sh posix/bug-regex34 $? false false > /build/posix/bug-regex34.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex11 > /build/posix/bug-regex11.out; \ ../scripts/evaluate-test.sh posix/bug-regex11 $? false false > /build/posix/bug-regex11.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex38 > /build/posix/bug-regex38.out; \ ../scripts/evaluate-test.sh posix/bug-regex38 $? false false > /build/posix/bug-regex38.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex35 > /build/posix/bug-regex35.out; \ ../scripts/evaluate-test.sh posix/bug-regex35 $? false false > /build/posix/bug-regex35.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/regexbug1 > /build/posix/regexbug1.out; \ ../scripts/evaluate-test.sh posix/regexbug1 $? false false > /build/posix/regexbug1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/test-errno > /build/posix/test-errno.out; \ ../scripts/evaluate-test.sh posix/test-errno $? false false > /build/posix/test-errno.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/test-ssize-max > /build/posix/test-ssize-max.out; \ ../scripts/evaluate-test.sh posix/test-ssize-max $? false false > /build/posix/test-ssize-max.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/test-vfork > /build/posix/test-vfork.out; \ ../scripts/evaluate-test.sh posix/test-vfork $? false false > /build/posix/test-vfork.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/testfnm > /build/posix/testfnm.out; \ ../scripts/evaluate-test.sh posix/testfnm $? false false > /build/posix/testfnm.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/transbug > /build/posix/transbug.out; \ ../scripts/evaluate-test.sh posix/transbug $? false false > /build/posix/transbug.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-cpucount > /build/posix/tst-cpucount.out; \ ../scripts/evaluate-test.sh posix/tst-cpucount $? false false > /build/posix/tst-cpucount.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-cpuset > /build/posix/tst-cpuset.out; \ ../scripts/evaluate-test.sh posix/tst-cpuset $? false false > /build/posix/tst-cpuset.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execl1 > /build/posix/tst-execl1.out; \ ../scripts/evaluate-test.sh posix/tst-execl1 $? false false > /build/posix/tst-execl1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execle1 > /build/posix/tst-execle1.out; \ ../scripts/evaluate-test.sh posix/tst-execle1 $? false false > /build/posix/tst-execle1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-dir `pwd` `cd /build/posix; pwd` `cd /build; pwd` /build/posix/tst-dir > /build/posix/tst-dir.out; \ ../scripts/evaluate-test.sh posix/tst-dir $? false false > /build/posix/tst-dir.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex19 > /build/posix/bug-regex19.out; \ ../scripts/evaluate-test.sh posix/bug-regex19 $? false false > /build/posix/bug-regex19.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execlp1 > /build/posix/tst-execlp1.out; \ ../scripts/evaluate-test.sh posix/tst-execlp1 $? false false > /build/posix/tst-execlp1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/runptests -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/runptests.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execl2 > /build/posix/tst-execl2.out; \ ../scripts/evaluate-test.sh posix/tst-execl2 $? false false > /build/posix/tst-execl2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execle2 > /build/posix/tst-execle2.out; \ ../scripts/evaluate-test.sh posix/tst-execle2 $? false false > /build/posix/tst-execle2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execve1 > /build/posix/tst-execve1.out; \ ../scripts/evaluate-test.sh posix/tst-execve1 $? false false > /build/posix/tst-execve1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/runtests -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/runtests.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execlp2 > /build/posix/tst-execlp2.out; \ ../scripts/evaluate-test.sh posix/tst-execlp2 $? false false > /build/posix/tst-execlp2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execv1 > /build/posix/tst-execv1.out; \ ../scripts/evaluate-test.sh posix/tst-execv1 $? false false > /build/posix/tst-execv1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execv2 > /build/posix/tst-execv2.out; \ ../scripts/evaluate-test.sh posix/tst-execv2 $? false false > /build/posix/tst-execv2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvp1 > /build/posix/tst-execvp1.out; \ ../scripts/evaluate-test.sh posix/tst-execvp1 $? false false > /build/posix/tst-execvp1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execve2 > /build/posix/tst-execve2.out; \ ../scripts/evaluate-test.sh posix/tst-execve2 $? false false > /build/posix/tst-execve2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvp4 > /build/posix/tst-execvp4.out; \ ../scripts/evaluate-test.sh posix/tst-execvp4 $? false false > /build/posix/tst-execvp4.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvp2 > /build/posix/tst-execvp2.out; \ ../scripts/evaluate-test.sh posix/tst-execvp2 $? false false > /build/posix/tst-execvp2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvp3 --test-dir=/build/posix/ > /build/posix/tst-execvp3.out; \ ../scripts/evaluate-test.sh posix/tst-execvp3 $? false false > /build/posix/tst-execvp3.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvpe1 > /build/posix/tst-execvpe1.out; \ ../scripts/evaluate-test.sh posix/tst-execvpe1 $? false false > /build/posix/tst-execvpe1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvpe4 > /build/posix/tst-execvpe4.out; \ ../scripts/evaluate-test.sh posix/tst-execvpe4 $? false false > /build/posix/tst-execvpe4.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvpe2 > /build/posix/tst-execvpe2.out; \ ../scripts/evaluate-test.sh posix/tst-execvpe2 $? false false > /build/posix/tst-execvpe2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvpe5 -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvpe5 > /build/posix/tst-execvpe5.out; \ ../scripts/evaluate-test.sh posix/tst-execvpe5 $? false false > /build/posix/tst-execvpe5.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvpe3 > /build/posix/tst-execvpe3.out; \ ../scripts/evaluate-test.sh posix/tst-execvpe3 $? false false > /build/posix/tst-execvpe3.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-fexecve > /build/posix/tst-fexecve.out; \ ../scripts/evaluate-test.sh posix/tst-fexecve $? false false > /build/posix/tst-fexecve.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-fnmatch2 > /build/posix/tst-fnmatch2.out; \ ../scripts/evaluate-test.sh posix/tst-fnmatch2 $? false false > /build/posix/tst-fnmatch2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-fnmatch3 > /build/posix/tst-fnmatch3.out; \ ../scripts/evaluate-test.sh posix/tst-fnmatch3 $? false false > /build/posix/tst-fnmatch3.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execvpe6 > /build/posix/tst-execvpe6.out; \ ../scripts/evaluate-test.sh posix/tst-execvpe6 $? false false > /build/posix/tst-execvpe6.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-fnmatch7 > /build/posix/tst-fnmatch7.out; \ ../scripts/evaluate-test.sh posix/tst-fnmatch7 $? false false > /build/posix/tst-fnmatch7.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-fork > /build/posix/tst-fork.out; \ ../scripts/evaluate-test.sh posix/tst-fork $? false false > /build/posix/tst-fork.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-fnmatch4 > /build/posix/tst-fnmatch4.out; \ ../scripts/evaluate-test.sh posix/tst-fnmatch4 $? false false > /build/posix/tst-fnmatch4.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-fnmatch6 > /build/posix/tst-fnmatch6.out; \ ../scripts/evaluate-test.sh posix/tst-fnmatch6 $? false false > /build/posix/tst-fnmatch6.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-gai_strerror > /build/posix/tst-gai_strerror.out; \ ../scripts/evaluate-test.sh posix/tst-gai_strerror $? false false > /build/posix/tst-gai_strerror.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-getopt_long1 > /build/posix/tst-getopt_long1.out; \ ../scripts/evaluate-test.sh posix/tst-getopt_long1 $? false false > /build/posix/tst-getopt_long1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-glob_symlinks > /build/posix/tst-glob_symlinks.out; \ ../scripts/evaluate-test.sh posix/tst-glob_symlinks $? false false > /build/posix/tst-glob_symlinks.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-mmap > /build/posix/tst-mmap.out; \ ../scripts/evaluate-test.sh posix/tst-mmap $? false false > /build/posix/tst-mmap.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-gnuglob > /build/posix/tst-gnuglob.out; \ ../scripts/evaluate-test.sh posix/tst-gnuglob $? false false > /build/posix/tst-gnuglob.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-execveat > /build/posix/tst-execveat.out; \ ../scripts/evaluate-test.sh posix/tst-execveat $? false false > /build/posix/tst-execveat.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-mmap-offset > /build/posix/tst-mmap-offset.out; \ ../scripts/evaluate-test.sh posix/tst-mmap-offset $? false false > /build/posix/tst-mmap-offset.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-nice > /build/posix/tst-nice.out; \ ../scripts/evaluate-test.sh posix/tst-nice $? false false > /build/posix/tst-nice.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-pathconf > /build/posix/tst-pathconf.out; \ ../scripts/evaluate-test.sh posix/tst-pathconf $? false false > /build/posix/tst-pathconf.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-gnuglob64 > /build/posix/tst-gnuglob64.out; \ ../scripts/evaluate-test.sh posix/tst-gnuglob64 $? false false > /build/posix/tst-gnuglob64.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-posix_fadvise64 > /build/posix/tst-posix_fadvise64.out; \ ../scripts/evaluate-test.sh posix/tst-posix_fadvise64 $? false false > /build/posix/tst-posix_fadvise64.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-posix_spawn-fd > /build/posix/tst-posix_spawn-fd.out; \ ../scripts/evaluate-test.sh posix/tst-posix_spawn-fd $? false false > /build/posix/tst-posix_spawn-fd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-posix_fadvise > /build/posix/tst-posix_fadvise.out; \ ../scripts/evaluate-test.sh posix/tst-posix_fadvise $? false false > /build/posix/tst-posix_fadvise.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-posix_spawn-setsid -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-posix_spawn-setsid > /build/posix/tst-posix_spawn-setsid.out; \ ../scripts/evaluate-test.sh posix/tst-posix_spawn-setsid $? false false > /build/posix/tst-posix_spawn-setsid.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-preadwrite > /build/posix/tst-preadwrite.out; \ ../scripts/evaluate-test.sh posix/tst-preadwrite $? false false > /build/posix/tst-preadwrite.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-preadwrite64 > /build/posix/tst-preadwrite64.out; \ ../scripts/evaluate-test.sh posix/tst-preadwrite64 $? false false > /build/posix/tst-preadwrite64.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn4 > /build/posix/tst-spawn4.out; \ ../scripts/evaluate-test.sh posix/tst-spawn4 $? false false > /build/posix/tst-spawn4.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-sched_getaffinity > /build/posix/tst-sched_getaffinity.out; \ ../scripts/evaluate-test.sh posix/tst-sched_getaffinity $? false false > /build/posix/tst-sched_getaffinity.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-regexloc > /build/posix/tst-regexloc.out; \ ../scripts/evaluate-test.sh posix/tst-regexloc $? false false > /build/posix/tst-regexloc.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn6 -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn6 > /build/posix/tst-spawn6.out; \ ../scripts/evaluate-test.sh posix/tst-spawn6 $? false false > /build/posix/tst-spawn6.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn5 -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn5 > /build/posix/tst-spawn5.out; \ ../scripts/evaluate-test.sh posix/tst-spawn5 $? false false > /build/posix/tst-spawn5.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn-chdir > /build/posix/tst-spawn-chdir.out; \ ../scripts/evaluate-test.sh posix/tst-spawn-chdir $? false false > /build/posix/tst-spawn-chdir.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn7 -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn7 > /build/posix/tst-spawn7.out; \ ../scripts/evaluate-test.sh posix/tst-spawn7 $? false false > /build/posix/tst-spawn7.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-sysconf > /build/posix/tst-sysconf.out; \ ../scripts/evaluate-test.sh posix/tst-sysconf $? false false > /build/posix/tst-sysconf.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-sysconf-empty-chroot > /build/posix/tst-sysconf-empty-chroot.out; \ ../scripts/evaluate-test.sh posix/tst-sysconf-empty-chroot $? false false > /build/posix/tst-sysconf-empty-chroot.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-truncate > /build/posix/tst-truncate.out; \ ../scripts/evaluate-test.sh posix/tst-truncate $? false false > /build/posix/tst-truncate.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-fnmatch5 > /build/posix/tst-fnmatch5.out; \ ../scripts/evaluate-test.sh posix/tst-fnmatch5 $? false false > /build/posix/tst-fnmatch5.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-truncate64 > /build/posix/tst-truncate64.out; \ ../scripts/evaluate-test.sh posix/tst-truncate64 $? false false > /build/posix/tst-truncate64.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-vfork1 > /build/posix/tst-vfork1.out; \ ../scripts/evaluate-test.sh posix/tst-vfork1 $? false false > /build/posix/tst-vfork1.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-wait4 > /build/posix/tst-wait4.out; \ ../scripts/evaluate-test.sh posix/tst-wait4 $? false false > /build/posix/tst-wait4.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-wait3 > /build/posix/tst-wait3.out; \ ../scripts/evaluate-test.sh posix/tst-wait3 $? false false > /build/posix/tst-wait3.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-wordexp-nocmd > /build/posix/tst-wordexp-nocmd.out; \ ../scripts/evaluate-test.sh posix/tst-wordexp-nocmd $? false false > /build/posix/tst-wordexp-nocmd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tstgetopt -a -b -cfoobar --required foobar --optional=bazbug --none random --col --color --colour > /build/posix/tstgetopt.out; \ ../scripts/evaluate-test.sh posix/tstgetopt $? false false > /build/posix/tstgetopt.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-glob_lstat_compat > /build/posix/tst-glob_lstat_compat.out; \ ../scripts/evaluate-test.sh posix/tst-glob_lstat_compat $? false false > /build/posix/tst-glob_lstat_compat.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-rxspencer --utf8 rxspencer/tests > /build/posix/tst-rxspencer.out; \ ../scripts/evaluate-test.sh posix/tst-rxspencer $? false false > /build/posix/tst-rxspencer.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn4-compat > /build/posix/tst-spawn4-compat.out; \ ../scripts/evaluate-test.sh posix/tst-spawn4-compat $? false false > /build/posix/tst-spawn4-compat.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-affinity-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-affinity-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-exec -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-exec > /build/posix/tst-exec.out; \ ../scripts/evaluate-test.sh posix/tst-exec $? false false > /build/posix/tst-exec.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn2 > /build/posix/tst-spawn2.out; \ ../scripts/evaluate-test.sh posix/tst-spawn2 $? false false > /build/posix/tst-spawn2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn > /build/posix/tst-spawn.out; \ ../scripts/evaluate-test.sh posix/tst-spawn $? false false > /build/posix/tst-spawn.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/bug-regex14.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex14 > /build/posix/bug-regex14.out; \ ../scripts/evaluate-test.sh posix/bug-regex14 $? false false > /build/posix/bug-regex14.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-waitid > /build/posix/tst-waitid.out; \ ../scripts/evaluate-test.sh posix/tst-waitid $? false false > /build/posix/tst-waitid.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-_Fork > /build/posix/tst-_Fork.out; \ ../scripts/evaluate-test.sh posix/tst-_Fork $? false false > /build/posix/tst-_Fork.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-sysconf-cache-linesize-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-sysconf-cache-linesize-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-getopt-cancel > /build/posix/tst-getopt-cancel.out; \ ../scripts/evaluate-test.sh posix/tst-getopt-cancel $? false false > /build/posix/tst-getopt-cancel.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn3 > /build/posix/tst-spawn3.out; \ ../scripts/evaluate-test.sh posix/tst-spawn3 $? false false > /build/posix/tst-spawn3.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn-cgroup -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn-cgroup > /build/posix/tst-spawn-cgroup.out; \ ../scripts/evaluate-test.sh posix/tst-spawn-cgroup $? false false > /build/posix/tst-spawn-cgroup.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-exec-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-exec-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-posix_spawn-setsid-pidfd -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-posix_spawn-setsid-pidfd > /build/posix/tst-posix_spawn-setsid-pidfd.out; \ ../scripts/evaluate-test.sh posix/tst-posix_spawn-setsid-pidfd $? false false > /build/posix/tst-posix_spawn-setsid-pidfd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' gcc -m32 -o /build/posix/tst-spawn-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/posix/tst-spawn-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn2-pidfd > /build/posix/tst-spawn2-pidfd.out; \ ../scripts/evaluate-test.sh posix/tst-spawn2-pidfd $? false false > /build/posix/tst-spawn2-pidfd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn4-pidfd > /build/posix/tst-spawn4-pidfd.out; \ ../scripts/evaluate-test.sh posix/tst-spawn4-pidfd $? false false > /build/posix/tst-spawn4-pidfd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn-pidfd -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn-pidfd > /build/posix/tst-spawn-pidfd.out; \ ../scripts/evaluate-test.sh posix/tst-spawn-pidfd $? false false > /build/posix/tst-spawn-pidfd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn5-pidfd -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn5-pidfd > /build/posix/tst-spawn5-pidfd.out; \ ../scripts/evaluate-test.sh posix/tst-spawn5-pidfd $? false false > /build/posix/tst-spawn5-pidfd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn6-pidfd -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn6-pidfd > /build/posix/tst-spawn6-pidfd.out; \ ../scripts/evaluate-test.sh posix/tst-spawn6-pidfd $? false false > /build/posix/tst-spawn6-pidfd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn7-pidfd -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn7-pidfd > /build/posix/tst-spawn7-pidfd.out; \ ../scripts/evaluate-test.sh posix/tst-spawn7-pidfd $? false false > /build/posix/tst-spawn7-pidfd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn3-pidfd > /build/posix/tst-spawn3-pidfd.out; \ ../scripts/evaluate-test.sh posix/tst-spawn3-pidfd $? false false > /build/posix/tst-spawn3-pidfd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-sysconf-cache-linesize > /build/posix/tst-sysconf-cache-linesize.out; \ ../scripts/evaluate-test.sh posix/tst-sysconf-cache-linesize $? false false > /build/posix/tst-sysconf-cache-linesize.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-spawn-chdir-pidfd > /build/posix/tst-spawn-chdir-pidfd.out; \ ../scripts/evaluate-test.sh posix/tst-spawn-chdir-pidfd $? false false > /build/posix/tst-spawn-chdir-pidfd.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-affinity > /build/posix/tst-affinity.out; \ ../scripts/evaluate-test.sh posix/tst-affinity $? false false > /build/posix/tst-affinity.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/posix/tst-sysconf-cache-linesize-static > /build/posix/tst-sysconf-cache-linesize-static.out; \ ../scripts/evaluate-test.sh posix/tst-sysconf-cache-linesize-static $? false false > /build/posix/tst-sysconf-cache-linesize-static.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-gnuglob64-time64 > /build/posix/tst-gnuglob64-time64.out; \ ../scripts/evaluate-test.sh posix/tst-gnuglob64-time64 $? false false > /build/posix/tst-gnuglob64-time64.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex5 > /build/posix/bug-regex5.out; \ ../scripts/evaluate-test.sh posix/bug-regex5 $? false false > /build/posix/bug-regex5.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex33 > /build/posix/bug-regex33.out; \ ../scripts/evaluate-test.sh posix/bug-regex33 $? false false > /build/posix/bug-regex33.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-wait3-time64 > /build/posix/tst-wait3-time64.out; \ ../scripts/evaluate-test.sh posix/tst-wait3-time64 $? false false > /build/posix/tst-wait3-time64.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex20 > /build/posix/bug-regex20.out; \ ../scripts/evaluate-test.sh posix/bug-regex20 $? false false > /build/posix/bug-regex20.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/bug-glob2.mtrace > /build/posix/bug-glob2-mem.out; \ ../scripts/evaluate-test.sh posix/bug-glob2-mem $? false false > /build/posix/bug-glob2-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/bug-regex2.mtrace > /build/posix/bug-regex2-mem.out; \ ../scripts/evaluate-test.sh posix/bug-regex2-mem $? false false > /build/posix/bug-regex2-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/posix/tst-affinity-static > /build/posix/tst-affinity-static.out; \ ../scripts/evaluate-test.sh posix/tst-affinity-static $? false false > /build/posix/tst-affinity-static.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-wait4-time64 > /build/posix/tst-wait4-time64.out; \ ../scripts/evaluate-test.sh posix/tst-wait4-time64 $? false false > /build/posix/tst-wait4-time64.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/bug-regex31.mtrace > /build/posix/bug-regex31-mem.out; \ ../scripts/evaluate-test.sh posix/bug-regex31-mem $? false false > /build/posix/bug-regex31-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/bug-regex14.mtrace > /build/posix/bug-regex14-mem.out; \ ../scripts/evaluate-test.sh posix/bug-regex14-mem $? false false > /build/posix/bug-regex14-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/bug-regex21.mtrace > /build/posix/bug-regex21-mem.out; \ ../scripts/evaluate-test.sh posix/bug-regex21-mem $? false false > /build/posix/bug-regex21-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/bug-regex36.mtrace > /build/posix/bug-regex36-mem.out; \ ../scripts/evaluate-test.sh posix/bug-regex36-mem $? false false > /build/posix/bug-regex36-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/runptests > /build/posix/runptests.out; \ ../scripts/evaluate-test.sh posix/runptests $? false false > /build/posix/runptests.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/wordexp-test > /build/posix/wordexp-test.out; \ ../scripts/evaluate-test.sh posix/wordexp-test $? false false > /build/posix/wordexp-test.test-result a: parameter null or not set make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/runtests > /build/posix/runtests.out; \ ../scripts/evaluate-test.sh posix/runtests $? false false > /build/posix/runtests.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/posix/tst-exec-static -- /build/posix/tst-exec-static > /build/posix/tst-exec-static.out; \ ../scripts/evaluate-test.sh posix/tst-exec-static $? false false > /build/posix/tst-exec-static.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/posix/tst-spawn-static -- /build/posix/tst-spawn-static > /build/posix/tst-spawn-static.out; \ ../scripts/evaluate-test.sh posix/tst-spawn-static $? false false > /build/posix/tst-spawn-static.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/tst-vfork3.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-vfork3 --test-dir=/build/posix/ > /build/posix/tst-vfork3.out; \ ../scripts/evaluate-test.sh posix/tst-vfork3 $? false false > /build/posix/tst-vfork3.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' { test -r /build/posix/tst-vfork3.mtrace \ || ( echo "tst-vfork3.mtrace does not exist"; exit 77; ) \ && /build/malloc/mtrace /build/posix/tst-vfork3.mtrace; } > /build/posix/tst-vfork3-mem.out; \ ../scripts/evaluate-test.sh posix/tst-vfork3-mem $? false false > /build/posix/tst-vfork3-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/bug-ga2.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-ga2 > /build/posix/bug-ga2.out; \ ../scripts/evaluate-test.sh posix/bug-ga2 $? false false > /build/posix/bug-ga2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' { test -r /build/posix/bug-ga2.mtrace \ || ( echo "bug-ga2.mtrace does not exist"; exit 77; ) \ && /build/malloc/mtrace /build/posix/bug-ga2.mtrace; } > /build/posix/bug-ga2-mem.out; \ ../scripts/evaluate-test.sh posix/bug-ga2-mem $? false false > /build/posix/bug-ga2-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-regex2 > /build/posix/tst-regex2.out; \ ../scripts/evaluate-test.sh posix/tst-regex2 $? false false > /build/posix/tst-regex2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/bug-regex24 > /build/posix/bug-regex24.out; \ ../scripts/evaluate-test.sh posix/bug-regex24 $? false false > /build/posix/bug-regex24.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-nanosleep > /build/posix/tst-nanosleep.out; \ ../scripts/evaluate-test.sh posix/tst-nanosleep $? false false > /build/posix/tst-nanosleep.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /bin/sh globtest.sh /build/ ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' ' env'; \ ../scripts/evaluate-test.sh posix/globtest $? false false > /build/posix/globtest.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/tst-fnmatch.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-fnmatch > /build/posix/tst-fnmatch.out < tst-fnmatch.input; \ ../scripts/evaluate-test.sh posix/tst-fnmatch $? false false > /build/posix/tst-fnmatch.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-affinity-pid > /build/posix/tst-affinity-pid.out; \ ../scripts/evaluate-test.sh posix/tst-affinity-pid $? false false > /build/posix/tst-affinity-pid.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-vfork2 > /build/posix/tst-vfork2.out; \ ../scripts/evaluate-test.sh posix/tst-vfork2 $? false false > /build/posix/tst-vfork2.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/tst-fnmatch.mtrace > /build/posix/tst-fnmatch-mem.out; \ ../scripts/evaluate-test.sh posix/tst-fnmatch-mem $? false false > /build/posix/tst-fnmatch-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/posix/annexc 'gcc -m32' \ '-I../csu -I../iconv -I../locale -I../localedata -I../iconvdata -I../assert -I../ctype -I../intl -I../catgets -I../math -I../setjmp -I../signal -I../stdlib -I../stdio-common -I../libio -I../dlfcn -I../nptl -I../rt -I../malloc -I../string -I../wcsmbs -I../timezone -I../time -I../dirent -I../posix -I../io -I../termios -I../resource -I../misc -I../socket -I../sysvipc -I../gmon -I../gnulib -I../wctype -I../manual -I../po -I../argp -I../conform -I../debug -I../mathvec -I../support -I../nptl_db -I../inet -I../resolv -I../nss -I../hesiod -I../sunrpc -I../nis -I../nscd -I../login -I../elf -I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I..' > /build/posix/annexc.out; \ ../scripts/evaluate-test.sh posix/annexc $? true false > /build/posix/annexc.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-chmod /build > /build/posix/tst-chmod.out; \ ../scripts/evaluate-test.sh posix/tst-chmod $? false false > /build/posix/tst-chmod.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-regex > /build/posix/tst-regex.out < tst-regex.input; \ ../scripts/evaluate-test.sh posix/tst-regex $? false false > /build/posix/tst-regex.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/tst-boost.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-boost BOOST.tests > /build/posix/tst-boost.out; \ ../scripts/evaluate-test.sh posix/tst-boost $? false false > /build/posix/tst-boost.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/tst-rxspencer-no-utf8.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-rxspencer-no-utf8 rxspencer/tests > /build/posix/tst-rxspencer-no-utf8.out; \ ../scripts/evaluate-test.sh posix/tst-rxspencer-no-utf8 $? false false > /build/posix/tst-rxspencer-no-utf8.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/tst-boost.mtrace > /build/posix/tst-boost-mem.out; \ ../scripts/evaluate-test.sh posix/tst-boost-mem $? false false > /build/posix/tst-boost-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/tst-rxspencer-no-utf8.mtrace \ > /build/posix/tst-rxspencer-no-utf8-mem.out; \ ../scripts/evaluate-test.sh posix/tst-rxspencer-no-utf8-mem $? false false > /build/posix/tst-rxspencer-no-utf8-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-regcomp-truncated > /build/posix/tst-regcomp-truncated.out; \ ../scripts/evaluate-test.sh posix/tst-regcomp-truncated $? false false > /build/posix/tst-regcomp-truncated.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/tst-pcre.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-pcre PCRE.tests > /build/posix/tst-pcre.out; \ ../scripts/evaluate-test.sh posix/tst-pcre $? false false > /build/posix/tst-pcre.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/tst-pcre.mtrace > /build/posix/tst-pcre-mem.out; \ ../scripts/evaluate-test.sh posix/tst-pcre-mem $? false false > /build/posix/tst-pcre-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/posix/tst-glob-tilde.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/posix/tst-glob-tilde > /build/posix/tst-glob-tilde.out; \ ../scripts/evaluate-test.sh posix/tst-glob-tilde $? false false > /build/posix/tst-glob-tilde.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /build/malloc/mtrace /build/posix/tst-glob-tilde.mtrace > /build/posix/tst-glob-tilde-mem.out; \ ../scripts/evaluate-test.sh posix/tst-glob-tilde-mem $? false false > /build/posix/tst-glob-tilde-mem.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/confname.h bits/cpu-set.h bits/environments.h bits/getopt_core.h bits/getopt_ext.h bits/getopt_posix.h bits/local_lim.h bits/mman_ext.h bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h bits/pthreadtypes-arch.h bits/pthreadtypes.h bits/sched.h bits/spawn_ext.h bits/thread-shared-types.h bits/types.h bits/types/idtype_t.h bits/types/struct_sched_param.h bits/typesizes.h bits/unistd-decl.h bits/unistd.h bits/unistd_ext.h bits/utsname.h bits/waitflags.h bits/waitstatus.h cpio.h fnmatch.h getopt.h glob.h re_comp.h regex.h sched.h spawn.h sys/times.h sys/types.h sys/unistd.h sys/utsname.h sys/wait.h tar.h unistd.h wait.h wordexp.h bits/initspin.h > /build/posix/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh posix/check-installed-headers-c $? false false > /build/posix/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/posix' make[2]: Entering directory '/glibc/posix' ../scripts/merge-test-results.sh -s /build/posix/ posix \ annexc bug-ga1 bug-ga2 bug-ga2-mem bug-getopt1 bug-getopt2 bug-getopt3 bug-getopt4 bug-getopt5 bug-glob2 bug-glob2-mem bug-glob3 bug-regex1 bug-regex10 bug-regex11 bug-regex12 bug-regex13 bug-regex14 bug-regex14-mem bug-regex15 bug-regex16 bug-regex17 bug-regex18 bug-regex19 bug-regex2 bug-regex2-mem bug-regex20 bug-regex21 bug-regex21-mem bug-regex22 bug-regex23 bug-regex24 bug-regex25 bug-regex26 bug-regex27 bug-regex28 bug-regex29 bug-regex3 bug-regex30 bug-regex31 bug-regex31-mem bug-regex32 bug-regex33 bug-regex34 bug-regex35 bug-regex36 bug-regex36-mem bug-regex37 bug-regex38 bug-regex4 bug-regex5 bug-regex6 bug-regex7 bug-regex8 bug-regex9 check-installed-headers-c check-obsolete-constructs check-wrapper-headers globtest regexbug1 runptests runtests test-errno test-ssize-max test-vfork testfnm transbug tst-_Fork tst-affinity tst-affinity-pid tst-affinity-static tst-boost tst-boost-mem tst-chmod tst-cpucount tst-cpuset tst-dir tst-exec tst-exec-static tst-execl1 tst-execl2 tst-execle1 tst-execle2 tst-execlp1 tst-execlp2 tst-execv1 tst-execv2 tst-execve1 tst-execve2 tst-execveat tst-execvp1 tst-execvp2 tst-execvp3 tst-execvp4 tst-execvpe1 tst-execvpe2 tst-execvpe3 tst-execvpe4 tst-execvpe5 tst-execvpe6 tst-fexecve tst-fnmatch tst-fnmatch-mem tst-fnmatch2 tst-fnmatch3 tst-fnmatch4 tst-fnmatch5 tst-fnmatch6 tst-fnmatch7 tst-fork tst-gai_strerror tst-getconf tst-getopt-cancel tst-getopt_long1 tst-glob-tilde tst-glob-tilde-mem tst-glob_lstat_compat tst-glob_symlinks tst-gnuglob tst-gnuglob64 tst-gnuglob64-time64 tst-mmap tst-mmap-offset tst-nanosleep tst-nice tst-pathconf tst-pcre tst-pcre-mem tst-posix_fadvise tst-posix_fadvise64 tst-posix_spawn-fd tst-posix_spawn-setsid tst-posix_spawn-setsid-pidfd tst-preadwrite tst-preadwrite64 tst-regcomp-truncated tst-regex tst-regex2 tst-regexloc tst-rxspencer tst-rxspencer-no-utf8 tst-rxspencer-no-utf8-mem tst-sched_getaffinity tst-spawn tst-spawn-cgroup tst-spawn-chdir tst-spawn-chdir-pidfd tst-spawn-pidfd tst-spawn-static tst-spawn2 tst-spawn2-pidfd tst-spawn3 tst-spawn3-pidfd tst-spawn4 tst-spawn4-compat tst-spawn4-pidfd tst-spawn5 tst-spawn5-pidfd tst-spawn6 tst-spawn6-pidfd tst-spawn7 tst-spawn7-pidfd tst-sysconf tst-sysconf-cache-linesize tst-sysconf-cache-linesize-static tst-sysconf-empty-chroot tst-truncate tst-truncate64 tst-vfork1 tst-vfork2 tst-vfork3 tst-vfork3-mem tst-wait3 tst-wait3-time64 tst-wait4 tst-wait4-time64 tst-waitid tst-wordexp-nocmd tstgetopt wordexp-test wordexp-tst \ > /build/posix/subdir-tests.sum make[2]: Leaving directory '/glibc/posix' make subdir=io -C io ..=../ tests make[2]: Entering directory '/glibc/io' gcc -m32 bug-ftw1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/bug-ftw1.o -MD -MP -MF /build/io/bug-ftw1.o.dt -MT /build/io/bug-ftw1.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 bug-ftw2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/bug-ftw2.o -MD -MP -MF /build/io/bug-ftw2.o.dt -MT /build/io/bug-ftw2.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 bug-ftw3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/bug-ftw3.o -MD -MP -MF /build/io/bug-ftw3.o.dt -MT /build/io/bug-ftw3.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 test-utime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/test-utime.o -MD -MP -MF /build/io/test-utime.o.dt -MT /build/io/test-utime.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 bug-ftw5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/bug-ftw5.o -MD -MP -MF /build/io/bug-ftw5.o.dt -MT /build/io/bug-ftw5.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 test-stat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/test-stat2.o -MD -MP -MF /build/io/test-stat2.o.dt -MT /build/io/test-stat2.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fchmod-errors.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fchmod-errors.o -MD -MP -MF /build/io/tst-fchmod-errors.o.dt -MT /build/io/tst-fchmod-errors.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 bug-ftw4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/bug-ftw4.o -MD -MP -MF /build/io/bug-ftw4.o.dt -MT /build/io/bug-ftw4.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 test-stat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/test-stat.o -MD -MP -MF /build/io/test-stat.o.dt -MT /build/io/test-stat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-ftw-bz26353.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-ftw-bz26353.o -MD -MP -MF /build/io/tst-ftw-bz26353.o.dt -MT /build/io/tst-ftw-bz26353.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-ftw-bz28126.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-ftw-bz28126.o -MD -MP -MF /build/io/tst-ftw-bz28126.o.dt -MT /build/io/tst-ftw-bz28126.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-faccessat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-faccessat.o -MD -MP -MF /build/io/tst-faccessat.o.dt -MT /build/io/tst-faccessat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 test-lfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_LARGEFILE64_SOURCE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/test-lfs.o -MD -MP -MF /build/io/test-lfs.o.dt -MT /build/io/test-lfs.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-closefrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-closefrom.o -MD -MP -MF /build/io/tst-closefrom.o.dt -MT /build/io/tst-closefrom.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fchmod-fuse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fchmod-fuse.o -MD -MP -MF /build/io/tst-fchmod-fuse.o.dt -MT /build/io/tst-fchmod-fuse.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fchownat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fchownat.o -MD -MP -MF /build/io/tst-fchownat.o.dt -MT /build/io/tst-fchownat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fchmodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fchmodat.o -MD -MP -MF /build/io/tst-fchmodat.o.dt -MT /build/io/tst-fchmodat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fstatat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fstatat.o -MD -MP -MF /build/io/tst-fstatat.o.dt -MT /build/io/tst-fstatat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fcntl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fcntl.o -MD -MP -MF /build/io/tst-fcntl.o.dt -MT /build/io/tst-fcntl.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fcntl-lock-lfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fcntl-lock-lfs.o -MD -MP -MF /build/io/tst-fcntl-lock-lfs.o.dt -MT /build/io/tst-fcntl-lock-lfs.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fts-lfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fts-lfs.o -MD -MP -MF /build/io/tst-fts-lfs.o.dt -MT /build/io/tst-fts-lfs.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fts.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fts.o -MD -MP -MF /build/io/tst-fts.o.dt -MT /build/io/tst-fts.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-ftw-lnk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-ftw-lnk.o -MD -MP -MF /build/io/tst-ftw-lnk.o.dt -MT /build/io/tst-ftw-lnk.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-futimens.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-futimens.o -MD -MP -MF /build/io/tst-futimens.o.dt -MT /build/io/tst-futimens.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-futimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-futimes.o -MD -MP -MF /build/io/tst-futimes.o.dt -MT /build/io/tst-futimes.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-futimesat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-futimesat.o -MD -MP -MF /build/io/tst-futimesat.o.dt -MT /build/io/tst-futimesat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-getcwd-abspath.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-getcwd-abspath.o -MD -MP -MF /build/io/tst-getcwd-abspath.o.dt -MT /build/io/tst-getcwd-abspath.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fcntl-lock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fcntl-lock.o -MD -MP -MF /build/io/tst-fcntl-lock.o.dt -MT /build/io/tst-fcntl-lock.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-getcwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-getcwd.o -MD -MP -MF /build/io/tst-getcwd.o.dt -MT /build/io/tst-getcwd.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-lutimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-lutimes.o -MD -MP -MF /build/io/tst-lutimes.o.dt -MT /build/io/tst-lutimes.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-copy_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-copy_file_range.o -MD -MP -MF /build/io/tst-copy_file_range.o.dt -MT /build/io/tst-copy_file_range.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-linkat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-linkat.o -MD -MP -MF /build/io/tst-linkat.o.dt -MT /build/io/tst-linkat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-lstat-nofollow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-lstat-nofollow.o -MD -MP -MF /build/io/tst-lstat-nofollow.o.dt -MT /build/io/tst-lstat-nofollow.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-read-zero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-read-zero.o -MD -MP -MF /build/io/tst-read-zero.o.dt -MT /build/io/tst-read-zero.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-close_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-close_range.o -MD -MP -MF /build/io/tst-close_range.o.dt -MT /build/io/tst-close_range.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-posix_fallocate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-posix_fallocate64.o -MD -MP -MF /build/io/tst-posix_fallocate64.o.dt -MT /build/io/tst-posix_fallocate64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-mkdirat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-mkdirat.o -MD -MP -MF /build/io/tst-mkdirat.o.dt -MT /build/io/tst-mkdirat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-posix_fallocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-posix_fallocate.o -MD -MP -MF /build/io/tst-posix_fallocate.o.dt -MT /build/io/tst-posix_fallocate.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-lockf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-lockf.o -MD -MP -MF /build/io/tst-lockf.o.dt -MT /build/io/tst-lockf.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-mkfifoat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-mkfifoat.o -MD -MP -MF /build/io/tst-mkfifoat.o.dt -MT /build/io/tst-mkfifoat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-mknodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-mknodat.o -MD -MP -MF /build/io/tst-mknodat.o.dt -MT /build/io/tst-mknodat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-open-tmpfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-open-tmpfile.o -MD -MP -MF /build/io/tst-open-tmpfile.o.dt -MT /build/io/tst-open-tmpfile.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-utimensat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-utimensat.o -MD -MP -MF /build/io/tst-utimensat.o.dt -MT /build/io/tst-utimensat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-readlinkat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-readlinkat.o -MD -MP -MF /build/io/tst-readlinkat.o.dt -MT /build/io/tst-readlinkat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-ttyname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-ttyname_r.o -MD -MP -MF /build/io/tst-ttyname_r.o.dt -MT /build/io/tst-ttyname_r.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-utimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-utimes.o -MD -MP -MF /build/io/tst-utimes.o.dt -MT /build/io/tst-utimes.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 ../sysdeps/unix/sysv/linux/tst-fallocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fallocate.o -MD -MP -MF /build/io/tst-fallocate.o.dt -MT /build/io/tst-fallocate.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-openat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-openat.o -MD -MP -MF /build/io/tst-openat.o.dt -MT /build/io/tst-openat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-statvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-statvfs.o -MD -MP -MF /build/io/tst-statvfs.o.dt -MT /build/io/tst-statvfs.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-symlinkat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-symlinkat.o -MD -MP -MF /build/io/tst-symlinkat.o.dt -MT /build/io/tst-symlinkat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-utime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-utime.o -MD -MP -MF /build/io/tst-utime.o.dt -MT /build/io/tst-utime.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 ../sysdeps/unix/sysv/linux/tst-fallocate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fallocate64.o -MD -MP -MF /build/io/tst-fallocate64.o.dt -MT /build/io/tst-fallocate64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-renameat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-renameat.o -MD -MP -MF /build/io/tst-renameat.o.dt -MT /build/io/tst-renameat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-unlinkat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-unlinkat.o -MD -MP -MF /build/io/tst-unlinkat.o.dt -MT /build/io/tst-unlinkat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 ../sysdeps/unix/sysv/linux/tst-o_path-locks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-o_path-locks.o -MD -MP -MF /build/io/tst-o_path-locks.o.dt -MT /build/io/tst-o_path-locks.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-lchmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-lchmod.o -MD -MP -MF /build/io/tst-lchmod.o.dt -MT /build/io/tst-lchmod.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-stat-lfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-stat-lfs.o -MD -MP -MF /build/io/tst-stat-lfs.o.dt -MT /build/io/tst-stat-lfs.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-stat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-stat.o -MD -MP -MF /build/io/tst-stat.o.dt -MT /build/io/tst-stat.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 ../sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-getcwd-smallbuff.o -MD -MP -MF /build/io/tst-getcwd-smallbuff.o.dt -MT /build/io/tst-getcwd-smallbuff.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-futimens-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-futimens-time64.o -MD -MP -MF /build/io/tst-futimens-time64.o.dt -MT /build/io/tst-futimens-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-futimes-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-futimes-time64.o -MD -MP -MF /build/io/tst-futimes-time64.o.dt -MT /build/io/tst-futimes-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fcntl-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fcntl-time64.o -MD -MP -MF /build/io/tst-fcntl-time64.o.dt -MT /build/io/tst-fcntl-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-futimesat-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-futimesat-time64.o -MD -MP -MF /build/io/tst-futimesat-time64.o.dt -MT /build/io/tst-futimesat-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-fts-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-fts-time64.o -MD -MP -MF /build/io/tst-fts-time64.o.dt -MT /build/io/tst-fts-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-lutimes-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-lutimes-time64.o -MD -MP -MF /build/io/tst-lutimes-time64.o.dt -MT /build/io/tst-lutimes-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-utime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-utime-time64.o -MD -MP -MF /build/io/tst-utime-time64.o.dt -MT /build/io/tst-utime-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-lstat-nofollow-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-lstat-nofollow-time64.o -MD -MP -MF /build/io/tst-lstat-nofollow-time64.o.dt -MT /build/io/tst-lstat-nofollow-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=io bits/fcntl.h bits/fcntl2.h bits/poll.h bits/poll2.h bits/stat.h bits/statfs.h bits/statvfs.h bits/statx-generic.h bits/statx.h bits/types/struct_statx.h bits/types/struct_statx_timestamp.h fcntl.h fts.h ftw.h poll.h sys/fcntl.h sys/poll.h sys/sendfile.h sys/stat.h sys/statfs.h sys/statvfs.h sys/vfs.h utime.h bits/fcntl-linux.h > /build/io/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh io/check-wrapper-headers $? false false > /build/io/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/bug-ftw3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/bug-ftw3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/bug-ftw4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/bug-ftw4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/bug-ftw1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/bug-ftw1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-utimes-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-utimes-time64.o -MD -MP -MF /build/io/tst-utimes-time64.o.dt -MT /build/io/tst-utimes-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/bug-ftw2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/bug-ftw2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/test-stat2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/test-stat2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-utimensat-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-utimensat-time64.o -MD -MP -MF /build/io/tst-utimensat-time64.o.dt -MT /build/io/tst-utimensat-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/bug-ftw5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/bug-ftw5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/test-lfs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/test-lfs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' python3 -B ../scripts/check-obsolete-constructs.py ../sysdeps/unix/sysv/linux/x86/bits/fcntl.h bits/fcntl2.h ../sysdeps/unix/sysv/linux/bits/poll.h bits/poll2.h ../sysdeps/unix/sysv/linux/bits/stat.h ../sysdeps/unix/sysv/linux/bits/statfs.h ../sysdeps/unix/sysv/linux/bits/statvfs.h bits/statx-generic.h bits/statx.h bits/types/struct_statx.h bits/types/struct_statx_timestamp.h fcntl.h fts.h ftw.h poll.h sys/fcntl.h sys/poll.h sys/sendfile.h sys/stat.h sys/statfs.h sys/statvfs.h sys/vfs.h utime.h ../sysdeps/unix/sysv/linux/bits/fcntl-linux.h > /build/io/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh io/check-obsolete-constructs $? false false > /build/io/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/test-utime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/test-utime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/test-stat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/test-stat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-close_range -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-close_range.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 ftwtest-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/ftwtest-time64.o -MD -MP -MF /build/io/ftwtest-time64.o.dt -MT /build/io/ftwtest-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-faccessat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-faccessat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-closefrom -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-closefrom.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fchmod-errors -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fchmod-errors.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-copy_file_range -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-copy_file_range.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 ftwtest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/ftwtest.o -MD -MP -MF /build/io/ftwtest.o.dt -MT /build/io/ftwtest.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fchmodat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fchmodat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fchmod-fuse -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fchmod-fuse.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fcntl -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fcntl.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fchownat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fchownat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fts -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fts.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fstatat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fstatat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fcntl-lock-lfs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fcntl-lock-lfs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-ftw-lnk -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-ftw-lnk.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fts-lfs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fts-lfs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-stat-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-stat-time64.o -MD -MP -MF /build/io/tst-stat-time64.o.dt -MT /build/io/tst-stat-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-ftw-bz28126 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-ftw-bz28126.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fcntl-lock -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fcntl-lock.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-ftw-bz26353 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-ftw-bz26353.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-futimes -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-futimes.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-futimens -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-futimens.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-getcwd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-getcwd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-linkat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-linkat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-futimesat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-futimesat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-lchmod -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-lchmod.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-getcwd-abspath -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-getcwd-abspath.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-lutimes -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-lutimes.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-mkdirat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-mkdirat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-lockf -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-lockf.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-lstat-nofollow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-lstat-nofollow.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-open-tmpfile -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-open-tmpfile.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-file_change_detection.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-file_change_detection.o -MD -MP -MF /build/io/tst-file_change_detection.o.dt -MT /build/io/tst-file_change_detection.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-mknodat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-mknodat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-posix_fallocate -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-posix_fallocate.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-openat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-openat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-mkfifoat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-mkfifoat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-posix_fallocate64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-posix_fallocate64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-read-zero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-read-zero.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-readlinkat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-readlinkat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-stat-lfs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-stat-lfs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-symlinkat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-symlinkat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-statvfs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-statvfs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-renameat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-renameat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-stat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-stat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-statx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-statx.o -MD -MP -MF /build/io/tst-statx.o.dt -MT /build/io/tst-statx.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-ttyname_r -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-ttyname_r.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-unlinkat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-unlinkat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-utimensat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-utimensat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-utime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-utime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-utimes -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-utimes.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fallocate -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fallocate.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fallocate64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fallocate64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fcntl-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fcntl-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/bug-ftw1 > /build/io/bug-ftw1.out; \ ../scripts/evaluate-test.sh io/bug-ftw1 $? false false > /build/io/bug-ftw1.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-getcwd-smallbuff -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-getcwd-smallbuff.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-o_path-locks -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-o_path-locks.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/bug-ftw2 > /build/io/bug-ftw2.out; \ ../scripts/evaluate-test.sh io/bug-ftw2 $? false false > /build/io/bug-ftw2.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-fts-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-fts-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/bug-ftw3 > /build/io/bug-ftw3.out; \ ../scripts/evaluate-test.sh io/bug-ftw3 $? false false > /build/io/bug-ftw3.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/bug-ftw5 > /build/io/bug-ftw5.out; \ ../scripts/evaluate-test.sh io/bug-ftw5 $? false false > /build/io/bug-ftw5.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-futimes-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-futimes-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-futimens-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-futimens-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/test-lfs > /build/io/test-lfs.out; \ ../scripts/evaluate-test.sh io/test-lfs $? false false > /build/io/test-lfs.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/test-stat > /build/io/test-stat.out; \ ../scripts/evaluate-test.sh io/test-stat $? false false > /build/io/test-stat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/test-stat2 Makefile . /build/io/test-stat2 > /build/io/test-stat2.out; \ ../scripts/evaluate-test.sh io/test-stat2 $? false false > /build/io/test-stat2.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-futimesat-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-futimesat-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-utime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-utime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/ftwtest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/ftwtest.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-utimensat-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-utimensat-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-utimes-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-utimes-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-close_range > /build/io/tst-close_range.out; \ ../scripts/evaluate-test.sh io/tst-close_range $? false false > /build/io/tst-close_range.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-closefrom > /build/io/tst-closefrom.out; \ ../scripts/evaluate-test.sh io/tst-closefrom $? false false > /build/io/tst-closefrom.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/ftwtest-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/ftwtest-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-lutimes-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-lutimes-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 tst-lchmod-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/tst-lchmod-time64.o -MD -MP -MF /build/io/tst-lchmod-time64.o.dt -MT /build/io/tst-lchmod-time64.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-lstat-nofollow-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-lstat-nofollow-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-stat-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-stat-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-faccessat > /build/io/tst-faccessat.out; \ ../scripts/evaluate-test.sh io/tst-faccessat $? false false > /build/io/tst-faccessat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fchmod-errors > /build/io/tst-fchmod-errors.out; \ ../scripts/evaluate-test.sh io/tst-fchmod-errors $? false false > /build/io/tst-fchmod-errors.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-file_change_detection -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-file_change_detection.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fchmod-fuse > /build/io/tst-fchmod-fuse.out; \ ../scripts/evaluate-test.sh io/tst-fchmod-fuse $? false false > /build/io/tst-fchmod-fuse.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fchmodat > /build/io/tst-fchmodat.out; \ ../scripts/evaluate-test.sh io/tst-fchmodat $? false false > /build/io/tst-fchmodat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fchownat > /build/io/tst-fchownat.out; \ ../scripts/evaluate-test.sh io/tst-fchownat $? false false > /build/io/tst-fchownat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fcntl > /build/io/tst-fcntl.out; \ ../scripts/evaluate-test.sh io/tst-fcntl $? false false > /build/io/tst-fcntl.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fcntl-lock > /build/io/tst-fcntl-lock.out; \ ../scripts/evaluate-test.sh io/tst-fcntl-lock $? false false > /build/io/tst-fcntl-lock.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fcntl-lock-lfs > /build/io/tst-fcntl-lock-lfs.out; \ ../scripts/evaluate-test.sh io/tst-fcntl-lock-lfs $? false false > /build/io/tst-fcntl-lock-lfs.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fstatat > /build/io/tst-fstatat.out; \ ../scripts/evaluate-test.sh io/tst-fstatat $? false false > /build/io/tst-fstatat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/bug-ftw4 > /build/io/bug-ftw4.out; \ ../scripts/evaluate-test.sh io/bug-ftw4 $? false false > /build/io/bug-ftw4.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fts > /build/io/tst-fts.out; \ ../scripts/evaluate-test.sh io/tst-fts $? false false > /build/io/tst-fts.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-ftw-bz28126 > /build/io/tst-ftw-bz28126.out; \ ../scripts/evaluate-test.sh io/tst-ftw-bz28126 $? false false > /build/io/tst-ftw-bz28126.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fts-lfs > /build/io/tst-fts-lfs.out; \ ../scripts/evaluate-test.sh io/tst-fts-lfs $? false false > /build/io/tst-fts-lfs.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-ftw-lnk > /build/io/tst-ftw-lnk.out; \ ../scripts/evaluate-test.sh io/tst-ftw-lnk $? false false > /build/io/tst-ftw-lnk.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-futimens > /build/io/tst-futimens.out; \ ../scripts/evaluate-test.sh io/tst-futimens $? false false > /build/io/tst-futimens.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-futimes > /build/io/tst-futimes.out; \ ../scripts/evaluate-test.sh io/tst-futimes $? false false > /build/io/tst-futimes.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-futimesat > /build/io/tst-futimesat.out; \ ../scripts/evaluate-test.sh io/tst-futimesat $? false false > /build/io/tst-futimesat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-getcwd > /build/io/tst-getcwd.out; \ ../scripts/evaluate-test.sh io/tst-getcwd $? false false > /build/io/tst-getcwd.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-getcwd-abspath > /build/io/tst-getcwd-abspath.out; \ ../scripts/evaluate-test.sh io/tst-getcwd-abspath $? false false > /build/io/tst-getcwd-abspath.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-lockf > /build/io/tst-lockf.out; \ ../scripts/evaluate-test.sh io/tst-lockf $? false false > /build/io/tst-lockf.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-linkat > /build/io/tst-linkat.out; \ ../scripts/evaluate-test.sh io/tst-linkat $? false false > /build/io/tst-linkat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-lstat-nofollow > /build/io/tst-lstat-nofollow.out; \ ../scripts/evaluate-test.sh io/tst-lstat-nofollow $? false false > /build/io/tst-lstat-nofollow.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-ftw-bz26353 > /build/io/tst-ftw-bz26353.out; \ ../scripts/evaluate-test.sh io/tst-ftw-bz26353 $? false false > /build/io/tst-ftw-bz26353.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-lutimes > /build/io/tst-lutimes.out; \ ../scripts/evaluate-test.sh io/tst-lutimes $? false false > /build/io/tst-lutimes.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-mkfifoat > /build/io/tst-mkfifoat.out; \ ../scripts/evaluate-test.sh io/tst-mkfifoat $? false false > /build/io/tst-mkfifoat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-mknodat > /build/io/tst-mknodat.out; \ ../scripts/evaluate-test.sh io/tst-mknodat $? false false > /build/io/tst-mknodat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-mkdirat > /build/io/tst-mkdirat.out; \ ../scripts/evaluate-test.sh io/tst-mkdirat $? false false > /build/io/tst-mkdirat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-openat > /build/io/tst-openat.out; \ ../scripts/evaluate-test.sh io/tst-openat $? false false > /build/io/tst-openat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-open-tmpfile --test-dir=/build/io/ > /build/io/tst-open-tmpfile.out; \ ../scripts/evaluate-test.sh io/tst-open-tmpfile $? false false > /build/io/tst-open-tmpfile.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-posix_fallocate > /build/io/tst-posix_fallocate.out; \ ../scripts/evaluate-test.sh io/tst-posix_fallocate $? false false > /build/io/tst-posix_fallocate.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-posix_fallocate64 > /build/io/tst-posix_fallocate64.out; \ ../scripts/evaluate-test.sh io/tst-posix_fallocate64 $? false false > /build/io/tst-posix_fallocate64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-read-zero > /build/io/tst-read-zero.out; \ ../scripts/evaluate-test.sh io/tst-read-zero $? false false > /build/io/tst-read-zero.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-readlinkat > /build/io/tst-readlinkat.out; \ ../scripts/evaluate-test.sh io/tst-readlinkat $? false false > /build/io/tst-readlinkat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-renameat > /build/io/tst-renameat.out; \ ../scripts/evaluate-test.sh io/tst-renameat $? false false > /build/io/tst-renameat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-stat > /build/io/tst-stat.out; \ ../scripts/evaluate-test.sh io/tst-stat $? false false > /build/io/tst-stat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-stat-lfs > /build/io/tst-stat-lfs.out; \ ../scripts/evaluate-test.sh io/tst-stat-lfs $? false false > /build/io/tst-stat-lfs.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-statvfs /build/io/tst-statvfs tst-statvfs.c /tmp > /build/io/tst-statvfs.out; \ ../scripts/evaluate-test.sh io/tst-statvfs $? false false > /build/io/tst-statvfs.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-symlinkat > /build/io/tst-symlinkat.out; \ ../scripts/evaluate-test.sh io/tst-symlinkat $? false false > /build/io/tst-symlinkat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-ttyname_r > /build/io/tst-ttyname_r.out; \ ../scripts/evaluate-test.sh io/tst-ttyname_r $? false false > /build/io/tst-ttyname_r.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-unlinkat > /build/io/tst-unlinkat.out; \ ../scripts/evaluate-test.sh io/tst-unlinkat $? false false > /build/io/tst-unlinkat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-utime > /build/io/tst-utime.out; \ ../scripts/evaluate-test.sh io/tst-utime $? false false > /build/io/tst-utime.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-utimensat > /build/io/tst-utimensat.out; \ ../scripts/evaluate-test.sh io/tst-utimensat $? false false > /build/io/tst-utimensat.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-utimes > /build/io/tst-utimes.out; \ ../scripts/evaluate-test.sh io/tst-utimes $? false false > /build/io/tst-utimes.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fallocate > /build/io/tst-fallocate.out; \ ../scripts/evaluate-test.sh io/tst-fallocate $? false false > /build/io/tst-fallocate.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fallocate64 > /build/io/tst-fallocate64.out; \ ../scripts/evaluate-test.sh io/tst-fallocate64 $? false false > /build/io/tst-fallocate64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fcntl-time64 > /build/io/tst-fcntl-time64.out; \ ../scripts/evaluate-test.sh io/tst-fcntl-time64 $? false false > /build/io/tst-fcntl-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-o_path-locks > /build/io/tst-o_path-locks.out; \ ../scripts/evaluate-test.sh io/tst-o_path-locks $? false false > /build/io/tst-o_path-locks.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-getcwd-smallbuff > /build/io/tst-getcwd-smallbuff.out; \ ../scripts/evaluate-test.sh io/tst-getcwd-smallbuff $? false false > /build/io/tst-getcwd-smallbuff.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-futimens-time64 > /build/io/tst-futimens-time64.out; \ ../scripts/evaluate-test.sh io/tst-futimens-time64 $? false false > /build/io/tst-futimens-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-futimes-time64 > /build/io/tst-futimes-time64.out; \ ../scripts/evaluate-test.sh io/tst-futimes-time64 $? false false > /build/io/tst-futimes-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-fts-time64 > /build/io/tst-fts-time64.out; \ ../scripts/evaluate-test.sh io/tst-fts-time64 $? false false > /build/io/tst-fts-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-futimesat-time64 > /build/io/tst-futimesat-time64.out; \ ../scripts/evaluate-test.sh io/tst-futimesat-time64 $? false false > /build/io/tst-futimesat-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-copy_file_range > /build/io/tst-copy_file_range.out; \ ../scripts/evaluate-test.sh io/tst-copy_file_range $? false false > /build/io/tst-copy_file_range.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-lstat-nofollow-time64 > /build/io/tst-lstat-nofollow-time64.out; \ ../scripts/evaluate-test.sh io/tst-lstat-nofollow-time64 $? false false > /build/io/tst-lstat-nofollow-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-lutimes-time64 > /build/io/tst-lutimes-time64.out; \ ../scripts/evaluate-test.sh io/tst-lutimes-time64 $? false false > /build/io/tst-lutimes-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-stat-time64 > /build/io/tst-stat-time64.out; \ ../scripts/evaluate-test.sh io/tst-stat-time64 $? false false > /build/io/tst-stat-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-utime-time64 > /build/io/tst-utime-time64.out; \ ../scripts/evaluate-test.sh io/tst-utime-time64 $? false false > /build/io/tst-utime-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-utimes-time64 > /build/io/tst-utimes-time64.out; \ ../scripts/evaluate-test.sh io/tst-utimes-time64 $? false false > /build/io/tst-utimes-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-file_change_detection > /build/io/tst-file_change_detection.out; \ ../scripts/evaluate-test.sh io/tst-file_change_detection $? false false > /build/io/tst-file_change_detection.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-utimensat-time64 > /build/io/tst-utimensat-time64.out; \ ../scripts/evaluate-test.sh io/tst-utimensat-time64 $? false false > /build/io/tst-utimensat-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' /bin/sh ftwtest-sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/ftwtest-time64' > /build/io/ftwtest-time64.out; \ ../scripts/evaluate-test.sh io/ftwtest-time64 $? false false > /build/io/ftwtest-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' /bin/sh ftwtest-sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/ftwtest' > /build/io/ftwtest.out; \ ../scripts/evaluate-test.sh io/ftwtest $? false false > /build/io/ftwtest.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-lchmod-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-lchmod-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-lchmod-time64 > /build/io/tst-lchmod-time64.out; \ ../scripts/evaluate-test.sh io/tst-lchmod-time64 $? false false > /build/io/tst-lchmod-time64.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' gcc -m32 -o /build/io/tst-statx -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/io/tst-statx.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/io/tst-statx > /build/io/tst-statx.out; \ ../scripts/evaluate-test.sh io/tst-statx $? false false > /build/io/tst-statx.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/test-utime > /build/io/test-utime.out; \ ../scripts/evaluate-test.sh io/test-utime $? false false > /build/io/test-utime.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/io/tst-lchmod > /build/io/tst-lchmod.out; \ ../scripts/evaluate-test.sh io/tst-lchmod $? false false > /build/io/tst-lchmod.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/fcntl.h bits/fcntl2.h bits/poll.h bits/poll2.h bits/stat.h bits/statfs.h bits/statvfs.h bits/statx-generic.h bits/statx.h bits/types/struct_statx.h bits/types/struct_statx_timestamp.h fcntl.h fts.h ftw.h poll.h sys/fcntl.h sys/poll.h sys/sendfile.h sys/stat.h sys/statfs.h sys/statvfs.h sys/vfs.h utime.h bits/fcntl-linux.h > /build/io/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh io/check-installed-headers-c $? false false > /build/io/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/io' make[2]: Entering directory '/glibc/io' ../scripts/merge-test-results.sh -s /build/io/ io \ bug-ftw1 bug-ftw2 bug-ftw3 bug-ftw4 bug-ftw5 check-installed-headers-c check-obsolete-constructs check-wrapper-headers ftwtest ftwtest-time64 test-lfs test-stat test-stat2 test-utime tst-close_range tst-closefrom tst-copy_file_range tst-faccessat tst-fallocate tst-fallocate64 tst-fchmod-errors tst-fchmod-fuse tst-fchmodat tst-fchownat tst-fcntl tst-fcntl-lock tst-fcntl-lock-lfs tst-fcntl-time64 tst-file_change_detection tst-fstatat tst-fts tst-fts-lfs tst-fts-time64 tst-ftw-bz26353 tst-ftw-bz28126 tst-ftw-lnk tst-futimens tst-futimens-time64 tst-futimes tst-futimes-time64 tst-futimesat tst-futimesat-time64 tst-getcwd tst-getcwd-abspath tst-getcwd-smallbuff tst-lchmod tst-lchmod-time64 tst-linkat tst-lockf tst-lstat-nofollow tst-lstat-nofollow-time64 tst-lutimes tst-lutimes-time64 tst-mkdirat tst-mkfifoat tst-mknodat tst-o_path-locks tst-open-tmpfile tst-openat tst-posix_fallocate tst-posix_fallocate64 tst-read-zero tst-readlinkat tst-renameat tst-stat tst-stat-lfs tst-stat-time64 tst-statvfs tst-statx tst-symlinkat tst-ttyname_r tst-unlinkat tst-utime tst-utime-time64 tst-utimensat tst-utimensat-time64 tst-utimes tst-utimes-time64 \ > /build/io/subdir-tests.sum make[2]: Leaving directory '/glibc/io' make subdir=termios -C termios ..=../ tests make[2]: Entering directory '/glibc/termios' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=termios termios.h bits/termios.h sys/ttydefaults.h sys/termios.h sys/ttychars.h termio.h > /build/termios/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh termios/check-wrapper-headers $? false false > /build/termios/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/termios' make[2]: Entering directory '/glibc/termios' python3 -B ../scripts/check-obsolete-constructs.py termios.h ../sysdeps/unix/sysv/linux/bits/termios.h ../sysdeps/unix/sysv/linux/sys/ttydefaults.h sys/termios.h sys/ttychars.h ../sysdeps/unix/sysv/linux/termio.h > /build/termios/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh termios/check-obsolete-constructs $? false false > /build/termios/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/termios' make[2]: Entering directory '/glibc/termios' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ termios.h bits/termios.h sys/ttydefaults.h sys/termios.h sys/ttychars.h termio.h > /build/termios/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh termios/check-installed-headers-c $? false false > /build/termios/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/termios' make[2]: Entering directory '/glibc/termios' ../scripts/merge-test-results.sh -s /build/termios/ termios \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers \ > /build/termios/subdir-tests.sum make[2]: Leaving directory '/glibc/termios' make subdir=resource -C resource ..=../ tests make[2]: Entering directory '/glibc/resource' gcc -m32 bug-ulimit1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/bug-ulimit1.o -MD -MP -MF /build/resource/bug-ulimit1.o.dt -MT /build/resource/bug-ulimit1.o make[2]: Leaving directory '/glibc/resource' make[2]: Entering directory '/glibc/resource' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=resource sys/resource.h bits/resource.h sys/vlimit.h ulimit.h bits/types/struct_rusage.h > /build/resource/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh resource/check-wrapper-headers $? false false > /build/resource/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/resource' make[2]: Entering directory '/glibc/resource' gcc -m32 tst-getrlimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/tst-getrlimit.o -MD -MP -MF /build/resource/tst-getrlimit.o.dt -MT /build/resource/tst-getrlimit.o make[2]: Leaving directory '/glibc/resource' make[2]: Entering directory '/glibc/resource' python3 -B ../scripts/check-obsolete-constructs.py sys/resource.h ../sysdeps/unix/sysv/linux/bits/resource.h sys/vlimit.h ulimit.h bits/types/struct_rusage.h > /build/resource/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh resource/check-obsolete-constructs $? false false > /build/resource/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/resource' make[2]: Entering directory '/glibc/resource' gcc -m32 -o /build/resource/bug-ulimit1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resource/bug-ulimit1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resource' make[2]: Entering directory '/glibc/resource' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resource/bug-ulimit1 > /build/resource/bug-ulimit1.out; \ ../scripts/evaluate-test.sh resource/bug-ulimit1 $? false false > /build/resource/bug-ulimit1.test-result make[2]: Leaving directory '/glibc/resource' make[2]: Entering directory '/glibc/resource' gcc -m32 -o /build/resource/tst-getrlimit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resource/tst-getrlimit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resource' make[2]: Entering directory '/glibc/resource' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resource/tst-getrlimit > /build/resource/tst-getrlimit.out; \ ../scripts/evaluate-test.sh resource/tst-getrlimit $? false false > /build/resource/tst-getrlimit.test-result make[2]: Leaving directory '/glibc/resource' make[2]: Entering directory '/glibc/resource' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ sys/resource.h bits/resource.h sys/vlimit.h ulimit.h bits/types/struct_rusage.h > /build/resource/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh resource/check-installed-headers-c $? false false > /build/resource/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/resource' make[2]: Entering directory '/glibc/resource' ../scripts/merge-test-results.sh -s /build/resource/ resource \ bug-ulimit1 check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-getrlimit \ > /build/resource/subdir-tests.sum make[2]: Leaving directory '/glibc/resource' make subdir=misc -C misc ..=../ tests make[2]: Entering directory '/glibc/misc' gcc -m32 bug-hsearch1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/bug-hsearch1.o -MD -MP -MF /build/misc/bug-hsearch1.o.dt -MT /build/misc/bug-hsearch1.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-empty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-empty.o -MD -MP -MF /build/misc/tst-empty.o.dt -MT /build/misc/tst-empty.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-ldbl-errorfptr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ldbl-errorfptr.o -MD -MP -MF /build/misc/tst-ldbl-errorfptr.o.dt -MT /build/misc/tst-ldbl-errorfptr.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-dirname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-dirname.o -MD -MP -MF /build/misc/tst-dirname.o.dt -MT /build/misc/tst-dirname.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-ioctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ioctl.o -MD -MP -MF /build/misc/tst-ioctl.o.dt -MT /build/misc/tst-ioctl.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-ldbl-error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ldbl-error.o -MD -MP -MF /build/misc/tst-ldbl-error.o.dt -MT /build/misc/tst-ldbl-error.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mremap1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mremap1.o -MD -MP -MF /build/misc/tst-mremap1.o.dt -MT /build/misc/tst-mremap1.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-hsearch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-hsearch.o -MD -MP -MF /build/misc/tst-hsearch.o.dt -MT /build/misc/tst-hsearch.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-ldbl-warn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ldbl-warn.o -MD -MP -MF /build/misc/tst-ldbl-warn.o.dt -MT /build/misc/tst-ldbl-warn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mremap2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mremap2.o -MD -MP -MF /build/misc/tst-mremap2.o.dt -MT /build/misc/tst-mremap2.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mntent-escape.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mntent-escape.o -MD -MP -MF /build/misc/tst-mntent-escape.o.dt -MT /build/misc/tst-mntent-escape.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-fdset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-fdset.o -MD -MP -MF /build/misc/tst-fdset.o.dt -MT /build/misc/tst-fdset.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mntent-blank-corrupt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mntent-blank-corrupt.o -MD -MP -MF /build/misc/tst-mntent-blank-corrupt.o.dt -MT /build/misc/tst-mntent-blank-corrupt.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-error1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-error1.o -MD -MP -MF /build/misc/tst-error1.o.dt -MT /build/misc/tst-error1.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mntent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mntent.o -MD -MP -MF /build/misc/tst-mntent.o.dt -MT /build/misc/tst-mntent.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mntent-blank-passno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mntent-blank-passno.o -MD -MP -MF /build/misc/tst-mntent-blank-passno.o.dt -MT /build/misc/tst-mntent-blank-passno.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-preadvwritev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-preadvwritev.o -MD -MP -MF /build/misc/tst-preadvwritev.o.dt -MT /build/misc/tst-preadvwritev.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 bug18240.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/bug18240.o -MD -MP -MF /build/misc/bug18240.o.dt -MT /build/misc/bug18240.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-dbl-efgcvt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-dbl-efgcvt.o -MD -MP -MF /build/misc/tst-dbl-efgcvt.o.dt -MT /build/misc/tst-dbl-efgcvt.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-insremque.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-insremque.o -MD -MP -MF /build/misc/tst-insremque.o.dt -MT /build/misc/tst-insremque.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-ldbl-efgcvt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ldbl-efgcvt.o -MD -MP -MF /build/misc/tst-ldbl-efgcvt.o.dt -MT /build/misc/tst-ldbl-efgcvt.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-makedev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-makedev.o -MD -MP -MF /build/misc/tst-makedev.o.dt -MT /build/misc/tst-makedev.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mntent-autofs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mntent-autofs.o -MD -MP -MF /build/misc/tst-mntent-autofs.o.dt -MT /build/misc/tst-mntent-autofs.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mntent2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mntent2.o -MD -MP -MF /build/misc/tst-mntent2.o.dt -MT /build/misc/tst-mntent2.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-preadvwritev64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-preadvwritev64.o -MD -MP -MF /build/misc/tst-preadvwritev64.o.dt -MT /build/misc/tst-preadvwritev64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-preadvwritev2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-preadvwritev2.o -MD -MP -MF /build/misc/tst-preadvwritev2.o.dt -MT /build/misc/tst-preadvwritev2.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-warn-wide.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-warn-wide.o -MD -MP -MF /build/misc/tst-warn-wide.o.dt -MT /build/misc/tst-warn-wide.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-clock_adjtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-clock_adjtime.o -MD -MP -MF /build/misc/tst-clock_adjtime.o.dt -MT /build/misc/tst-clock_adjtime.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-adjtimex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-adjtimex.o -MD -MP -MF /build/misc/tst-adjtimex.o.dt -MT /build/misc/tst-adjtimex.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-syscalls.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-syscalls.o -MD -MP -MF /build/misc/tst-syscalls.o.dt -MT /build/misc/tst-syscalls.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-select.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-select.o -MD -MP -MF /build/misc/tst-select.o.dt -MT /build/misc/tst-select.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-gethostid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-gethostid.o -MD -MP -MF /build/misc/tst-gethostid.o.dt -MT /build/misc/tst-gethostid.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-pselect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-pselect.o -MD -MP -MF /build/misc/tst-pselect.o.dt -MT /build/misc/tst-pselect.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-clone3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-clone3.o -MD -MP -MF /build/misc/tst-clone3.o.dt -MT /build/misc/tst-clone3.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-linux-mremap1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-linux-mremap1.o -MD -MP -MF /build/misc/tst-linux-mremap1.o.dt -MT /build/misc/tst-linux-mremap1.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-fdopendir-o_path.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-fdopendir-o_path.o -MD -MP -MF /build/misc/tst-fdopendir-o_path.o.dt -MT /build/misc/tst-fdopendir-o_path.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-getauxval.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-getauxval.o -MD -MP -MF /build/misc/tst-getauxval.o.dt -MT /build/misc/tst-getauxval.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/i386/tst-bz21269.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-bz21269.o -MD -MP -MF /build/misc/tst-bz21269.o.dt -MT /build/misc/tst-bz21269.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-clone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-clone.o -MD -MP -MF /build/misc/tst-clone.o.dt -MT /build/misc/tst-clone.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-clone2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-clone2.o -MD -MP -MF /build/misc/tst-clone2.o.dt -MT /build/misc/tst-clone2.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-preadvwritev64v2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-preadvwritev64v2.o -MD -MP -MF /build/misc/tst-preadvwritev64v2.o.dt -MT /build/misc/tst-preadvwritev64v2.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-gettid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-gettid.o -MD -MP -MF /build/misc/tst-gettid.o.dt -MT /build/misc/tst-gettid.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ofdlocks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ofdlocks.o -MD -MP -MF /build/misc/tst-ofdlocks.o.dt -MT /build/misc/tst-ofdlocks.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-gettid-kill.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-gettid-kill.o -MD -MP -MF /build/misc/tst-gettid-kill.o.dt -MT /build/misc/tst-gettid-kill.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ntp_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ntp_gettime.o -MD -MP -MF /build/misc/tst-ntp_gettime.o.dt -MT /build/misc/tst-ntp_gettime.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-fanotify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-fanotify.o -MD -MP -MF /build/misc/tst-fanotify.o.dt -MT /build/misc/tst-fanotify.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-misalign-clone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-misalign-clone.o -MD -MP -MF /build/misc/tst-misalign-clone.o.dt -MT /build/misc/tst-misalign-clone.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-mlock2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mlock2.o -MD -MP -MF /build/misc/tst-mlock2.o.dt -MT /build/misc/tst-mlock2.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ntp_adjtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ntp_adjtime.o -MD -MP -MF /build/misc/tst-ntp_adjtime.o.dt -MT /build/misc/tst-ntp_adjtime.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ntp_gettimex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ntp_gettimex.o -MD -MP -MF /build/misc/tst-ntp_gettimex.o.dt -MT /build/misc/tst-ntp_gettimex.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-prctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-prctl.o -MD -MP -MF /build/misc/tst-prctl.o.dt -MT /build/misc/tst-prctl.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-epoll-ioctls.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-epoll-ioctls.o -MD -MP -MF /build/misc/tst-epoll-ioctls.o.dt -MT /build/misc/tst-epoll-ioctls.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-personality.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-personality.o -MD -MP -MF /build/misc/tst-personality.o.dt -MT /build/misc/tst-personality.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-memfd_create.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-memfd_create.o -MD -MP -MF /build/misc/tst-memfd_create.o.dt -MT /build/misc/tst-memfd_create.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-epoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-epoll.o -MD -MP -MF /build/misc/tst-epoll.o.dt -MT /build/misc/tst-epoll.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sysconf-iov_max-uapi.o -MD -MP -MF /build/misc/tst-sysconf-iov_max-uapi.o.dt -MT /build/misc/tst-sysconf-iov_max-uapi.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-pidfd_getpid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-pidfd_getpid.o -MD -MP -MF /build/misc/tst-pidfd_getpid.o.dt -MT /build/misc/tst-pidfd_getpid.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ppoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ppoll.o -MD -MP -MF /build/misc/tst-ppoll.o.dt -MT /build/misc/tst-ppoll.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sysconf-iov_max.o -MD -MP -MF /build/misc/tst-sysconf-iov_max.o.dt -MT /build/misc/tst-sysconf-iov_max.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-mount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mount.o -MD -MP -MF /build/misc/tst-mount.o.dt -MT /build/misc/tst-mount.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sync_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sync_file_range.o -MD -MP -MF /build/misc/tst-sync_file_range.o.dt -MT /build/misc/tst-sync_file_range.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-quota.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-quota.o -MD -MP -MF /build/misc/tst-quota.o.dt -MT /build/misc/tst-quota.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sigtimedwait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sigtimedwait.o -MD -MP -MF /build/misc/tst-sigtimedwait.o.dt -MT /build/misc/tst-sigtimedwait.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ofdlocks-compat.o -MD -MP -MF /build/misc/tst-ofdlocks-compat.o.dt -MT /build/misc/tst-ofdlocks-compat.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sched_setattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sched_setattr.o -MD -MP -MF /build/misc/tst-sched_setattr.o.dt -MT /build/misc/tst-sched_setattr.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-tsearch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse -malign-double -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-tsearch.o -MD -MP -MF /build/misc/tst-tsearch.o.dt -MT /build/misc/tst-tsearch.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-rlimit-infinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-rlimit-infinity.o -MD -MP -MF /build/misc/tst-rlimit-infinity.o.dt -MT /build/misc/tst-rlimit-infinity.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-process_mrelease.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-process_mrelease.o -MD -MP -MF /build/misc/tst-process_mrelease.o.dt -MT /build/misc/tst-process_mrelease.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-scm_rights.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-scm_rights.o -MD -MP -MF /build/misc/tst-scm_rights.o.dt -MT /build/misc/tst-scm_rights.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/test-errno-linux.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/test-errno-linux.o -MD -MP -MF /build/misc/test-errno-linux.o.dt -MT /build/misc/test-errno-linux.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ntp_adjtime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ntp_adjtime-time64.o -MD -MP -MF /build/misc/tst-ntp_adjtime-time64.o.dt -MT /build/misc/tst-ntp_adjtime-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-prctl-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-prctl-time64.o -MD -MP -MF /build/misc/tst-prctl-time64.o.dt -MT /build/misc/tst-prctl-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-timerfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-timerfd.o -MD -MP -MF /build/misc/tst-timerfd.o.dt -MT /build/misc/tst-timerfd.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-ioctl-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ioctl-time64.o -MD -MP -MF /build/misc/tst-ioctl-time64.o.dt -MT /build/misc/tst-ioctl-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-adjtimex-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-adjtimex-time64.o -MD -MP -MF /build/misc/tst-adjtimex-time64.o.dt -MT /build/misc/tst-adjtimex-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-clock_adjtime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-clock_adjtime-time64.o -MD -MP -MF /build/misc/tst-clock_adjtime-time64.o.dt -MT /build/misc/tst-clock_adjtime-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ntp_gettime-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ntp_gettime-time64.o -MD -MP -MF /build/misc/tst-ntp_gettime-time64.o.dt -MT /build/misc/tst-ntp_gettime-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ntp_gettimex-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ntp_gettimex-time64.o -MD -MP -MF /build/misc/tst-ntp_gettimex-time64.o.dt -MT /build/misc/tst-ntp_gettimex-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sysvshm-linux.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sysvshm-linux.o -MD -MP -MF /build/misc/tst-sysvshm-linux.o.dt -MT /build/misc/tst-sysvshm-linux.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-tgkill.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-tgkill.o -MD -MP -MF /build/misc/tst-tgkill.o.dt -MT /build/misc/tst-tgkill.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ppoll-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ppoll-time64.o -MD -MP -MF /build/misc/tst-ppoll-time64.o.dt -MT /build/misc/tst-ppoll-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sysvmsg-linux.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sysvmsg-linux.o -MD -MP -MF /build/misc/tst-sysvmsg-linux.o.dt -MT /build/misc/tst-sysvmsg-linux.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sysvsem-linux.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sysvsem-linux.o -MD -MP -MF /build/misc/tst-sysvsem-linux.o.dt -MT /build/misc/tst-sysvsem-linux.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-pselect-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-pselect-time64.o -MD -MP -MF /build/misc/tst-pselect-time64.o.dt -MT /build/misc/tst-pselect-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-pidfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-pidfd.o -MD -MP -MF /build/misc/tst-pidfd.o.dt -MT /build/misc/tst-pidfd.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-select-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-select-time64.o -MD -MP -MF /build/misc/tst-select-time64.o.dt -MT /build/misc/tst-select-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sigtimedwait-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sigtimedwait-time64.o -MD -MP -MF /build/misc/tst-sigtimedwait-time64.o.dt -MT /build/misc/tst-sigtimedwait-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-timerfd-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-timerfd-time64.o -MD -MP -MF /build/misc/tst-timerfd-time64.o.dt -MT /build/misc/tst-timerfd-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-syslog-long-progname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-syslog-long-progname.o -MD -MP -MF /build/misc/tst-syslog-long-progname.o.dt -MT /build/misc/tst-syslog-long-progname.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' printf '#include \n\ #include \n#include \n' | \ gcc -m32 -E -o /build/misc/tst-syscall-list-macros.list-tmp -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -x c - -dM /bin/sh ../scripts/move-if-change /build/misc/tst-syscall-list-macros.list-tmp /build/misc/tst-syscall-list-macros.list make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-fd_to_filename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-fd_to_filename.o -MD -MP -MF /build/misc/tst-fd_to_filename.o.dt -MT /build/misc/tst-fd_to_filename.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-scm_rights-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-scm_rights-time64.o -MD -MP -MF /build/misc/tst-scm_rights-time64.o.dt -MT /build/misc/tst-scm_rights-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-clone3-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-clone3-internal.o -MD -MP -MF /build/misc/tst-clone3-internal.o.dt -MT /build/misc/tst-clone3-internal.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-epoll-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-epoll-time64.o -MD -MP -MF /build/misc/tst-epoll-time64.o.dt -MT /build/misc/tst-epoll-time64.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-sigcontext-get_pc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fasynchronous-unwind-tables -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-sigcontext-get_pc.o -MD -MP -MF /build/misc/tst-sigcontext-get_pc.o.dt -MT /build/misc/tst-sigcontext-get_pc.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-align-clone-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-align-clone-internal.o -MD -MP -MF /build/misc/tst-align-clone-internal.o.dt -MT /build/misc/tst-align-clone-internal.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-getpid1-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-getpid1-internal.o -MD -MP -MF /build/misc/tst-getpid1-internal.o.dt -MT /build/misc/tst-getpid1-internal.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ttyname-direct.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ttyname-direct.o -MD -MP -MF /build/misc/tst-ttyname-direct.o.dt -MT /build/misc/tst-ttyname-direct.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-ttyname-namespace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-ttyname-namespace.o -MD -MP -MF /build/misc/tst-ttyname-namespace.o.dt -MT /build/misc/tst-ttyname-namespace.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-clone2-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-clone2-internal.o -MD -MP -MF /build/misc/tst-clone2-internal.o.dt -MT /build/misc/tst-clone2-internal.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-pkey.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-pkey.o -MD -MP -MF /build/misc/tst-pkey.o.dt -MT /build/misc/tst-pkey.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=misc sys/uio.h bits/uio-ext.h bits/uio_lim.h sys/ioctl.h bits/ioctls.h bits/ioctl-types.h sys/ptrace.h sys/file.h sys/dir.h sys/cdefs.h ar.h a.out.h libgen.h stab.h bits/stab.def sgtty.h ttyent.h paths.h sys/reboot.h sys/mman.h sys/param.h bits/param.h fstab.h mntent.h search.h err.h error.h sys/queue.h sysexits.h syscall.h sys/syscall.h sys/swap.h sys/select.h sys/sysinfo.h regexp.h bits/select.h bits/mman.h sys/xattr.h syslog.h sys/syslog.h bits/syslog-decl.h bits/syslog.h bits/syslog-ldbl.h bits/syslog-path.h bits/error.h bits/select-decl.h bits/select2.h bits/hwcap.h sys/auxv.h sys/sysmacros.h bits/sysmacros.h bits/types/struct_iovec.h bits/err-ldbl.h bits/error-ldbl.h sys/single_threaded.h sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h bits/a.out.h bits/epoll.h bits/eventfd.h bits/inotify.h bits/mman-linux.h bits/mman-map-flags-generic.h bits/mman-shared.h bits/procfs-extra.h bits/procfs-id.h bits/procfs-prregset.h bits/procfs.h bits/pthread_stack_min-dynamic.h bits/pthread_stack_min.h bits/ptrace-shared.h bits/rseq.h bits/shmlba.h bits/siginfo-arch.h bits/siginfo-consts-arch.h bits/signalfd.h bits/socket_type.h bits/struct_stat.h bits/struct_stat_time64_helper.h bits/syscall.h bits/termios-baud.h bits/termios-c_cc.h bits/termios-c_cflag.h bits/termios-c_iflag.h bits/termios-c_lflag.h bits/termios-c_oflag.h bits/termios-misc.h bits/termios-struct.h bits/termios-tcflow.h bits/timerfd.h bits/types/struct_msqid64_ds.h bits/types/struct_msqid64_ds_helper.h bits/types/struct_semid64_ds.h bits/types/struct_semid64_ds_helper.h bits/types/struct_semid_ds.h bits/types/struct_shmid64_ds.h bits/types/struct_shmid64_ds_helper.h scsi/scsi.h scsi/scsi_ioctl.h scsi/sg.h sys/acct.h sys/epoll.h sys/eventfd.h sys/fanotify.h sys/fsuid.h sys/inotify.h sys/kd.h sys/klog.h sys/mount.h sys/pci.h sys/personality.h sys/pidfd.h sys/prctl.h sys/quota.h sys/raw.h sys/rseq.h sys/signalfd.h sys/soundcard.h sys/timerfd.h sys/user.h sys/vt.h sys/mtio.h > /build/misc/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh misc/check-wrapper-headers $? false false > /build/misc/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-allocate_once.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-allocate_once.o -MD -MP -MF /build/misc/tst-allocate_once.o.dt -MT /build/misc/tst-allocate_once.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/bug18240 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/bug18240.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/bug-hsearch1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/bug-hsearch1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-dirname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-dirname.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-rseq.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-rseq.o -MD -MP -MF /build/misc/tst-rseq.o.dt -MT /build/misc/tst-rseq.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-rseq-disable.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-rseq-disable.o -MD -MP -MF /build/misc/tst-rseq-disable.o.dt -MT /build/misc/tst-rseq-disable.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-dbl-efgcvt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-dbl-efgcvt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mkstemp-fuse-parallel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mkstemp-fuse-parallel.o -MD -MP -MF /build/misc/tst-mkstemp-fuse-parallel.o.dt -MT /build/misc/tst-mkstemp-fuse-parallel.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' PYTHONPATH=../scripts:../sysdeps/unix/sysv/linux python3 -B \ ../sysdeps/unix/sysv/linux/tst-glibcsyscalls.py \ --cc="gcc -m32 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc" ../sysdeps/unix/sysv/linux/i386/arch-syscall.h \ ../sysdeps/unix/sysv/linux/syscall-names.list \ < /dev/null > /build/misc/tst-glibcsyscalls.out 2>&1; ../scripts/evaluate-test.sh misc/tst-glibcsyscalls $? false false > /build/misc/tst-glibcsyscalls.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-fdset -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-fdset.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 ../sysdeps/unix/sysv/linux/tst-process_madvise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-process_madvise.o -MD -MP -MF /build/misc/tst-process_madvise.o.dt -MT /build/misc/tst-process_madvise.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-error1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-error1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-hsearch -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-hsearch.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-insremque -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-insremque.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-mkstemp-fuse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-mkstemp-fuse.o -MD -MP -MF /build/misc/tst-mkstemp-fuse.o.dt -MT /build/misc/tst-mkstemp-fuse.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ioctl -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ioctl.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ldbl-efgcvt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ldbl-efgcvt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' PYTHONPATH=../scripts:../sysdeps/unix/sysv/linux python3 -B \ ../sysdeps/unix/sysv/linux/tst-mman-consts.py \ --cc="gcc -m32 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc" \ < /dev/null > /build/misc/tst-mman-consts.out 2>&1; ../scripts/evaluate-test.sh misc/tst-mman-consts $? false false > /build/misc/tst-mman-consts.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-atomic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-atomic.o -MD -MP -MF /build/misc/tst-atomic.o.dt -MT /build/misc/tst-atomic.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ldbl-errorfptr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ldbl-errorfptr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ldbl-warn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ldbl-warn.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-makedev -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-makedev.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mntent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mntent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-atomic-long.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-atomic-long.o -MD -MP -MF /build/misc/tst-atomic-long.o.dt -MT /build/misc/tst-atomic-long.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mntent-blank-passno -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mntent-blank-passno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ldbl-error -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ldbl-error.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mntent-blank-corrupt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mntent-blank-corrupt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mntent-autofs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mntent-autofs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' python3 -B ../scripts/check-obsolete-constructs.py sys/uio.h ../sysdeps/unix/sysv/linux/bits/uio-ext.h ../sysdeps/unix/sysv/linux/bits/uio_lim.h sys/ioctl.h ../sysdeps/unix/sysv/linux/bits/ioctls.h ../sysdeps/unix/sysv/linux/bits/ioctl-types.h ../sysdeps/unix/sysv/linux/x86/sys/ptrace.h sys/file.h sys/dir.h sys/cdefs.h ar.h ../sysdeps/unix/sysv/linux/a.out.h libgen.h stab.h bits/stab.def sgtty.h ttyent.h ../sysdeps/unix/sysv/linux/paths.h ../sysdeps/unix/sysv/linux/sys/reboot.h sys/mman.h sys/param.h ../sysdeps/unix/sysv/linux/bits/param.h fstab.h mntent.h search.h err.h error.h sys/queue.h sysexits.h syscall.h ../sysdeps/unix/sysv/linux/sys/syscall.h ../sysdeps/unix/sysv/linux/sys/swap.h sys/select.h ../sysdeps/unix/sysv/linux/sys/sysinfo.h regexp.h ../bits/select.h ../sysdeps/unix/sysv/linux/x86/bits/mman.h sys/xattr.h syslog.h sys/syslog.h bits/syslog-decl.h bits/syslog.h bits/syslog-ldbl.h ../bits/syslog-path.h bits/error.h bits/select-decl.h bits/select2.h ../bits/hwcap.h sys/auxv.h sys/sysmacros.h ../bits/sysmacros.h bits/types/struct_iovec.h bits/err-ldbl.h bits/error-ldbl.h sys/single_threaded.h ../sysdeps/unix/sysv/linux/x86/sys/elf.h ../sysdeps/unix/sysv/linux/x86/sys/perm.h ../sysdeps/unix/sysv/linux/x86/sys/reg.h ../sysdeps/unix/sysv/linux/x86/sys/vm86.h ../sysdeps/unix/sysv/linux/x86/sys/debugreg.h ../sysdeps/unix/sysv/linux/x86/sys/io.h ../sysdeps/unix/sysv/linux/x86/bits/a.out.h ../sysdeps/unix/sysv/linux/x86/bits/epoll.h ../sysdeps/unix/sysv/linux/bits/eventfd.h ../sysdeps/unix/sysv/linux/bits/inotify.h ../sysdeps/unix/sysv/linux/bits/mman-linux.h ../sysdeps/unix/sysv/linux/bits/mman-map-flags-generic.h ../sysdeps/unix/sysv/linux/bits/mman-shared.h ../sysdeps/unix/sysv/linux/bits/procfs-extra.h ../sysdeps/unix/sysv/linux/x86/bits/procfs-id.h ../sysdeps/unix/sysv/linux/bits/procfs-prregset.h ../sysdeps/unix/sysv/linux/x86/bits/procfs.h ../sysdeps/unix/sysv/linux/bits/pthread_stack_min-dynamic.h ../sysdeps/unix/sysv/linux/bits/pthread_stack_min.h ../sysdeps/unix/sysv/linux/bits/ptrace-shared.h ../sysdeps/unix/sysv/linux/x86/bits/rseq.h ../sysdeps/unix/sysv/linux/bits/shmlba.h ../sysdeps/unix/sysv/linux/x86/bits/siginfo-arch.h ../sysdeps/unix/sysv/linux/bits/siginfo-consts-arch.h ../sysdeps/unix/sysv/linux/bits/signalfd.h ../sysdeps/unix/sysv/linux/bits/socket_type.h ../sysdeps/unix/sysv/linux/x86/bits/struct_stat.h ../sysdeps/unix/sysv/linux/bits/struct_stat_time64_helper.h /build/misc/bits/syscall.h ../sysdeps/unix/sysv/linux/bits/termios-baud.h ../sysdeps/unix/sysv/linux/bits/termios-c_cc.h ../sysdeps/unix/sysv/linux/bits/termios-c_cflag.h ../sysdeps/unix/sysv/linux/bits/termios-c_iflag.h ../sysdeps/unix/sysv/linux/bits/termios-c_lflag.h ../sysdeps/unix/sysv/linux/bits/termios-c_oflag.h ../sysdeps/unix/sysv/linux/bits/termios-misc.h ../sysdeps/unix/sysv/linux/bits/termios-struct.h ../sysdeps/unix/sysv/linux/bits/termios-tcflow.h ../sysdeps/unix/sysv/linux/bits/timerfd.h ../sysdeps/unix/sysv/linux/bits/types/struct_msqid64_ds.h ../sysdeps/unix/sysv/linux/bits/types/struct_msqid64_ds_helper.h ../sysdeps/unix/sysv/linux/bits/types/struct_semid64_ds.h ../sysdeps/unix/sysv/linux/bits/types/struct_semid64_ds_helper.h ../sysdeps/unix/sysv/linux/x86/bits/types/struct_semid_ds.h ../sysdeps/unix/sysv/linux/bits/types/struct_shmid64_ds.h ../sysdeps/unix/sysv/linux/bits/types/struct_shmid64_ds_helper.h ../sysdeps/unix/sysv/linux/scsi/scsi.h ../sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h ../sysdeps/unix/sysv/linux/scsi/sg.h ../sysdeps/unix/sysv/linux/sys/acct.h ../sysdeps/unix/sysv/linux/sys/epoll.h ../sysdeps/unix/sysv/linux/sys/eventfd.h ../sysdeps/unix/sysv/linux/sys/fanotify.h ../sysdeps/unix/sysv/linux/sys/fsuid.h ../sysdeps/unix/sysv/linux/sys/inotify.h ../sysdeps/unix/sysv/linux/sys/kd.h ../sysdeps/unix/sysv/linux/sys/klog.h ../sysdeps/unix/sysv/linux/sys/mount.h ../sysdeps/unix/sysv/linux/sys/pci.h ../sysdeps/unix/sysv/linux/sys/personality.h ../sysdeps/unix/sysv/linux/sys/pidfd.h ../sysdeps/unix/sysv/linux/sys/prctl.h ../sysdeps/unix/sysv/linux/sys/quota.h ../sysdeps/unix/sysv/linux/sys/raw.h ../sysdeps/unix/sysv/linux/sys/rseq.h ../sysdeps/unix/sysv/linux/sys/signalfd.h ../sysdeps/unix/sysv/linux/sys/soundcard.h ../sysdeps/unix/sysv/linux/sys/timerfd.h ../sysdeps/unix/sysv/linux/x86/sys/user.h ../sysdeps/unix/sysv/linux/sys/vt.h ../sysdeps/gnu/sys/mtio.h > /build/misc/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh misc/check-obsolete-constructs $? false false > /build/misc/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mntent-escape -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mntent-escape.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mremap1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mremap1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mremap2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mremap2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mntent2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mntent2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-preadvwritev64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-preadvwritev64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-preadvwritev2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-preadvwritev2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-preadvwritev -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-preadvwritev.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-preadvwritev64v2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-preadvwritev64v2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-syscalls -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-syscalls.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-warn-wide -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-warn-wide.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-tsearch -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-tsearch.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-pselect -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-pselect.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 tst-syslog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tst-syslog.o -MD -MP -MF /build/misc/tst-syslog.o.dt -MT /build/misc/tst-syslog.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-select -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-select.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' PYTHONPATH=../scripts:../sysdeps/unix/sysv/linux python3 -B \ ../sysdeps/unix/sysv/linux/tst-sched-consts.py \ --cc="gcc -m32 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc" \ < /dev/null > /build/misc/tst-sched-consts.out 2>&1; ../scripts/evaluate-test.sh misc/tst-sched-consts $? false false > /build/misc/tst-sched-consts.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' PYTHONPATH=../scripts:../sysdeps/unix/sysv/linux python3 -B \ ../sysdeps/unix/sysv/linux/tst-pidfd-consts.py \ --cc="gcc -m32 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc" \ < /dev/null > /build/misc/tst-pidfd-consts.out 2>&1; ../scripts/evaluate-test.sh misc/tst-pidfd-consts $? false false > /build/misc/tst-pidfd-consts.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-bz21269 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-bz21269.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/test-errno-linux -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/test-errno-linux.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-clock_adjtime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-clock_adjtime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-gethostid -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-gethostid.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-adjtimex -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-adjtimex.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-clone -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-clone.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-clone2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-clone2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-clone3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-clone3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-epoll-ioctls -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-epoll-ioctls.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-fanotify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-fanotify.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' PYTHONPATH=../scripts:../sysdeps/unix/sysv/linux python3 -B \ ../sysdeps/unix/sysv/linux/tst-mount-compile.py \ --cc="gcc -m32 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc" \ < /dev/null > /build/misc/tst-mount-compile.out 2>&1; ../scripts/evaluate-test.sh misc/tst-mount-compile $? false false > /build/misc/tst-mount-compile.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-getauxval -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-getauxval.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-epoll -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-epoll.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-fdopendir-o_path -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-fdopendir-o_path.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-gettid -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-gettid.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-gettid-kill -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-gettid-kill.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-linux-mremap1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-linux-mremap1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mlock2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mlock2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-misalign-clone -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-misalign-clone.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ntp_adjtime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ntp_adjtime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-memfd_create -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-memfd_create.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mount -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mount.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ntp_gettime -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ntp_gettime.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ntp_gettimex -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ntp_gettimex.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-personality -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-personality.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ofdlocks -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ofdlocks.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-prctl -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-prctl.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-pidfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-pidfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-pidfd_getpid -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-pidfd_getpid.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-pkey -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-pkey.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-process_mrelease -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-process_mrelease.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-quota -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-quota.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-rlimit-infinity -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-rlimit-infinity.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-sched_setattr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-sched_setattr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ppoll -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ppoll.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-sigtimedwait -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-sigtimedwait.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-sync_file_range -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-sync_file_range.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/misc/tst-sync_file_range.o: in function `do_prepare': /glibc/misc/../sysdeps/unix/sysv/linux/tst-sync_file_range.c:47:(.text+0x3c): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-scm_rights -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-scm_rights.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-sysvmsg-linux -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-sysvmsg-linux.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-sysconf-iov_max -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-sysconf-iov_max.o /build/support/libsupport_nonshared.a /build/misc/tst-sysconf-iov_max-uapi.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-sysvshm-linux -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-sysvshm-linux.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-tgkill -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-tgkill.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-sysvsem-linux -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-sysvsem-linux.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ioctl-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ioctl-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-timerfd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-timerfd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ofdlocks-compat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ofdlocks-compat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-pselect-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-pselect-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ttyname-namespace -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ttyname-namespace.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-adjtimex-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-adjtimex-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ttyname-direct -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ttyname-direct.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-clock_adjtime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-clock_adjtime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ntp_adjtime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ntp_adjtime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ntp_gettime-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ntp_gettime-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-select-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-select-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-epoll-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-epoll-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ntp_gettimex-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ntp_gettimex-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-ppoll-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-ppoll-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-prctl-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-prctl-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-scm_rights-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-scm_rights-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-sigtimedwait-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-sigtimedwait-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-timerfd-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-timerfd-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-atomic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-atomic.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-allocate_once -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-allocate_once.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-atomic-long -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-atomic-long.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/bug-hsearch1 > /build/misc/bug-hsearch1.out; \ ../scripts/evaluate-test.sh misc/bug-hsearch1 $? false false > /build/misc/bug-hsearch1.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-rseq -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-rseq.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-sigcontext-get_pc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-sigcontext-get_pc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/bug18240 > /build/misc/bug18240.out; \ ../scripts/evaluate-test.sh misc/bug18240 $? false false > /build/misc/bug18240.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-dirname > /build/misc/tst-dirname.out; \ ../scripts/evaluate-test.sh misc/tst-dirname $? false false > /build/misc/tst-dirname.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' LC_ALL=C gawk '/^#define SYS_/ { print substr($2, 5) }' /build/misc/tst-syscall-list-macros.list > /build/misc/tst-syscall-list-sys.list-tmp /bin/sh ../scripts/move-if-change /build/misc/tst-syscall-list-sys.list-tmp /build/misc/tst-syscall-list-sys.list make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-dbl-efgcvt > /build/misc/tst-dbl-efgcvt.out; \ ../scripts/evaluate-test.sh misc/tst-dbl-efgcvt $? false false > /build/misc/tst-dbl-efgcvt.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-hsearch > /build/misc/tst-hsearch.out; \ ../scripts/evaluate-test.sh misc/tst-hsearch $? false false > /build/misc/tst-hsearch.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' LC_ALL=C gawk -f ../sysdeps/unix/sysv/linux/filter-nr-syscalls.awk /build/misc/tst-syscall-list-macros.list > /build/misc/tst-syscall-list-nr.list-tmp /bin/sh ../scripts/move-if-change /build/misc/tst-syscall-list-nr.list-tmp /build/misc/tst-syscall-list-nr.list make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-rseq-disable -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-rseq-disable.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-insremque > /build/misc/tst-insremque.out; \ ../scripts/evaluate-test.sh misc/tst-insremque $? false false > /build/misc/tst-insremque.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ioctl > /build/misc/tst-ioctl.out; \ ../scripts/evaluate-test.sh misc/tst-ioctl $? false false > /build/misc/tst-ioctl.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ldbl-efgcvt > /build/misc/tst-ldbl-efgcvt.out; \ ../scripts/evaluate-test.sh misc/tst-ldbl-efgcvt $? false false > /build/misc/tst-ldbl-efgcvt.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/misc/tst-error1.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-error1 /build/misc/tst-error1.out > /build/misc/tst-error1.out; \ ../scripts/evaluate-test.sh misc/tst-error1 $? false false > /build/misc/tst-error1.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ldbl-error > /build/misc/tst-ldbl-error.out; \ ../scripts/evaluate-test.sh misc/tst-ldbl-error $? false false > /build/misc/tst-ldbl-error.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ldbl-errorfptr > /build/misc/tst-ldbl-errorfptr.out; \ ../scripts/evaluate-test.sh misc/tst-ldbl-errorfptr $? false false > /build/misc/tst-ldbl-errorfptr.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ldbl-warn > /build/misc/tst-ldbl-warn.out; \ ../scripts/evaluate-test.sh misc/tst-ldbl-warn $? false false > /build/misc/tst-ldbl-warn.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-makedev > /build/misc/tst-makedev.out; \ ../scripts/evaluate-test.sh misc/tst-makedev $? false false > /build/misc/tst-makedev.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mntent > /build/misc/tst-mntent.out; \ ../scripts/evaluate-test.sh misc/tst-mntent $? false false > /build/misc/tst-mntent.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-syslog-long-progname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-syslog-long-progname.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mntent-autofs > /build/misc/tst-mntent-autofs.out; \ ../scripts/evaluate-test.sh misc/tst-mntent-autofs $? false false > /build/misc/tst-mntent-autofs.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-process_madvise -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-process_madvise.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mntent-blank-corrupt > /build/misc/tst-mntent-blank-corrupt.out; \ ../scripts/evaluate-test.sh misc/tst-mntent-blank-corrupt $? false false > /build/misc/tst-mntent-blank-corrupt.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mntent-blank-passno > /build/misc/tst-mntent-blank-passno.out; \ ../scripts/evaluate-test.sh misc/tst-mntent-blank-passno $? false false > /build/misc/tst-mntent-blank-passno.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mntent-escape > /build/misc/tst-mntent-escape.out; \ ../scripts/evaluate-test.sh misc/tst-mntent-escape $? false false > /build/misc/tst-mntent-escape.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mntent2 > /build/misc/tst-mntent2.out; \ ../scripts/evaluate-test.sh misc/tst-mntent2 $? false false > /build/misc/tst-mntent2.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mremap1 > /build/misc/tst-mremap1.out; \ ../scripts/evaluate-test.sh misc/tst-mremap1 $? false false > /build/misc/tst-mremap1.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-syslog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-syslog.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mkstemp-fuse -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mkstemp-fuse.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mremap2 > /build/misc/tst-mremap2.out; \ ../scripts/evaluate-test.sh misc/tst-mremap2 $? false false > /build/misc/tst-mremap2.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-mkstemp-fuse-parallel -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-mkstemp-fuse-parallel.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-preadvwritev > /build/misc/tst-preadvwritev.out; \ ../scripts/evaluate-test.sh misc/tst-preadvwritev $? false false > /build/misc/tst-preadvwritev.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-preadvwritev2 > /build/misc/tst-preadvwritev2.out; \ ../scripts/evaluate-test.sh misc/tst-preadvwritev2 $? false false > /build/misc/tst-preadvwritev2.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-preadvwritev64 > /build/misc/tst-preadvwritev64.out; \ ../scripts/evaluate-test.sh misc/tst-preadvwritev64 $? false false > /build/misc/tst-preadvwritev64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-preadvwritev64v2 > /build/misc/tst-preadvwritev64v2.out; \ ../scripts/evaluate-test.sh misc/tst-preadvwritev64v2 $? false false > /build/misc/tst-preadvwritev64v2.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-syscalls > /build/misc/tst-syscalls.out; \ ../scripts/evaluate-test.sh misc/tst-syscalls $? false false > /build/misc/tst-syscalls.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-warn-wide > /build/misc/tst-warn-wide.out; \ ../scripts/evaluate-test.sh misc/tst-warn-wide $? false false > /build/misc/tst-warn-wide.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/test-errno-linux > /build/misc/test-errno-linux.out; \ ../scripts/evaluate-test.sh misc/test-errno-linux $? false false > /build/misc/test-errno-linux.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-bz21269 > /build/misc/tst-bz21269.out; \ ../scripts/evaluate-test.sh misc/tst-bz21269 $? false false > /build/misc/tst-bz21269.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-gethostid > /build/misc/tst-gethostid.out; \ ../scripts/evaluate-test.sh misc/tst-gethostid $? false false > /build/misc/tst-gethostid.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-adjtimex > /build/misc/tst-adjtimex.out; \ ../scripts/evaluate-test.sh misc/tst-adjtimex $? false false > /build/misc/tst-adjtimex.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-clock_adjtime > /build/misc/tst-clock_adjtime.out; \ ../scripts/evaluate-test.sh misc/tst-clock_adjtime $? false false > /build/misc/tst-clock_adjtime.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-clone > /build/misc/tst-clone.out; \ ../scripts/evaluate-test.sh misc/tst-clone $? false false > /build/misc/tst-clone.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-clone2 > /build/misc/tst-clone2.out; \ ../scripts/evaluate-test.sh misc/tst-clone2 $? false false > /build/misc/tst-clone2.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-clone3 > /build/misc/tst-clone3.out; \ ../scripts/evaluate-test.sh misc/tst-clone3 $? false false > /build/misc/tst-clone3.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-epoll-ioctls > /build/misc/tst-epoll-ioctls.out; \ ../scripts/evaluate-test.sh misc/tst-epoll-ioctls $? false false > /build/misc/tst-epoll-ioctls.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-fanotify > /build/misc/tst-fanotify.out; \ ../scripts/evaluate-test.sh misc/tst-fanotify $? false false > /build/misc/tst-fanotify.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-fdopendir-o_path > /build/misc/tst-fdopendir-o_path.out; \ ../scripts/evaluate-test.sh misc/tst-fdopendir-o_path $? false false > /build/misc/tst-fdopendir-o_path.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-empty -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-empty.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-getauxval > /build/misc/tst-getauxval.out; \ ../scripts/evaluate-test.sh misc/tst-getauxval $? false false > /build/misc/tst-getauxval.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-gettid > /build/misc/tst-gettid.out; \ ../scripts/evaluate-test.sh misc/tst-gettid $? false false > /build/misc/tst-gettid.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-gettid-kill > /build/misc/tst-gettid-kill.out; \ ../scripts/evaluate-test.sh misc/tst-gettid-kill $? false false > /build/misc/tst-gettid-kill.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-linux-mremap1 > /build/misc/tst-linux-mremap1.out; \ ../scripts/evaluate-test.sh misc/tst-linux-mremap1 $? false false > /build/misc/tst-linux-mremap1.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-memfd_create > /build/misc/tst-memfd_create.out; \ ../scripts/evaluate-test.sh misc/tst-memfd_create $? false false > /build/misc/tst-memfd_create.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-pselect > /build/misc/tst-pselect.out; \ ../scripts/evaluate-test.sh misc/tst-pselect $? false false > /build/misc/tst-pselect.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-misalign-clone > /build/misc/tst-misalign-clone.out; \ ../scripts/evaluate-test.sh misc/tst-misalign-clone $? false false > /build/misc/tst-misalign-clone.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mlock2 > /build/misc/tst-mlock2.out; \ ../scripts/evaluate-test.sh misc/tst-mlock2 $? false false > /build/misc/tst-mlock2.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-mount > /build/misc/tst-mount.out; \ ../scripts/evaluate-test.sh misc/tst-mount $? false false > /build/misc/tst-mount.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ntp_adjtime > /build/misc/tst-ntp_adjtime.out; \ ../scripts/evaluate-test.sh misc/tst-ntp_adjtime $? false false > /build/misc/tst-ntp_adjtime.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ntp_gettime > /build/misc/tst-ntp_gettime.out; \ ../scripts/evaluate-test.sh misc/tst-ntp_gettime $? false false > /build/misc/tst-ntp_gettime.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ntp_gettimex > /build/misc/tst-ntp_gettimex.out; \ ../scripts/evaluate-test.sh misc/tst-ntp_gettimex $? false false > /build/misc/tst-ntp_gettimex.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ofdlocks > /build/misc/tst-ofdlocks.out; \ ../scripts/evaluate-test.sh misc/tst-ofdlocks $? false false > /build/misc/tst-ofdlocks.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-personality > /build/misc/tst-personality.out; \ ../scripts/evaluate-test.sh misc/tst-personality $? false false > /build/misc/tst-personality.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-pidfd_getpid > /build/misc/tst-pidfd_getpid.out; \ ../scripts/evaluate-test.sh misc/tst-pidfd_getpid $? false false > /build/misc/tst-pidfd_getpid.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-pkey > /build/misc/tst-pkey.out; \ ../scripts/evaluate-test.sh misc/tst-pkey $? false false > /build/misc/tst-pkey.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-prctl > /build/misc/tst-prctl.out; \ ../scripts/evaluate-test.sh misc/tst-prctl $? false false > /build/misc/tst-prctl.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-process_mrelease > /build/misc/tst-process_mrelease.out; \ ../scripts/evaluate-test.sh misc/tst-process_mrelease $? false false > /build/misc/tst-process_mrelease.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-quota > /build/misc/tst-quota.out; \ ../scripts/evaluate-test.sh misc/tst-quota $? false false > /build/misc/tst-quota.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-rlimit-infinity > /build/misc/tst-rlimit-infinity.out; \ ../scripts/evaluate-test.sh misc/tst-rlimit-infinity $? false false > /build/misc/tst-rlimit-infinity.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-sched_setattr > /build/misc/tst-sched_setattr.out; \ ../scripts/evaluate-test.sh misc/tst-sched_setattr $? false false > /build/misc/tst-sched_setattr.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-pidfd > /build/misc/tst-pidfd.out; \ ../scripts/evaluate-test.sh misc/tst-pidfd $? false false > /build/misc/tst-pidfd.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-scm_rights > /build/misc/tst-scm_rights.out; \ ../scripts/evaluate-test.sh misc/tst-scm_rights $? false false > /build/misc/tst-scm_rights.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-sync_file_range > /build/misc/tst-sync_file_range.out; \ ../scripts/evaluate-test.sh misc/tst-sync_file_range $? false false > /build/misc/tst-sync_file_range.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-sysconf-iov_max > /build/misc/tst-sysconf-iov_max.out; \ ../scripts/evaluate-test.sh misc/tst-sysconf-iov_max $? false false > /build/misc/tst-sysconf-iov_max.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-sysvsem-linux > /build/misc/tst-sysvsem-linux.out; \ ../scripts/evaluate-test.sh misc/tst-sysvsem-linux $? false false > /build/misc/tst-sysvsem-linux.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-sysvmsg-linux > /build/misc/tst-sysvmsg-linux.out; \ ../scripts/evaluate-test.sh misc/tst-sysvmsg-linux $? false false > /build/misc/tst-sysvmsg-linux.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-sysvshm-linux > /build/misc/tst-sysvshm-linux.out; \ ../scripts/evaluate-test.sh misc/tst-sysvshm-linux $? false false > /build/misc/tst-sysvshm-linux.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-tgkill > /build/misc/tst-tgkill.out; \ ../scripts/evaluate-test.sh misc/tst-tgkill $? false false > /build/misc/tst-tgkill.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ioctl-time64 > /build/misc/tst-ioctl-time64.out; \ ../scripts/evaluate-test.sh misc/tst-ioctl-time64 $? false false > /build/misc/tst-ioctl-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ttyname-namespace > /build/misc/tst-ttyname-namespace.out; \ ../scripts/evaluate-test.sh misc/tst-ttyname-namespace $? false false > /build/misc/tst-ttyname-namespace.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ttyname-direct > /build/misc/tst-ttyname-direct.out; \ ../scripts/evaluate-test.sh misc/tst-ttyname-direct $? false false > /build/misc/tst-ttyname-direct.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ofdlocks-compat > /build/misc/tst-ofdlocks-compat.out; \ ../scripts/evaluate-test.sh misc/tst-ofdlocks-compat $? false false > /build/misc/tst-ofdlocks-compat.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-clock_adjtime-time64 > /build/misc/tst-clock_adjtime-time64.out; \ ../scripts/evaluate-test.sh misc/tst-clock_adjtime-time64 $? false false > /build/misc/tst-clock_adjtime-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-adjtimex-time64 > /build/misc/tst-adjtimex-time64.out; \ ../scripts/evaluate-test.sh misc/tst-adjtimex-time64 $? false false > /build/misc/tst-adjtimex-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ntp_adjtime-time64 > /build/misc/tst-ntp_adjtime-time64.out; \ ../scripts/evaluate-test.sh misc/tst-ntp_adjtime-time64 $? false false > /build/misc/tst-ntp_adjtime-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ntp_gettime-time64 > /build/misc/tst-ntp_gettime-time64.out; \ ../scripts/evaluate-test.sh misc/tst-ntp_gettime-time64 $? false false > /build/misc/tst-ntp_gettime-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ntp_gettimex-time64 > /build/misc/tst-ntp_gettimex-time64.out; \ ../scripts/evaluate-test.sh misc/tst-ntp_gettimex-time64 $? false false > /build/misc/tst-ntp_gettimex-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-prctl-time64 > /build/misc/tst-prctl-time64.out; \ ../scripts/evaluate-test.sh misc/tst-prctl-time64 $? false false > /build/misc/tst-prctl-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-scm_rights-time64 > /build/misc/tst-scm_rights-time64.out; \ ../scripts/evaluate-test.sh misc/tst-scm_rights-time64 $? false false > /build/misc/tst-scm_rights-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-atomic > /build/misc/tst-atomic.out; \ ../scripts/evaluate-test.sh misc/tst-atomic $? false false > /build/misc/tst-atomic.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-rseq > /build/misc/tst-rseq.out; \ ../scripts/evaluate-test.sh misc/tst-rseq $? false false > /build/misc/tst-rseq.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-atomic-long > /build/misc/tst-atomic-long.out; \ ../scripts/evaluate-test.sh misc/tst-atomic-long $? false false > /build/misc/tst-atomic-long.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/misc/tst-allocate_once.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-allocate_once > /build/misc/tst-allocate_once.out; \ ../scripts/evaluate-test.sh misc/tst-allocate_once $? false false > /build/misc/tst-allocate_once.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-sigcontext-get_pc > /build/misc/tst-sigcontext-get_pc.out; \ ../scripts/evaluate-test.sh misc/tst-sigcontext-get_pc $? false false > /build/misc/tst-sigcontext-get_pc.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.pthread.rseq=0 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-rseq-disable > /build/misc/tst-rseq-disable.out; \ ../scripts/evaluate-test.sh misc/tst-rseq-disable $? false false > /build/misc/tst-rseq-disable.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-pselect-time64 > /build/misc/tst-pselect-time64.out; \ ../scripts/evaluate-test.sh misc/tst-pselect-time64 $? false false > /build/misc/tst-pselect-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' /build/malloc/mtrace /build/misc/tst-allocate_once.mtrace > /build/misc/tst-allocate_once-mem.out; \ ../scripts/evaluate-test.sh misc/tst-allocate_once-mem $? false false > /build/misc/tst-allocate_once-mem.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' /build/malloc/mtrace /build/misc/tst-error1.mtrace > /build/misc/tst-error1-mem.out; \ ../scripts/evaluate-test.sh misc/tst-error1-mem $? false false > /build/misc/tst-error1-mem.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/misc/tst-empty > /build/misc/tst-empty.out; \ ../scripts/evaluate-test.sh misc/tst-empty $? false false > /build/misc/tst-empty.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-syslog > /build/misc/tst-syslog.out; \ ../scripts/evaluate-test.sh misc/tst-syslog $? false false > /build/misc/tst-syslog.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' /usr/bin/bash ../sysdeps/unix/sysv/linux/tst-syscall-list.sh /build/misc/tst-syscall-list-macros.list /build/misc/tst-syscall-list-nr.list /build/misc/tst-syscall-list-sys.list gawk > /build/misc/tst-syscall-list.out; ../scripts/evaluate-test.sh misc/tst-syscall-list $? false false > /build/misc/tst-syscall-list.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-align-clone-internal -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-align-clone-internal.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-getpid1-internal -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-getpid1-internal.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-clone3-internal -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-clone3-internal.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-fd_to_filename -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-fd_to_filename.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' gcc -m32 -o /build/misc/tst-clone2-internal -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/misc/tst-clone2-internal.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/misc/tst-align-clone-internal > /build/misc/tst-align-clone-internal.out; \ ../scripts/evaluate-test.sh misc/tst-align-clone-internal $? false false > /build/misc/tst-align-clone-internal.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/misc/tst-getpid1-internal > /build/misc/tst-getpid1-internal.out; \ ../scripts/evaluate-test.sh misc/tst-getpid1-internal $? false false > /build/misc/tst-getpid1-internal.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/misc/tst-clone3-internal > /build/misc/tst-clone3-internal.out; \ ../scripts/evaluate-test.sh misc/tst-clone3-internal $? false false > /build/misc/tst-clone3-internal.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.check=3 LD_PRELOAD=libc_malloc_debug.so.0 \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-syslog-long-progname > /build/misc/tst-syslog-long-progname.out; \ ../scripts/evaluate-test.sh misc/tst-syslog-long-progname $? false false > /build/misc/tst-syslog-long-progname.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/misc/tst-clone2-internal > /build/misc/tst-clone2-internal.out; \ ../scripts/evaluate-test.sh misc/tst-clone2-internal $? false false > /build/misc/tst-clone2-internal.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' PYTHONPATH=../scripts:../sysdeps/unix/sysv/linux python3 -B \ ../sysdeps/unix/sysv/linux/tst-mount-consts.py \ --cc="gcc -m32 -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc" \ < /dev/null > /build/misc/tst-mount-consts.out 2>&1; ../scripts/evaluate-test.sh misc/tst-mount-consts $? false false > /build/misc/tst-mount-consts.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-epoll > /build/misc/tst-epoll.out; \ ../scripts/evaluate-test.sh misc/tst-epoll $? false false > /build/misc/tst-epoll.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/misc/tst-fd_to_filename > /build/misc/tst-fd_to_filename.out; \ ../scripts/evaluate-test.sh misc/tst-fd_to_filename $? false false > /build/misc/tst-fd_to_filename.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-fdset > /build/misc/tst-fdset.out; \ ../scripts/evaluate-test.sh misc/tst-fdset $? false false > /build/misc/tst-fdset.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ppoll > /build/misc/tst-ppoll.out; \ ../scripts/evaluate-test.sh misc/tst-ppoll $? false false > /build/misc/tst-ppoll.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-sigtimedwait > /build/misc/tst-sigtimedwait.out; \ ../scripts/evaluate-test.sh misc/tst-sigtimedwait $? false false > /build/misc/tst-sigtimedwait.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-ppoll-time64 > /build/misc/tst-ppoll-time64.out; \ ../scripts/evaluate-test.sh misc/tst-ppoll-time64 $? false false > /build/misc/tst-ppoll-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-sigtimedwait-time64 > /build/misc/tst-sigtimedwait-time64.out; \ ../scripts/evaluate-test.sh misc/tst-sigtimedwait-time64 $? false false > /build/misc/tst-sigtimedwait-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-epoll-time64 > /build/misc/tst-epoll-time64.out; \ ../scripts/evaluate-test.sh misc/tst-epoll-time64 $? false false > /build/misc/tst-epoll-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-tsearch > /build/misc/tst-tsearch.out; \ ../scripts/evaluate-test.sh misc/tst-tsearch $? false false > /build/misc/tst-tsearch.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-timerfd > /build/misc/tst-timerfd.out; \ ../scripts/evaluate-test.sh misc/tst-timerfd $? false false > /build/misc/tst-timerfd.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-timerfd-time64 > /build/misc/tst-timerfd-time64.out; \ ../scripts/evaluate-test.sh misc/tst-timerfd-time64 $? false false > /build/misc/tst-timerfd-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-select > /build/misc/tst-select.out; \ ../scripts/evaluate-test.sh misc/tst-select $? false false > /build/misc/tst-select.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/misc/tst-select-time64 > /build/misc/tst-select-time64.out; \ ../scripts/evaluate-test.sh misc/tst-select-time64 $? false false > /build/misc/tst-select-time64.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ sys/uio.h bits/uio-ext.h bits/uio_lim.h sys/ioctl.h bits/ioctls.h bits/ioctl-types.h sys/ptrace.h sys/file.h sys/dir.h sys/cdefs.h ar.h a.out.h libgen.h stab.h bits/stab.def sgtty.h ttyent.h paths.h sys/reboot.h sys/mman.h sys/param.h bits/param.h fstab.h mntent.h search.h err.h error.h sys/queue.h sysexits.h syscall.h sys/syscall.h sys/swap.h sys/select.h sys/sysinfo.h regexp.h bits/select.h bits/mman.h sys/xattr.h syslog.h sys/syslog.h bits/syslog-decl.h bits/syslog.h bits/syslog-ldbl.h bits/syslog-path.h bits/error.h bits/select-decl.h bits/select2.h bits/hwcap.h sys/auxv.h sys/sysmacros.h bits/sysmacros.h bits/types/struct_iovec.h bits/err-ldbl.h bits/error-ldbl.h sys/single_threaded.h sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h bits/a.out.h bits/epoll.h bits/eventfd.h bits/inotify.h bits/mman-linux.h bits/mman-map-flags-generic.h bits/mman-shared.h bits/procfs-extra.h bits/procfs-id.h bits/procfs-prregset.h bits/procfs.h bits/pthread_stack_min-dynamic.h bits/pthread_stack_min.h bits/ptrace-shared.h bits/rseq.h bits/shmlba.h bits/siginfo-arch.h bits/siginfo-consts-arch.h bits/signalfd.h bits/socket_type.h bits/struct_stat.h bits/struct_stat_time64_helper.h bits/syscall.h bits/termios-baud.h bits/termios-c_cc.h bits/termios-c_cflag.h bits/termios-c_iflag.h bits/termios-c_lflag.h bits/termios-c_oflag.h bits/termios-misc.h bits/termios-struct.h bits/termios-tcflow.h bits/timerfd.h bits/types/struct_msqid64_ds.h bits/types/struct_msqid64_ds_helper.h bits/types/struct_semid64_ds.h bits/types/struct_semid64_ds_helper.h bits/types/struct_semid_ds.h bits/types/struct_shmid64_ds.h bits/types/struct_shmid64_ds_helper.h scsi/scsi.h scsi/scsi_ioctl.h scsi/sg.h sys/acct.h sys/epoll.h sys/eventfd.h sys/fanotify.h sys/fsuid.h sys/inotify.h sys/kd.h sys/klog.h sys/mount.h sys/pci.h sys/personality.h sys/pidfd.h sys/prctl.h sys/quota.h sys/raw.h sys/rseq.h sys/signalfd.h sys/soundcard.h sys/timerfd.h sys/user.h sys/vt.h sys/mtio.h > /build/misc/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh misc/check-installed-headers-c $? false false > /build/misc/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/misc' make[2]: Entering directory '/glibc/misc' ../scripts/merge-test-results.sh -s /build/misc/ misc \ bug-hsearch1 bug18240 check-installed-headers-c check-obsolete-constructs check-wrapper-headers test-errno-linux tst-adjtimex tst-adjtimex-time64 tst-align-clone-internal tst-allocate_once tst-allocate_once-mem tst-atomic tst-atomic-long tst-bz21269 tst-clock_adjtime tst-clock_adjtime-time64 tst-clone tst-clone2 tst-clone2-internal tst-clone3 tst-clone3-internal tst-dbl-efgcvt tst-dirname tst-empty tst-epoll tst-epoll-ioctls tst-epoll-time64 tst-error1 tst-error1-mem tst-fanotify tst-fd_to_filename tst-fdopendir-o_path tst-fdset tst-getauxval tst-gethostid tst-getpid1-internal tst-gettid tst-gettid-kill tst-glibcsyscalls tst-hsearch tst-insremque tst-ioctl tst-ioctl-time64 tst-ldbl-efgcvt tst-ldbl-error tst-ldbl-errorfptr tst-ldbl-warn tst-linux-mremap1 tst-makedev tst-memfd_create tst-misalign-clone tst-mlock2 tst-mman-consts tst-mntent tst-mntent-autofs tst-mntent-blank-corrupt tst-mntent-blank-passno tst-mntent-escape tst-mntent2 tst-mount tst-mount-compile tst-mount-consts tst-mremap1 tst-mremap2 tst-ntp_adjtime tst-ntp_adjtime-time64 tst-ntp_gettime tst-ntp_gettime-time64 tst-ntp_gettimex tst-ntp_gettimex-time64 tst-ofdlocks tst-ofdlocks-compat tst-personality tst-pidfd tst-pidfd-consts tst-pidfd_getpid tst-pkey tst-ppoll tst-ppoll-time64 tst-prctl tst-prctl-time64 tst-preadvwritev tst-preadvwritev2 tst-preadvwritev64 tst-preadvwritev64v2 tst-process_mrelease tst-pselect tst-pselect-time64 tst-quota tst-rlimit-infinity tst-rseq tst-rseq-disable tst-sched-consts tst-sched_setattr tst-scm_rights tst-scm_rights-time64 tst-select tst-select-time64 tst-sigcontext-get_pc tst-sigtimedwait tst-sigtimedwait-time64 tst-sync_file_range tst-syscall-list tst-syscalls tst-sysconf-iov_max tst-syslog tst-syslog-long-progname tst-sysvmsg-linux tst-sysvsem-linux tst-sysvshm-linux tst-tgkill tst-timerfd tst-timerfd-time64 tst-tsearch tst-ttyname-direct tst-ttyname-namespace tst-warn-wide \ > /build/misc/subdir-tests.sum make[2]: Leaving directory '/glibc/misc' make subdir=socket -C socket ..=../ tests make[2]: Entering directory '/glibc/socket' gcc -m32 tst-accept4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-accept4.o -MD -MP -MF /build/socket/tst-accept4.o.dt -MT /build/socket/tst-accept4.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=socket bits/sockaddr.h bits/socket.h bits/socket2.h bits/types/struct_osockaddr.h net/if.h sys/socket.h sys/socketvar.h sys/un.h bits/socket-constants.h net/ethernet.h net/if_arp.h net/if_packet.h net/if_ppp.h net/if_shaper.h net/if_slip.h net/ppp-comp.h net/ppp_defs.h net/route.h > /build/socket/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh socket/check-wrapper-headers $? false false > /build/socket/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 tst-sockaddr_un_set.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-sockaddr_un_set.o -MD -MP -MF /build/socket/tst-sockaddr_un_set.o.dt -MT /build/socket/tst-sockaddr_un_set.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 tst-sockopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-sockopt.o -MD -MP -MF /build/socket/tst-sockopt.o.dt -MT /build/socket/tst-sockopt.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-accept4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-accept4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 tst-connect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-connect.o -MD -MP -MF /build/socket/tst-connect.o.dt -MT /build/socket/tst-connect.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' python3 -B ../scripts/check-obsolete-constructs.py ../bits/sockaddr.h ../sysdeps/unix/sysv/linux/bits/socket.h bits/socket2.h bits/types/struct_osockaddr.h ../sysdeps/gnu/net/if.h sys/socket.h ../sysdeps/generic/sys/socketvar.h sys/un.h ../sysdeps/unix/sysv/linux/bits/socket-constants.h ../sysdeps/unix/sysv/linux/net/ethernet.h ../sysdeps/unix/sysv/linux/net/if_arp.h ../sysdeps/unix/sysv/linux/net/if_packet.h ../sysdeps/unix/sysv/linux/net/if_ppp.h ../sysdeps/unix/sysv/linux/net/if_shaper.h ../sysdeps/unix/sysv/linux/net/if_slip.h ../sysdeps/unix/sysv/linux/net/ppp-comp.h ../sysdeps/unix/sysv/linux/net/ppp_defs.h ../sysdeps/unix/sysv/linux/net/route.h > /build/socket/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh socket/check-obsolete-constructs $? false false > /build/socket/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-accept4 > /build/socket/tst-accept4.out; \ ../scripts/evaluate-test.sh socket/tst-accept4 $? false false > /build/socket/tst-accept4.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 tst-sockopt-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-sockopt-time64.o -MD -MP -MF /build/socket/tst-sockopt-time64.o.dt -MT /build/socket/tst-sockopt-time64.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 tst-cmsghdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-cmsghdr.o -MD -MP -MF /build/socket/tst-cmsghdr.o.dt -MT /build/socket/tst-cmsghdr.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 tst-cmsg_cloexec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-cmsg_cloexec.o -MD -MP -MF /build/socket/tst-cmsg_cloexec.o.dt -MT /build/socket/tst-cmsg_cloexec.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-sockaddr_un_set -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-sockaddr_un_set.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-sockopt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-sockopt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 tst-shutdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-shutdown.o -MD -MP -MF /build/socket/tst-shutdown.o.dt -MT /build/socket/tst-shutdown.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-sockaddr_un_set > /build/socket/tst-sockaddr_un_set.out; \ ../scripts/evaluate-test.sh socket/tst-sockaddr_un_set $? false false > /build/socket/tst-sockaddr_un_set.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-sockopt > /build/socket/tst-sockopt.out; \ ../scripts/evaluate-test.sh socket/tst-sockopt $? false false > /build/socket/tst-sockopt.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-connect -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-connect.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-cmsghdr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-cmsghdr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-sockopt-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-sockopt-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-connect > /build/socket/tst-connect.out; \ ../scripts/evaluate-test.sh socket/tst-connect $? false false > /build/socket/tst-connect.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 ../sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-socket-timestamp-compat.o -MD -MP -MF /build/socket/tst-socket-timestamp-compat.o.dt -MT /build/socket/tst-socket-timestamp-compat.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-cmsghdr > /build/socket/tst-cmsghdr.out; \ ../scripts/evaluate-test.sh socket/tst-cmsghdr $? false false > /build/socket/tst-cmsghdr.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-sockopt-time64 > /build/socket/tst-sockopt-time64.out; \ ../scripts/evaluate-test.sh socket/tst-sockopt-time64 $? false false > /build/socket/tst-sockopt-time64.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-cmsg_cloexec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-cmsg_cloexec.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-cmsg_cloexec > /build/socket/tst-cmsg_cloexec.out; \ ../scripts/evaluate-test.sh socket/tst-cmsg_cloexec $? false false > /build/socket/tst-cmsg_cloexec.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 ../sysdeps/unix/sysv/linux/tst-socket-timestamp-compat-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-socket-timestamp-compat-time64.o -MD -MP -MF /build/socket/tst-socket-timestamp-compat-time64.o.dt -MT /build/socket/tst-socket-timestamp-compat-time64.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-shutdown -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-shutdown.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-shutdown > /build/socket/tst-shutdown.out; \ ../scripts/evaluate-test.sh socket/tst-shutdown $? false false > /build/socket/tst-shutdown.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 ../sysdeps/unix/sysv/linux/tst-socket-timestamp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-socket-timestamp.o -MD -MP -MF /build/socket/tst-socket-timestamp.o.dt -MT /build/socket/tst-socket-timestamp.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-socket-timestamp-compat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-socket-timestamp-compat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-socket-timestamp-compat > /build/socket/tst-socket-timestamp-compat.out; \ ../scripts/evaluate-test.sh socket/tst-socket-timestamp-compat $? false false > /build/socket/tst-socket-timestamp-compat.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 ../sysdeps/unix/sysv/linux/tst-socket-timestamp-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/tst-socket-timestamp-time64.o -MD -MP -MF /build/socket/tst-socket-timestamp-time64.o.dt -MT /build/socket/tst-socket-timestamp-time64.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-socket-timestamp-compat-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-socket-timestamp-compat-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-socket-timestamp-compat-time64 > /build/socket/tst-socket-timestamp-compat-time64.out; \ ../scripts/evaluate-test.sh socket/tst-socket-timestamp-compat-time64 $? false false > /build/socket/tst-socket-timestamp-compat-time64.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-socket-timestamp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-socket-timestamp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' gcc -m32 -o /build/socket/tst-socket-timestamp-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/socket/tst-socket-timestamp-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-socket-timestamp > /build/socket/tst-socket-timestamp.out; \ ../scripts/evaluate-test.sh socket/tst-socket-timestamp $? false false > /build/socket/tst-socket-timestamp.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/socket/tst-socket-timestamp-time64 > /build/socket/tst-socket-timestamp-time64.out; \ ../scripts/evaluate-test.sh socket/tst-socket-timestamp-time64 $? false false > /build/socket/tst-socket-timestamp-time64.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' PYTHONPATH=../scripts \ python3 -B ../sysdeps/unix/sysv/linux/tst-socket-consts.py \ --cc="gcc -m32 -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -D_ISOMAC" \ < /dev/null > /build/socket/tst-socket-consts.out 2>&1; ../scripts/evaluate-test.sh socket/tst-socket-consts $? false false > /build/socket/tst-socket-consts.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/sockaddr.h bits/socket.h bits/socket2.h bits/types/struct_osockaddr.h net/if.h sys/socket.h sys/socketvar.h sys/un.h bits/socket-constants.h net/ethernet.h net/if_arp.h net/if_packet.h net/if_ppp.h net/if_shaper.h net/if_slip.h net/ppp-comp.h net/ppp_defs.h net/route.h > /build/socket/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh socket/check-installed-headers-c $? false false > /build/socket/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/socket' make[2]: Entering directory '/glibc/socket' ../scripts/merge-test-results.sh -s /build/socket/ socket \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-accept4 tst-cmsg_cloexec tst-cmsghdr tst-connect tst-shutdown tst-sockaddr_un_set tst-socket-consts tst-socket-timestamp tst-socket-timestamp-compat tst-socket-timestamp-compat-time64 tst-socket-timestamp-time64 tst-sockopt tst-sockopt-time64 \ > /build/socket/subdir-tests.sum make[2]: Leaving directory '/glibc/socket' make subdir=sysvipc -C sysvipc ..=../ tests make[2]: Entering directory '/glibc/sysvipc' gcc -m32 test-sysvmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/test-sysvmsg.o -MD -MP -MF /build/sysvipc/test-sysvmsg.o.dt -MT /build/sysvipc/test-sysvmsg.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=sysvipc sys/ipc.h sys/msg.h sys/sem.h sys/shm.h bits/ipctypes.h bits/ipc.h bits/msq.h bits/sem.h bits/shm.h bits/ipc-perm.h bits/types/struct_msqid_ds.h bits/types/struct_shmid_ds.h > /build/sysvipc/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh sysvipc/check-wrapper-headers $? false false > /build/sysvipc/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' python3 -B ../scripts/check-obsolete-constructs.py sys/ipc.h sys/msg.h sys/sem.h sys/shm.h ../sysdeps/unix/sysv/linux/x86/bits/ipctypes.h ../sysdeps/gnu/bits/ipc.h ../sysdeps/unix/sysv/linux/bits/msq.h ../sysdeps/unix/sysv/linux/bits/sem.h ../sysdeps/unix/sysv/linux/bits/shm.h ../sysdeps/unix/sysv/linux/bits/ipc-perm.h ../sysdeps/unix/sysv/linux/bits/types/struct_msqid_ds.h ../sysdeps/unix/sysv/linux/bits/types/struct_shmid_ds.h > /build/sysvipc/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh sysvipc/check-obsolete-constructs $? false false > /build/sysvipc/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 test-sysvmsg-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/test-sysvmsg-time64.o -MD -MP -MF /build/sysvipc/test-sysvmsg-time64.o.dt -MT /build/sysvipc/test-sysvmsg-time64.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 test-sysvshm-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/test-sysvshm-time64.o -MD -MP -MF /build/sysvipc/test-sysvshm-time64.o.dt -MT /build/sysvipc/test-sysvshm-time64.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 -o /build/sysvipc/test-sysvmsg -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sysvipc/test-sysvmsg.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 test-sysvsem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/test-sysvsem.o -MD -MP -MF /build/sysvipc/test-sysvsem.o.dt -MT /build/sysvipc/test-sysvsem.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 test-sysvsem-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/test-sysvsem-time64.o -MD -MP -MF /build/sysvipc/test-sysvsem-time64.o.dt -MT /build/sysvipc/test-sysvsem-time64.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sysvipc/test-sysvmsg > /build/sysvipc/test-sysvmsg.out; \ ../scripts/evaluate-test.sh sysvipc/test-sysvmsg $? false false > /build/sysvipc/test-sysvmsg.test-result make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 test-sysvshm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/test-sysvshm.o -MD -MP -MF /build/sysvipc/test-sysvshm.o.dt -MT /build/sysvipc/test-sysvshm.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 -o /build/sysvipc/test-sysvmsg-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sysvipc/test-sysvmsg-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 -o /build/sysvipc/test-sysvshm-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sysvipc/test-sysvshm-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sysvipc/test-sysvmsg-time64 > /build/sysvipc/test-sysvmsg-time64.out; \ ../scripts/evaluate-test.sh sysvipc/test-sysvmsg-time64 $? false false > /build/sysvipc/test-sysvmsg-time64.test-result make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sysvipc/test-sysvshm-time64 > /build/sysvipc/test-sysvshm-time64.out; \ ../scripts/evaluate-test.sh sysvipc/test-sysvshm-time64 $? false false > /build/sysvipc/test-sysvshm-time64.test-result make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 -o /build/sysvipc/test-sysvsem-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sysvipc/test-sysvsem-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 -o /build/sysvipc/test-sysvsem -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sysvipc/test-sysvsem.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' gcc -m32 -o /build/sysvipc/test-sysvshm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sysvipc/test-sysvshm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sysvipc/test-sysvshm > /build/sysvipc/test-sysvshm.out; \ ../scripts/evaluate-test.sh sysvipc/test-sysvshm $? false false > /build/sysvipc/test-sysvshm.test-result make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sysvipc/test-sysvsem-time64 > /build/sysvipc/test-sysvsem-time64.out; \ ../scripts/evaluate-test.sh sysvipc/test-sysvsem-time64 $? false false > /build/sysvipc/test-sysvsem-time64.test-result make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sysvipc/test-sysvsem > /build/sysvipc/test-sysvsem.out; \ ../scripts/evaluate-test.sh sysvipc/test-sysvsem $? false false > /build/sysvipc/test-sysvsem.test-result make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ sys/ipc.h sys/msg.h sys/sem.h sys/shm.h bits/ipctypes.h bits/ipc.h bits/msq.h bits/sem.h bits/shm.h bits/ipc-perm.h bits/types/struct_msqid_ds.h bits/types/struct_shmid_ds.h > /build/sysvipc/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh sysvipc/check-installed-headers-c $? false false > /build/sysvipc/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/sysvipc' make[2]: Entering directory '/glibc/sysvipc' ../scripts/merge-test-results.sh -s /build/sysvipc/ sysvipc \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers test-sysvmsg test-sysvmsg-time64 test-sysvsem test-sysvsem-time64 test-sysvshm test-sysvshm-time64 \ > /build/sysvipc/subdir-tests.sum make[2]: Leaving directory '/glibc/sysvipc' make subdir=gmon -C gmon ..=../ tests make[2]: Entering directory '/glibc/gmon' gcc -m32 tst-gmon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-omit-frame-pointer -pg -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/tst-gmon.o -MD -MP -MF /build/gmon/tst-gmon.o.dt -MT /build/gmon/tst-gmon.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' rm -f /build/gmon/tst-gmon.data.* make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' rm -f /build/gmon/tst-mcleanup.data.* make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' rm -f /build/gmon/tst-mcount-overflow.data.* make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' rm -f /build/gmon/tst-gmon-static.data.* make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' rm -f /build/gmon/tst-gmon-pie.data.* make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' rm -f /build/gmon/tst-gmon-static-pie.data.* make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 tst-mcleanup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-omit-frame-pointer -pg -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/tst-mcleanup.o -MD -MP -MF /build/gmon/tst-mcleanup.o.dt -MT /build/gmon/tst-mcleanup.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 tst-gmon-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -fno-omit-frame-pointer -pg -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/tst-gmon-static.o -MD -MP -MF /build/gmon/tst-gmon-static.o.dt -MT /build/gmon/tst-gmon-static.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 tst-gmon-pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -fno-omit-frame-pointer -pg -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/tst-gmon-pie.o -MD -MP -MF /build/gmon/tst-gmon-pie.o.dt -MT /build/gmon/tst-gmon-pie.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 tst-gmon-static-pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -fno-omit-frame-pointer -pg -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/tst-gmon-static-pie.o -MD -MP -MF /build/gmon/tst-gmon-static-pie.o.dt -MT /build/gmon/tst-gmon-static-pie.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 -o /build/gmon/tst-gmon -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/gcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/gmon/tst-gmon.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 -o /build/gmon/tst-mcleanup -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/gcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/gmon/tst-mcleanup.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=gmon sys/gmon.h sys/gmon_out.h sys/profil.h > /build/gmon/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh gmon/check-wrapper-headers $? false false > /build/gmon/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GMON_OUT_PREFIX=/build/gmon/tst-gmon.data /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/gmon/tst-gmon > /build/gmon/tst-gmon.out; \ ../scripts/evaluate-test.sh gmon/tst-gmon $? false false > /build/gmon/tst-gmon.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GMON_OUT_PREFIX=/build/gmon/tst-mcleanup.data /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/gmon/tst-mcleanup > /build/gmon/tst-mcleanup.out; \ ../scripts/evaluate-test.sh gmon/tst-mcleanup $? false false > /build/gmon/tst-mcleanup.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 tst-mcount-overflow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-omit-frame-pointer -pg -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/tst-mcount-overflow.o -MD -MP -MF /build/gmon/tst-mcount-overflow.o.dt -MT /build/gmon/tst-mcount-overflow.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' python3 -B ../scripts/check-obsolete-constructs.py sys/gmon.h sys/gmon_out.h sys/profil.h > /build/gmon/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh gmon/check-obsolete-constructs $? false false > /build/gmon/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 -o /build/gmon/tst-gmon-pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/gcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/gmon/tst-gmon-pie.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 tst-sprofil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/tst-sprofil.o -MD -MP -MF /build/gmon/tst-sprofil.o.dt -MT /build/gmon/tst-sprofil.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GMON_OUT_PREFIX=/build/gmon/tst-gmon-pie.data /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/gmon/tst-gmon-pie > /build/gmon/tst-gmon-pie.out; \ ../scripts/evaluate-test.sh gmon/tst-gmon-pie $? false false > /build/gmon/tst-gmon-pie.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' /bin/sh tst-gmon-gprof.sh gprof /build/gmon/tst-gmon /build/gmon/tst-gmon.data.* > /build/gmon/tst-gmon-gprof.out; \ ../scripts/evaluate-test.sh gmon/tst-gmon-gprof $? false false > /build/gmon/tst-gmon-gprof.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 -o /build/gmon/tst-mcount-overflow -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/gcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/gmon/tst-mcount-overflow.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' /bin/sh tst-gmon-gprof.sh gprof /build/gmon/tst-gmon-pie /build/gmon/tst-gmon-pie.data.* > /build/gmon/tst-gmon-pie-gprof.out; \ ../scripts/evaluate-test.sh gmon/tst-gmon-pie-gprof $? false false > /build/gmon/tst-gmon-pie-gprof.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GMON_OUT_PREFIX=/build/gmon/tst-mcount-overflow.data GLIBC_TUNABLES=glibc.gmon.minarcs=51:glibc.gmon.maxarcs=50 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/gmon/tst-mcount-overflow 2>&1 1>/dev/null | cat > /build/gmon/tst-mcount-overflow.out; \ ../scripts/evaluate-test.sh gmon/tst-mcount-overflow $? false false > /build/gmon/tst-mcount-overflow.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 -o /build/gmon/tst-sprofil -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/gmon/tst-sprofil.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' /bin/sh tst-mcount-overflow-check.sh /build/gmon/tst-mcount-overflow > /build/gmon/tst-mcount-overflow-check.out; \ ../scripts/evaluate-test.sh gmon/tst-mcount-overflow-check $? false false > /build/gmon/tst-mcount-overflow-check.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 -o /build/gmon/tst-gmon-static-pie -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/grcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/gmon/tst-gmon-static-pie.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' gcc -m32 -o /build/gmon/tst-gmon-static -nostdlib -nostartfiles -static -Wl,-z,pack-relative-relocs /build/csu/gcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginT.o` /build/gmon/tst-gmon-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtend.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GMON_OUT_PREFIX=/build/gmon/tst-gmon-static-pie.data /build/gmon/tst-gmon-static-pie > /build/gmon/tst-gmon-static-pie.out; \ ../scripts/evaluate-test.sh gmon/tst-gmon-static-pie $? false false > /build/gmon/tst-gmon-static-pie.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GMON_OUT_PREFIX=/build/gmon/tst-gmon-static.data /build/gmon/tst-gmon-static > /build/gmon/tst-gmon-static.out; \ ../scripts/evaluate-test.sh gmon/tst-gmon-static $? false false > /build/gmon/tst-gmon-static.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' /bin/sh tst-gmon-static-gprof.sh gprof /build/gmon/tst-gmon-static-pie \ /build/gmon/tst-gmon-static-pie.data.* > /build/gmon/tst-gmon-static-pie-gprof.out; \ ../scripts/evaluate-test.sh gmon/tst-gmon-static-pie-gprof $? false false > /build/gmon/tst-gmon-static-pie-gprof.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' /bin/sh tst-gmon-static-gprof.sh gprof /build/gmon/tst-gmon-static \ /build/gmon/tst-gmon-static.data.* > /build/gmon/tst-gmon-static-gprof.out; \ ../scripts/evaluate-test.sh gmon/tst-gmon-static-gprof $? false false > /build/gmon/tst-gmon-static-gprof.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/gmon/tst-sprofil > /build/gmon/tst-sprofil.out; \ ../scripts/evaluate-test.sh gmon/tst-sprofil $? false false > /build/gmon/tst-sprofil.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ sys/gmon.h sys/gmon_out.h sys/profil.h > /build/gmon/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh gmon/check-installed-headers-c $? false false > /build/gmon/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/gmon' make[2]: Entering directory '/glibc/gmon' ../scripts/merge-test-results.sh -s /build/gmon/ gmon \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-gmon tst-gmon-gprof tst-gmon-pie tst-gmon-pie-gprof tst-gmon-static tst-gmon-static-gprof tst-gmon-static-pie tst-gmon-static-pie-gprof tst-mcleanup tst-mcount-overflow tst-mcount-overflow-check tst-sprofil \ > /build/gmon/subdir-tests.sum make[2]: Leaving directory '/glibc/gmon' make subdir=gnulib -C gnulib ..=../ tests make[2]: Entering directory '/glibc/gnulib' gcc -m32 tst-gcc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/gnulib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gnulib/tst-gcc.o -MD -MP -MF /build/gnulib/tst-gcc.o.dt -MT /build/gnulib/tst-gcc.o make[2]: Leaving directory '/glibc/gnulib' make[2]: Entering directory '/glibc/gnulib' gcc -m32 -o /build/gnulib/tst-gcc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/gnulib/tst-gcc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/gnulib' make[2]: Entering directory '/glibc/gnulib' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/gnulib/tst-gcc > /build/gnulib/tst-gcc.out; \ ../scripts/evaluate-test.sh gnulib/tst-gcc $? false false > /build/gnulib/tst-gcc.test-result make[2]: Leaving directory '/glibc/gnulib' make[2]: Entering directory '/glibc/gnulib' ../scripts/merge-test-results.sh -s /build/gnulib/ gnulib \ tst-gcc \ > /build/gnulib/subdir-tests.sum make[2]: Leaving directory '/glibc/gnulib' make subdir=wctype -C wctype ..=../ tests make[2]: Entering directory '/glibc/wctype' gcc -m32 bug-wctypeh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/bug-wctypeh.o -MD -MP -MF /build/wctype/bug-wctypeh.o.dt -MT /build/wctype/bug-wctypeh.o make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=wctype wctype.h bits/wctype-wchar.h > /build/wctype/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh wctype/check-wrapper-headers $? false false > /build/wctype/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' python3 -B ../scripts/check-obsolete-constructs.py wctype.h bits/wctype-wchar.h > /build/wctype/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh wctype/check-obsolete-constructs $? false false > /build/wctype/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' gcc -m32 test_wctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/test_wctype.o -MD -MP -MF /build/wctype/test_wctype.o.dt -MT /build/wctype/test_wctype.o make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' gcc -m32 test_wcfuncs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/test_wcfuncs.o -MD -MP -MF /build/wctype/test_wcfuncs.o.dt -MT /build/wctype/test_wcfuncs.o make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' gcc -m32 -o /build/wctype/bug-wctypeh -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wctype/bug-wctypeh.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wctype/bug-wctypeh > /build/wctype/bug-wctypeh.out; \ ../scripts/evaluate-test.sh wctype/bug-wctypeh $? false false > /build/wctype/bug-wctypeh.test-result make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' gcc -m32 -o /build/wctype/test_wctype -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wctype/test_wctype.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wctype/test_wctype > /build/wctype/test_wctype.out; \ ../scripts/evaluate-test.sh wctype/test_wctype $? false false > /build/wctype/test_wctype.test-result make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' gcc -m32 -o /build/wctype/test_wcfuncs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/wctype/test_wcfuncs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/wctype/test_wcfuncs > /build/wctype/test_wcfuncs.out; \ ../scripts/evaluate-test.sh wctype/test_wcfuncs $? false false > /build/wctype/test_wcfuncs.test-result make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ wctype.h bits/wctype-wchar.h > /build/wctype/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh wctype/check-installed-headers-c $? false false > /build/wctype/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/wctype' make[2]: Entering directory '/glibc/wctype' ../scripts/merge-test-results.sh -s /build/wctype/ wctype \ bug-wctypeh check-installed-headers-c check-obsolete-constructs check-wrapper-headers test_wcfuncs test_wctype \ > /build/wctype/subdir-tests.sum make[2]: Leaving directory '/glibc/wctype' make subdir=manual -C manual ..=../ tests make[2]: Entering directory '/glibc/manual' /bin/sh check-deftype.sh > /build/manual/check-deftype.out ; \ ../scripts/evaluate-test.sh manual/check-deftype $? false false > /build/manual/check-deftype.test-result make[2]: Leaving directory '/glibc/manual' make[2]: Entering directory '/glibc/manual' /bin/sh check-safety.sh > /build/manual/check-safety.out ; \ ../scripts/evaluate-test.sh manual/check-safety $? false false > /build/manual/check-safety.test-result make[2]: Leaving directory '/glibc/manual' make[2]: Entering directory '/glibc/manual' ../scripts/merge-test-results.sh -s /build/manual/ manual \ check-deftype check-safety \ > /build/manual/subdir-tests.sum make[2]: Leaving directory '/glibc/manual' make subdir=po -C po ..=../ tests make[2]: Entering directory '/glibc/po' ../scripts/merge-test-results.sh -s /build/po/ po \ \ > /build/po/subdir-tests.sum make[2]: Leaving directory '/glibc/po' make subdir=argp -C argp ..=../ tests make[2]: Entering directory '/glibc/argp' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=argp argp.h bits/argp-ldbl.h > /build/argp/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh argp/check-wrapper-headers $? false false > /build/argp/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 argp-test.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/argp-test.o -MD -MP -MF /build/argp/argp-test.o.dt -MT /build/argp/argp-test.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 tst-ldbl-argp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/tst-ldbl-argp.o -MD -MP -MF /build/argp/tst-ldbl-argp.o.dt -MT /build/argp/tst-ldbl-argp.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' python3 -B ../scripts/check-obsolete-constructs.py argp.h bits/argp-ldbl.h > /build/argp/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh argp/check-obsolete-constructs $? false false > /build/argp/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 bug-argp1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/bug-argp1.o -MD -MP -MF /build/argp/bug-argp1.o.dt -MT /build/argp/bug-argp1.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 tst-argp1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/tst-argp1.o -MD -MP -MF /build/argp/tst-argp1.o.dt -MT /build/argp/tst-argp1.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 tst-argp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/tst-argp2.o -MD -MP -MF /build/argp/tst-argp2.o.dt -MT /build/argp/tst-argp2.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 -o /build/argp/argp-test -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/argp/argp-test.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/argp/argp-test > /build/argp/argp-test.out; \ ../scripts/evaluate-test.sh argp/argp-test $? false false > /build/argp/argp-test.test-result make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 bug-argp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/bug-argp2.o -MD -MP -MF /build/argp/bug-argp2.o.dt -MT /build/argp/bug-argp2.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 -o /build/argp/tst-ldbl-argp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/argp/tst-ldbl-argp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 -o /build/argp/bug-argp1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/argp/bug-argp1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/argp/tst-ldbl-argp > /build/argp/tst-ldbl-argp.out; \ ../scripts/evaluate-test.sh argp/tst-ldbl-argp $? false false > /build/argp/tst-ldbl-argp.test-result make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/argp/bug-argp1 -- --help > /build/argp/bug-argp1.out; \ ../scripts/evaluate-test.sh argp/bug-argp1 $? false false > /build/argp/bug-argp1.test-result make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 -o /build/argp/tst-argp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/argp/tst-argp2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 -o /build/argp/tst-argp1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/argp/tst-argp1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/argp/tst-argp2 > /build/argp/tst-argp2.out; \ ../scripts/evaluate-test.sh argp/tst-argp2 $? false false > /build/argp/tst-argp2.test-result make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/argp/tst-argp1 > /build/argp/tst-argp1.out; \ ../scripts/evaluate-test.sh argp/tst-argp1 $? false false > /build/argp/tst-argp1.test-result make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' gcc -m32 -o /build/argp/bug-argp2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/argp/bug-argp2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/argp/bug-argp2 -- -d 111 --dstaddr 222 -p 333 --peer 444 > /build/argp/bug-argp2.out; \ ../scripts/evaluate-test.sh argp/bug-argp2 $? false false > /build/argp/bug-argp2.test-result make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ argp.h bits/argp-ldbl.h > /build/argp/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh argp/check-installed-headers-c $? false false > /build/argp/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/argp' make[2]: Entering directory '/glibc/argp' ../scripts/merge-test-results.sh -s /build/argp/ argp \ argp-test bug-argp1 bug-argp2 check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-argp1 tst-argp2 tst-ldbl-argp \ > /build/argp/subdir-tests.sum make[2]: Leaving directory '/glibc/argp' make subdir=conform -C conform ..=../ tests make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/assert.h/conform $? false false > /build/conform/ISO/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/stdarg.h/conform $? false false > /build/conform/ISO/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/stddef.h/conform $? false false > /build/conform/ISO/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/errno.h/conform $? false false > /build/conform/ISO/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/ctype.h/conform $? false false > /build/conform/ISO/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/limits.h/conform $? false false > /build/conform/ISO/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/float.h/conform $? false false > /build/conform/ISO/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/locale.h/conform $? false false > /build/conform/ISO/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/setjmp.h/conform $? false false > /build/conform/ISO/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/signal.h/conform $? false false > /build/conform/ISO/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/string.h/conform $? false false > /build/conform/ISO/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/math.h/conform $? false false > /build/conform/ISO/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/stdlib.h/conform $? false false > /build/conform/ISO/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/stdio.h/conform $? false false > /build/conform/ISO/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/assert.h/conform $? false false > /build/conform/ISO11/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/ctype.h/conform $? false false > /build/conform/ISO11/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/errno.h/conform $? false false > /build/conform/ISO11/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/time.h/conform $? false false > /build/conform/ISO/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdarg.h/conform $? false false > /build/conform/ISO11/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/limits.h/conform $? false false > /build/conform/ISO11/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/setjmp.h/conform $? false false > /build/conform/ISO11/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/locale.h/conform $? false false > /build/conform/ISO11/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stddef.h/conform $? false false > /build/conform/ISO11/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/signal.h/conform $? false false > /build/conform/ISO11/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/float.h/conform $? false false > /build/conform/ISO11/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdlib.h/conform $? false false > /build/conform/ISO11/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdio.h/conform $? false false > /build/conform/ISO11/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/string.h/conform $? false false > /build/conform/ISO11/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/time.h/conform $? false false > /build/conform/ISO11/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/iso646.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/iso646.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/iso646.h/conform $? false false > /build/conform/ISO11/iso646.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdbool.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/stdbool.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdbool.h/conform $? false false > /build/conform/ISO11/stdbool.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/math.h/conform $? false false > /build/conform/ISO11/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdint.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/stdint.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdint.h/conform $? false false > /build/conform/ISO11/stdint.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/wctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/wctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/wctype.h/conform $? false false > /build/conform/ISO11/wctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/complex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/complex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/complex.h/conform $? false false > /build/conform/ISO11/complex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/wchar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/wchar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/wchar.h/conform $? false false > /build/conform/ISO11/wchar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdnoreturn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdnoreturn.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/stdnoreturn.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdnoreturn.h/conform $? false false > /build/conform/ISO11/stdnoreturn.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/inttypes.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/inttypes.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/inttypes.h/conform $? false false > /build/conform/ISO11/inttypes.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdalign.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdalign.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/stdalign.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdalign.h/conform $? false false > /build/conform/ISO11/stdalign.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/assert.h/conform $? false false > /build/conform/ISO99/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/ctype.h/conform $? false false > /build/conform/ISO99/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/uchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/uchar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/uchar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/uchar.h/conform $? false false > /build/conform/ISO11/uchar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/threads.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/threads.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/threads.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/threads.h/conform $? false false > /build/conform/ISO11/threads.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/errno.h/conform $? false false > /build/conform/ISO99/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/setjmp.h/conform $? false false > /build/conform/ISO99/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdarg.h/conform $? false false > /build/conform/ISO99/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/limits.h/conform $? false false > /build/conform/ISO99/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/locale.h/conform $? false false > /build/conform/ISO99/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/float.h/conform $? false false > /build/conform/ISO99/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/signal.h/conform $? false false > /build/conform/ISO99/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stddef.h/conform $? false false > /build/conform/ISO99/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/tgmath.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/tgmath.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/tgmath.h/conform $? false false > /build/conform/ISO11/tgmath.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdlib.h/conform $? false false > /build/conform/ISO99/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/string.h/conform $? false false > /build/conform/ISO99/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdio.h/conform $? false false > /build/conform/ISO99/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/iso646.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/iso646.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/iso646.h/conform $? false false > /build/conform/ISO99/iso646.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/time.h/conform $? false false > /build/conform/ISO99/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/math.h/conform $? false false > /build/conform/ISO99/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdbool.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/stdbool.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdbool.h/conform $? false false > /build/conform/ISO99/stdbool.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "ISO" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-ISO.out; \ ../scripts/evaluate-test.sh conform/header-list-ISO $? false false > /build/conform/header-list-ISO.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/complex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/complex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/complex.h/conform $? false false > /build/conform/ISO99/complex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "ISO11" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h complex.h fenv.h inttypes.h iso646.h stdbool.h stdint.h tgmath.h wchar.h wctype.h stdalign.h stdnoreturn.h threads.h uchar.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-ISO11.out; \ ../scripts/evaluate-test.sh conform/header-list-ISO11 $? false false > /build/conform/header-list-ISO11.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "ISO99" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h complex.h fenv.h inttypes.h iso646.h stdbool.h stdint.h tgmath.h wchar.h wctype.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-ISO99.out; \ ../scripts/evaluate-test.sh conform/header-list-ISO99 $? false false > /build/conform/header-list-ISO99.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/inttypes.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/inttypes.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/inttypes.h/conform $? false false > /build/conform/ISO99/inttypes.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "XPG4" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h cpio.h dirent.h fcntl.h fnmatch.h ftw.h glob.h grp.h iconv.h langinfo.h monetary.h nl_types.h pwd.h regex.h search.h sys/ipc.h sys/msg.h sys/sem.h sys/shm.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h ulimit.h unistd.h utime.h varargs.h wordexp.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-XPG4.out; \ ../scripts/evaluate-test.sh conform/header-list-XPG4 $? false false > /build/conform/header-list-XPG4.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "POSIX" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-POSIX.out; \ ../scripts/evaluate-test.sh conform/header-list-POSIX $? false false > /build/conform/header-list-POSIX.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdint.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/stdint.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdint.h/conform $? false false > /build/conform/ISO99/stdint.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "XOPEN2K" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h arpa/inet.h complex.h cpio.h dlfcn.h fenv.h fmtmsg.h ftw.h iconv.h inttypes.h iso646.h langinfo.h libgen.h monetary.h ndbm.h net/if.h netdb.h netinet/in.h netinet/tcp.h nl_types.h poll.h search.h spawn.h stdbool.h stdint.h strings.h sys/ipc.h sys/msg.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/socket.h sys/statvfs.h sys/time.h sys/timeb.h sys/uio.h sys/un.h syslog.h tgmath.h ucontext.h ulimit.h utmpx.h wchar.h wctype.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-XOPEN2K.out; \ ../scripts/evaluate-test.sh conform/header-list-XOPEN2K $? false false > /build/conform/header-list-XOPEN2K.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "UNIX98" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h arpa/inet.h cpio.h dlfcn.h fmtmsg.h ftw.h iconv.h iso646.h langinfo.h libgen.h monetary.h ndbm.h netdb.h netinet/in.h nl_types.h poll.h search.h strings.h sys/ipc.h sys/msg.h sys/resource.h sys/sem.h sys/shm.h sys/socket.h sys/statvfs.h sys/time.h sys/timeb.h sys/uio.h sys/un.h syslog.h ucontext.h ulimit.h utmpx.h varargs.h wchar.h wctype.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-UNIX98.out; \ ../scripts/evaluate-test.sh conform/header-list-UNIX98 $? false false > /build/conform/header-list-UNIX98.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "POSIX2008" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h arpa/inet.h complex.h cpio.h dlfcn.h fenv.h iconv.h inttypes.h iso646.h langinfo.h monetary.h net/if.h netdb.h netinet/in.h netinet/tcp.h nl_types.h poll.h spawn.h stdbool.h stdint.h strings.h sys/select.h sys/socket.h sys/statvfs.h sys/un.h tgmath.h wchar.h wctype.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-POSIX2008.out; \ ../scripts/evaluate-test.sh conform/header-list-POSIX2008 $? false false > /build/conform/header-list-POSIX2008.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "XPG42" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h cpio.h dirent.h fcntl.h fnmatch.h ftw.h glob.h grp.h iconv.h langinfo.h monetary.h nl_types.h pwd.h regex.h search.h sys/ipc.h sys/msg.h sys/sem.h sys/shm.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h ulimit.h unistd.h utime.h varargs.h wordexp.h arpa/inet.h fmtmsg.h libgen.h ndbm.h netdb.h netinet/in.h poll.h strings.h sys/mman.h sys/resource.h sys/socket.h sys/statvfs.h sys/time.h sys/timeb.h sys/uio.h sys/un.h syslog.h ucontext.h utmpx.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-XPG42.out; \ ../scripts/evaluate-test.sh conform/header-list-XPG42 $? false false > /build/conform/header-list-XPG42.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/wchar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/wchar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/wchar.h/conform $? false false > /build/conform/ISO99/wchar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' /bin/sh check-header-lists.sh "XOPEN2K8" "gcc -m32" "assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h arpa/inet.h complex.h cpio.h dlfcn.h fenv.h iconv.h inttypes.h iso646.h langinfo.h monetary.h net/if.h netdb.h netinet/in.h netinet/tcp.h nl_types.h poll.h spawn.h stdbool.h stdint.h strings.h sys/select.h sys/socket.h sys/statvfs.h sys/un.h tgmath.h wchar.h wctype.h fmtmsg.h ftw.h libgen.h ndbm.h search.h sys/ipc.h sys/msg.h sys/resource.h sys/sem.h sys/shm.h sys/time.h sys/uio.h syslog.h ulimit.h utmpx.h" \ "data/aio.h-data data/assert.h-data data/complex.h-data data/cpio.h-data data/ctype.h-data data/dirent.h-data data/dlfcn.h-data data/errno.h-data data/fcntl.h-data data/fenv.h-data data/float.h-data data/fmtmsg.h-data data/fnmatch.h-data data/ftw.h-data data/glob.h-data data/grp.h-data data/iconv.h-data data/inttypes.h-data data/iso646.h-data data/langinfo.h-data data/libgen.h-data data/limits.h-data data/locale.h-data data/math.h-data data/monetary.h-data data/mqueue.h-data data/ndbm.h-data data/netdb.h-data data/nl_types.h-data data/poll.h-data data/pthread.h-data data/pwd.h-data data/regex.h-data data/sched.h-data data/search.h-data data/semaphore.h-data data/setjmp.h-data data/signal.h-data data/spawn.h-data data/stdalign.h-data data/stdarg.h-data data/stdbool.h-data data/stddef.h-data data/stdint.h-data data/stdio.h-data data/stdlib.h-data data/stdnoreturn.h-data data/string.h-data data/strings.h-data data/syslog.h-data data/tar.h-data data/termios.h-data data/tgmath.h-data data/threads.h-data data/time.h-data data/uchar.h-data data/ucontext.h-data data/ulimit.h-data data/unistd.h-data data/utime.h-data data/utmpx.h-data data/varargs.h-data data/wchar.h-data data/wctype.h-data data/wordexp.h-data data/arpa/inet.h-data data/net/if.h-data data/netinet/in.h-data data/netinet/tcp.h-data data/sys/ipc.h-data data/sys/mman.h-data data/sys/msg.h-data data/sys/resource.h-data data/sys/select.h-data data/sys/sem.h-data data/sys/shm.h-data data/sys/socket.h-data data/sys/stat.h-data data/sys/statvfs.h-data data/sys/time.h-data data/sys/timeb.h-data data/sys/times.h-data data/sys/types.h-data data/sys/uio.h-data data/sys/un.h-data data/sys/utsname.h-data data/sys/wait.h-data" > /build/conform/header-list-XOPEN2K8.out; \ ../scripts/evaluate-test.sh conform/header-list-XOPEN2K8 $? false false > /build/conform/header-list-XOPEN2K8.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/wctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/wctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/wctype.h/conform $? false false > /build/conform/ISO99/wctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/assert.h/conform $? false false > /build/conform/POSIX/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/ctype.h/conform $? false false > /build/conform/POSIX/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/float.h/conform $? false false > /build/conform/POSIX/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/errno.h/conform $? false false > /build/conform/POSIX/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/locale.h/conform $? false false > /build/conform/POSIX/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/limits.h/conform $? false false > /build/conform/POSIX/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/stdarg.h/conform $? false false > /build/conform/POSIX/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/math.h/conform $? false false > /build/conform/POSIX/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/setjmp.h/conform $? false false > /build/conform/POSIX/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/stddef.h/conform $? false false > /build/conform/POSIX/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/fnmatch.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/fnmatch.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/fnmatch.h/conform $? false false > /build/conform/POSIX/fnmatch.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/string.h/conform $? false false > /build/conform/POSIX/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/dirent.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/dirent.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/dirent.h/conform $? false false > /build/conform/POSIX/dirent.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/fcntl.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/fcntl.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/fcntl.h/conform $? false false > /build/conform/POSIX/fcntl.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/stdlib.h/conform $? false false > /build/conform/POSIX/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/glob.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/glob.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/glob.h/conform $? false false > /build/conform/POSIX/glob.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/time.h/conform $? false false > /build/conform/POSIX/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/grp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/grp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/grp.h/conform $? false false > /build/conform/POSIX/grp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/fenv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO11/fenv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/fenv.h/conform $? false false > /build/conform/ISO11/fenv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/stdio.h/conform $? false false > /build/conform/POSIX/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/signal.h/conform $? false false > /build/conform/POSIX/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/pwd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/pwd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/pwd.h/conform $? false false > /build/conform/POSIX/pwd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/aio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/aio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/aio.h/conform $? false false > /build/conform/POSIX/aio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/regex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/regex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/regex.h/conform $? false false > /build/conform/POSIX/regex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/tgmath.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/tgmath.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/tgmath.h/conform $? false false > /build/conform/ISO99/tgmath.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sched.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/sched.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sched.h/conform $? false false > /build/conform/POSIX/sched.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/mman.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/sys/mman.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/mman.h/conform $? false false > /build/conform/POSIX/sys/mman.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/semaphore.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/semaphore.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/semaphore.h/conform $? false false > /build/conform/POSIX/semaphore.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/times.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/sys/times.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/times.h/conform $? false false > /build/conform/POSIX/sys/times.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/mqueue.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/mqueue.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/mqueue.h/conform $? false false > /build/conform/POSIX/mqueue.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/sys/types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/types.h/conform $? false false > /build/conform/POSIX/sys/types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/utsname.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/sys/utsname.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/utsname.h/conform $? false false > /build/conform/POSIX/sys/utsname.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/wait.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/sys/wait.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/wait.h/conform $? false false > /build/conform/POSIX/sys/wait.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/wordexp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/wordexp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/wordexp.h/conform $? false false > /build/conform/POSIX/wordexp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/assert.h/conform $? false false > /build/conform/POSIX2008/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/termios.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/termios.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/termios.h/conform $? false false > /build/conform/POSIX/termios.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/utime.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/utime.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/utime.h/conform $? false false > /build/conform/POSIX/utime.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/stat.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/sys/stat.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/stat.h/conform $? false false > /build/conform/POSIX/sys/stat.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/ctype.h/conform $? false false > /build/conform/POSIX2008/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/float.h/conform $? false false > /build/conform/POSIX2008/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/setjmp.h/conform $? false false > /build/conform/POSIX2008/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdarg.h/conform $? false false > /build/conform/POSIX2008/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/locale.h/conform $? false false > /build/conform/POSIX2008/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stddef.h/conform $? false false > /build/conform/POSIX2008/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/errno.h/conform $? false false > /build/conform/POSIX2008/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/string.h/conform $? false false > /build/conform/POSIX2008/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/fnmatch.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/fnmatch.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/fnmatch.h/conform $? false false > /build/conform/POSIX2008/fnmatch.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/tar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/tar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/tar.h/conform $? false false > /build/conform/POSIX/tar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdio.h/conform $? false false > /build/conform/POSIX2008/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/time.h/conform $? false false > /build/conform/POSIX2008/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/glob.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/glob.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/glob.h/conform $? false false > /build/conform/POSIX2008/glob.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/dirent.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/dirent.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/dirent.h/conform $? false false > /build/conform/POSIX2008/dirent.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/grp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/grp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/grp.h/conform $? false false > /build/conform/POSIX2008/grp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/signal.h/conform $? false false > /build/conform/POSIX2008/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/pwd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/pwd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/pwd.h/conform $? false false > /build/conform/POSIX2008/pwd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdlib.h/conform $? false false > /build/conform/POSIX2008/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/fenv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/ISO99/fenv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/fenv.h/conform $? false false > /build/conform/ISO99/fenv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/regex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/regex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/regex.h/conform $? false false > /build/conform/POSIX2008/regex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/math.h/conform $? false false > /build/conform/POSIX2008/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/aio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/aio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/aio.h/conform $? false false > /build/conform/POSIX2008/aio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/fcntl.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/fcntl.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/fcntl.h/conform $? false false > /build/conform/POSIX2008/fcntl.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/times.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/times.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/times.h/conform $? false false > /build/conform/POSIX2008/sys/times.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/utsname.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/utsname.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/utsname.h/conform $? false false > /build/conform/POSIX2008/sys/utsname.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/semaphore.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/semaphore.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/semaphore.h/conform $? false false > /build/conform/POSIX2008/semaphore.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/types.h/conform $? false false > /build/conform/POSIX2008/sys/types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/utime.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/utime.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/utime.h/conform $? false false > /build/conform/POSIX2008/utime.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sched.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sched.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sched.h/conform $? false false > /build/conform/POSIX2008/sched.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/termios.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/termios.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/termios.h/conform $? false false > /build/conform/POSIX2008/termios.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/limits.h/conform $? false false > /build/conform/POSIX2008/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/wordexp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/wordexp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/wordexp.h/conform $? false false > /build/conform/POSIX2008/wordexp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/wait.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/wait.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/wait.h/conform $? false false > /build/conform/POSIX2008/sys/wait.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/dlfcn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/dlfcn.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/dlfcn.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/dlfcn.h/conform $? false false > /build/conform/POSIX2008/dlfcn.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/iconv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/iconv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/iconv.h/conform $? false false > /build/conform/POSIX2008/iconv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/stat.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/stat.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/stat.h/conform $? false false > /build/conform/POSIX2008/sys/stat.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/mqueue.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/mqueue.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/mqueue.h/conform $? false false > /build/conform/POSIX2008/mqueue.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/mman.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/mman.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/mman.h/conform $? false false > /build/conform/POSIX2008/sys/mman.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/iso646.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/iso646.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/iso646.h/conform $? false false > /build/conform/POSIX2008/iso646.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/complex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/complex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/complex.h/conform $? false false > /build/conform/POSIX2008/complex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/pthread.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/pthread.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/pthread.h/conform $? false false > /build/conform/POSIX/pthread.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/arpa/inet.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/arpa/inet.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/arpa/inet.h/conform $? false false > /build/conform/POSIX2008/arpa/inet.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/tar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/tar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/tar.h/conform $? false false > /build/conform/POSIX2008/tar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/cpio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/cpio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/cpio.h/conform $? false false > /build/conform/POSIX2008/cpio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/net/if.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/net/if.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/net/if.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/net/if.h/conform $? false false > /build/conform/POSIX2008/net/if.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/langinfo.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/langinfo.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/langinfo.h/conform $? false false > /build/conform/POSIX2008/langinfo.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/monetary.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/monetary.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/monetary.h/conform $? false false > /build/conform/POSIX2008/monetary.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/inttypes.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/inttypes.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/inttypes.h/conform $? false false > /build/conform/POSIX2008/inttypes.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/netinet/tcp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/netinet/tcp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/netinet/tcp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/netinet/tcp.h/conform $? false false > /build/conform/POSIX2008/netinet/tcp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/nl_types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/nl_types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/nl_types.h/conform $? false false > /build/conform/POSIX2008/nl_types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/poll.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/poll.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/poll.h/conform $? false false > /build/conform/POSIX2008/poll.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdbool.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/stdbool.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdbool.h/conform $? false false > /build/conform/POSIX2008/stdbool.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/strings.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/strings.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/strings.h/conform $? false false > /build/conform/POSIX2008/strings.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdint.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/stdint.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdint.h/conform $? false false > /build/conform/POSIX2008/stdint.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/statvfs.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/statvfs.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/statvfs.h/conform $? false false > /build/conform/POSIX2008/sys/statvfs.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/un.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/un.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/un.h/conform $? false false > /build/conform/POSIX2008/sys/un.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/netinet/in.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/netinet/in.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/netinet/in.h/conform $? false false > /build/conform/POSIX2008/netinet/in.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/assert.h/conform $? false false > /build/conform/UNIX98/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ctype.h/conform $? false false > /build/conform/UNIX98/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/spawn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/spawn.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/spawn.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/spawn.h/conform $? false false > /build/conform/POSIX2008/spawn.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/select.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/select.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/select.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/select.h/conform $? false false > /build/conform/POSIX2008/sys/select.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/errno.h/conform $? false false > /build/conform/UNIX98/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/float.h/conform $? false false > /build/conform/UNIX98/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/locale.h/conform $? false false > /build/conform/UNIX98/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/netdb.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/netdb.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/netdb.h/conform $? false false > /build/conform/POSIX2008/netdb.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/setjmp.h/conform $? false false > /build/conform/UNIX98/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/stdarg.h/conform $? false false > /build/conform/UNIX98/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/stddef.h/conform $? false false > /build/conform/UNIX98/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/math.h/conform $? false false > /build/conform/UNIX98/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/string.h/conform $? false false > /build/conform/UNIX98/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/stdio.h/conform $? false false > /build/conform/UNIX98/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/dirent.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/dirent.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/dirent.h/conform $? false false > /build/conform/UNIX98/dirent.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/fnmatch.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/fnmatch.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/fnmatch.h/conform $? false false > /build/conform/UNIX98/fnmatch.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/time.h/conform $? false false > /build/conform/UNIX98/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/signal.h/conform $? false false > /build/conform/UNIX98/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/glob.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/glob.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/glob.h/conform $? false false > /build/conform/UNIX98/glob.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/wctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/wctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/wctype.h/conform $? false false > /build/conform/POSIX2008/wctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/grp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/grp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/grp.h/conform $? false false > /build/conform/UNIX98/grp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/socket.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/sys/socket.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/socket.h/conform $? false false > /build/conform/POSIX2008/sys/socket.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/wchar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/wchar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/wchar.h/conform $? false false > /build/conform/POSIX2008/wchar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/fcntl.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/fcntl.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/fcntl.h/conform $? false false > /build/conform/UNIX98/fcntl.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/tgmath.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/tgmath.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/tgmath.h/conform $? false false > /build/conform/POSIX2008/tgmath.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/pwd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/pwd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/pwd.h/conform $? false false > /build/conform/UNIX98/pwd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/aio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/aio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/aio.h/conform $? false false > /build/conform/UNIX98/aio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/regex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/regex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/regex.h/conform $? false false > /build/conform/UNIX98/regex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/stdlib.h/conform $? false false > /build/conform/UNIX98/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/pthread.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/pthread.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/pthread.h/conform $? false false > /build/conform/POSIX2008/pthread.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/mman.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/mman.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/mman.h/conform $? false false > /build/conform/UNIX98/sys/mman.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/times.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/times.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/times.h/conform $? false false > /build/conform/UNIX98/sys/times.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/utsname.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/utsname.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/utsname.h/conform $? false false > /build/conform/UNIX98/sys/utsname.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/unistd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX/unistd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/unistd.h/conform $? false false > /build/conform/POSIX/unistd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/mqueue.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/mqueue.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/mqueue.h/conform $? false false > /build/conform/UNIX98/mqueue.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/types.h/conform $? false false > /build/conform/UNIX98/sys/types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sched.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sched.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sched.h/conform $? false false > /build/conform/UNIX98/sched.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/utime.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/utime.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/utime.h/conform $? false false > /build/conform/UNIX98/utime.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/wordexp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/wordexp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/wordexp.h/conform $? false false > /build/conform/UNIX98/wordexp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/termios.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/termios.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/termios.h/conform $? false false > /build/conform/UNIX98/termios.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/semaphore.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/semaphore.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/semaphore.h/conform $? false false > /build/conform/UNIX98/semaphore.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/dlfcn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/dlfcn.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/dlfcn.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/dlfcn.h/conform $? false false > /build/conform/UNIX98/dlfcn.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/stat.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/stat.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/stat.h/conform $? false false > /build/conform/UNIX98/sys/stat.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/fenv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/fenv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/fenv.h/conform $? false false > /build/conform/POSIX2008/fenv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ndbm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ndbm.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/ndbm.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ndbm.h/conform $? true false > /build/conform/UNIX98/ndbm.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/fmtmsg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/fmtmsg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/fmtmsg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/fmtmsg.h/conform $? false false > /build/conform/UNIX98/fmtmsg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/iconv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/iconv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/iconv.h/conform $? false false > /build/conform/UNIX98/iconv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/limits.h/conform $? false false > /build/conform/UNIX98/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/arpa/inet.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/arpa/inet.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/arpa/inet.h/conform $? false false > /build/conform/UNIX98/arpa/inet.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/wait.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/wait.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/wait.h/conform $? false false > /build/conform/UNIX98/sys/wait.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/libgen.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/libgen.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/libgen.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/libgen.h/conform $? false false > /build/conform/UNIX98/libgen.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/cpio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/cpio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/cpio.h/conform $? false false > /build/conform/UNIX98/cpio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/iso646.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/iso646.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/iso646.h/conform $? false false > /build/conform/UNIX98/iso646.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/monetary.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/monetary.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/monetary.h/conform $? false false > /build/conform/UNIX98/monetary.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/tar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/tar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/tar.h/conform $? false false > /build/conform/UNIX98/tar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/langinfo.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/langinfo.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/langinfo.h/conform $? false false > /build/conform/UNIX98/langinfo.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ftw.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/ftw.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ftw.h/conform $? false false > /build/conform/UNIX98/ftw.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/nl_types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/nl_types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/nl_types.h/conform $? false false > /build/conform/UNIX98/nl_types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/poll.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/poll.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/poll.h/conform $? false false > /build/conform/UNIX98/poll.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/search.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/search.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/search.h/conform $? false false > /build/conform/UNIX98/search.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/strings.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/strings.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/strings.h/conform $? false false > /build/conform/UNIX98/strings.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/ipc.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/ipc.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/ipc.h/conform $? false false > /build/conform/UNIX98/sys/ipc.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/varargs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/varargs.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/varargs.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/varargs.h/conform $? true false > /build/conform/UNIX98/varargs.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/msg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/msg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/msg.h/conform $? false false > /build/conform/UNIX98/sys/msg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/netinet/in.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/netinet/in.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/netinet/in.h/conform $? false false > /build/conform/UNIX98/netinet/in.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/resource.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/resource.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/resource.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/resource.h/conform $? false false > /build/conform/UNIX98/sys/resource.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/statvfs.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/statvfs.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/statvfs.h/conform $? false false > /build/conform/UNIX98/sys/statvfs.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/timeb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/timeb.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/timeb.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/timeb.h/conform $? false false > /build/conform/UNIX98/sys/timeb.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/un.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/un.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/un.h/conform $? false false > /build/conform/UNIX98/sys/un.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/shm.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/shm.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/shm.h/conform $? false false > /build/conform/UNIX98/sys/shm.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/uio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/uio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/uio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/uio.h/conform $? false false > /build/conform/UNIX98/sys/uio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/syslog.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/syslog.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/syslog.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/syslog.h/conform $? false false > /build/conform/UNIX98/syslog.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ulimit.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/ulimit.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ulimit.h/conform $? false false > /build/conform/UNIX98/ulimit.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ucontext.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ucontext.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/ucontext.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ucontext.h/conform $? false false > /build/conform/UNIX98/ucontext.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/time.h/conform $? false false > /build/conform/UNIX98/sys/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/assert.h/conform $? false false > /build/conform/XOPEN2K/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/netdb.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/netdb.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/netdb.h/conform $? false false > /build/conform/UNIX98/netdb.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/sem.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/sem.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/sem.h/conform $? false false > /build/conform/UNIX98/sys/sem.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ctype.h/conform $? false false > /build/conform/XOPEN2K/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/setjmp.h/conform $? false false > /build/conform/XOPEN2K/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/utmpx.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/utmpx.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/utmpx.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/utmpx.h/conform $? false false > /build/conform/UNIX98/utmpx.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/float.h/conform $? false false > /build/conform/XOPEN2K/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stddef.h/conform $? false false > /build/conform/XOPEN2K/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdarg.h/conform $? false false > /build/conform/XOPEN2K/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/locale.h/conform $? false false > /build/conform/XOPEN2K/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/errno.h/conform $? false false > /build/conform/XOPEN2K/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/time.h/conform $? false false > /build/conform/XOPEN2K/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/string.h/conform $? false false > /build/conform/XOPEN2K/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/dirent.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/dirent.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/dirent.h/conform $? false false > /build/conform/XOPEN2K/dirent.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/socket.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/sys/socket.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/socket.h/conform $? false false > /build/conform/UNIX98/sys/socket.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/pthread.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/pthread.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/pthread.h/conform $? false false > /build/conform/UNIX98/pthread.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdio.h/conform $? false false > /build/conform/XOPEN2K/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/signal.h/conform $? false false > /build/conform/XOPEN2K/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/fnmatch.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/fnmatch.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/fnmatch.h/conform $? false false > /build/conform/XOPEN2K/fnmatch.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/glob.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/glob.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/glob.h/conform $? false false > /build/conform/XOPEN2K/glob.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/fcntl.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/fcntl.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/fcntl.h/conform $? false false > /build/conform/XOPEN2K/fcntl.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/grp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/grp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/grp.h/conform $? false false > /build/conform/XOPEN2K/grp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/wctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/wctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/wctype.h/conform $? false false > /build/conform/UNIX98/wctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/math.h/conform $? false false > /build/conform/XOPEN2K/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/wchar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/wchar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/wchar.h/conform $? false false > /build/conform/UNIX98/wchar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/pwd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/pwd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/pwd.h/conform $? false false > /build/conform/XOPEN2K/pwd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/regex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/regex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/regex.h/conform $? false false > /build/conform/XOPEN2K/regex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdlib.h/conform $? false false > /build/conform/XOPEN2K/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/aio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/aio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/aio.h/conform $? false false > /build/conform/XOPEN2K/aio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/utsname.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/utsname.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/utsname.h/conform $? false false > /build/conform/XOPEN2K/sys/utsname.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/times.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/times.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/times.h/conform $? false false > /build/conform/XOPEN2K/sys/times.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/types.h/conform $? false false > /build/conform/XOPEN2K/sys/types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/utime.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/utime.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/utime.h/conform $? false false > /build/conform/XOPEN2K/utime.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/wordexp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/wordexp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/wordexp.h/conform $? false false > /build/conform/XOPEN2K/wordexp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/semaphore.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/semaphore.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/semaphore.h/conform $? false false > /build/conform/XOPEN2K/semaphore.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/termios.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/termios.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/termios.h/conform $? false false > /build/conform/XOPEN2K/termios.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sched.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sched.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sched.h/conform $? false false > /build/conform/XOPEN2K/sched.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/dlfcn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/dlfcn.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/dlfcn.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/dlfcn.h/conform $? false false > /build/conform/XOPEN2K/dlfcn.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/fmtmsg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/fmtmsg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/fmtmsg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/fmtmsg.h/conform $? false false > /build/conform/XOPEN2K/fmtmsg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/complex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/complex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/complex.h/conform $? false false > /build/conform/XOPEN2K/complex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/wait.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/wait.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/wait.h/conform $? false false > /build/conform/XOPEN2K/sys/wait.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/mman.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/mman.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/mman.h/conform $? false false > /build/conform/XOPEN2K/sys/mman.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/cpio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/cpio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/cpio.h/conform $? false false > /build/conform/XOPEN2K/cpio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/iconv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/iconv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/iconv.h/conform $? false false > /build/conform/XOPEN2K/iconv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/stat.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/stat.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/stat.h/conform $? false false > /build/conform/XOPEN2K/sys/stat.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/mqueue.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/mqueue.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/mqueue.h/conform $? false false > /build/conform/XOPEN2K/mqueue.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/tar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/tar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/tar.h/conform $? false false > /build/conform/XOPEN2K/tar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/arpa/inet.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/arpa/inet.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/arpa/inet.h/conform $? false false > /build/conform/XOPEN2K/arpa/inet.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ndbm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ndbm.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/ndbm.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ndbm.h/conform $? true false > /build/conform/XOPEN2K/ndbm.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/iso646.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/iso646.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/iso646.h/conform $? false false > /build/conform/XOPEN2K/iso646.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ftw.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/ftw.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ftw.h/conform $? false false > /build/conform/XOPEN2K/ftw.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/libgen.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/libgen.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/libgen.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/libgen.h/conform $? false false > /build/conform/XOPEN2K/libgen.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/langinfo.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/langinfo.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/langinfo.h/conform $? false false > /build/conform/XOPEN2K/langinfo.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/monetary.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/monetary.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/monetary.h/conform $? false false > /build/conform/XOPEN2K/monetary.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/inttypes.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/inttypes.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/inttypes.h/conform $? false false > /build/conform/XOPEN2K/inttypes.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/net/if.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/net/if.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/net/if.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/net/if.h/conform $? false false > /build/conform/XOPEN2K/net/if.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/netinet/tcp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/netinet/tcp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/netinet/tcp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/netinet/tcp.h/conform $? false false > /build/conform/XOPEN2K/netinet/tcp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdbool.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/stdbool.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdbool.h/conform $? false false > /build/conform/XOPEN2K/stdbool.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/search.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/search.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/search.h/conform $? false false > /build/conform/XOPEN2K/search.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/nl_types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/nl_types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/nl_types.h/conform $? false false > /build/conform/XOPEN2K/nl_types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/poll.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/poll.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/poll.h/conform $? false false > /build/conform/XOPEN2K/poll.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/limits.h/conform $? false false > /build/conform/XOPEN2K/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/strings.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/strings.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/strings.h/conform $? false false > /build/conform/XOPEN2K/strings.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/ipc.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/ipc.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/ipc.h/conform $? false false > /build/conform/XOPEN2K/sys/ipc.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdint.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/stdint.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdint.h/conform $? false false > /build/conform/XOPEN2K/stdint.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/netinet/in.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/netinet/in.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/netinet/in.h/conform $? false false > /build/conform/XOPEN2K/netinet/in.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/msg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/msg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/msg.h/conform $? false false > /build/conform/XOPEN2K/sys/msg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/statvfs.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/statvfs.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/statvfs.h/conform $? false false > /build/conform/XOPEN2K/sys/statvfs.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/spawn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/spawn.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/spawn.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/spawn.h/conform $? false false > /build/conform/XOPEN2K/spawn.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/shm.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/shm.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/shm.h/conform $? false false > /build/conform/XOPEN2K/sys/shm.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/select.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/select.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/select.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/select.h/conform $? false false > /build/conform/XOPEN2K/sys/select.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/resource.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/resource.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/resource.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/resource.h/conform $? false false > /build/conform/XOPEN2K/sys/resource.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/un.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/un.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/un.h/conform $? false false > /build/conform/XOPEN2K/sys/un.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/timeb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/timeb.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/timeb.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/timeb.h/conform $? false false > /build/conform/XOPEN2K/sys/timeb.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/syslog.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/syslog.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/syslog.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/syslog.h/conform $? false false > /build/conform/XOPEN2K/syslog.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/uio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/uio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/uio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/uio.h/conform $? false false > /build/conform/XOPEN2K/sys/uio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/netdb.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/netdb.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/netdb.h/conform $? false false > /build/conform/XOPEN2K/netdb.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ulimit.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/ulimit.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ulimit.h/conform $? false false > /build/conform/XOPEN2K/ulimit.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/sem.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/sem.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/sem.h/conform $? false false > /build/conform/XOPEN2K/sys/sem.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ucontext.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ucontext.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/ucontext.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ucontext.h/conform $? false false > /build/conform/XOPEN2K/ucontext.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/time.h/conform $? false false > /build/conform/XOPEN2K/sys/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/pthread.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/pthread.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/pthread.h/conform $? false false > /build/conform/XOPEN2K/pthread.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/assert.h/conform $? false false > /build/conform/XOPEN2K8/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/ctype.h/conform $? false false > /build/conform/XOPEN2K8/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdarg.h/conform $? false false > /build/conform/XOPEN2K8/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stddef.h/conform $? false false > /build/conform/XOPEN2K8/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/setjmp.h/conform $? false false > /build/conform/XOPEN2K8/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/float.h/conform $? false false > /build/conform/XOPEN2K8/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/locale.h/conform $? false false > /build/conform/XOPEN2K8/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/unistd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/POSIX2008/unistd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/unistd.h/conform $? false false > /build/conform/POSIX2008/unistd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/errno.h/conform $? false false > /build/conform/XOPEN2K8/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/socket.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/sys/socket.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/socket.h/conform $? false false > /build/conform/XOPEN2K/sys/socket.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/utmpx.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/utmpx.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/utmpx.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/utmpx.h/conform $? false false > /build/conform/XOPEN2K/utmpx.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdio.h/conform $? false false > /build/conform/XOPEN2K8/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/string.h/conform $? false false > /build/conform/XOPEN2K8/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/signal.h/conform $? false false > /build/conform/XOPEN2K8/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/time.h/conform $? false false > /build/conform/XOPEN2K8/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/fnmatch.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/fnmatch.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/fnmatch.h/conform $? false false > /build/conform/XOPEN2K8/fnmatch.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/dirent.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/dirent.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/dirent.h/conform $? false false > /build/conform/XOPEN2K8/dirent.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/glob.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/glob.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/glob.h/conform $? false false > /build/conform/XOPEN2K8/glob.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/tgmath.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/tgmath.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/tgmath.h/conform $? false false > /build/conform/XOPEN2K/tgmath.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/grp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/grp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/grp.h/conform $? false false > /build/conform/XOPEN2K8/grp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/fenv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/fenv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/fenv.h/conform $? false false > /build/conform/XOPEN2K/fenv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/math.h/conform $? false false > /build/conform/XOPEN2K8/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/wctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/wctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/wctype.h/conform $? false false > /build/conform/XOPEN2K/wctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/wchar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/wchar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/wchar.h/conform $? false false > /build/conform/XOPEN2K/wchar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/pwd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/pwd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/pwd.h/conform $? false false > /build/conform/XOPEN2K8/pwd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/regex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/regex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/regex.h/conform $? false false > /build/conform/XOPEN2K8/regex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/aio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/aio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/aio.h/conform $? false false > /build/conform/XOPEN2K8/aio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdlib.h/conform $? false false > /build/conform/XOPEN2K8/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/times.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/times.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/times.h/conform $? false false > /build/conform/XOPEN2K8/sys/times.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/fcntl.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/fcntl.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/fcntl.h/conform $? false false > /build/conform/XOPEN2K8/fcntl.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/utsname.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/utsname.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/utsname.h/conform $? false false > /build/conform/XOPEN2K8/sys/utsname.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/semaphore.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/semaphore.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/semaphore.h/conform $? false false > /build/conform/XOPEN2K8/semaphore.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/types.h/conform $? false false > /build/conform/XOPEN2K8/sys/types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/wordexp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/wordexp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/wordexp.h/conform $? false false > /build/conform/XOPEN2K8/wordexp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/utime.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/utime.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/utime.h/conform $? false false > /build/conform/XOPEN2K8/utime.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/termios.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/termios.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/termios.h/conform $? false false > /build/conform/XOPEN2K8/termios.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sched.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sched.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sched.h/conform $? false false > /build/conform/XOPEN2K8/sched.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/dlfcn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/dlfcn.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/dlfcn.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/dlfcn.h/conform $? false false > /build/conform/XOPEN2K8/dlfcn.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/stat.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/stat.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/stat.h/conform $? false false > /build/conform/XOPEN2K8/sys/stat.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/complex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/complex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/complex.h/conform $? false false > /build/conform/XOPEN2K8/complex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/iconv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/iconv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/iconv.h/conform $? false false > /build/conform/XOPEN2K8/iconv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/mqueue.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/mqueue.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/mqueue.h/conform $? false false > /build/conform/XOPEN2K8/mqueue.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/cpio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/cpio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/cpio.h/conform $? false false > /build/conform/XOPEN2K8/cpio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/mman.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/mman.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/mman.h/conform $? false false > /build/conform/XOPEN2K8/sys/mman.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/iso646.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/iso646.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/iso646.h/conform $? false false > /build/conform/XOPEN2K8/iso646.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/wait.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/wait.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/wait.h/conform $? false false > /build/conform/XOPEN2K8/sys/wait.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/monetary.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/monetary.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/monetary.h/conform $? false false > /build/conform/XOPEN2K8/monetary.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/tar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/tar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/tar.h/conform $? false false > /build/conform/XOPEN2K8/tar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/arpa/inet.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/arpa/inet.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/arpa/inet.h/conform $? false false > /build/conform/XOPEN2K8/arpa/inet.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/langinfo.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/langinfo.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/langinfo.h/conform $? false false > /build/conform/XOPEN2K8/langinfo.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/inttypes.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/inttypes.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/inttypes.h/conform $? false false > /build/conform/XOPEN2K8/inttypes.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/net/if.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/net/if.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/net/if.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/net/if.h/conform $? false false > /build/conform/XOPEN2K8/net/if.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/nl_types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/nl_types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/nl_types.h/conform $? false false > /build/conform/XOPEN2K8/nl_types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/netinet/tcp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/netinet/tcp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/netinet/tcp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/netinet/tcp.h/conform $? false false > /build/conform/XOPEN2K8/netinet/tcp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/limits.h/conform $? false false > /build/conform/XOPEN2K8/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdbool.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/stdbool.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdbool.h/conform $? false false > /build/conform/XOPEN2K8/stdbool.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/poll.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/poll.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/poll.h/conform $? false false > /build/conform/XOPEN2K8/poll.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/strings.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/strings.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/strings.h/conform $? false false > /build/conform/XOPEN2K8/strings.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/un.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/un.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/un.h/conform $? false false > /build/conform/XOPEN2K8/sys/un.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/netinet/in.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/netinet/in.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/netinet/in.h/conform $? false false > /build/conform/XOPEN2K8/netinet/in.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/ndbm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/ndbm.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/ndbm.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/ndbm.h/conform $? true false > /build/conform/XOPEN2K8/ndbm.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/statvfs.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/statvfs.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/statvfs.h/conform $? false false > /build/conform/XOPEN2K8/sys/statvfs.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdint.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/stdint.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdint.h/conform $? false false > /build/conform/XOPEN2K8/stdint.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/fmtmsg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/fmtmsg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/fmtmsg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/fmtmsg.h/conform $? false false > /build/conform/XOPEN2K8/fmtmsg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/libgen.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/libgen.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/libgen.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/libgen.h/conform $? false false > /build/conform/XOPEN2K8/libgen.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/select.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/select.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/select.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/select.h/conform $? false false > /build/conform/XOPEN2K8/sys/select.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/spawn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/spawn.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/spawn.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/spawn.h/conform $? false false > /build/conform/XOPEN2K8/spawn.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/search.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/search.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/search.h/conform $? false false > /build/conform/XOPEN2K8/search.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/netdb.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/netdb.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/netdb.h/conform $? false false > /build/conform/XOPEN2K8/netdb.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/ftw.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/ftw.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/ftw.h/conform $? false false > /build/conform/XOPEN2K8/ftw.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/ipc.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/ipc.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/ipc.h/conform $? false false > /build/conform/XOPEN2K8/sys/ipc.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/msg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/msg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/msg.h/conform $? false false > /build/conform/XOPEN2K8/sys/msg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/shm.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/shm.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/shm.h/conform $? false false > /build/conform/XOPEN2K8/sys/shm.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/uio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/uio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/uio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/uio.h/conform $? false false > /build/conform/XOPEN2K8/sys/uio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/syslog.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/syslog.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/syslog.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/syslog.h/conform $? false false > /build/conform/XOPEN2K8/syslog.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/resource.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/resource.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/resource.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/resource.h/conform $? false false > /build/conform/XOPEN2K8/sys/resource.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/assert.h/conform $? false false > /build/conform/XPG4/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/ulimit.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/ulimit.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/ulimit.h/conform $? false false > /build/conform/XOPEN2K8/ulimit.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/time.h/conform $? false false > /build/conform/XOPEN2K8/sys/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/unistd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/UNIX98/unistd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/unistd.h/conform $? false false > /build/conform/UNIX98/unistd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/ctype.h/conform $? false false > /build/conform/XPG4/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/sem.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/sem.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/sem.h/conform $? false false > /build/conform/XOPEN2K8/sys/sem.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/socket.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/sys/socket.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/socket.h/conform $? false false > /build/conform/XOPEN2K8/sys/socket.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/float.h/conform $? false false > /build/conform/XPG4/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/locale.h/conform $? false false > /build/conform/XPG4/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/errno.h/conform $? false false > /build/conform/XPG4/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/wctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/wctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/wctype.h/conform $? false false > /build/conform/XOPEN2K8/wctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/tgmath.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/tgmath.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/tgmath.h/conform $? false false > /build/conform/XOPEN2K8/tgmath.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/wchar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/wchar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/wchar.h/conform $? false false > /build/conform/XOPEN2K8/wchar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/stdarg.h/conform $? false false > /build/conform/XPG4/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/math.h/conform $? false false > /build/conform/XPG4/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/setjmp.h/conform $? false false > /build/conform/XPG4/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/stddef.h/conform $? false false > /build/conform/XPG4/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/pthread.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/pthread.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/pthread.h/conform $? false false > /build/conform/XOPEN2K8/pthread.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/utmpx.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/utmpx.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/utmpx.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/utmpx.h/conform $? false false > /build/conform/XOPEN2K8/utmpx.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/signal.h/conform $? false false > /build/conform/XPG4/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/time.h/conform $? false false > /build/conform/XPG4/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/dirent.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/dirent.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/dirent.h/conform $? false false > /build/conform/XPG4/dirent.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/fnmatch.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/fnmatch.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/fnmatch.h/conform $? false false > /build/conform/XPG4/fnmatch.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/string.h/conform $? false false > /build/conform/XPG4/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/stdio.h/conform $? false false > /build/conform/XPG4/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/cpio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/cpio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/cpio.h/conform $? false false > /build/conform/XPG4/cpio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/fcntl.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/fcntl.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/fcntl.h/conform $? false false > /build/conform/XPG4/fcntl.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/fenv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/fenv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/fenv.h/conform $? false false > /build/conform/XOPEN2K8/fenv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/glob.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/glob.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/glob.h/conform $? false false > /build/conform/XPG4/glob.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/stdlib.h/conform $? false false > /build/conform/XPG4/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/grp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/grp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/grp.h/conform $? false false > /build/conform/XPG4/grp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/iconv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/iconv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/iconv.h/conform $? false false > /build/conform/XPG4/iconv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/ftw.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/ftw.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/ftw.h/conform $? false false > /build/conform/XPG4/ftw.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/nl_types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/nl_types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/nl_types.h/conform $? false false > /build/conform/XPG4/nl_types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/langinfo.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/langinfo.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/langinfo.h/conform $? false false > /build/conform/XPG4/langinfo.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/monetary.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/monetary.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/monetary.h/conform $? false false > /build/conform/XPG4/monetary.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/regex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/regex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/regex.h/conform $? false false > /build/conform/XPG4/regex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/search.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/search.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/search.h/conform $? false false > /build/conform/XPG4/search.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/pwd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/pwd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/pwd.h/conform $? false false > /build/conform/XPG4/pwd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/ipc.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/sys/ipc.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/ipc.h/conform $? false false > /build/conform/XPG4/sys/ipc.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/msg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/sys/msg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/msg.h/conform $? false false > /build/conform/XPG4/sys/msg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/times.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/sys/times.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/times.h/conform $? false false > /build/conform/XPG4/sys/times.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/shm.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/sys/shm.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/shm.h/conform $? false false > /build/conform/XPG4/sys/shm.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/varargs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/varargs.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/varargs.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/varargs.h/conform $? true false > /build/conform/XPG4/varargs.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/wait.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/sys/wait.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/wait.h/conform $? false false > /build/conform/XPG4/sys/wait.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/utsname.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/sys/utsname.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/utsname.h/conform $? false false > /build/conform/XPG4/sys/utsname.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/sys/types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/types.h/conform $? false false > /build/conform/XPG4/sys/types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/ulimit.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/ulimit.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/ulimit.h/conform $? false false > /build/conform/XPG4/ulimit.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/termios.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/termios.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/termios.h/conform $? false false > /build/conform/XPG4/termios.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/utime.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/utime.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/utime.h/conform $? false false > /build/conform/XPG4/utime.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/sem.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/sys/sem.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/sem.h/conform $? false false > /build/conform/XPG4/sys/sem.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/wordexp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/wordexp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/wordexp.h/conform $? false false > /build/conform/XPG4/wordexp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/stat.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/sys/stat.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/stat.h/conform $? false false > /build/conform/XPG4/sys/stat.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/assert.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/assert.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/assert.h/conform $? false false > /build/conform/XPG42/assert.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ctype.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/ctype.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ctype.h/conform $? false false > /build/conform/XPG42/ctype.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/limits.h/conform $? false false > /build/conform/XPG4/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/float.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/float.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/float.h/conform $? false false > /build/conform/XPG42/float.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/locale.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/locale.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/locale.h/conform $? false false > /build/conform/XPG42/locale.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/setjmp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/setjmp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/setjmp.h/conform $? false false > /build/conform/XPG42/setjmp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/errno.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/errno.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/errno.h/conform $? false false > /build/conform/XPG42/errno.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/stdarg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/stdarg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/stdarg.h/conform $? false false > /build/conform/XPG42/stdarg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/stddef.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/stddef.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/stddef.h/conform $? false false > /build/conform/XPG42/stddef.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/math.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/math.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/math.h/conform $? false false > /build/conform/XPG42/math.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/tar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/tar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/tar.h/conform $? false false > /build/conform/XPG4/tar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/fnmatch.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/fnmatch.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/fnmatch.h/conform $? false false > /build/conform/XPG42/fnmatch.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/string.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/string.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/string.h/conform $? false false > /build/conform/XPG42/string.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/dirent.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/dirent.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/dirent.h/conform $? false false > /build/conform/XPG42/dirent.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/time.h/conform $? false false > /build/conform/XPG42/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/stdio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/stdio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/stdio.h/conform $? false false > /build/conform/XPG42/stdio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/signal.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/signal.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/signal.h/conform $? false false > /build/conform/XPG42/signal.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ftw.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/ftw.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ftw.h/conform $? false false > /build/conform/XPG42/ftw.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/glob.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/glob.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/glob.h/conform $? false false > /build/conform/XPG42/glob.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/fcntl.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/fcntl.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/fcntl.h/conform $? false false > /build/conform/XPG42/fcntl.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/cpio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/cpio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/cpio.h/conform $? false false > /build/conform/XPG42/cpio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/iconv.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/iconv.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/iconv.h/conform $? false false > /build/conform/XPG42/iconv.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/grp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/grp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/grp.h/conform $? false false > /build/conform/XPG42/grp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/monetary.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/monetary.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/monetary.h/conform $? false false > /build/conform/XPG42/monetary.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/nl_types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/nl_types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/nl_types.h/conform $? false false > /build/conform/XPG42/nl_types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/pwd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/pwd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/pwd.h/conform $? false false > /build/conform/XPG42/pwd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/langinfo.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/langinfo.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/langinfo.h/conform $? false false > /build/conform/XPG42/langinfo.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/search.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/search.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/search.h/conform $? false false > /build/conform/XPG42/search.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/ipc.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/ipc.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/ipc.h/conform $? false false > /build/conform/XPG42/sys/ipc.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/regex.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/regex.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/regex.h/conform $? false false > /build/conform/XPG42/regex.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/stdlib.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/stdlib.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/stdlib.h/conform $? false false > /build/conform/XPG42/stdlib.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/shm.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/shm.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/shm.h/conform $? false false > /build/conform/XPG42/sys/shm.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/varargs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/varargs.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/varargs.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/varargs.h/conform $? true false > /build/conform/XPG42/varargs.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/times.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/times.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/times.h/conform $? false false > /build/conform/XPG42/sys/times.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/types.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/types.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/types.h/conform $? false false > /build/conform/XPG42/sys/types.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/utsname.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/utsname.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/utsname.h/conform $? false false > /build/conform/XPG42/sys/utsname.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/msg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/msg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/msg.h/conform $? false false > /build/conform/XPG42/sys/msg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ndbm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ndbm.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/ndbm.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ndbm.h/conform $? true false > /build/conform/XPG42/ndbm.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/termios.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/termios.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/termios.h/conform $? false false > /build/conform/XPG42/termios.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ulimit.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/ulimit.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ulimit.h/conform $? false false > /build/conform/XPG42/ulimit.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/wordexp.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/wordexp.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/wordexp.h/conform $? false false > /build/conform/XPG42/wordexp.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/utime.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/utime.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/utime.h/conform $? false false > /build/conform/XPG42/utime.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/fmtmsg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/fmtmsg.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/fmtmsg.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/fmtmsg.h/conform $? false false > /build/conform/XPG42/fmtmsg.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/sem.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/sem.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/sem.h/conform $? false false > /build/conform/XPG42/sys/sem.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/libgen.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/libgen.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/libgen.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/libgen.h/conform $? false false > /build/conform/XPG42/libgen.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/unistd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K/unistd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/unistd.h/conform $? false false > /build/conform/XOPEN2K/unistd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/wait.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/wait.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/wait.h/conform $? false false > /build/conform/XPG42/sys/wait.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/strings.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/strings.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/strings.h/conform $? false false > /build/conform/XPG42/strings.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/poll.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/poll.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/poll.h/conform $? false false > /build/conform/XPG42/poll.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/tar.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/tar.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/tar.h/conform $? false false > /build/conform/XPG42/tar.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/arpa/inet.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/arpa/inet.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/arpa/inet.h/conform $? false false > /build/conform/XPG42/arpa/inet.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/timeb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/timeb.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/timeb.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/timeb.h/conform $? false false > /build/conform/XPG42/sys/timeb.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/mman.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/mman.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/mman.h/conform $? false false > /build/conform/XPG42/sys/mman.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/statvfs.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/statvfs.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/statvfs.h/conform $? false false > /build/conform/XPG42/sys/statvfs.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/stat.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/stat.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/stat.h/conform $? false false > /build/conform/XPG42/sys/stat.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/limits.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/limits.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/limits.h/conform $? false false > /build/conform/XPG42/limits.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/resource.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/resource.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/resource.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/resource.h/conform $? false false > /build/conform/XPG42/sys/resource.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/un.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/un.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/un.h/conform $? false false > /build/conform/XPG42/sys/un.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/time.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/time.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/time.h/conform $? false false > /build/conform/XPG42/sys/time.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ucontext.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ucontext.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/ucontext.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ucontext.h/conform $? false false > /build/conform/XPG42/ucontext.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/syslog.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/syslog.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/syslog.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/syslog.h/conform $? false false > /build/conform/XPG42/syslog.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/uio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/uio.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/uio.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/uio.h/conform $? false false > /build/conform/XPG42/sys/uio.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/netinet/in.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/netinet/in.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/netinet/in.h/conform $? false false > /build/conform/XPG42/netinet/in.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/netdb.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/netdb.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/netdb.h/conform $? false false > /build/conform/XPG42/netdb.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a > /build/conform/symlist-stdlibs-ISO; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-ISO $? false false > /build/conform/symlist-stdlibs-ISO.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/utmpx.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/utmpx.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/utmpx.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/utmpx.h/conform $? false false > /build/conform/XPG42/utmpx.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a > /build/conform/symlist-stdlibs-ISO11; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-ISO11 $? false false > /build/conform/symlist-stdlibs-ISO11.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a > /build/conform/symlist-stdlibs-ISO99; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-ISO99 $? false false > /build/conform/symlist-stdlibs-ISO99.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a /build/rt/librt.a > /build/conform/symlist-stdlibs-POSIX; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-POSIX $? false false > /build/conform/symlist-stdlibs-POSIX.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a /build/rt/librt.a /build/dlfcn/libdl.a > /build/conform/symlist-stdlibs-POSIX2008; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-POSIX2008 $? false false > /build/conform/symlist-stdlibs-POSIX2008.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a /build/rt/librt.a /build/dlfcn/libdl.a > /build/conform/symlist-stdlibs-UNIX98; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-UNIX98 $? false false > /build/conform/symlist-stdlibs-UNIX98.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a /build/rt/librt.a /build/dlfcn/libdl.a > /build/conform/symlist-stdlibs-XOPEN2K; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-XOPEN2K $? false false > /build/conform/symlist-stdlibs-XOPEN2K.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/socket.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/sys/socket.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/socket.h/conform $? false false > /build/conform/XPG42/sys/socket.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a /build/rt/librt.a /build/dlfcn/libdl.a > /build/conform/symlist-stdlibs-XOPEN2K8; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-XOPEN2K8 $? false false > /build/conform/symlist-stdlibs-XOPEN2K8.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a > /build/conform/symlist-stdlibs-XPG4; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-XPG4 $? false false > /build/conform/symlist-stdlibs-XPG4.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' LC_ALL=C readelf -W -s /build/libc.a /build/math/libm.a > /build/conform/symlist-stdlibs-XPG42; \ ../scripts/evaluate-test.sh conform/symlist-stdlibs-XPG42 $? false false > /build/conform/symlist-stdlibs-XPG42.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=ISO --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h" \ > /build/conform/symlist-ISO 2> /build/conform/symlist-ISO.err; \ ../scripts/evaluate-test.sh conform/symlist-ISO $? false false > /build/conform/symlist-ISO.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=ISO99 --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h complex.h fenv.h inttypes.h iso646.h stdbool.h stdint.h tgmath.h wchar.h wctype.h" \ > /build/conform/symlist-ISO99 2> /build/conform/symlist-ISO99.err; \ ../scripts/evaluate-test.sh conform/symlist-ISO99 $? false false > /build/conform/symlist-ISO99.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/unistd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XOPEN2K8/unistd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/unistd.h/conform $? false false > /build/conform/XOPEN2K8/unistd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=ISO11 --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h complex.h fenv.h inttypes.h iso646.h stdbool.h stdint.h tgmath.h wchar.h wctype.h stdalign.h stdnoreturn.h threads.h uchar.h" \ > /build/conform/symlist-ISO11 2> /build/conform/symlist-ISO11.err; \ ../scripts/evaluate-test.sh conform/symlist-ISO11 $? false false > /build/conform/symlist-ISO11.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=POSIX --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h" \ > /build/conform/symlist-POSIX 2> /build/conform/symlist-POSIX.err; \ ../scripts/evaluate-test.sh conform/symlist-POSIX $? false false > /build/conform/symlist-POSIX.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=XPG4 --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h cpio.h dirent.h fcntl.h fnmatch.h ftw.h glob.h grp.h iconv.h langinfo.h monetary.h nl_types.h pwd.h regex.h search.h sys/ipc.h sys/msg.h sys/sem.h sys/shm.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h ulimit.h unistd.h utime.h varargs.h wordexp.h" \ > /build/conform/symlist-XPG4 2> /build/conform/symlist-XPG4.err; \ ../scripts/evaluate-test.sh conform/symlist-XPG4 $? false false > /build/conform/symlist-XPG4.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/unistd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG4/unistd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/unistd.h/conform $? false false > /build/conform/XPG4/unistd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=XPG42 --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h cpio.h dirent.h fcntl.h fnmatch.h ftw.h glob.h grp.h iconv.h langinfo.h monetary.h nl_types.h pwd.h regex.h search.h sys/ipc.h sys/msg.h sys/sem.h sys/shm.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h ulimit.h unistd.h utime.h varargs.h wordexp.h arpa/inet.h fmtmsg.h libgen.h ndbm.h netdb.h netinet/in.h poll.h strings.h sys/mman.h sys/resource.h sys/socket.h sys/statvfs.h sys/time.h sys/timeb.h sys/uio.h sys/un.h syslog.h ucontext.h utmpx.h" \ > /build/conform/symlist-XPG42 2> /build/conform/symlist-XPG42.err; \ ../scripts/evaluate-test.sh conform/symlist-XPG42 $? false false > /build/conform/symlist-XPG42.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=POSIX2008 --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h arpa/inet.h complex.h cpio.h dlfcn.h fenv.h iconv.h inttypes.h iso646.h langinfo.h monetary.h net/if.h netdb.h netinet/in.h netinet/tcp.h nl_types.h poll.h spawn.h stdbool.h stdint.h strings.h sys/select.h sys/socket.h sys/statvfs.h sys/un.h tgmath.h wchar.h wctype.h" \ > /build/conform/symlist-POSIX2008 2> /build/conform/symlist-POSIX2008.err; \ ../scripts/evaluate-test.sh conform/symlist-POSIX2008 $? false false > /build/conform/symlist-POSIX2008.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/unistd.h; \ python3 -B conformtest.py --cc='gcc -m32 -fPIE' \ --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --ldflags='-pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` -Wl,-dynamic-linker=/lib/ld-linux.so.2' \ --libs='-Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o' \ --run-program-prefix=' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ --standard=$std --header=$hdr \ \ > /build/conform/XPG42/unistd.h/conform.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/unistd.h/conform $? false false > /build/conform/XPG42/unistd.h/conform.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=UNIX98 --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h arpa/inet.h cpio.h dlfcn.h fmtmsg.h ftw.h iconv.h iso646.h langinfo.h libgen.h monetary.h ndbm.h netdb.h netinet/in.h nl_types.h poll.h search.h strings.h sys/ipc.h sys/msg.h sys/resource.h sys/sem.h sys/shm.h sys/socket.h sys/statvfs.h sys/time.h sys/timeb.h sys/uio.h sys/un.h syslog.h ucontext.h ulimit.h utmpx.h varargs.h wchar.h wctype.h" \ > /build/conform/symlist-UNIX98 2> /build/conform/symlist-UNIX98.err; \ ../scripts/evaluate-test.sh conform/symlist-UNIX98 $? false false > /build/conform/symlist-UNIX98.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=XOPEN2K8 --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h arpa/inet.h complex.h cpio.h dlfcn.h fenv.h iconv.h inttypes.h iso646.h langinfo.h monetary.h net/if.h netdb.h netinet/in.h netinet/tcp.h nl_types.h poll.h spawn.h stdbool.h stdint.h strings.h sys/select.h sys/socket.h sys/statvfs.h sys/un.h tgmath.h wchar.h wctype.h fmtmsg.h ftw.h libgen.h ndbm.h search.h sys/ipc.h sys/msg.h sys/resource.h sys/sem.h sys/shm.h sys/time.h sys/uio.h syslog.h ulimit.h utmpx.h" \ > /build/conform/symlist-XOPEN2K8 2> /build/conform/symlist-XOPEN2K8.err; \ ../scripts/evaluate-test.sh conform/symlist-XOPEN2K8 $? false false > /build/conform/symlist-XOPEN2K8.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' python3 -B list-header-symbols.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=XOPEN2K --headers="assert.h ctype.h errno.h float.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h aio.h dirent.h fcntl.h fnmatch.h glob.h grp.h mqueue.h pthread.h pwd.h regex.h sched.h semaphore.h sys/mman.h sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h tar.h termios.h unistd.h utime.h wordexp.h arpa/inet.h complex.h cpio.h dlfcn.h fenv.h fmtmsg.h ftw.h iconv.h inttypes.h iso646.h langinfo.h libgen.h monetary.h ndbm.h net/if.h netdb.h netinet/in.h netinet/tcp.h nl_types.h poll.h search.h spawn.h stdbool.h stdint.h strings.h sys/ipc.h sys/msg.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/socket.h sys/statvfs.h sys/time.h sys/timeb.h sys/uio.h sys/un.h syslog.h tgmath.h ucontext.h ulimit.h utmpx.h wchar.h wctype.h" \ > /build/conform/symlist-XOPEN2K 2> /build/conform/symlist-XOPEN2K.err; \ ../scripts/evaluate-test.sh conform/symlist-XOPEN2K $? false false > /build/conform/symlist-XOPEN2K.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/limits.h/linknamespace $? false false > /build/conform/ISO/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/stdarg.h/linknamespace $? false false > /build/conform/ISO/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/errno.h/linknamespace $? false false > /build/conform/ISO/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/ctype.h/linknamespace $? false false > /build/conform/ISO/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/setjmp.h/linknamespace $? false false > /build/conform/ISO/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/assert.h/linknamespace $? false false > /build/conform/ISO/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/float.h/linknamespace $? false false > /build/conform/ISO/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/locale.h/linknamespace $? false false > /build/conform/ISO/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/signal.h/linknamespace $? false false > /build/conform/ISO/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/ctype.h/linknamespace $? false false > /build/conform/ISO11/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/limits.h/linknamespace $? false false > /build/conform/ISO11/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/assert.h/linknamespace $? false false > /build/conform/ISO11/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/errno.h/linknamespace $? false false > /build/conform/ISO11/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/locale.h/linknamespace $? false false > /build/conform/ISO11/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/setjmp.h/linknamespace $? false false > /build/conform/ISO11/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/stddef.h/linknamespace $? false false > /build/conform/ISO/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/signal.h/linknamespace $? false false > /build/conform/ISO11/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/math.h/linknamespace $? false false > /build/conform/ISO/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/string.h/linknamespace $? false false > /build/conform/ISO/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/stdio.h/linknamespace $? false false > /build/conform/ISO/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/stdlib.h/linknamespace $? false false > /build/conform/ISO/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/float.h/linknamespace $? false false > /build/conform/ISO11/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO/time.h/linknamespace $? false false > /build/conform/ISO/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/math.h/linknamespace $? false false > /build/conform/ISO11/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stddef.h/linknamespace $? false false > /build/conform/ISO11/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdarg.h/linknamespace $? false false > /build/conform/ISO11/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdio.h/linknamespace $? false false > /build/conform/ISO11/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/iso646.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/iso646.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/iso646.h/linknamespace $? false false > /build/conform/ISO11/iso646.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdnoreturn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdnoreturn.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/stdnoreturn.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdnoreturn.h/linknamespace $? false false > /build/conform/ISO11/stdnoreturn.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/fenv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/fenv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/fenv.h/linknamespace $? false false > /build/conform/ISO11/fenv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdlib.h/linknamespace $? false false > /build/conform/ISO11/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/string.h/linknamespace $? false false > /build/conform/ISO11/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/time.h/linknamespace $? false false > /build/conform/ISO11/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/uchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/uchar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/uchar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/uchar.h/linknamespace $? false false > /build/conform/ISO11/uchar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/wctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/wctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/wctype.h/linknamespace $? false false > /build/conform/ISO11/wctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/assert.h/linknamespace $? false false > /build/conform/ISO99/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdbool.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/stdbool.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdbool.h/linknamespace $? false false > /build/conform/ISO11/stdbool.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/ctype.h/linknamespace $? false false > /build/conform/ISO99/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdalign.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdalign.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/stdalign.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdalign.h/linknamespace $? false false > /build/conform/ISO11/stdalign.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/float.h/linknamespace $? false false > /build/conform/ISO99/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/stdint.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/stdint.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/stdint.h/linknamespace $? false false > /build/conform/ISO11/stdint.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/inttypes.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/inttypes.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/inttypes.h/linknamespace $? false false > /build/conform/ISO11/inttypes.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/errno.h/linknamespace $? false false > /build/conform/ISO99/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/wchar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/wchar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/wchar.h/linknamespace $? false false > /build/conform/ISO11/wchar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/complex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/complex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/complex.h/linknamespace $? false false > /build/conform/ISO11/complex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/threads.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/threads.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/threads.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/threads.h/linknamespace $? false false > /build/conform/ISO11/threads.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/limits.h/linknamespace $? false false > /build/conform/ISO99/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO11/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO11/tgmath.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO11/tgmath.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO11/tgmath.h/linknamespace $? false false > /build/conform/ISO11/tgmath.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/locale.h/linknamespace $? false false > /build/conform/ISO99/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/setjmp.h/linknamespace $? false false > /build/conform/ISO99/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stddef.h/linknamespace $? false false > /build/conform/ISO99/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/math.h/linknamespace $? false false > /build/conform/ISO99/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/iso646.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/iso646.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/iso646.h/linknamespace $? false false > /build/conform/ISO99/iso646.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdarg.h/linknamespace $? false false > /build/conform/ISO99/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/signal.h/linknamespace $? false false > /build/conform/ISO99/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/fenv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/fenv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/fenv.h/linknamespace $? false false > /build/conform/ISO99/fenv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdbool.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/stdbool.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdbool.h/linknamespace $? false false > /build/conform/ISO99/stdbool.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/time.h/linknamespace $? false false > /build/conform/ISO99/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdio.h/linknamespace $? false false > /build/conform/ISO99/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdlib.h/linknamespace $? false false > /build/conform/ISO99/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/string.h/linknamespace $? false false > /build/conform/ISO99/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/inttypes.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/inttypes.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/inttypes.h/linknamespace $? false false > /build/conform/ISO99/inttypes.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/wctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/wctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/wctype.h/linknamespace $? false false > /build/conform/ISO99/wctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/assert.h/linknamespace $? false false > /build/conform/POSIX/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/errno.h/linknamespace $? false false > /build/conform/POSIX/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/float.h/linknamespace $? false false > /build/conform/POSIX/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/complex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/complex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/complex.h/linknamespace $? false false > /build/conform/ISO99/complex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/ctype.h/linknamespace $? false false > /build/conform/POSIX/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/wchar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/wchar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/wchar.h/linknamespace $? false false > /build/conform/ISO99/wchar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/stdint.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/stdint.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/stdint.h/linknamespace $? false false > /build/conform/ISO99/stdint.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/limits.h/linknamespace $? false false > /build/conform/POSIX/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=ISO99/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/ISO99/tgmath.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/ISO99/tgmath.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/ISO99/tgmath.h/linknamespace $? false false > /build/conform/ISO99/tgmath.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/locale.h/linknamespace $? false false > /build/conform/POSIX/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/setjmp.h/linknamespace $? false false > /build/conform/POSIX/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/math.h/linknamespace $? false false > /build/conform/POSIX/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/stdarg.h/linknamespace $? false false > /build/conform/POSIX/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/stdlib.h/linknamespace $? false false > /build/conform/POSIX/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/signal.h/linknamespace $? false false > /build/conform/POSIX/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/stddef.h/linknamespace $? false false > /build/conform/POSIX/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/glob.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/glob.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/glob.h/linknamespace $? false false > /build/conform/POSIX/glob.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/time.h/linknamespace $? false false > /build/conform/POSIX/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/string.h/linknamespace $? false false > /build/conform/POSIX/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/dirent.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/dirent.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/dirent.h/linknamespace $? false false > /build/conform/POSIX/dirent.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/stdio.h/linknamespace $? false false > /build/conform/POSIX/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/fnmatch.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/fnmatch.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/fnmatch.h/linknamespace $? false false > /build/conform/POSIX/fnmatch.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/aio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/aio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/aio.h/linknamespace $? false false > /build/conform/POSIX/aio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/regex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/regex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/regex.h/linknamespace $? false false > /build/conform/POSIX/regex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/mqueue.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/mqueue.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/mqueue.h/linknamespace $? false false > /build/conform/POSIX/mqueue.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/pwd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/pwd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/pwd.h/linknamespace $? false false > /build/conform/POSIX/pwd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/stat.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/sys/stat.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/stat.h/linknamespace $? false false > /build/conform/POSIX/sys/stat.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/fcntl.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/fcntl.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/fcntl.h/linknamespace $? false false > /build/conform/POSIX/fcntl.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/grp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/grp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/grp.h/linknamespace $? false false > /build/conform/POSIX/grp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/semaphore.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/semaphore.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/semaphore.h/linknamespace $? false false > /build/conform/POSIX/semaphore.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/pthread.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/pthread.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/pthread.h/linknamespace $? false false > /build/conform/POSIX/pthread.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sched.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/sched.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sched.h/linknamespace $? false false > /build/conform/POSIX/sched.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/mman.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/sys/mman.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/mman.h/linknamespace $? false false > /build/conform/POSIX/sys/mman.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/times.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/sys/times.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/times.h/linknamespace $? false false > /build/conform/POSIX/sys/times.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/wait.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/sys/wait.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/wait.h/linknamespace $? false false > /build/conform/POSIX/sys/wait.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/utsname.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/sys/utsname.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/utsname.h/linknamespace $? false false > /build/conform/POSIX/sys/utsname.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/tar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/tar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/tar.h/linknamespace $? false false > /build/conform/POSIX/tar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/sys/types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/sys/types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/sys/types.h/linknamespace $? false false > /build/conform/POSIX/sys/types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/termios.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/termios.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/termios.h/linknamespace $? false false > /build/conform/POSIX/termios.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/utime.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/utime.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/utime.h/linknamespace $? false false > /build/conform/POSIX/utime.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/float.h/linknamespace $? false false > /build/conform/POSIX2008/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdarg.h/linknamespace $? false false > /build/conform/POSIX2008/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/unistd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/unistd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/unistd.h/linknamespace $? false false > /build/conform/POSIX/unistd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/assert.h/linknamespace $? false false > /build/conform/POSIX2008/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/ctype.h/linknamespace $? false false > /build/conform/POSIX2008/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/errno.h/linknamespace $? false false > /build/conform/POSIX2008/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/limits.h/linknamespace $? false false > /build/conform/POSIX2008/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX/wordexp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX/wordexp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX/wordexp.h/linknamespace $? false false > /build/conform/POSIX/wordexp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stddef.h/linknamespace $? false false > /build/conform/POSIX2008/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/setjmp.h/linknamespace $? false false > /build/conform/POSIX2008/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/string.h/linknamespace $? false false > /build/conform/POSIX2008/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/locale.h/linknamespace $? false false > /build/conform/POSIX2008/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/aio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/aio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/aio.h/linknamespace $? false false > /build/conform/POSIX2008/aio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/time.h/linknamespace $? false false > /build/conform/POSIX2008/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdlib.h/linknamespace $? false false > /build/conform/POSIX2008/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/signal.h/linknamespace $? false false > /build/conform/POSIX2008/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdio.h/linknamespace $? false false > /build/conform/POSIX2008/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/dirent.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/dirent.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/dirent.h/linknamespace $? false false > /build/conform/POSIX2008/dirent.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/math.h/linknamespace $? false false > /build/conform/POSIX2008/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/fcntl.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/fcntl.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/fcntl.h/linknamespace $? false false > /build/conform/POSIX2008/fcntl.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/fnmatch.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/fnmatch.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/fnmatch.h/linknamespace $? false false > /build/conform/POSIX2008/fnmatch.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/glob.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/glob.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/glob.h/linknamespace $? false false > /build/conform/POSIX2008/glob.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/grp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/grp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/grp.h/linknamespace $? false false > /build/conform/POSIX2008/grp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/mqueue.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/mqueue.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/mqueue.h/linknamespace $? false false > /build/conform/POSIX2008/mqueue.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/times.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/times.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/times.h/linknamespace $? false false > /build/conform/POSIX2008/sys/times.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/semaphore.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/semaphore.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/semaphore.h/linknamespace $? false false > /build/conform/POSIX2008/semaphore.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/pwd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/pwd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/pwd.h/linknamespace $? false false > /build/conform/POSIX2008/pwd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/mman.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/mman.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/mman.h/linknamespace $? false false > /build/conform/POSIX2008/sys/mman.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/tar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/tar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/tar.h/linknamespace $? false false > /build/conform/POSIX2008/tar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/types.h/linknamespace $? false false > /build/conform/POSIX2008/sys/types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sched.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sched.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sched.h/linknamespace $? false false > /build/conform/POSIX2008/sched.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/stat.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/stat.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/stat.h/linknamespace $? false false > /build/conform/POSIX2008/sys/stat.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/regex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/regex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/regex.h/linknamespace $? false false > /build/conform/POSIX2008/regex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/wait.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/wait.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/wait.h/linknamespace $? false false > /build/conform/POSIX2008/sys/wait.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/utsname.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/utsname.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/utsname.h/linknamespace $? false false > /build/conform/POSIX2008/sys/utsname.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/termios.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/termios.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/termios.h/linknamespace $? false false > /build/conform/POSIX2008/termios.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/pthread.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/pthread.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/pthread.h/linknamespace $? false false > /build/conform/POSIX2008/pthread.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/wordexp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/wordexp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/wordexp.h/linknamespace $? false false > /build/conform/POSIX2008/wordexp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/utime.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/utime.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/utime.h/linknamespace $? false false > /build/conform/POSIX2008/utime.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/complex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/complex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/complex.h/linknamespace $? false false > /build/conform/POSIX2008/complex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/unistd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/unistd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/unistd.h/linknamespace $? false false > /build/conform/POSIX2008/unistd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/cpio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/cpio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/cpio.h/linknamespace $? false false > /build/conform/POSIX2008/cpio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/dlfcn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/dlfcn.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/dlfcn.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/dlfcn.h/linknamespace $? false false > /build/conform/POSIX2008/dlfcn.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/arpa/inet.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/arpa/inet.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/arpa/inet.h/linknamespace $? false false > /build/conform/POSIX2008/arpa/inet.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/fenv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/fenv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/fenv.h/linknamespace $? false false > /build/conform/POSIX2008/fenv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/iconv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/iconv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/iconv.h/linknamespace $? false false > /build/conform/POSIX2008/iconv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/iso646.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/iso646.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/iso646.h/linknamespace $? false false > /build/conform/POSIX2008/iso646.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/inttypes.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/inttypes.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/inttypes.h/linknamespace $? false false > /build/conform/POSIX2008/inttypes.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/net/if.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/net/if.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/net/if.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/net/if.h/linknamespace $? false false > /build/conform/POSIX2008/net/if.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/langinfo.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/langinfo.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/langinfo.h/linknamespace $? false false > /build/conform/POSIX2008/langinfo.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/nl_types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/nl_types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/nl_types.h/linknamespace $? false false > /build/conform/POSIX2008/nl_types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/monetary.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/monetary.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/monetary.h/linknamespace $? false false > /build/conform/POSIX2008/monetary.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/netinet/tcp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/netinet/tcp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/netinet/tcp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/netinet/tcp.h/linknamespace $? false false > /build/conform/POSIX2008/netinet/tcp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdbool.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/stdbool.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdbool.h/linknamespace $? false false > /build/conform/POSIX2008/stdbool.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/netinet/in.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/netinet/in.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/netinet/in.h/linknamespace $? false false > /build/conform/POSIX2008/netinet/in.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/stdint.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/stdint.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/stdint.h/linknamespace $? false false > /build/conform/POSIX2008/stdint.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/select.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/select.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/select.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/select.h/linknamespace $? false false > /build/conform/POSIX2008/sys/select.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/poll.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/poll.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/poll.h/linknamespace $? false false > /build/conform/POSIX2008/poll.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/statvfs.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/statvfs.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/statvfs.h/linknamespace $? false false > /build/conform/POSIX2008/sys/statvfs.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/netdb.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/netdb.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/netdb.h/linknamespace $? false false > /build/conform/POSIX2008/netdb.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/un.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/un.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/un.h/linknamespace $? false false > /build/conform/POSIX2008/sys/un.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ctype.h/linknamespace $? false false > /build/conform/UNIX98/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/sys/socket.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/sys/socket.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/sys/socket.h/linknamespace $? false false > /build/conform/POSIX2008/sys/socket.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/strings.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/strings.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/strings.h/linknamespace $? false false > /build/conform/POSIX2008/strings.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/wchar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/wchar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/wchar.h/linknamespace $? false false > /build/conform/POSIX2008/wchar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/assert.h/linknamespace $? false false > /build/conform/UNIX98/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/wctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/wctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/wctype.h/linknamespace $? false false > /build/conform/POSIX2008/wctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/spawn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/spawn.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/spawn.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/spawn.h/linknamespace $? false false > /build/conform/POSIX2008/spawn.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/float.h/linknamespace $? false false > /build/conform/UNIX98/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/errno.h/linknamespace $? false false > /build/conform/UNIX98/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=POSIX2008/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/POSIX2008/tgmath.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/POSIX2008/tgmath.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/POSIX2008/tgmath.h/linknamespace $? false false > /build/conform/POSIX2008/tgmath.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/limits.h/linknamespace $? false false > /build/conform/UNIX98/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/locale.h/linknamespace $? false false > /build/conform/UNIX98/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/math.h/linknamespace $? false false > /build/conform/UNIX98/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/stdarg.h/linknamespace $? false false > /build/conform/UNIX98/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/setjmp.h/linknamespace $? false false > /build/conform/UNIX98/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/stddef.h/linknamespace $? false false > /build/conform/UNIX98/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/signal.h/linknamespace $? false false > /build/conform/UNIX98/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/stdlib.h/linknamespace $? false false > /build/conform/UNIX98/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/dirent.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/dirent.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/dirent.h/linknamespace $? false false > /build/conform/UNIX98/dirent.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/fnmatch.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/fnmatch.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/fnmatch.h/linknamespace $? false false > /build/conform/UNIX98/fnmatch.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/string.h/linknamespace $? false false > /build/conform/UNIX98/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/time.h/linknamespace $? false false > /build/conform/UNIX98/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/aio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/aio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/aio.h/linknamespace $? false false > /build/conform/UNIX98/aio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/fcntl.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/fcntl.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/fcntl.h/linknamespace $? false false > /build/conform/UNIX98/fcntl.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/stdio.h/linknamespace $? false false > /build/conform/UNIX98/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/grp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/grp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/grp.h/linknamespace $? false false > /build/conform/UNIX98/grp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sched.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sched.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sched.h/linknamespace $? false false > /build/conform/UNIX98/sched.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/regex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/regex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/regex.h/linknamespace $? false false > /build/conform/UNIX98/regex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/pwd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/pwd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/pwd.h/linknamespace $? false false > /build/conform/UNIX98/pwd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/glob.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/glob.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/glob.h/linknamespace $? false false > /build/conform/UNIX98/glob.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/mqueue.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/mqueue.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/mqueue.h/linknamespace $? false false > /build/conform/UNIX98/mqueue.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/semaphore.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/semaphore.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/semaphore.h/linknamespace $? false false > /build/conform/UNIX98/semaphore.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/pthread.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/pthread.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/pthread.h/linknamespace $? false false > /build/conform/UNIX98/pthread.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/stat.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/stat.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/stat.h/linknamespace $? false false > /build/conform/UNIX98/sys/stat.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/mman.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/mman.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/mman.h/linknamespace $? false false > /build/conform/UNIX98/sys/mman.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/times.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/times.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/times.h/linknamespace $? false false > /build/conform/UNIX98/sys/times.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/utsname.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/utsname.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/utsname.h/linknamespace $? false false > /build/conform/UNIX98/sys/utsname.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/types.h/linknamespace $? false false > /build/conform/UNIX98/sys/types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/termios.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/termios.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/termios.h/linknamespace $? false false > /build/conform/UNIX98/termios.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/tar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/tar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/tar.h/linknamespace $? false false > /build/conform/UNIX98/tar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/utime.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/utime.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/utime.h/linknamespace $? false false > /build/conform/UNIX98/utime.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/fmtmsg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/fmtmsg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/fmtmsg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/fmtmsg.h/linknamespace $? false false > /build/conform/UNIX98/fmtmsg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/wordexp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/wordexp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/wordexp.h/linknamespace $? false false > /build/conform/UNIX98/wordexp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/wait.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/wait.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/wait.h/linknamespace $? false false > /build/conform/UNIX98/sys/wait.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/unistd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/unistd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/unistd.h/linknamespace $? false false > /build/conform/UNIX98/unistd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ftw.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/ftw.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ftw.h/linknamespace $? false false > /build/conform/UNIX98/ftw.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/dlfcn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/dlfcn.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/dlfcn.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/dlfcn.h/linknamespace $? false false > /build/conform/UNIX98/dlfcn.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/cpio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/cpio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/cpio.h/linknamespace $? false false > /build/conform/UNIX98/cpio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ndbm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ndbm.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/ndbm.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ndbm.h/linknamespace $? true false > /build/conform/UNIX98/ndbm.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/iso646.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/iso646.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/iso646.h/linknamespace $? false false > /build/conform/UNIX98/iso646.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/iconv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/iconv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/iconv.h/linknamespace $? false false > /build/conform/UNIX98/iconv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/libgen.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/libgen.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/libgen.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/libgen.h/linknamespace $? false false > /build/conform/UNIX98/libgen.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/langinfo.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/langinfo.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/langinfo.h/linknamespace $? false false > /build/conform/UNIX98/langinfo.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/monetary.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/monetary.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/monetary.h/linknamespace $? false false > /build/conform/UNIX98/monetary.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/arpa/inet.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/arpa/inet.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/arpa/inet.h/linknamespace $? false false > /build/conform/UNIX98/arpa/inet.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/poll.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/poll.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/poll.h/linknamespace $? false false > /build/conform/UNIX98/poll.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/nl_types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/nl_types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/nl_types.h/linknamespace $? false false > /build/conform/UNIX98/nl_types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/strings.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/strings.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/strings.h/linknamespace $? false false > /build/conform/UNIX98/strings.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/ipc.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/ipc.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/ipc.h/linknamespace $? false false > /build/conform/UNIX98/sys/ipc.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/search.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/search.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/search.h/linknamespace $? false false > /build/conform/UNIX98/search.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/netdb.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/netdb.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/netdb.h/linknamespace $? false false > /build/conform/UNIX98/netdb.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/netinet/in.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/netinet/in.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/netinet/in.h/linknamespace $? false false > /build/conform/UNIX98/netinet/in.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/resource.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/resource.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/resource.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/resource.h/linknamespace $? false false > /build/conform/UNIX98/sys/resource.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/statvfs.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/statvfs.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/statvfs.h/linknamespace $? false false > /build/conform/UNIX98/sys/statvfs.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/msg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/msg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/msg.h/linknamespace $? false false > /build/conform/UNIX98/sys/msg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/sem.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/sem.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/sem.h/linknamespace $? false false > /build/conform/UNIX98/sys/sem.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/socket.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/socket.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/socket.h/linknamespace $? false false > /build/conform/UNIX98/sys/socket.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/shm.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/shm.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/shm.h/linknamespace $? false false > /build/conform/UNIX98/sys/shm.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/time.h/linknamespace $? false false > /build/conform/UNIX98/sys/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/varargs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/varargs.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/varargs.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/varargs.h/linknamespace $? true false > /build/conform/UNIX98/varargs.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/un.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/un.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/un.h/linknamespace $? false false > /build/conform/UNIX98/sys/un.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/uio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/uio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/uio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/uio.h/linknamespace $? false false > /build/conform/UNIX98/sys/uio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/sys/timeb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/sys/timeb.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/sys/timeb.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/sys/timeb.h/linknamespace $? false false > /build/conform/UNIX98/sys/timeb.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/syslog.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/syslog.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/syslog.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/syslog.h/linknamespace $? false false > /build/conform/UNIX98/syslog.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/utmpx.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/utmpx.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/utmpx.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/utmpx.h/linknamespace $? false false > /build/conform/UNIX98/utmpx.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/wctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/wctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/wctype.h/linknamespace $? false false > /build/conform/UNIX98/wctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ulimit.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/ulimit.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ulimit.h/linknamespace $? false false > /build/conform/UNIX98/ulimit.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/assert.h/linknamespace $? false false > /build/conform/XOPEN2K/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/ucontext.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/ucontext.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/ucontext.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/ucontext.h/linknamespace $? false false > /build/conform/UNIX98/ucontext.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=UNIX98/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/UNIX98/wchar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/UNIX98/wchar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/UNIX98/wchar.h/linknamespace $? false false > /build/conform/UNIX98/wchar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ctype.h/linknamespace $? false false > /build/conform/XOPEN2K/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/errno.h/linknamespace $? false false > /build/conform/XOPEN2K/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/float.h/linknamespace $? false false > /build/conform/XOPEN2K/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/locale.h/linknamespace $? false false > /build/conform/XOPEN2K/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/limits.h/linknamespace $? false false > /build/conform/XOPEN2K/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/setjmp.h/linknamespace $? false false > /build/conform/XOPEN2K/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/math.h/linknamespace $? false false > /build/conform/XOPEN2K/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stddef.h/linknamespace $? false false > /build/conform/XOPEN2K/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdio.h/linknamespace $? false false > /build/conform/XOPEN2K/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/signal.h/linknamespace $? false false > /build/conform/XOPEN2K/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdarg.h/linknamespace $? false false > /build/conform/XOPEN2K/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/string.h/linknamespace $? false false > /build/conform/XOPEN2K/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/time.h/linknamespace $? false false > /build/conform/XOPEN2K/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/aio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/aio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/aio.h/linknamespace $? false false > /build/conform/XOPEN2K/aio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/dirent.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/dirent.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/dirent.h/linknamespace $? false false > /build/conform/XOPEN2K/dirent.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/glob.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/glob.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/glob.h/linknamespace $? false false > /build/conform/XOPEN2K/glob.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/grp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/grp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/grp.h/linknamespace $? false false > /build/conform/XOPEN2K/grp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/fcntl.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/fcntl.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/fcntl.h/linknamespace $? false false > /build/conform/XOPEN2K/fcntl.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/fnmatch.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/fnmatch.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/fnmatch.h/linknamespace $? false false > /build/conform/XOPEN2K/fnmatch.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdlib.h/linknamespace $? false false > /build/conform/XOPEN2K/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/pwd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/pwd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/pwd.h/linknamespace $? false false > /build/conform/XOPEN2K/pwd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/mqueue.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/mqueue.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/mqueue.h/linknamespace $? false false > /build/conform/XOPEN2K/mqueue.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/stat.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/stat.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/stat.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/stat.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sched.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sched.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sched.h/linknamespace $? false false > /build/conform/XOPEN2K/sched.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/semaphore.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/semaphore.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/semaphore.h/linknamespace $? false false > /build/conform/XOPEN2K/semaphore.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/regex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/regex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/regex.h/linknamespace $? false false > /build/conform/XOPEN2K/regex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/mman.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/mman.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/mman.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/mman.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/types.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/times.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/times.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/times.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/times.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/pthread.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/pthread.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/pthread.h/linknamespace $? false false > /build/conform/XOPEN2K/pthread.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/utsname.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/utsname.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/utsname.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/utsname.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/wait.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/wait.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/wait.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/wait.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/tar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/tar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/tar.h/linknamespace $? false false > /build/conform/XOPEN2K/tar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/termios.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/termios.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/termios.h/linknamespace $? false false > /build/conform/XOPEN2K/termios.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/utime.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/utime.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/utime.h/linknamespace $? false false > /build/conform/XOPEN2K/utime.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/unistd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/unistd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/unistd.h/linknamespace $? false false > /build/conform/XOPEN2K/unistd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/cpio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/cpio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/cpio.h/linknamespace $? false false > /build/conform/XOPEN2K/cpio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ndbm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ndbm.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/ndbm.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ndbm.h/linknamespace $? true false > /build/conform/XOPEN2K/ndbm.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/complex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/complex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/complex.h/linknamespace $? false false > /build/conform/XOPEN2K/complex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/arpa/inet.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/arpa/inet.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/arpa/inet.h/linknamespace $? false false > /build/conform/XOPEN2K/arpa/inet.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/wordexp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/wordexp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/wordexp.h/linknamespace $? false false > /build/conform/XOPEN2K/wordexp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/dlfcn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/dlfcn.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/dlfcn.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/dlfcn.h/linknamespace $? false false > /build/conform/XOPEN2K/dlfcn.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/fmtmsg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/fmtmsg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/fmtmsg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/fmtmsg.h/linknamespace $? false false > /build/conform/XOPEN2K/fmtmsg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/fenv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/fenv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/fenv.h/linknamespace $? false false > /build/conform/XOPEN2K/fenv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/iconv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/iconv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/iconv.h/linknamespace $? false false > /build/conform/XOPEN2K/iconv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/iso646.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/iso646.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/iso646.h/linknamespace $? false false > /build/conform/XOPEN2K/iso646.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/libgen.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/libgen.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/libgen.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/libgen.h/linknamespace $? false false > /build/conform/XOPEN2K/libgen.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/net/if.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/net/if.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/net/if.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/net/if.h/linknamespace $? false false > /build/conform/XOPEN2K/net/if.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ftw.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/ftw.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ftw.h/linknamespace $? false false > /build/conform/XOPEN2K/ftw.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/langinfo.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/langinfo.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/langinfo.h/linknamespace $? false false > /build/conform/XOPEN2K/langinfo.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/monetary.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/monetary.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/monetary.h/linknamespace $? false false > /build/conform/XOPEN2K/monetary.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/inttypes.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/inttypes.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/inttypes.h/linknamespace $? false false > /build/conform/XOPEN2K/inttypes.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/netinet/tcp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/netinet/tcp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/netinet/tcp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/netinet/tcp.h/linknamespace $? false false > /build/conform/XOPEN2K/netinet/tcp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/netinet/in.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/netinet/in.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/netinet/in.h/linknamespace $? false false > /build/conform/XOPEN2K/netinet/in.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/nl_types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/nl_types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/nl_types.h/linknamespace $? false false > /build/conform/XOPEN2K/nl_types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/netdb.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/netdb.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/netdb.h/linknamespace $? false false > /build/conform/XOPEN2K/netdb.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/poll.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/poll.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/poll.h/linknamespace $? false false > /build/conform/XOPEN2K/poll.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/search.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/search.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/search.h/linknamespace $? false false > /build/conform/XOPEN2K/search.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/spawn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/spawn.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/spawn.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/spawn.h/linknamespace $? false false > /build/conform/XOPEN2K/spawn.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdbool.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/stdbool.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdbool.h/linknamespace $? false false > /build/conform/XOPEN2K/stdbool.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/strings.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/strings.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/strings.h/linknamespace $? false false > /build/conform/XOPEN2K/strings.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/select.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/select.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/select.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/select.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/select.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/resource.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/resource.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/resource.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/resource.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/resource.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/stdint.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/stdint.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/stdint.h/linknamespace $? false false > /build/conform/XOPEN2K/stdint.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/ipc.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/ipc.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/ipc.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/ipc.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/time.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/msg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/msg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/msg.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/msg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/shm.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/shm.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/shm.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/shm.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/un.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/un.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/un.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/un.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/syslog.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/syslog.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/syslog.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/syslog.h/linknamespace $? false false > /build/conform/XOPEN2K/syslog.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/sem.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/sem.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/sem.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/sem.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/statvfs.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/statvfs.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/statvfs.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/statvfs.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/timeb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/timeb.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/timeb.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/timeb.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/timeb.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/socket.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/socket.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/socket.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/socket.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/sys/uio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/sys/uio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/sys/uio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/sys/uio.h/linknamespace $? false false > /build/conform/XOPEN2K/sys/uio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ulimit.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/ulimit.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ulimit.h/linknamespace $? false false > /build/conform/XOPEN2K/ulimit.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/ucontext.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/ucontext.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/ucontext.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/ucontext.h/linknamespace $? false false > /build/conform/XOPEN2K/ucontext.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/utmpx.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/utmpx.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/utmpx.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/utmpx.h/linknamespace $? false false > /build/conform/XOPEN2K/utmpx.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/assert.h/linknamespace $? false false > /build/conform/XOPEN2K8/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/tgmath.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/tgmath.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/tgmath.h/linknamespace $? false false > /build/conform/XOPEN2K/tgmath.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/wctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/wctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/wctype.h/linknamespace $? false false > /build/conform/XOPEN2K/wctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K/wchar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K/wchar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K/wchar.h/linknamespace $? false false > /build/conform/XOPEN2K/wchar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/ctype.h/linknamespace $? false false > /build/conform/XOPEN2K8/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/errno.h/linknamespace $? false false > /build/conform/XOPEN2K8/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/float.h/linknamespace $? false false > /build/conform/XOPEN2K8/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/setjmp.h/linknamespace $? false false > /build/conform/XOPEN2K8/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/locale.h/linknamespace $? false false > /build/conform/XOPEN2K8/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdarg.h/linknamespace $? false false > /build/conform/XOPEN2K8/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/limits.h/linknamespace $? false false > /build/conform/XOPEN2K8/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdio.h/linknamespace $? false false > /build/conform/XOPEN2K8/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stddef.h/linknamespace $? false false > /build/conform/XOPEN2K8/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/fnmatch.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/fnmatch.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/fnmatch.h/linknamespace $? false false > /build/conform/XOPEN2K8/fnmatch.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/aio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/aio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/aio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/aio.h/linknamespace $? false false > /build/conform/XOPEN2K8/aio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/signal.h/linknamespace $? false false > /build/conform/XOPEN2K8/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/glob.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/glob.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/glob.h/linknamespace $? false false > /build/conform/XOPEN2K8/glob.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/fcntl.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/fcntl.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/fcntl.h/linknamespace $? false false > /build/conform/XOPEN2K8/fcntl.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/grp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/grp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/grp.h/linknamespace $? false false > /build/conform/XOPEN2K8/grp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/string.h/linknamespace $? false false > /build/conform/XOPEN2K8/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdlib.h/linknamespace $? false false > /build/conform/XOPEN2K8/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/dirent.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/dirent.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/dirent.h/linknamespace $? false false > /build/conform/XOPEN2K8/dirent.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/time.h/linknamespace $? false false > /build/conform/XOPEN2K8/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/math.h/linknamespace $? false false > /build/conform/XOPEN2K8/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/pwd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/pwd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/pwd.h/linknamespace $? false false > /build/conform/XOPEN2K8/pwd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/mqueue.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/mqueue.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/mqueue.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/mqueue.h/linknamespace $? false false > /build/conform/XOPEN2K8/mqueue.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sched.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sched.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sched.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sched.h/linknamespace $? false false > /build/conform/XOPEN2K8/sched.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/regex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/regex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/regex.h/linknamespace $? false false > /build/conform/XOPEN2K8/regex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/pthread.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/pthread.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/pthread.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/pthread.h/linknamespace $? false false > /build/conform/XOPEN2K8/pthread.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/mman.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/mman.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/mman.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/mman.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/semaphore.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/semaphore.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/semaphore.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/semaphore.h/linknamespace $? false false > /build/conform/XOPEN2K8/semaphore.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/stat.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/stat.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/stat.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/stat.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/types.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/times.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/times.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/times.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/times.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/tar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/tar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/tar.h/linknamespace $? false false > /build/conform/XOPEN2K8/tar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/termios.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/termios.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/termios.h/linknamespace $? false false > /build/conform/XOPEN2K8/termios.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/utsname.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/utsname.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/utsname.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/utsname.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/utime.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/utime.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/utime.h/linknamespace $? false false > /build/conform/XOPEN2K8/utime.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/cpio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/cpio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/cpio.h/linknamespace $? false false > /build/conform/XOPEN2K8/cpio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/unistd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/unistd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/unistd.h/linknamespace $? false false > /build/conform/XOPEN2K8/unistd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/wordexp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/wordexp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/wordexp.h/linknamespace $? false false > /build/conform/XOPEN2K8/wordexp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/dlfcn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/dlfcn.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/dlfcn.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/dlfcn.h/linknamespace $? false false > /build/conform/XOPEN2K8/dlfcn.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/fenv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/fenv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/fenv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/fenv.h/linknamespace $? false false > /build/conform/XOPEN2K8/fenv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/iso646.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/iso646.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/iso646.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/iso646.h/linknamespace $? false false > /build/conform/XOPEN2K8/iso646.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/iconv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/iconv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/iconv.h/linknamespace $? false false > /build/conform/XOPEN2K8/iconv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/complex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/complex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/complex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/complex.h/linknamespace $? false false > /build/conform/XOPEN2K8/complex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/inttypes.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/inttypes.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/inttypes.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/inttypes.h/linknamespace $? false false > /build/conform/XOPEN2K8/inttypes.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/wait.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/wait.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/wait.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/wait.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/langinfo.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/langinfo.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/langinfo.h/linknamespace $? false false > /build/conform/XOPEN2K8/langinfo.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/arpa/inet.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/arpa/inet.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/arpa/inet.h/linknamespace $? false false > /build/conform/XOPEN2K8/arpa/inet.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/net/if.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/net/if.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/net/if.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/net/if.h/linknamespace $? false false > /build/conform/XOPEN2K8/net/if.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/monetary.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/monetary.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/monetary.h/linknamespace $? false false > /build/conform/XOPEN2K8/monetary.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/netdb.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/netdb.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/netdb.h/linknamespace $? false false > /build/conform/XOPEN2K8/netdb.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/nl_types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/nl_types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/nl_types.h/linknamespace $? false false > /build/conform/XOPEN2K8/nl_types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/netinet/in.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/netinet/in.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/netinet/in.h/linknamespace $? false false > /build/conform/XOPEN2K8/netinet/in.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/netinet/tcp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/netinet/tcp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/netinet/tcp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/netinet/tcp.h/linknamespace $? false false > /build/conform/XOPEN2K8/netinet/tcp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/poll.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/poll.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/poll.h/linknamespace $? false false > /build/conform/XOPEN2K8/poll.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/ndbm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/ndbm.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/ndbm.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/ndbm.h/linknamespace $? true false > /build/conform/XOPEN2K8/ndbm.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/statvfs.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/statvfs.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/statvfs.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/statvfs.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/select.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/select.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/select.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/select.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/select.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdint.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdint.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/stdint.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdint.h/linknamespace $? false false > /build/conform/XOPEN2K8/stdint.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/strings.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/strings.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/strings.h/linknamespace $? false false > /build/conform/XOPEN2K8/strings.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/wctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/wctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/wctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/wctype.h/linknamespace $? false false > /build/conform/XOPEN2K8/wctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/un.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/un.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/un.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/un.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/stdbool.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/stdbool.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/stdbool.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/stdbool.h/linknamespace $? false false > /build/conform/XOPEN2K8/stdbool.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/socket.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/socket.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/socket.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/socket.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/fmtmsg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/fmtmsg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/fmtmsg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/fmtmsg.h/linknamespace $? false false > /build/conform/XOPEN2K8/fmtmsg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/spawn.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/spawn.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/spawn.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/spawn.h/linknamespace $? false false > /build/conform/XOPEN2K8/spawn.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/ipc.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/ipc.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/ipc.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/ipc.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/search.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/search.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/search.h/linknamespace $? false false > /build/conform/XOPEN2K8/search.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/wchar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/wchar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/wchar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/wchar.h/linknamespace $? false false > /build/conform/XOPEN2K8/wchar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/libgen.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/libgen.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/libgen.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/libgen.h/linknamespace $? false false > /build/conform/XOPEN2K8/libgen.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/resource.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/resource.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/resource.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/resource.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/resource.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/msg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/msg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/msg.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/msg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/ftw.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/ftw.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/ftw.h/linknamespace $? false false > /build/conform/XOPEN2K8/ftw.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/tgmath.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/tgmath.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/tgmath.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/tgmath.h/linknamespace $? false false > /build/conform/XOPEN2K8/tgmath.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/sem.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/sem.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/sem.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/sem.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/time.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/shm.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/shm.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/shm.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/shm.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/sys/uio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/sys/uio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/sys/uio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/sys/uio.h/linknamespace $? false false > /build/conform/XOPEN2K8/sys/uio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/syslog.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/syslog.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/syslog.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/syslog.h/linknamespace $? false false > /build/conform/XOPEN2K8/syslog.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/utmpx.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/utmpx.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/utmpx.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/utmpx.h/linknamespace $? false false > /build/conform/XOPEN2K8/utmpx.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/errno.h/linknamespace $? false false > /build/conform/XPG4/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/limits.h/linknamespace $? false false > /build/conform/XPG4/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/ctype.h/linknamespace $? false false > /build/conform/XPG4/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/locale.h/linknamespace $? false false > /build/conform/XPG4/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/assert.h/linknamespace $? false false > /build/conform/XPG4/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XOPEN2K8/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XOPEN2K8/ulimit.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XOPEN2K8/ulimit.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XOPEN2K8/ulimit.h/linknamespace $? false false > /build/conform/XOPEN2K8/ulimit.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/float.h/linknamespace $? false false > /build/conform/XPG4/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/stddef.h/linknamespace $? false false > /build/conform/XPG4/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/cpio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/cpio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/cpio.h/linknamespace $? false false > /build/conform/XPG4/cpio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/stdarg.h/linknamespace $? false false > /build/conform/XPG4/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/setjmp.h/linknamespace $? false false > /build/conform/XPG4/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/signal.h/linknamespace $? false false > /build/conform/XPG4/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/string.h/linknamespace $? false false > /build/conform/XPG4/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/math.h/linknamespace $? false false > /build/conform/XPG4/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/time.h/linknamespace $? false false > /build/conform/XPG4/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/dirent.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/dirent.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/dirent.h/linknamespace $? false false > /build/conform/XPG4/dirent.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/stdlib.h/linknamespace $? false false > /build/conform/XPG4/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/fcntl.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/fcntl.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/fcntl.h/linknamespace $? false false > /build/conform/XPG4/fcntl.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/fnmatch.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/fnmatch.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/fnmatch.h/linknamespace $? false false > /build/conform/XPG4/fnmatch.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/stdio.h/linknamespace $? false false > /build/conform/XPG4/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/ftw.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/ftw.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/ftw.h/linknamespace $? false false > /build/conform/XPG4/ftw.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/glob.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/glob.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/glob.h/linknamespace $? false false > /build/conform/XPG4/glob.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/iconv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/iconv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/iconv.h/linknamespace $? false false > /build/conform/XPG4/iconv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/grp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/grp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/grp.h/linknamespace $? false false > /build/conform/XPG4/grp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/langinfo.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/langinfo.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/langinfo.h/linknamespace $? false false > /build/conform/XPG4/langinfo.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/nl_types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/nl_types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/nl_types.h/linknamespace $? false false > /build/conform/XPG4/nl_types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/monetary.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/monetary.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/monetary.h/linknamespace $? false false > /build/conform/XPG4/monetary.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/pwd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/pwd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/pwd.h/linknamespace $? false false > /build/conform/XPG4/pwd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/varargs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/varargs.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/varargs.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/varargs.h/linknamespace $? true false > /build/conform/XPG4/varargs.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/search.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/search.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/search.h/linknamespace $? false false > /build/conform/XPG4/search.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/stat.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/sys/stat.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/stat.h/linknamespace $? false false > /build/conform/XPG4/sys/stat.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/ipc.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/sys/ipc.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/ipc.h/linknamespace $? false false > /build/conform/XPG4/sys/ipc.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/sem.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/sys/sem.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/sem.h/linknamespace $? false false > /build/conform/XPG4/sys/sem.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/regex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/regex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/regex.h/linknamespace $? false false > /build/conform/XPG4/regex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/shm.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/sys/shm.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/shm.h/linknamespace $? false false > /build/conform/XPG4/sys/shm.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/sys/types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/types.h/linknamespace $? false false > /build/conform/XPG4/sys/types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/times.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/sys/times.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/times.h/linknamespace $? false false > /build/conform/XPG4/sys/times.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/wait.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/sys/wait.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/wait.h/linknamespace $? false false > /build/conform/XPG4/sys/wait.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/termios.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/termios.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/termios.h/linknamespace $? false false > /build/conform/XPG4/termios.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/utsname.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/sys/utsname.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/utsname.h/linknamespace $? false false > /build/conform/XPG4/sys/utsname.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/sys/msg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/sys/msg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/sys/msg.h/linknamespace $? false false > /build/conform/XPG4/sys/msg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/ulimit.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/ulimit.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/ulimit.h/linknamespace $? false false > /build/conform/XPG4/ulimit.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/utime.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/utime.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/utime.h/linknamespace $? false false > /build/conform/XPG4/utime.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/tar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/tar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/tar.h/linknamespace $? false false > /build/conform/XPG4/tar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/unistd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/unistd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/unistd.h/linknamespace $? false false > /build/conform/XPG4/unistd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG4/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG4/wordexp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG4/wordexp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG4/wordexp.h/linknamespace $? false false > /build/conform/XPG4/wordexp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/assert.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/assert.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/assert.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/assert.h/linknamespace $? false false > /build/conform/XPG42/assert.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ctype.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ctype.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/ctype.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ctype.h/linknamespace $? false false > /build/conform/XPG42/ctype.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/errno.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/errno.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/errno.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/errno.h/linknamespace $? false false > /build/conform/XPG42/errno.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/float.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/float.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/float.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/float.h/linknamespace $? false false > /build/conform/XPG42/float.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/stddef.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/stddef.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/stddef.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/stddef.h/linknamespace $? false false > /build/conform/XPG42/stddef.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/limits.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/limits.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/limits.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/limits.h/linknamespace $? false false > /build/conform/XPG42/limits.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/stdarg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/stdarg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/stdarg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/stdarg.h/linknamespace $? false false > /build/conform/XPG42/stdarg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/locale.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/locale.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/locale.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/locale.h/linknamespace $? false false > /build/conform/XPG42/locale.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/fnmatch.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/fnmatch.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/fnmatch.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/fnmatch.h/linknamespace $? false false > /build/conform/XPG42/fnmatch.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/math.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/math.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/math.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/math.h/linknamespace $? false false > /build/conform/XPG42/math.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/cpio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/cpio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/cpio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/cpio.h/linknamespace $? false false > /build/conform/XPG42/cpio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/setjmp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/setjmp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/setjmp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/setjmp.h/linknamespace $? false false > /build/conform/XPG42/setjmp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/signal.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/signal.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/signal.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/signal.h/linknamespace $? false false > /build/conform/XPG42/signal.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/stdlib.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/stdlib.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/stdlib.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/stdlib.h/linknamespace $? false false > /build/conform/XPG42/stdlib.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/string.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/string.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/string.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/string.h/linknamespace $? false false > /build/conform/XPG42/string.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/time.h/linknamespace $? false false > /build/conform/XPG42/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/iconv.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/iconv.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/iconv.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/iconv.h/linknamespace $? false false > /build/conform/XPG42/iconv.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/glob.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/glob.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/glob.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/glob.h/linknamespace $? false false > /build/conform/XPG42/glob.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/stdio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/stdio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/stdio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/stdio.h/linknamespace $? false false > /build/conform/XPG42/stdio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/dirent.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/dirent.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/dirent.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/dirent.h/linknamespace $? false false > /build/conform/XPG42/dirent.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/fcntl.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/fcntl.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/fcntl.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/fcntl.h/linknamespace $? false false > /build/conform/XPG42/fcntl.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ftw.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ftw.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/ftw.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ftw.h/linknamespace $? false false > /build/conform/XPG42/ftw.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/langinfo.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/langinfo.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/langinfo.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/langinfo.h/linknamespace $? false false > /build/conform/XPG42/langinfo.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/grp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/grp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/grp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/grp.h/linknamespace $? false false > /build/conform/XPG42/grp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/monetary.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/monetary.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/monetary.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/monetary.h/linknamespace $? false false > /build/conform/XPG42/monetary.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/nl_types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/nl_types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/nl_types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/nl_types.h/linknamespace $? false false > /build/conform/XPG42/nl_types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/regex.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/regex.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/regex.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/regex.h/linknamespace $? false false > /build/conform/XPG42/regex.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/pwd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/pwd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/pwd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/pwd.h/linknamespace $? false false > /build/conform/XPG42/pwd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/search.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/search.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/search.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/search.h/linknamespace $? false false > /build/conform/XPG42/search.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/ipc.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/ipc.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/ipc.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/ipc.h/linknamespace $? false false > /build/conform/XPG42/sys/ipc.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/varargs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/varargs.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/varargs.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/varargs.h/linknamespace $? true false > /build/conform/XPG42/varargs.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/msg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/msg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/msg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/msg.h/linknamespace $? false false > /build/conform/XPG42/sys/msg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ndbm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ndbm.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/ndbm.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ndbm.h/linknamespace $? true false > /build/conform/XPG42/ndbm.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/shm.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/shm.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/shm.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/shm.h/linknamespace $? false false > /build/conform/XPG42/sys/shm.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/sem.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/sem.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/sem.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/sem.h/linknamespace $? false false > /build/conform/XPG42/sys/sem.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/times.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/times.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/times.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/times.h/linknamespace $? false false > /build/conform/XPG42/sys/times.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/tar.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/tar.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/tar.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/tar.h/linknamespace $? false false > /build/conform/XPG42/tar.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/stat.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/stat.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/stat.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/stat.h/linknamespace $? false false > /build/conform/XPG42/sys/stat.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/utsname.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/utsname.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/utsname.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/utsname.h/linknamespace $? false false > /build/conform/XPG42/sys/utsname.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ulimit.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ulimit.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/ulimit.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ulimit.h/linknamespace $? false false > /build/conform/XPG42/ulimit.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/utime.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/utime.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/utime.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/utime.h/linknamespace $? false false > /build/conform/XPG42/utime.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/fmtmsg.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/fmtmsg.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/fmtmsg.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/fmtmsg.h/linknamespace $? false false > /build/conform/XPG42/fmtmsg.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/types.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/types.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/types.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/types.h/linknamespace $? false false > /build/conform/XPG42/sys/types.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/wait.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/wait.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/wait.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/wait.h/linknamespace $? false false > /build/conform/XPG42/sys/wait.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/termios.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/termios.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/termios.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/termios.h/linknamespace $? false false > /build/conform/XPG42/termios.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/unistd.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/unistd.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/unistd.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/unistd.h/linknamespace $? false false > /build/conform/XPG42/unistd.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/wordexp.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/wordexp.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/wordexp.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/wordexp.h/linknamespace $? false false > /build/conform/XPG42/wordexp.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/libgen.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/libgen.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/libgen.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/libgen.h/linknamespace $? false false > /build/conform/XPG42/libgen.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/arpa/inet.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/arpa/inet.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/arpa/inet.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/arpa/inet.h/linknamespace $? false false > /build/conform/XPG42/arpa/inet.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/netdb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/netdb.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/netdb.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/netdb.h/linknamespace $? false false > /build/conform/XPG42/netdb.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/netinet/in.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/netinet/in.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/netinet/in.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/netinet/in.h/linknamespace $? false false > /build/conform/XPG42/netinet/in.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/poll.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/poll.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/poll.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/poll.h/linknamespace $? false false > /build/conform/XPG42/poll.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/strings.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/strings.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/strings.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/strings.h/linknamespace $? false false > /build/conform/XPG42/strings.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/mman.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/mman.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/mman.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/mman.h/linknamespace $? false false > /build/conform/XPG42/sys/mman.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/resource.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/resource.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/resource.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/resource.h/linknamespace $? false false > /build/conform/XPG42/sys/resource.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/socket.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/socket.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/socket.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/socket.h/linknamespace $? false false > /build/conform/XPG42/sys/socket.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/statvfs.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/statvfs.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/statvfs.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/statvfs.h/linknamespace $? false false > /build/conform/XPG42/sys/statvfs.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/timeb.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/timeb.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/timeb.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/timeb.h/linknamespace $? false false > /build/conform/XPG42/sys/timeb.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/uio.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/uio.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/uio.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/uio.h/linknamespace $? false false > /build/conform/XPG42/sys/uio.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/un.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/un.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/un.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/un.h/linknamespace $? false false > /build/conform/XPG42/sys/un.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/sys/time.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/sys/time.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/sys/time.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/sys/time.h/linknamespace $? false false > /build/conform/XPG42/sys/time.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/syslog.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/syslog.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/syslog.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/syslog.h/linknamespace $? false false > /build/conform/XPG42/syslog.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/ucontext.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/ucontext.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/ucontext.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/ucontext.h/linknamespace $? false false > /build/conform/XPG42/ucontext.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' (set -e; std_hdr=XPG42/utmpx.h; std=${std_hdr%%/*}; hdr=${std_hdr#*/}; \ mkdir -p /build/conform/XPG42/utmpx.h; \ python3 -B linknamespace.py --cc='gcc -m32' --flags='-I../include -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. ' \ --standard=$std --stdsyms=/build/conform/symlist-$std \ --header=$hdr --libsyms=/build/conform/symlist-stdlibs-$std \ --readelf='readelf' \ > /build/conform/XPG42/utmpx.h/linknamespace.out 2>&1); \ ../scripts/evaluate-test.sh conform/XPG42/utmpx.h/linknamespace $? false false > /build/conform/XPG42/utmpx.h/linknamespace.test-result make[2]: Leaving directory '/glibc/conform' make[2]: Entering directory '/glibc/conform' ../scripts/merge-test-results.sh -s /build/conform/ conform \ ISO/assert.h/conform ISO/assert.h/linknamespace ISO/ctype.h/conform ISO/ctype.h/linknamespace ISO/errno.h/conform ISO/errno.h/linknamespace ISO/float.h/conform ISO/float.h/linknamespace ISO/limits.h/conform ISO/limits.h/linknamespace ISO/locale.h/conform ISO/locale.h/linknamespace ISO/math.h/conform ISO/math.h/linknamespace ISO/setjmp.h/conform ISO/setjmp.h/linknamespace ISO/signal.h/conform ISO/signal.h/linknamespace ISO/stdarg.h/conform ISO/stdarg.h/linknamespace ISO/stddef.h/conform ISO/stddef.h/linknamespace ISO/stdio.h/conform ISO/stdio.h/linknamespace ISO/stdlib.h/conform ISO/stdlib.h/linknamespace ISO/string.h/conform ISO/string.h/linknamespace ISO/time.h/conform ISO/time.h/linknamespace ISO11/assert.h/conform ISO11/assert.h/linknamespace ISO11/complex.h/conform ISO11/complex.h/linknamespace ISO11/ctype.h/conform ISO11/ctype.h/linknamespace ISO11/errno.h/conform ISO11/errno.h/linknamespace ISO11/fenv.h/conform ISO11/fenv.h/linknamespace ISO11/float.h/conform ISO11/float.h/linknamespace ISO11/inttypes.h/conform ISO11/inttypes.h/linknamespace ISO11/iso646.h/conform ISO11/iso646.h/linknamespace ISO11/limits.h/conform ISO11/limits.h/linknamespace ISO11/locale.h/conform ISO11/locale.h/linknamespace ISO11/math.h/conform ISO11/math.h/linknamespace ISO11/setjmp.h/conform ISO11/setjmp.h/linknamespace ISO11/signal.h/conform ISO11/signal.h/linknamespace ISO11/stdalign.h/conform ISO11/stdalign.h/linknamespace ISO11/stdarg.h/conform ISO11/stdarg.h/linknamespace ISO11/stdbool.h/conform ISO11/stdbool.h/linknamespace ISO11/stddef.h/conform ISO11/stddef.h/linknamespace ISO11/stdint.h/conform ISO11/stdint.h/linknamespace ISO11/stdio.h/conform ISO11/stdio.h/linknamespace ISO11/stdlib.h/conform ISO11/stdlib.h/linknamespace ISO11/stdnoreturn.h/conform ISO11/stdnoreturn.h/linknamespace ISO11/string.h/conform ISO11/string.h/linknamespace ISO11/tgmath.h/conform ISO11/tgmath.h/linknamespace ISO11/threads.h/conform ISO11/threads.h/linknamespace ISO11/time.h/conform ISO11/time.h/linknamespace ISO11/uchar.h/conform ISO11/uchar.h/linknamespace ISO11/wchar.h/conform ISO11/wchar.h/linknamespace ISO11/wctype.h/conform ISO11/wctype.h/linknamespace ISO99/assert.h/conform ISO99/assert.h/linknamespace ISO99/complex.h/conform ISO99/complex.h/linknamespace ISO99/ctype.h/conform ISO99/ctype.h/linknamespace ISO99/errno.h/conform ISO99/errno.h/linknamespace ISO99/fenv.h/conform ISO99/fenv.h/linknamespace ISO99/float.h/conform ISO99/float.h/linknamespace ISO99/inttypes.h/conform ISO99/inttypes.h/linknamespace ISO99/iso646.h/conform ISO99/iso646.h/linknamespace ISO99/limits.h/conform ISO99/limits.h/linknamespace ISO99/locale.h/conform ISO99/locale.h/linknamespace ISO99/math.h/conform ISO99/math.h/linknamespace ISO99/setjmp.h/conform ISO99/setjmp.h/linknamespace ISO99/signal.h/conform ISO99/signal.h/linknamespace ISO99/stdarg.h/conform ISO99/stdarg.h/linknamespace ISO99/stdbool.h/conform ISO99/stdbool.h/linknamespace ISO99/stddef.h/conform ISO99/stddef.h/linknamespace ISO99/stdint.h/conform ISO99/stdint.h/linknamespace ISO99/stdio.h/conform ISO99/stdio.h/linknamespace ISO99/stdlib.h/conform ISO99/stdlib.h/linknamespace ISO99/string.h/conform ISO99/string.h/linknamespace ISO99/tgmath.h/conform ISO99/tgmath.h/linknamespace ISO99/time.h/conform ISO99/time.h/linknamespace ISO99/wchar.h/conform ISO99/wchar.h/linknamespace ISO99/wctype.h/conform ISO99/wctype.h/linknamespace POSIX/aio.h/conform POSIX/aio.h/linknamespace POSIX/assert.h/conform POSIX/assert.h/linknamespace POSIX/ctype.h/conform POSIX/ctype.h/linknamespace POSIX/dirent.h/conform POSIX/dirent.h/linknamespace POSIX/errno.h/conform POSIX/errno.h/linknamespace POSIX/fcntl.h/conform POSIX/fcntl.h/linknamespace POSIX/float.h/conform POSIX/float.h/linknamespace POSIX/fnmatch.h/conform POSIX/fnmatch.h/linknamespace POSIX/glob.h/conform POSIX/glob.h/linknamespace POSIX/grp.h/conform POSIX/grp.h/linknamespace POSIX/limits.h/conform POSIX/limits.h/linknamespace POSIX/locale.h/conform POSIX/locale.h/linknamespace POSIX/math.h/conform POSIX/math.h/linknamespace POSIX/mqueue.h/conform POSIX/mqueue.h/linknamespace POSIX/pthread.h/conform POSIX/pthread.h/linknamespace POSIX/pwd.h/conform POSIX/pwd.h/linknamespace POSIX/regex.h/conform POSIX/regex.h/linknamespace POSIX/sched.h/conform POSIX/sched.h/linknamespace POSIX/semaphore.h/conform POSIX/semaphore.h/linknamespace POSIX/setjmp.h/conform POSIX/setjmp.h/linknamespace POSIX/signal.h/conform POSIX/signal.h/linknamespace POSIX/stdarg.h/conform POSIX/stdarg.h/linknamespace POSIX/stddef.h/conform POSIX/stddef.h/linknamespace POSIX/stdio.h/conform POSIX/stdio.h/linknamespace POSIX/stdlib.h/conform POSIX/stdlib.h/linknamespace POSIX/string.h/conform POSIX/string.h/linknamespace POSIX/sys/mman.h/conform POSIX/sys/mman.h/linknamespace POSIX/sys/stat.h/conform POSIX/sys/stat.h/linknamespace POSIX/sys/times.h/conform POSIX/sys/times.h/linknamespace POSIX/sys/types.h/conform POSIX/sys/types.h/linknamespace POSIX/sys/utsname.h/conform POSIX/sys/utsname.h/linknamespace POSIX/sys/wait.h/conform POSIX/sys/wait.h/linknamespace POSIX/tar.h/conform POSIX/tar.h/linknamespace POSIX/termios.h/conform POSIX/termios.h/linknamespace POSIX/time.h/conform POSIX/time.h/linknamespace POSIX/unistd.h/conform POSIX/unistd.h/linknamespace POSIX/utime.h/conform POSIX/utime.h/linknamespace POSIX/wordexp.h/conform POSIX/wordexp.h/linknamespace POSIX2008/aio.h/conform POSIX2008/aio.h/linknamespace POSIX2008/arpa/inet.h/conform POSIX2008/arpa/inet.h/linknamespace POSIX2008/assert.h/conform POSIX2008/assert.h/linknamespace POSIX2008/complex.h/conform POSIX2008/complex.h/linknamespace POSIX2008/cpio.h/conform POSIX2008/cpio.h/linknamespace POSIX2008/ctype.h/conform POSIX2008/ctype.h/linknamespace POSIX2008/dirent.h/conform POSIX2008/dirent.h/linknamespace POSIX2008/dlfcn.h/conform POSIX2008/dlfcn.h/linknamespace POSIX2008/errno.h/conform POSIX2008/errno.h/linknamespace POSIX2008/fcntl.h/conform POSIX2008/fcntl.h/linknamespace POSIX2008/fenv.h/conform POSIX2008/fenv.h/linknamespace POSIX2008/float.h/conform POSIX2008/float.h/linknamespace POSIX2008/fnmatch.h/conform POSIX2008/fnmatch.h/linknamespace POSIX2008/glob.h/conform POSIX2008/glob.h/linknamespace POSIX2008/grp.h/conform POSIX2008/grp.h/linknamespace POSIX2008/iconv.h/conform POSIX2008/iconv.h/linknamespace POSIX2008/inttypes.h/conform POSIX2008/inttypes.h/linknamespace POSIX2008/iso646.h/conform POSIX2008/iso646.h/linknamespace POSIX2008/langinfo.h/conform POSIX2008/langinfo.h/linknamespace POSIX2008/limits.h/conform POSIX2008/limits.h/linknamespace POSIX2008/locale.h/conform POSIX2008/locale.h/linknamespace POSIX2008/math.h/conform POSIX2008/math.h/linknamespace POSIX2008/monetary.h/conform POSIX2008/monetary.h/linknamespace POSIX2008/mqueue.h/conform POSIX2008/mqueue.h/linknamespace POSIX2008/net/if.h/conform POSIX2008/net/if.h/linknamespace POSIX2008/netdb.h/conform POSIX2008/netdb.h/linknamespace POSIX2008/netinet/in.h/conform POSIX2008/netinet/in.h/linknamespace POSIX2008/netinet/tcp.h/conform POSIX2008/netinet/tcp.h/linknamespace POSIX2008/nl_types.h/conform POSIX2008/nl_types.h/linknamespace POSIX2008/poll.h/conform POSIX2008/poll.h/linknamespace POSIX2008/pthread.h/conform POSIX2008/pthread.h/linknamespace POSIX2008/pwd.h/conform POSIX2008/pwd.h/linknamespace POSIX2008/regex.h/conform POSIX2008/regex.h/linknamespace POSIX2008/sched.h/conform POSIX2008/sched.h/linknamespace POSIX2008/semaphore.h/conform POSIX2008/semaphore.h/linknamespace POSIX2008/setjmp.h/conform POSIX2008/setjmp.h/linknamespace POSIX2008/signal.h/conform POSIX2008/signal.h/linknamespace POSIX2008/spawn.h/conform POSIX2008/spawn.h/linknamespace POSIX2008/stdarg.h/conform POSIX2008/stdarg.h/linknamespace POSIX2008/stdbool.h/conform POSIX2008/stdbool.h/linknamespace POSIX2008/stddef.h/conform POSIX2008/stddef.h/linknamespace POSIX2008/stdint.h/conform POSIX2008/stdint.h/linknamespace POSIX2008/stdio.h/conform POSIX2008/stdio.h/linknamespace POSIX2008/stdlib.h/conform POSIX2008/stdlib.h/linknamespace POSIX2008/string.h/conform POSIX2008/string.h/linknamespace POSIX2008/strings.h/conform POSIX2008/strings.h/linknamespace POSIX2008/sys/mman.h/conform POSIX2008/sys/mman.h/linknamespace POSIX2008/sys/select.h/conform POSIX2008/sys/select.h/linknamespace POSIX2008/sys/socket.h/conform POSIX2008/sys/socket.h/linknamespace POSIX2008/sys/stat.h/conform POSIX2008/sys/stat.h/linknamespace POSIX2008/sys/statvfs.h/conform POSIX2008/sys/statvfs.h/linknamespace POSIX2008/sys/times.h/conform POSIX2008/sys/times.h/linknamespace POSIX2008/sys/types.h/conform POSIX2008/sys/types.h/linknamespace POSIX2008/sys/un.h/conform POSIX2008/sys/un.h/linknamespace POSIX2008/sys/utsname.h/conform POSIX2008/sys/utsname.h/linknamespace POSIX2008/sys/wait.h/conform POSIX2008/sys/wait.h/linknamespace POSIX2008/tar.h/conform POSIX2008/tar.h/linknamespace POSIX2008/termios.h/conform POSIX2008/termios.h/linknamespace POSIX2008/tgmath.h/conform POSIX2008/tgmath.h/linknamespace POSIX2008/time.h/conform POSIX2008/time.h/linknamespace POSIX2008/unistd.h/conform POSIX2008/unistd.h/linknamespace POSIX2008/utime.h/conform POSIX2008/utime.h/linknamespace POSIX2008/wchar.h/conform POSIX2008/wchar.h/linknamespace POSIX2008/wctype.h/conform POSIX2008/wctype.h/linknamespace POSIX2008/wordexp.h/conform POSIX2008/wordexp.h/linknamespace UNIX98/aio.h/conform UNIX98/aio.h/linknamespace UNIX98/arpa/inet.h/conform UNIX98/arpa/inet.h/linknamespace UNIX98/assert.h/conform UNIX98/assert.h/linknamespace UNIX98/cpio.h/conform UNIX98/cpio.h/linknamespace UNIX98/ctype.h/conform UNIX98/ctype.h/linknamespace UNIX98/dirent.h/conform UNIX98/dirent.h/linknamespace UNIX98/dlfcn.h/conform UNIX98/dlfcn.h/linknamespace UNIX98/errno.h/conform UNIX98/errno.h/linknamespace UNIX98/fcntl.h/conform UNIX98/fcntl.h/linknamespace UNIX98/float.h/conform UNIX98/float.h/linknamespace UNIX98/fmtmsg.h/conform UNIX98/fmtmsg.h/linknamespace UNIX98/fnmatch.h/conform UNIX98/fnmatch.h/linknamespace UNIX98/ftw.h/conform UNIX98/ftw.h/linknamespace UNIX98/glob.h/conform UNIX98/glob.h/linknamespace UNIX98/grp.h/conform UNIX98/grp.h/linknamespace UNIX98/iconv.h/conform UNIX98/iconv.h/linknamespace UNIX98/iso646.h/conform UNIX98/iso646.h/linknamespace UNIX98/langinfo.h/conform UNIX98/langinfo.h/linknamespace UNIX98/libgen.h/conform UNIX98/libgen.h/linknamespace UNIX98/limits.h/conform UNIX98/limits.h/linknamespace UNIX98/locale.h/conform UNIX98/locale.h/linknamespace UNIX98/math.h/conform UNIX98/math.h/linknamespace UNIX98/monetary.h/conform UNIX98/monetary.h/linknamespace UNIX98/mqueue.h/conform UNIX98/mqueue.h/linknamespace UNIX98/ndbm.h/conform UNIX98/ndbm.h/linknamespace UNIX98/netdb.h/conform UNIX98/netdb.h/linknamespace UNIX98/netinet/in.h/conform UNIX98/netinet/in.h/linknamespace UNIX98/nl_types.h/conform UNIX98/nl_types.h/linknamespace UNIX98/poll.h/conform UNIX98/poll.h/linknamespace UNIX98/pthread.h/conform UNIX98/pthread.h/linknamespace UNIX98/pwd.h/conform UNIX98/pwd.h/linknamespace UNIX98/regex.h/conform UNIX98/regex.h/linknamespace UNIX98/sched.h/conform UNIX98/sched.h/linknamespace UNIX98/search.h/conform UNIX98/search.h/linknamespace UNIX98/semaphore.h/conform UNIX98/semaphore.h/linknamespace UNIX98/setjmp.h/conform UNIX98/setjmp.h/linknamespace UNIX98/signal.h/conform UNIX98/signal.h/linknamespace UNIX98/stdarg.h/conform UNIX98/stdarg.h/linknamespace UNIX98/stddef.h/conform UNIX98/stddef.h/linknamespace UNIX98/stdio.h/conform UNIX98/stdio.h/linknamespace UNIX98/stdlib.h/conform UNIX98/stdlib.h/linknamespace UNIX98/string.h/conform UNIX98/string.h/linknamespace UNIX98/strings.h/conform UNIX98/strings.h/linknamespace UNIX98/sys/ipc.h/conform UNIX98/sys/ipc.h/linknamespace UNIX98/sys/mman.h/conform UNIX98/sys/mman.h/linknamespace UNIX98/sys/msg.h/conform UNIX98/sys/msg.h/linknamespace UNIX98/sys/resource.h/conform UNIX98/sys/resource.h/linknamespace UNIX98/sys/sem.h/conform UNIX98/sys/sem.h/linknamespace UNIX98/sys/shm.h/conform UNIX98/sys/shm.h/linknamespace UNIX98/sys/socket.h/conform UNIX98/sys/socket.h/linknamespace UNIX98/sys/stat.h/conform UNIX98/sys/stat.h/linknamespace UNIX98/sys/statvfs.h/conform UNIX98/sys/statvfs.h/linknamespace UNIX98/sys/time.h/conform UNIX98/sys/time.h/linknamespace UNIX98/sys/timeb.h/conform UNIX98/sys/timeb.h/linknamespace UNIX98/sys/times.h/conform UNIX98/sys/times.h/linknamespace UNIX98/sys/types.h/conform UNIX98/sys/types.h/linknamespace UNIX98/sys/uio.h/conform UNIX98/sys/uio.h/linknamespace UNIX98/sys/un.h/conform UNIX98/sys/un.h/linknamespace UNIX98/sys/utsname.h/conform UNIX98/sys/utsname.h/linknamespace UNIX98/sys/wait.h/conform UNIX98/sys/wait.h/linknamespace UNIX98/syslog.h/conform UNIX98/syslog.h/linknamespace UNIX98/tar.h/conform UNIX98/tar.h/linknamespace UNIX98/termios.h/conform UNIX98/termios.h/linknamespace UNIX98/time.h/conform UNIX98/time.h/linknamespace UNIX98/ucontext.h/conform UNIX98/ucontext.h/linknamespace UNIX98/ulimit.h/conform UNIX98/ulimit.h/linknamespace UNIX98/unistd.h/conform UNIX98/unistd.h/linknamespace UNIX98/utime.h/conform UNIX98/utime.h/linknamespace UNIX98/utmpx.h/conform UNIX98/utmpx.h/linknamespace UNIX98/varargs.h/conform UNIX98/varargs.h/linknamespace UNIX98/wchar.h/conform UNIX98/wchar.h/linknamespace UNIX98/wctype.h/conform UNIX98/wctype.h/linknamespace UNIX98/wordexp.h/conform UNIX98/wordexp.h/linknamespace XOPEN2K/aio.h/conform XOPEN2K/aio.h/linknamespace XOPEN2K/arpa/inet.h/conform XOPEN2K/arpa/inet.h/linknamespace XOPEN2K/assert.h/conform XOPEN2K/assert.h/linknamespace XOPEN2K/complex.h/conform XOPEN2K/complex.h/linknamespace XOPEN2K/cpio.h/conform XOPEN2K/cpio.h/linknamespace XOPEN2K/ctype.h/conform XOPEN2K/ctype.h/linknamespace XOPEN2K/dirent.h/conform XOPEN2K/dirent.h/linknamespace XOPEN2K/dlfcn.h/conform XOPEN2K/dlfcn.h/linknamespace XOPEN2K/errno.h/conform XOPEN2K/errno.h/linknamespace XOPEN2K/fcntl.h/conform XOPEN2K/fcntl.h/linknamespace XOPEN2K/fenv.h/conform XOPEN2K/fenv.h/linknamespace XOPEN2K/float.h/conform XOPEN2K/float.h/linknamespace XOPEN2K/fmtmsg.h/conform XOPEN2K/fmtmsg.h/linknamespace XOPEN2K/fnmatch.h/conform XOPEN2K/fnmatch.h/linknamespace XOPEN2K/ftw.h/conform XOPEN2K/ftw.h/linknamespace XOPEN2K/glob.h/conform XOPEN2K/glob.h/linknamespace XOPEN2K/grp.h/conform XOPEN2K/grp.h/linknamespace XOPEN2K/iconv.h/conform XOPEN2K/iconv.h/linknamespace XOPEN2K/inttypes.h/conform XOPEN2K/inttypes.h/linknamespace XOPEN2K/iso646.h/conform XOPEN2K/iso646.h/linknamespace XOPEN2K/langinfo.h/conform XOPEN2K/langinfo.h/linknamespace XOPEN2K/libgen.h/conform XOPEN2K/libgen.h/linknamespace XOPEN2K/limits.h/conform XOPEN2K/limits.h/linknamespace XOPEN2K/locale.h/conform XOPEN2K/locale.h/linknamespace XOPEN2K/math.h/conform XOPEN2K/math.h/linknamespace XOPEN2K/monetary.h/conform XOPEN2K/monetary.h/linknamespace XOPEN2K/mqueue.h/conform XOPEN2K/mqueue.h/linknamespace XOPEN2K/ndbm.h/conform XOPEN2K/ndbm.h/linknamespace XOPEN2K/net/if.h/conform XOPEN2K/net/if.h/linknamespace XOPEN2K/netdb.h/conform XOPEN2K/netdb.h/linknamespace XOPEN2K/netinet/in.h/conform XOPEN2K/netinet/in.h/linknamespace XOPEN2K/netinet/tcp.h/conform XOPEN2K/netinet/tcp.h/linknamespace XOPEN2K/nl_types.h/conform XOPEN2K/nl_types.h/linknamespace XOPEN2K/poll.h/conform XOPEN2K/poll.h/linknamespace XOPEN2K/pthread.h/conform XOPEN2K/pthread.h/linknamespace XOPEN2K/pwd.h/conform XOPEN2K/pwd.h/linknamespace XOPEN2K/regex.h/conform XOPEN2K/regex.h/linknamespace XOPEN2K/sched.h/conform XOPEN2K/sched.h/linknamespace XOPEN2K/search.h/conform XOPEN2K/search.h/linknamespace XOPEN2K/semaphore.h/conform XOPEN2K/semaphore.h/linknamespace XOPEN2K/setjmp.h/conform XOPEN2K/setjmp.h/linknamespace XOPEN2K/signal.h/conform XOPEN2K/signal.h/linknamespace XOPEN2K/spawn.h/conform XOPEN2K/spawn.h/linknamespace XOPEN2K/stdarg.h/conform XOPEN2K/stdarg.h/linknamespace XOPEN2K/stdbool.h/conform XOPEN2K/stdbool.h/linknamespace XOPEN2K/stddef.h/conform XOPEN2K/stddef.h/linknamespace XOPEN2K/stdint.h/conform XOPEN2K/stdint.h/linknamespace XOPEN2K/stdio.h/conform XOPEN2K/stdio.h/linknamespace XOPEN2K/stdlib.h/conform XOPEN2K/stdlib.h/linknamespace XOPEN2K/string.h/conform XOPEN2K/string.h/linknamespace XOPEN2K/strings.h/conform XOPEN2K/strings.h/linknamespace XOPEN2K/sys/ipc.h/conform XOPEN2K/sys/ipc.h/linknamespace XOPEN2K/sys/mman.h/conform XOPEN2K/sys/mman.h/linknamespace XOPEN2K/sys/msg.h/conform XOPEN2K/sys/msg.h/linknamespace XOPEN2K/sys/resource.h/conform XOPEN2K/sys/resource.h/linknamespace XOPEN2K/sys/select.h/conform XOPEN2K/sys/select.h/linknamespace XOPEN2K/sys/sem.h/conform XOPEN2K/sys/sem.h/linknamespace XOPEN2K/sys/shm.h/conform XOPEN2K/sys/shm.h/linknamespace XOPEN2K/sys/socket.h/conform XOPEN2K/sys/socket.h/linknamespace XOPEN2K/sys/stat.h/conform XOPEN2K/sys/stat.h/linknamespace XOPEN2K/sys/statvfs.h/conform XOPEN2K/sys/statvfs.h/linknamespace XOPEN2K/sys/time.h/conform XOPEN2K/sys/time.h/linknamespace XOPEN2K/sys/timeb.h/conform XOPEN2K/sys/timeb.h/linknamespace XOPEN2K/sys/times.h/conform XOPEN2K/sys/times.h/linknamespace XOPEN2K/sys/types.h/conform XOPEN2K/sys/types.h/linknamespace XOPEN2K/sys/uio.h/conform XOPEN2K/sys/uio.h/linknamespace XOPEN2K/sys/un.h/conform XOPEN2K/sys/un.h/linknamespace XOPEN2K/sys/utsname.h/conform XOPEN2K/sys/utsname.h/linknamespace XOPEN2K/sys/wait.h/conform XOPEN2K/sys/wait.h/linknamespace XOPEN2K/syslog.h/conform XOPEN2K/syslog.h/linknamespace XOPEN2K/tar.h/conform XOPEN2K/tar.h/linknamespace XOPEN2K/termios.h/conform XOPEN2K/termios.h/linknamespace XOPEN2K/tgmath.h/conform XOPEN2K/tgmath.h/linknamespace XOPEN2K/time.h/conform XOPEN2K/time.h/linknamespace XOPEN2K/ucontext.h/conform XOPEN2K/ucontext.h/linknamespace XOPEN2K/ulimit.h/conform XOPEN2K/ulimit.h/linknamespace XOPEN2K/unistd.h/conform XOPEN2K/unistd.h/linknamespace XOPEN2K/utime.h/conform XOPEN2K/utime.h/linknamespace XOPEN2K/utmpx.h/conform XOPEN2K/utmpx.h/linknamespace XOPEN2K/wchar.h/conform XOPEN2K/wchar.h/linknamespace XOPEN2K/wctype.h/conform XOPEN2K/wctype.h/linknamespace XOPEN2K/wordexp.h/conform XOPEN2K/wordexp.h/linknamespace XOPEN2K8/aio.h/conform XOPEN2K8/aio.h/linknamespace XOPEN2K8/arpa/inet.h/conform XOPEN2K8/arpa/inet.h/linknamespace XOPEN2K8/assert.h/conform XOPEN2K8/assert.h/linknamespace XOPEN2K8/complex.h/conform XOPEN2K8/complex.h/linknamespace XOPEN2K8/cpio.h/conform XOPEN2K8/cpio.h/linknamespace XOPEN2K8/ctype.h/conform XOPEN2K8/ctype.h/linknamespace XOPEN2K8/dirent.h/conform XOPEN2K8/dirent.h/linknamespace XOPEN2K8/dlfcn.h/conform XOPEN2K8/dlfcn.h/linknamespace XOPEN2K8/errno.h/conform XOPEN2K8/errno.h/linknamespace XOPEN2K8/fcntl.h/conform XOPEN2K8/fcntl.h/linknamespace XOPEN2K8/fenv.h/conform XOPEN2K8/fenv.h/linknamespace XOPEN2K8/float.h/conform XOPEN2K8/float.h/linknamespace XOPEN2K8/fmtmsg.h/conform XOPEN2K8/fmtmsg.h/linknamespace XOPEN2K8/fnmatch.h/conform XOPEN2K8/fnmatch.h/linknamespace XOPEN2K8/ftw.h/conform XOPEN2K8/ftw.h/linknamespace XOPEN2K8/glob.h/conform XOPEN2K8/glob.h/linknamespace XOPEN2K8/grp.h/conform XOPEN2K8/grp.h/linknamespace XOPEN2K8/iconv.h/conform XOPEN2K8/iconv.h/linknamespace XOPEN2K8/inttypes.h/conform XOPEN2K8/inttypes.h/linknamespace XOPEN2K8/iso646.h/conform XOPEN2K8/iso646.h/linknamespace XOPEN2K8/langinfo.h/conform XOPEN2K8/langinfo.h/linknamespace XOPEN2K8/libgen.h/conform XOPEN2K8/libgen.h/linknamespace XOPEN2K8/limits.h/conform XOPEN2K8/limits.h/linknamespace XOPEN2K8/locale.h/conform XOPEN2K8/locale.h/linknamespace XOPEN2K8/math.h/conform XOPEN2K8/math.h/linknamespace XOPEN2K8/monetary.h/conform XOPEN2K8/monetary.h/linknamespace XOPEN2K8/mqueue.h/conform XOPEN2K8/mqueue.h/linknamespace XOPEN2K8/ndbm.h/conform XOPEN2K8/ndbm.h/linknamespace XOPEN2K8/net/if.h/conform XOPEN2K8/net/if.h/linknamespace XOPEN2K8/netdb.h/conform XOPEN2K8/netdb.h/linknamespace XOPEN2K8/netinet/in.h/conform XOPEN2K8/netinet/in.h/linknamespace XOPEN2K8/netinet/tcp.h/conform XOPEN2K8/netinet/tcp.h/linknamespace XOPEN2K8/nl_types.h/conform XOPEN2K8/nl_types.h/linknamespace XOPEN2K8/poll.h/conform XOPEN2K8/poll.h/linknamespace XOPEN2K8/pthread.h/conform XOPEN2K8/pthread.h/linknamespace XOPEN2K8/pwd.h/conform XOPEN2K8/pwd.h/linknamespace XOPEN2K8/regex.h/conform XOPEN2K8/regex.h/linknamespace XOPEN2K8/sched.h/conform XOPEN2K8/sched.h/linknamespace XOPEN2K8/search.h/conform XOPEN2K8/search.h/linknamespace XOPEN2K8/semaphore.h/conform XOPEN2K8/semaphore.h/linknamespace XOPEN2K8/setjmp.h/conform XOPEN2K8/setjmp.h/linknamespace XOPEN2K8/signal.h/conform XOPEN2K8/signal.h/linknamespace XOPEN2K8/spawn.h/conform XOPEN2K8/spawn.h/linknamespace XOPEN2K8/stdarg.h/conform XOPEN2K8/stdarg.h/linknamespace XOPEN2K8/stdbool.h/conform XOPEN2K8/stdbool.h/linknamespace XOPEN2K8/stddef.h/conform XOPEN2K8/stddef.h/linknamespace XOPEN2K8/stdint.h/conform XOPEN2K8/stdint.h/linknamespace XOPEN2K8/stdio.h/conform XOPEN2K8/stdio.h/linknamespace XOPEN2K8/stdlib.h/conform XOPEN2K8/stdlib.h/linknamespace XOPEN2K8/string.h/conform XOPEN2K8/string.h/linknamespace XOPEN2K8/strings.h/conform XOPEN2K8/strings.h/linknamespace XOPEN2K8/sys/ipc.h/conform XOPEN2K8/sys/ipc.h/linknamespace XOPEN2K8/sys/mman.h/conform XOPEN2K8/sys/mman.h/linknamespace XOPEN2K8/sys/msg.h/conform XOPEN2K8/sys/msg.h/linknamespace XOPEN2K8/sys/resource.h/conform XOPEN2K8/sys/resource.h/linknamespace XOPEN2K8/sys/select.h/conform XOPEN2K8/sys/select.h/linknamespace XOPEN2K8/sys/sem.h/conform XOPEN2K8/sys/sem.h/linknamespace XOPEN2K8/sys/shm.h/conform XOPEN2K8/sys/shm.h/linknamespace XOPEN2K8/sys/socket.h/conform XOPEN2K8/sys/socket.h/linknamespace XOPEN2K8/sys/stat.h/conform XOPEN2K8/sys/stat.h/linknamespace XOPEN2K8/sys/statvfs.h/conform XOPEN2K8/sys/statvfs.h/linknamespace XOPEN2K8/sys/time.h/conform XOPEN2K8/sys/time.h/linknamespace XOPEN2K8/sys/times.h/conform XOPEN2K8/sys/times.h/linknamespace XOPEN2K8/sys/types.h/conform XOPEN2K8/sys/types.h/linknamespace XOPEN2K8/sys/uio.h/conform XOPEN2K8/sys/uio.h/linknamespace XOPEN2K8/sys/un.h/conform XOPEN2K8/sys/un.h/linknamespace XOPEN2K8/sys/utsname.h/conform XOPEN2K8/sys/utsname.h/linknamespace XOPEN2K8/sys/wait.h/conform XOPEN2K8/sys/wait.h/linknamespace XOPEN2K8/syslog.h/conform XOPEN2K8/syslog.h/linknamespace XOPEN2K8/tar.h/conform XOPEN2K8/tar.h/linknamespace XOPEN2K8/termios.h/conform XOPEN2K8/termios.h/linknamespace XOPEN2K8/tgmath.h/conform XOPEN2K8/tgmath.h/linknamespace XOPEN2K8/time.h/conform XOPEN2K8/time.h/linknamespace XOPEN2K8/ulimit.h/conform XOPEN2K8/ulimit.h/linknamespace XOPEN2K8/unistd.h/conform XOPEN2K8/unistd.h/linknamespace XOPEN2K8/utime.h/conform XOPEN2K8/utime.h/linknamespace XOPEN2K8/utmpx.h/conform XOPEN2K8/utmpx.h/linknamespace XOPEN2K8/wchar.h/conform XOPEN2K8/wchar.h/linknamespace XOPEN2K8/wctype.h/conform XOPEN2K8/wctype.h/linknamespace XOPEN2K8/wordexp.h/conform XOPEN2K8/wordexp.h/linknamespace XPG4/assert.h/conform XPG4/assert.h/linknamespace XPG4/cpio.h/conform XPG4/cpio.h/linknamespace XPG4/ctype.h/conform XPG4/ctype.h/linknamespace XPG4/dirent.h/conform XPG4/dirent.h/linknamespace XPG4/errno.h/conform XPG4/errno.h/linknamespace XPG4/fcntl.h/conform XPG4/fcntl.h/linknamespace XPG4/float.h/conform XPG4/float.h/linknamespace XPG4/fnmatch.h/conform XPG4/fnmatch.h/linknamespace XPG4/ftw.h/conform XPG4/ftw.h/linknamespace XPG4/glob.h/conform XPG4/glob.h/linknamespace XPG4/grp.h/conform XPG4/grp.h/linknamespace XPG4/iconv.h/conform XPG4/iconv.h/linknamespace XPG4/langinfo.h/conform XPG4/langinfo.h/linknamespace XPG4/limits.h/conform XPG4/limits.h/linknamespace XPG4/locale.h/conform XPG4/locale.h/linknamespace XPG4/math.h/conform XPG4/math.h/linknamespace XPG4/monetary.h/conform XPG4/monetary.h/linknamespace XPG4/nl_types.h/conform XPG4/nl_types.h/linknamespace XPG4/pwd.h/conform XPG4/pwd.h/linknamespace XPG4/regex.h/conform XPG4/regex.h/linknamespace XPG4/search.h/conform XPG4/search.h/linknamespace XPG4/setjmp.h/conform XPG4/setjmp.h/linknamespace XPG4/signal.h/conform XPG4/signal.h/linknamespace XPG4/stdarg.h/conform XPG4/stdarg.h/linknamespace XPG4/stddef.h/conform XPG4/stddef.h/linknamespace XPG4/stdio.h/conform XPG4/stdio.h/linknamespace XPG4/stdlib.h/conform XPG4/stdlib.h/linknamespace XPG4/string.h/conform XPG4/string.h/linknamespace XPG4/sys/ipc.h/conform XPG4/sys/ipc.h/linknamespace XPG4/sys/msg.h/conform XPG4/sys/msg.h/linknamespace XPG4/sys/sem.h/conform XPG4/sys/sem.h/linknamespace XPG4/sys/shm.h/conform XPG4/sys/shm.h/linknamespace XPG4/sys/stat.h/conform XPG4/sys/stat.h/linknamespace XPG4/sys/times.h/conform XPG4/sys/times.h/linknamespace XPG4/sys/types.h/conform XPG4/sys/types.h/linknamespace XPG4/sys/utsname.h/conform XPG4/sys/utsname.h/linknamespace XPG4/sys/wait.h/conform XPG4/sys/wait.h/linknamespace XPG4/tar.h/conform XPG4/tar.h/linknamespace XPG4/termios.h/conform XPG4/termios.h/linknamespace XPG4/time.h/conform XPG4/time.h/linknamespace XPG4/ulimit.h/conform XPG4/ulimit.h/linknamespace XPG4/unistd.h/conform XPG4/unistd.h/linknamespace XPG4/utime.h/conform XPG4/utime.h/linknamespace XPG4/varargs.h/conform XPG4/varargs.h/linknamespace XPG4/wordexp.h/conform XPG4/wordexp.h/linknamespace XPG42/arpa/inet.h/conform XPG42/arpa/inet.h/linknamespace XPG42/assert.h/conform XPG42/assert.h/linknamespace XPG42/cpio.h/conform XPG42/cpio.h/linknamespace XPG42/ctype.h/conform XPG42/ctype.h/linknamespace XPG42/dirent.h/conform XPG42/dirent.h/linknamespace XPG42/errno.h/conform XPG42/errno.h/linknamespace XPG42/fcntl.h/conform XPG42/fcntl.h/linknamespace XPG42/float.h/conform XPG42/float.h/linknamespace XPG42/fmtmsg.h/conform XPG42/fmtmsg.h/linknamespace XPG42/fnmatch.h/conform XPG42/fnmatch.h/linknamespace XPG42/ftw.h/conform XPG42/ftw.h/linknamespace XPG42/glob.h/conform XPG42/glob.h/linknamespace XPG42/grp.h/conform XPG42/grp.h/linknamespace XPG42/iconv.h/conform XPG42/iconv.h/linknamespace XPG42/langinfo.h/conform XPG42/langinfo.h/linknamespace XPG42/libgen.h/conform XPG42/libgen.h/linknamespace XPG42/limits.h/conform XPG42/limits.h/linknamespace XPG42/locale.h/conform XPG42/locale.h/linknamespace XPG42/math.h/conform XPG42/math.h/linknamespace XPG42/monetary.h/conform XPG42/monetary.h/linknamespace XPG42/ndbm.h/conform XPG42/ndbm.h/linknamespace XPG42/netdb.h/conform XPG42/netdb.h/linknamespace XPG42/netinet/in.h/conform XPG42/netinet/in.h/linknamespace XPG42/nl_types.h/conform XPG42/nl_types.h/linknamespace XPG42/poll.h/conform XPG42/poll.h/linknamespace XPG42/pwd.h/conform XPG42/pwd.h/linknamespace XPG42/regex.h/conform XPG42/regex.h/linknamespace XPG42/search.h/conform XPG42/search.h/linknamespace XPG42/setjmp.h/conform XPG42/setjmp.h/linknamespace XPG42/signal.h/conform XPG42/signal.h/linknamespace XPG42/stdarg.h/conform XPG42/stdarg.h/linknamespace XPG42/stddef.h/conform XPG42/stddef.h/linknamespace XPG42/stdio.h/conform XPG42/stdio.h/linknamespace XPG42/stdlib.h/conform XPG42/stdlib.h/linknamespace XPG42/string.h/conform XPG42/string.h/linknamespace XPG42/strings.h/conform XPG42/strings.h/linknamespace XPG42/sys/ipc.h/conform XPG42/sys/ipc.h/linknamespace XPG42/sys/mman.h/conform XPG42/sys/mman.h/linknamespace XPG42/sys/msg.h/conform XPG42/sys/msg.h/linknamespace XPG42/sys/resource.h/conform XPG42/sys/resource.h/linknamespace XPG42/sys/sem.h/conform XPG42/sys/sem.h/linknamespace XPG42/sys/shm.h/conform XPG42/sys/shm.h/linknamespace XPG42/sys/socket.h/conform XPG42/sys/socket.h/linknamespace XPG42/sys/stat.h/conform XPG42/sys/stat.h/linknamespace XPG42/sys/statvfs.h/conform XPG42/sys/statvfs.h/linknamespace XPG42/sys/time.h/conform XPG42/sys/time.h/linknamespace XPG42/sys/timeb.h/conform XPG42/sys/timeb.h/linknamespace XPG42/sys/times.h/conform XPG42/sys/times.h/linknamespace XPG42/sys/types.h/conform XPG42/sys/types.h/linknamespace XPG42/sys/uio.h/conform XPG42/sys/uio.h/linknamespace XPG42/sys/un.h/conform XPG42/sys/un.h/linknamespace XPG42/sys/utsname.h/conform XPG42/sys/utsname.h/linknamespace XPG42/sys/wait.h/conform XPG42/sys/wait.h/linknamespace XPG42/syslog.h/conform XPG42/syslog.h/linknamespace XPG42/tar.h/conform XPG42/tar.h/linknamespace XPG42/termios.h/conform XPG42/termios.h/linknamespace XPG42/time.h/conform XPG42/time.h/linknamespace XPG42/ucontext.h/conform XPG42/ucontext.h/linknamespace XPG42/ulimit.h/conform XPG42/ulimit.h/linknamespace XPG42/unistd.h/conform XPG42/unistd.h/linknamespace XPG42/utime.h/conform XPG42/utime.h/linknamespace XPG42/utmpx.h/conform XPG42/utmpx.h/linknamespace XPG42/varargs.h/conform XPG42/varargs.h/linknamespace XPG42/wordexp.h/conform XPG42/wordexp.h/linknamespace header-list-ISO header-list-ISO11 header-list-ISO99 header-list-POSIX header-list-POSIX2008 header-list-UNIX98 header-list-XOPEN2K header-list-XOPEN2K8 header-list-XPG4 header-list-XPG42 symlist-ISO symlist-ISO11 symlist-ISO99 symlist-POSIX symlist-POSIX2008 symlist-UNIX98 symlist-XOPEN2K symlist-XOPEN2K8 symlist-XPG4 symlist-XPG42 symlist-stdlibs-ISO symlist-stdlibs-ISO11 symlist-stdlibs-ISO99 symlist-stdlibs-POSIX symlist-stdlibs-POSIX2008 symlist-stdlibs-UNIX98 symlist-stdlibs-XOPEN2K symlist-stdlibs-XOPEN2K8 symlist-stdlibs-XPG4 symlist-stdlibs-XPG42 \ > /build/conform/subdir-tests.sum make[2]: Leaving directory '/glibc/conform' make subdir=debug -C debug ..=../ tests make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo ""; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-default-1-def.c.tmp mv /build/debug/tst-fortify-c-default-1-def.c.tmp /build/debug/tst-fortify-c-default-1-def.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo ""; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-default-2-def.c.tmp mv /build/debug/tst-fortify-c-default-2-def.c.tmp /build/debug/tst-fortify-c-default-2-def.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo ""; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-default-3-def.c.tmp mv /build/debug/tst-fortify-c-default-3-def.c.tmp /build/debug/tst-fortify-c-default-3-def.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo ""; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-lfs-1-def.c.tmp mv /build/debug/tst-fortify-c-lfs-1-def.c.tmp /build/debug/tst-fortify-c-lfs-1-def.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo ""; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-lfs-2-def.c.tmp mv /build/debug/tst-fortify-c-lfs-2-def.c.tmp /build/debug/tst-fortify-c-lfs-2-def.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo ""; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-lfs-3-def.c.tmp mv /build/debug/tst-fortify-c-lfs-3-def.c.tmp /build/debug/tst-fortify-c-lfs-3-def.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo "#undef _GNU_SOURCE"; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-nongnu-1-def.c.tmp mv /build/debug/tst-fortify-c-nongnu-1-def.c.tmp /build/debug/tst-fortify-c-nongnu-1-def.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo "#undef _GNU_SOURCE"; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-nongnu-2-def.c.tmp mv /build/debug/tst-fortify-c-nongnu-2-def.c.tmp /build/debug/tst-fortify-c-nongnu-2-def.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo "#undef _GNU_SOURCE"; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-nongnu-3-def.c.tmp mv /build/debug/tst-fortify-c-nongnu-3-def.c.tmp /build/debug/tst-fortify-c-nongnu-3-def.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-default-1-def \ 77 false false > /build/debug/tst-fortify-cc-default-1-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-default-2-def \ 77 false false > /build/debug/tst-fortify-cc-default-2-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-default-3-def \ 77 false false > /build/debug/tst-fortify-cc-default-3-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-lfs-1-def \ 77 false false > /build/debug/tst-fortify-cc-lfs-1-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-lfs-2-def \ 77 false false > /build/debug/tst-fortify-cc-lfs-2-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-lfs-3-def \ 77 false false > /build/debug/tst-fortify-cc-lfs-3-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-nongnu-1-def \ 77 false false > /build/debug/tst-fortify-cc-nongnu-1-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-nongnu-2-def \ 77 false false > /build/debug/tst-fortify-cc-nongnu-2-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-nongnu-3-def \ 77 false false > /build/debug/tst-fortify-cc-nongnu-3-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo ""; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-default-2-time64.c.tmp mv /build/debug/tst-fortify-c-default-2-time64.c.tmp /build/debug/tst-fortify-c-default-2-time64.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo ""; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-default-1-time64.c.tmp mv /build/debug/tst-fortify-c-default-1-time64.c.tmp /build/debug/tst-fortify-c-default-1-time64.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo "#undef _GNU_SOURCE"; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-nongnu-1-time64.c.tmp mv /build/debug/tst-fortify-c-nongnu-1-time64.c.tmp /build/debug/tst-fortify-c-nongnu-1-time64.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo "#undef _GNU_SOURCE"; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-nongnu-2-time64.c.tmp mv /build/debug/tst-fortify-c-nongnu-2-time64.c.tmp /build/debug/tst-fortify-c-nongnu-2-time64.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo ""; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-default-3-time64.c.tmp mv /build/debug/tst-fortify-c-default-3-time64.c.tmp /build/debug/tst-fortify-c-default-3-time64.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ( echo "/* Autogenerated from Makefile. */"; echo "#undef _GNU_SOURCE"; echo "#include \"tst-fortify.c\"" ) > /build/debug/tst-fortify-c-nongnu-3-time64.c.tmp mv /build/debug/tst-fortify-c-nongnu-3-time64.c.tmp /build/debug/tst-fortify-c-nongnu-3-time64.c make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-default-1-time64 \ 77 false false > /build/debug/tst-fortify-cc-default-1-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-default-2-time64 \ 77 false false > /build/debug/tst-fortify-cc-default-2-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-default-3-time64 \ 77 false false > /build/debug/tst-fortify-cc-default-3-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-nongnu-1-time64 \ 77 false false > /build/debug/tst-fortify-cc-nongnu-1-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-nongnu-2-time64 \ 77 false false > /build/debug/tst-fortify-cc-nongnu-2-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/evaluate-test.sh debug/tst-fortify-cc-nongnu-3-time64 \ 77 false false > /build/debug/tst-fortify-cc-nongnu-3-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 backtrace-tst.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/backtrace-tst.o -MD -MP -MF /build/debug/backtrace-tst.o.dt -MT /build/debug/backtrace-tst.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-ssp-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fstack-protector-all -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-ssp-1.o -MD -MP -MF /build/debug/tst-ssp-1.o.dt -MT /build/debug/tst-ssp-1.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-backtrace3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-backtrace3.o -MD -MP -MF /build/debug/tst-backtrace3.o.dt -MT /build/debug/tst-backtrace3.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-realpath-chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/debug/tst-realpath-chk.o -MD -MP -MF /build/debug/tst-realpath-chk.o.dt -MT /build/debug/tst-realpath-chk.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-backtrace2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-backtrace2.o -MD -MP -MF /build/debug/tst-backtrace2.o.dt -MT /build/debug/tst-backtrace2.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-sprintf-fortify-unchecked.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-vsprintf -fno-builtin-__vsprintf_chk -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-sprintf-fortify-unchecked.o -MD -MP -MF /build/debug/tst-sprintf-fortify-unchecked.o.dt -MT /build/debug/tst-sprintf-fortify-unchecked.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-backtrace4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-backtrace4.o -MD -MP -MF /build/debug/tst-backtrace4.o.dt -MT /build/debug/tst-backtrace4.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-backtrace6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-backtrace6.o -MD -MP -MF /build/debug/tst-backtrace6.o.dt -MT /build/debug/tst-backtrace6.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-backtrace5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-backtrace5.o -MD -MP -MF /build/debug/tst-backtrace5.o.dt -MT /build/debug/tst-backtrace5.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=debug execinfo.h > /build/debug/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh debug/check-wrapper-headers $? false false > /build/debug/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-longjmp_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DTOP_NAMESPACE=glibc -o /build/debug/tst-longjmp_chk.o -MD -MP -MF /build/debug/tst-longjmp_chk.o.dt -MT /build/debug/tst-longjmp_chk.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' python3 -B ../scripts/check-obsolete-constructs.py execinfo.h > /build/debug/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh debug/check-obsolete-constructs $? false false > /build/debug/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-fortify-wide.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-wide.o -MD -MP -MF /build/debug/tst-fortify-wide.o.dt -MT /build/debug/tst-fortify-wide.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-sprintf-fortify-rdonly.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-sprintf-fortify-rdonly.o -MD -MP -MF /build/debug/tst-sprintf-fortify-rdonly.o.dt -MT /build/debug/tst-sprintf-fortify-rdonly.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-longjmp_chk2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DTOP_NAMESPACE=glibc -o /build/debug/tst-longjmp_chk2.o -MD -MP -MF /build/debug/tst-longjmp_chk2.o.dt -MT /build/debug/tst-longjmp_chk2.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/backtrace-tst -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/backtrace-tst.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-backtrace3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-backtrace3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-backtrace2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-backtrace2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-backtrace4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-backtrace4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-backtrace6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-backtrace6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-backtrace5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-backtrace5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-realpath-chk -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-realpath-chk.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-chk-cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/debug/tst-chk-cancel.o -MD -MP -MF /build/debug/tst-chk-cancel.o.dt -MT /build/debug/tst-chk-cancel.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-fortify-syslog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-syslog.o -MD -MP -MF /build/debug/tst-fortify-syslog.o.dt -MT /build/debug/tst-fortify-syslog.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-wide -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-wide.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-longjmp_chk -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-longjmp_chk.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-sprintf-fortify-unchecked -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-sprintf-fortify-unchecked.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-sprintf-fortify-rdonly -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-sprintf-fortify-rdonly.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-ssp-1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-ssp-1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-backtrace3 > /build/debug/tst-backtrace3.out; \ ../scripts/evaluate-test.sh debug/tst-backtrace3 $? false false > /build/debug/tst-backtrace3.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-backtrace2 > /build/debug/tst-backtrace2.out; \ ../scripts/evaluate-test.sh debug/tst-backtrace2 $? false false > /build/debug/tst-backtrace2.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/backtrace-tst > /build/debug/backtrace-tst.out; \ ../scripts/evaluate-test.sh debug/backtrace-tst $? false false > /build/debug/backtrace-tst.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-wide > /build/debug/tst-fortify-wide.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-wide $? false false > /build/debug/tst-fortify-wide.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-longjmp_chk > /build/debug/tst-longjmp_chk.out; \ ../scripts/evaluate-test.sh debug/tst-longjmp_chk $? false false > /build/debug/tst-longjmp_chk.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-syslog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-syslog.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-realpath-chk > /build/debug/tst-realpath-chk.out; \ ../scripts/evaluate-test.sh debug/tst-realpath-chk $? false false > /build/debug/tst-realpath-chk.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 test-strcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/test-strcpy_chk.o -MD -MP -MF /build/debug/test-strcpy_chk.o.dt -MT /build/debug/test-strcpy_chk.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 test-stpcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/test-stpcpy_chk.o -MD -MP -MF /build/debug/test-stpcpy_chk.o.dt -MT /build/debug/test-stpcpy_chk.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-sprintf-fortify-rdonly > /build/debug/tst-sprintf-fortify-rdonly.out; \ ../scripts/evaluate-test.sh debug/tst-sprintf-fortify-rdonly $? false false > /build/debug/tst-sprintf-fortify-rdonly.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-sprintf-fortify-unchecked > /build/debug/tst-sprintf-fortify-unchecked.out; \ ../scripts/evaluate-test.sh debug/tst-sprintf-fortify-unchecked $? false false > /build/debug/tst-sprintf-fortify-unchecked.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-longjmp_chk2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-longjmp_chk2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 tst-fortify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify.o -MD -MP -MF /build/debug/tst-fortify.o.dt -MT /build/debug/tst-fortify.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from tst-fortify.c:32: tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: statement with no effect [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ tst-fortify.c: At top level: tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ tst-fortify.c:117:26: warning: 'wp' defined but not used [-Wunused-variable] 117 | static volatile wchar_t *wp; | ^~ tst-fortify.c:116:23: warning: 'p' defined but not used [-Wunused-variable] 116 | static volatile char *p; | ^ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-syslog > /build/debug/tst-fortify-syslog.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-syslog $? false false > /build/debug/tst-fortify-syslog.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-chk-cancel -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-chk-cancel.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/test-stpcpy_chk -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/test-stpcpy_chk.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-longjmp_chk2 > /build/debug/tst-longjmp_chk2.out; \ ../scripts/evaluate-test.sh debug/tst-longjmp_chk2 $? false false > /build/debug/tst-longjmp_chk2.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/test-strcpy_chk -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/test-strcpy_chk.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-ssp-1 > /build/debug/tst-ssp-1.out; \ ../scripts/evaluate-test.sh debug/tst-ssp-1 $? false false > /build/debug/tst-ssp-1.test-result *** stack smashing detected ***: terminated make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify.o: in function `do_test': /glibc/debug/tst-fortify.c:1033:(.text+0x190e): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /glibc/debug/tst-fortify.c:1470:(.text+0x3cda): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify > /build/debug/tst-fortify.out; \ ../scripts/evaluate-test.sh debug/tst-fortify $? false false > /build/debug/tst-fortify.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-chk-cancel > /build/debug/tst-chk-cancel.out; \ ../scripts/evaluate-test.sh debug/tst-chk-cancel $? false false > /build/debug/tst-chk-cancel.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-backtrace4 > /build/debug/tst-backtrace4.out; \ ../scripts/evaluate-test.sh debug/tst-backtrace4 $? false false > /build/debug/tst-backtrace4.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-backtrace5 > /build/debug/tst-backtrace5.out; \ ../scripts/evaluate-test.sh debug/tst-backtrace5 $? false false > /build/debug/tst-backtrace5.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-backtrace6 > /build/debug/tst-backtrace6.out; \ ../scripts/evaluate-test.sh debug/tst-backtrace6 $? false false > /build/debug/tst-backtrace6.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/test-stpcpy_chk > /build/debug/test-stpcpy_chk.out; \ ../scripts/evaluate-test.sh debug/test-stpcpy_chk $? false false > /build/debug/test-stpcpy_chk.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/test-strcpy_chk > /build/debug/test-strcpy_chk.out; \ ../scripts/evaluate-test.sh debug/test-strcpy_chk $? false false > /build/debug/test-strcpy_chk.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-nongnu-1-def.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_LARGEFILE64_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-nongnu-1-def.o -MD -MP -MF /build/debug/tst-fortify-c-nongnu-1-def.o.dt -MT /build/debug/tst-fortify-c-nongnu-1-def.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-nongnu-1-def.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 7 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 2 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ./tst-fortify.c:34: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:40:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 40 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread_chk_warn' declared with attribute warning: pread called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:46:10: note: in expansion of macro '__glibc_fortify' 46 | return __glibc_fortify (pread, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-nongnu-1-def -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-nongnu-1-def.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-1-def.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x35cb): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-1-def.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x8ff7): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-nongnu-1-def > /build/debug/tst-fortify-c-nongnu-1-def.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-nongnu-1-def $? false false > /build/debug/tst-fortify-c-nongnu-1-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-default-1-def.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-default-1-def.o -MD -MP -MF /build/debug/tst-fortify-c-default-1-def.o.dt -MT /build/debug/tst-fortify-c-default-1-def.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-default-1-def.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 7 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 2 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1089:7: warning: 'fgets_unlocked' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1089 | if (fgets_unlocked (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../libio/bits/stdio2.h:342:1: note: in a call to function 'fgets_unlocked' declared with attribute 'access (write_only, 1, 2)' 342 | fgets_unlocked (__fortify_clang_overload_arg (char *, __restrict, __s), | ^~~~~~~~~~~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/bits/sigstksz.h:24, from ../include/bits/sigstksz.h:4, from ../signal/signal.h:328, from ../include/signal.h:2, from ./tst-fortify.c:30: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:40:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 40 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1698:11: warning: 'ptsname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1698 | if (ptsname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1697:12: note: destination object 'smallbuf' of size 2 1697 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:72:8: note: in a call to function 'ptsname_r' declared with attribute 'access (write_only, 2, 3)' 72 | __NTH (ptsname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ ./tst-fortify.c:1826:3: warning: 'ppoll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1826 | ppoll (fds, 2, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ ../include/bits/../../io/bits/poll2.h:95:1: note: in a call to function 'ppoll' declared with attribute 'access (write_only, 1, 2)' 95 | ppoll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:375:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:492:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:755:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:848:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fgets_unlocked', inlined from 'do_test' at ./tst-fortify.c:1089:7: ../libio/bits/stdio2.h:353:12: warning: call to '__fgets_unlocked_chk_warn' declared with attribute warning: fgets_unlocked called with bigger size than length of destination buffer [-Wattribute-warning] 353 | return __fgets_unlocked_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread_chk_warn' declared with attribute warning: pread called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:46:10: note: in expansion of macro '__glibc_fortify' 46 | return __glibc_fortify (pread, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'ptsname_r', inlined from 'do_test' at ./tst-fortify.c:1698:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ptsname_r_chk_warn' declared with attribute warning: ptsname_r called with buflen bigger than size of buf [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:79:10: note: in expansion of macro '__glibc_fortify' 79 | return __glibc_fortify (ptsname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ In function 'ppoll', inlined from 'do_test' at ./tst-fortify.c:1826:3: ../misc/sys/cdefs.h:337:9: warning: call to '__ppoll_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:101:10: note: in expansion of macro '__glibc_fortify' 101 | return __glibc_fortify (ppoll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-nongnu-2-def.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_LARGEFILE64_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-nongnu-2-def.o -MD -MP -MF /build/debug/tst-fortify-c-nongnu-2-def.o.dt -MT /build/debug/tst-fortify-c-nongnu-2-def.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-nongnu-2-def.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ./tst-fortify.c:34: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:40:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 40 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread_chk_warn' declared with attribute warning: pread called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:46:10: note: in expansion of macro '__glibc_fortify' 46 | return __glibc_fortify (pread, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-default-1-def -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-default-1-def.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-default-1-def.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x39d1): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-default-1-def.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x9bb8): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-default-1-def > /build/debug/tst-fortify-c-default-1-def.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-default-1-def $? false false > /build/debug/tst-fortify-c-default-1-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-lfs-1-def.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-lfs-1-def.o -MD -MP -MF /build/debug/tst-fortify-c-lfs-1-def.o.dt -MT /build/debug/tst-fortify-c-lfs-1-def.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-lfs-1-def.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 7 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 2 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1089:7: warning: 'fgets_unlocked' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1089 | if (fgets_unlocked (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../libio/bits/stdio2.h:342:1: note: in a call to function 'fgets_unlocked' declared with attribute 'access (write_only, 1, 2)' 342 | fgets_unlocked (__fortify_clang_overload_arg (char *, __restrict, __s), | ^~~~~~~~~~~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/bits/sigstksz.h:24, from ../include/bits/sigstksz.h:4, from ../signal/signal.h:328, from ../include/signal.h:2, from ./tst-fortify.c:30: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:52:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 52 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1698:11: warning: 'ptsname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1698 | if (ptsname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1697:12: note: destination object 'smallbuf' of size 2 1697 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:72:8: note: in a call to function 'ptsname_r' declared with attribute 'access (write_only, 2, 3)' 72 | __NTH (ptsname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ ./tst-fortify.c:1826:3: warning: 'ppoll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1826 | ppoll (fds, 2, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ ../include/bits/../../io/bits/poll2.h:95:1: note: in a call to function 'ppoll' declared with attribute 'access (write_only, 1, 2)' 95 | ppoll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:375:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:492:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:755:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:848:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fgets_unlocked', inlined from 'do_test' at ./tst-fortify.c:1089:7: ../libio/bits/stdio2.h:353:12: warning: call to '__fgets_unlocked_chk_warn' declared with attribute warning: fgets_unlocked called with bigger size than length of destination buffer [-Wattribute-warning] 353 | return __fgets_unlocked_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:58:10: note: in expansion of macro '__glibc_fortify' 58 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'ptsname_r', inlined from 'do_test' at ./tst-fortify.c:1698:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ptsname_r_chk_warn' declared with attribute warning: ptsname_r called with buflen bigger than size of buf [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:79:10: note: in expansion of macro '__glibc_fortify' 79 | return __glibc_fortify (ptsname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ In function 'ppoll', inlined from 'do_test' at ./tst-fortify.c:1826:3: ../misc/sys/cdefs.h:337:9: warning: call to '__ppoll_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:101:10: note: in expansion of macro '__glibc_fortify' 101 | return __glibc_fortify (ppoll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-nongnu-1-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_LARGEFILE64_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wno-format -Wno-deprecated-declarations -Wno-error -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-nongnu-1-time64.o -MD -MP -MF /build/debug/tst-fortify-c-nongnu-1-time64.o.dt -MT /build/debug/tst-fortify-c-nongnu-1-time64.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-nongnu-1-time64.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 7 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 2 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ./tst-fortify.c:34: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:52:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 52 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:58:10: note: in expansion of macro '__glibc_fortify' 58 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-nongnu-2-def -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-nongnu-2-def.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-2-def.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x32c4): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-2-def.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x6974): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-default-2-def.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-default-2-def.o -MD -MP -MF /build/debug/tst-fortify-c-default-2-def.o.dt -MT /build/debug/tst-fortify-c-default-2-def.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-default-2-def.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1089:7: warning: 'fgets_unlocked' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1089 | if (fgets_unlocked (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../libio/bits/stdio2.h:342:1: note: in a call to function 'fgets_unlocked' declared with attribute 'access (write_only, 1, 2)' 342 | fgets_unlocked (__fortify_clang_overload_arg (char *, __restrict, __s), | ^~~~~~~~~~~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/bits/sigstksz.h:24, from ../include/bits/sigstksz.h:4, from ../signal/signal.h:328, from ../include/signal.h:2, from ./tst-fortify.c:30: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:40:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 40 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1698:11: warning: 'ptsname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1698 | if (ptsname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1697:12: note: destination object 'smallbuf' of size 2 1697 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:72:8: note: in a call to function 'ptsname_r' declared with attribute 'access (write_only, 2, 3)' 72 | __NTH (ptsname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ ./tst-fortify.c:1826:3: warning: 'ppoll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1826 | ppoll (fds, 2, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ ../include/bits/../../io/bits/poll2.h:95:1: note: in a call to function 'ppoll' declared with attribute 'access (write_only, 1, 2)' 95 | ppoll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:375:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:492:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:755:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:848:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fgets_unlocked', inlined from 'do_test' at ./tst-fortify.c:1089:7: ../libio/bits/stdio2.h:353:12: warning: call to '__fgets_unlocked_chk_warn' declared with attribute warning: fgets_unlocked called with bigger size than length of destination buffer [-Wattribute-warning] 353 | return __fgets_unlocked_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread_chk_warn' declared with attribute warning: pread called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:46:10: note: in expansion of macro '__glibc_fortify' 46 | return __glibc_fortify (pread, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'ptsname_r', inlined from 'do_test' at ./tst-fortify.c:1698:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ptsname_r_chk_warn' declared with attribute warning: ptsname_r called with buflen bigger than size of buf [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:79:10: note: in expansion of macro '__glibc_fortify' 79 | return __glibc_fortify (ptsname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ In function 'ppoll', inlined from 'do_test' at ./tst-fortify.c:1826:3: ../misc/sys/cdefs.h:337:9: warning: call to '__ppoll_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:101:10: note: in expansion of macro '__glibc_fortify' 101 | return __glibc_fortify (ppoll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-nongnu-2-def > /build/debug/tst-fortify-c-nongnu-2-def.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-nongnu-2-def $? false false > /build/debug/tst-fortify-c-nongnu-2-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-nongnu-1-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-nongnu-1-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-1-time64.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x35cb): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-1-time64.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x9007): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-lfs-1-def -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-lfs-1-def.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-lfs-1-def.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x39d1): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-lfs-1-def.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x9bc8): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-default-2-def -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-default-2-def.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-default-2-def.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x3707): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-default-2-def.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x7242): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-nongnu-1-time64 > /build/debug/tst-fortify-c-nongnu-1-time64.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-nongnu-1-time64 $? false false > /build/debug/tst-fortify-c-nongnu-1-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-lfs-2-def.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-lfs-2-def.o -MD -MP -MF /build/debug/tst-fortify-c-lfs-2-def.o.dt -MT /build/debug/tst-fortify-c-lfs-2-def.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-lfs-2-def.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1089:7: warning: 'fgets_unlocked' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1089 | if (fgets_unlocked (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../libio/bits/stdio2.h:342:1: note: in a call to function 'fgets_unlocked' declared with attribute 'access (write_only, 1, 2)' 342 | fgets_unlocked (__fortify_clang_overload_arg (char *, __restrict, __s), | ^~~~~~~~~~~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/bits/sigstksz.h:24, from ../include/bits/sigstksz.h:4, from ../signal/signal.h:328, from ../include/signal.h:2, from ./tst-fortify.c:30: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:52:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 52 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1698:11: warning: 'ptsname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1698 | if (ptsname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1697:12: note: destination object 'smallbuf' of size 2 1697 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:72:8: note: in a call to function 'ptsname_r' declared with attribute 'access (write_only, 2, 3)' 72 | __NTH (ptsname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ ./tst-fortify.c:1826:3: warning: 'ppoll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1826 | ppoll (fds, 2, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ ../include/bits/../../io/bits/poll2.h:95:1: note: in a call to function 'ppoll' declared with attribute 'access (write_only, 1, 2)' 95 | ppoll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:375:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:492:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:755:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:848:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fgets_unlocked', inlined from 'do_test' at ./tst-fortify.c:1089:7: ../libio/bits/stdio2.h:353:12: warning: call to '__fgets_unlocked_chk_warn' declared with attribute warning: fgets_unlocked called with bigger size than length of destination buffer [-Wattribute-warning] 353 | return __fgets_unlocked_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:58:10: note: in expansion of macro '__glibc_fortify' 58 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'ptsname_r', inlined from 'do_test' at ./tst-fortify.c:1698:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ptsname_r_chk_warn' declared with attribute warning: ptsname_r called with buflen bigger than size of buf [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:79:10: note: in expansion of macro '__glibc_fortify' 79 | return __glibc_fortify (ptsname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ In function 'ppoll', inlined from 'do_test' at ./tst-fortify.c:1826:3: ../misc/sys/cdefs.h:337:9: warning: call to '__ppoll_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:101:10: note: in expansion of macro '__glibc_fortify' 101 | return __glibc_fortify (ppoll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-lfs-1-def > /build/debug/tst-fortify-c-lfs-1-def.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-lfs-1-def $? false false > /build/debug/tst-fortify-c-lfs-1-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-default-2-def > /build/debug/tst-fortify-c-default-2-def.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-default-2-def $? false false > /build/debug/tst-fortify-c-default-2-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-lfs-2-def -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-lfs-2-def.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-lfs-2-def.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x3707): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-lfs-2-def.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x7252): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-nongnu-2-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_LARGEFILE64_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-format -Wno-deprecated-declarations -Wno-error -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-nongnu-2-time64.o -MD -MP -MF /build/debug/tst-fortify-c-nongnu-2-time64.o.dt -MT /build/debug/tst-fortify-c-nongnu-2-time64.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-nongnu-2-time64.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ./tst-fortify.c:34: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:52:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 52 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:58:10: note: in expansion of macro '__glibc_fortify' 58 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-default-1-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wno-format -Wno-deprecated-declarations -Wno-error -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-default-1-time64.o -MD -MP -MF /build/debug/tst-fortify-c-default-1-time64.o.dt -MT /build/debug/tst-fortify-c-default-1-time64.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-default-1-time64.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 7 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 2 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1089:7: warning: 'fgets_unlocked' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1089 | if (fgets_unlocked (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../libio/bits/stdio2.h:342:1: note: in a call to function 'fgets_unlocked' declared with attribute 'access (write_only, 1, 2)' 342 | fgets_unlocked (__fortify_clang_overload_arg (char *, __restrict, __s), | ^~~~~~~~~~~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/bits/sigstksz.h:24, from ../include/bits/sigstksz.h:4, from ../signal/signal.h:328, from ../include/signal.h:2, from ./tst-fortify.c:30: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:52:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 52 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1698:11: warning: 'ptsname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1698 | if (ptsname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1697:12: note: destination object 'smallbuf' of size 2 1697 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:72:8: note: in a call to function 'ptsname_r' declared with attribute 'access (write_only, 2, 3)' 72 | __NTH (ptsname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ ./tst-fortify.c:1826:3: warning: 'ppoll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1826 | ppoll (fds, 2, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ ../include/bits/../../io/bits/poll2.h:68:1: note: in a call to function 'ppoll' declared with attribute 'access (write_only, 1, 2)' 68 | ppoll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:375:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:492:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:755:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:848:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fgets_unlocked', inlined from 'do_test' at ./tst-fortify.c:1089:7: ../libio/bits/stdio2.h:353:12: warning: call to '__fgets_unlocked_chk_warn' declared with attribute warning: fgets_unlocked called with bigger size than length of destination buffer [-Wattribute-warning] 353 | return __fgets_unlocked_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:58:10: note: in expansion of macro '__glibc_fortify' 58 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'ptsname_r', inlined from 'do_test' at ./tst-fortify.c:1698:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ptsname_r_chk_warn' declared with attribute warning: ptsname_r called with buflen bigger than size of buf [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:79:10: note: in expansion of macro '__glibc_fortify' 79 | return __glibc_fortify (ptsname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ In function 'ppoll', inlined from 'do_test' at ./tst-fortify.c:1826:3: ../misc/sys/cdefs.h:337:9: warning: call to '__ppoll64_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:74:10: note: in expansion of macro '__glibc_fortify' 74 | return __glibc_fortify (ppoll64, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-lfs-2-def > /build/debug/tst-fortify-c-lfs-2-def.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-lfs-2-def $? false false > /build/debug/tst-fortify-c-lfs-2-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-default-2-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-format -Wno-deprecated-declarations -Wno-error -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-default-2-time64.o -MD -MP -MF /build/debug/tst-fortify-c-default-2-time64.o.dt -MT /build/debug/tst-fortify-c-default-2-time64.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-default-2-time64.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:400:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 400 | explicit_bzero (buf + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:517:3: warning: 'explicit_bzero' writing 2 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 517 | explicit_bzero (a.buf1 + 9, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 9 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:70:8: note: in a call to function 'explicit_bzero' declared with attribute 'access (write_only, 1, 2)' 70 | __NTH (explicit_bzero (void *__dest, size_t __len)) | ^~~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:792:3: warning: 'wcslcpy' writing 16 bytes into a region of size 12 overflows the destination [-Wstringop-overflow=] 792 | wcslcpy (wbuf + 7, L"X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 28 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:800:3: warning: 'wcslcpy' writing 32 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 800 | wcslcpy (wbuf + 9, L"XABCDEFGH", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:111:9: note: at offset 36 into destination object 'wbuf' of size 40 111 | wchar_t wbuf[10]; | ^~~~ ../wcsmbs/bits/wchar2.h:139:8: note: in a call to function 'wcslcpy' declared with attribute 'access (write_only, 1, 3)' 139 | __NTH (wcslcpy (__fortify_clang_overload_arg (wchar_t *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1061:7: warning: 'fgets' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1061 | if (fgets (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: ../libio/bits/stdio2.h:305:1: note: in a call to function 'fgets' declared with attribute 'access (write_only, 1, 2)' 305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n, | ^~~~~ ./tst-fortify.c:1089:7: warning: 'fgets_unlocked' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1089 | if (fgets_unlocked (buf, buf_size + 1, stdin) != buf) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../libio/bits/stdio2.h:342:1: note: in a call to function 'fgets_unlocked' declared with attribute 'access (write_only, 1, 2)' 342 | fgets_unlocked (__fortify_clang_overload_arg (char *, __restrict, __s), | ^~~~~~~~~~~~~~ ./tst-fortify.c:1186:7: warning: 'read' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1186 | if (read (fileno (stdin), buf, buf_size + 1) != buf_size + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ In file included from ../include/bits/unistd.h:1, from ../posix/unistd.h:1217, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/bits/sigstksz.h:24, from ../include/bits/sigstksz.h:4, from ../signal/signal.h:328, from ../include/signal.h:2, from ./tst-fortify.c:30: ../posix/bits/unistd.h:26:1: note: in a call to function 'read' declared with attribute 'access (write_only, 2, 3)' 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) | ^~~~ ./tst-fortify.c:1210:7: warning: 'pread' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1210 | if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:52:1: note: in a call to function 'pread' declared with attribute 'access (write_only, 2, 3)' 52 | pread (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~ ./tst-fortify.c:1236:7: warning: 'pread64' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 1236 | if (pread64 (fileno (stdin), buf, buf_size + 1, 2 * buf_size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:110:6: note: destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../posix/bits/unistd.h:66:1: note: in a call to function 'pread64' declared with attribute 'access (write_only, 2, 3)' 66 | pread64 (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), | ^~~~~~~ ./tst-fortify.c:1385:7: warning: 'readlink' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1385 | if (readlink (fname, readlinkbuf + 3, 4) != 3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:81:8: note: in a call to function 'readlink' declared with attribute 'access (write_only, 2, 3)' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~~~~ ../posix/bits/unistd.h:81:1: note: in expansion of macro '__NTH' 81 | __NTH (readlink (const char *__restrict __path, | ^~~~~ ./tst-fortify.c:1410:7: warning: 'readlinkat' writing 4 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1410 | if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1411 | 4) != 3) | ~~ ./tst-fortify.c:1370:8: note: at offset 3 into destination object 'readlinkbuf' of size 4 1370 | char readlinkbuf[4]; | ^~~~~~~~~~~ ../posix/bits/unistd.h:97:8: note: in a call to function 'readlinkat' declared with attribute 'access (write_only, 3, 4)' 97 | __NTH (readlinkat (int __fd, const char *__restrict __path, | ^~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1656:7: warning: 'wcstombs' writing 10 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1656 | wcstombs (smallbuf, wcp, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1654:12: note: destination object 'smallbuf' of size 2 1654 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:159:8: note: in a call to function 'wcstombs' declared with attribute 'access (read_only, 2)' 159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst), | ^~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1698:11: warning: 'ptsname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1698 | if (ptsname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1697:12: note: destination object 'smallbuf' of size 2 1697 | char smallbuf[2]; | ^~~~~~~~ ../stdlib/bits/stdlib.h:72:8: note: in a call to function 'ptsname_r' declared with attribute 'access (write_only, 2, 3)' 72 | __NTH (ptsname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1711:3: warning: 'confstr' writing 4096 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1711 | confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1710:8: note: destination object 'smallbuf' of size 1 1710 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:133:8: note: in a call to function 'confstr' declared with attribute 'access (write_only, 2, 3)' 133 | __NTH (confstr (int __name, __fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' writing 20 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1721:8: note: destination object 'smallbuf' of size 1 1721 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' declared with attribute 'access (write_only, 2, 1)' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1737:11: warning: 'ttyname_r' writing 3 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 1737 | if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1736:12: note: destination object 'smallbuf' of size 2 1736 | char smallbuf[2]; | ^~~~~~~~ ../posix/bits/unistd.h:160:8: note: in a call to function 'ttyname_r' declared with attribute 'access (write_only, 2, 3)' 160 | __NTH (ttyname_r (int __fd, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1749:3: warning: 'gethostname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1749 | gethostname (smallbuf, sizeof (hostnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1748:8: note: destination object 'smallbuf' of size 1 1748 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:189:8: note: in a call to function 'gethostname' declared with attribute 'access (write_only, 1, 2)' 189 | __NTH (gethostname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1758:3: warning: 'getlogin_r' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1758 | getlogin_r (smallbuf, sizeof (loginlarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1757:8: note: destination object 'smallbuf' of size 1 1757 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:175:1: note: in a call to function 'getlogin_r' declared with attribute 'access (write_only, 1, 2)' 175 | getlogin_r (__fortify_clang_overload_arg (char *, ,__buf), size_t __buflen) | ^~~~~~~~~~ ./tst-fortify.c:1768:9: warning: 'getdomainname' writing 1000 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 1768 | res = getdomainname (smallbuf, sizeof (domainnamelarge)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1767:8: note: destination object 'smallbuf' of size 1 1767 | char smallbuf[1]; | ^~~~~~~~ ../posix/bits/unistd.h:204:8: note: in a call to function 'getdomainname' declared with attribute 'access (write_only, 1, 2)' 204 | __NTH (getdomainname (__fortify_clang_overload_arg (char *, ,__buf), | ^~~~~~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1815:3: warning: 'poll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1815 | poll (fds, 2, 0); | ^~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ In file included from ../include/bits/poll2.h:1, from ../io/sys/poll.h:87, from ../include/sys/poll.h:2, from ./tst-fortify.c:36: ../include/bits/../../io/bits/poll2.h:38:1: note: in a call to function 'poll' declared with attribute 'access (write_only, 1, 2)' 38 | poll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~ ./tst-fortify.c:1826:3: warning: 'ppoll' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 1826 | ppoll (fds, 2, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1809:17: note: destination object 'fds' of size 8 1809 | struct pollfd fds[1]; | ^~~ ../include/bits/../../io/bits/poll2.h:68:1: note: in a call to function 'ppoll' declared with attribute 'access (write_only, 1, 2)' 68 | ppoll (__fortify_clang_overload_arg (struct pollfd *, ,__fds), nfds_t __nfds, | ^~~~~ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:400:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: at offset 9 into destination object 'buf' of size 10 110 | char buf[10]; | ^~~ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'explicit_bzero', inlined from 'do_test' at ./tst-fortify.c:517:3: ../string/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: at offset 9 into destination object 'a' of size 10 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ ../string/bits/string_fortified.h:66:6: note: in a call to function '__explicit_bzero_chk' declared with attribute 'access (write_only, 1, 2)' 66 | void __explicit_bzero_chk (void *__dest, size_t __len, size_t __destlen) | ^~~~~~~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:416:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpncpy', inlined from 'do_test' at ./tst-fortify.c:424:3: ../string/bits/string_fortified.h:111:10: warning: '__builtin___strncpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 111 | return __builtin___stpncpy_chk (__dest, __src, __n, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:350:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:358:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:366:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:375:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:384:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:392:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:408:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:412:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'buf' with type 'char[10]' [-Warray-bounds=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:110:6: note: 'buf' declared here 110 | char buf[10]; | ^~~ In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:492:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:436:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:730:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:738:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:746:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:755:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:764:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:780:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:788:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:804:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcpncpy', inlined from 'do_test' at ./tst-fortify.c:808:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcpncpy_chk_warn' declared with attribute warning: wcpncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:112:10: note: in expansion of macro '__glibc_fortify_n' 112 | return __glibc_fortify_n (wcpncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:848:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'fgets', inlined from 'do_test' at ./tst-fortify.c:1061:7: ../libio/bits/stdio2.h:316:12: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer [-Wattribute-warning] 316 | return __fgets_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fgets_unlocked', inlined from 'do_test' at ./tst-fortify.c:1089:7: ../libio/bits/stdio2.h:353:12: warning: call to '__fgets_unlocked_chk_warn' declared with attribute warning: fgets_unlocked called with bigger size than length of destination buffer [-Wattribute-warning] 353 | return __fgets_unlocked_chk_warn (__s, __sz, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread', inlined from 'do_test' at ./tst-fortify.c:1120:7: ../libio/bits/stdio2.h:334:12: warning: call to '__fread_chk_warn' declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 334 | return __fread_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'fread_unlocked', inlined from 'do_test' at ./tst-fortify.c:1159:7: ../libio/bits/stdio2.h:397:12: warning: call to '__fread_unlocked_chk_warn' declared with attribute warning: fread_unlocked called with bigger size * nmemb than length of destination buffer [-Wattribute-warning] 397 | return __fread_unlocked_chk_warn (__ptr, __sz, __size, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read', inlined from 'do_test' at ./tst-fortify.c:1186:7: ../misc/sys/cdefs.h:337:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:32:10: note: in expansion of macro '__glibc_fortify' 32 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread', inlined from 'do_test' at ./tst-fortify.c:1210:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:58:10: note: in expansion of macro '__glibc_fortify' 58 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'pread64', inlined from 'do_test' at ./tst-fortify.c:1236:7: ../misc/sys/cdefs.h:337:9: warning: call to '__pread64_chk_warn' declared with attribute warning: pread64 called with bigger length than size of the destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:72:10: note: in expansion of macro '__glibc_fortify' 72 | return __glibc_fortify (pread64, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'ptsname_r', inlined from 'do_test' at ./tst-fortify.c:1698:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ptsname_r_chk_warn' declared with attribute warning: ptsname_r called with buflen bigger than size of buf [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:79:10: note: in expansion of macro '__glibc_fortify' 79 | return __glibc_fortify (ptsname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ In function 'ppoll', inlined from 'do_test' at ./tst-fortify.c:1826:3: ../misc/sys/cdefs.h:337:9: warning: call to '__ppoll64_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:74:10: note: in expansion of macro '__glibc_fortify' 74 | return __glibc_fortify (ppoll64, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-nongnu-2-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-nongnu-2-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-2-time64.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x32c4): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-2-time64.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x6984): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-nongnu-2-time64 > /build/debug/tst-fortify-c-nongnu-2-time64.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-nongnu-2-time64 $? false false > /build/debug/tst-fortify-c-nongnu-2-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-default-1-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-default-1-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-default-1-time64.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x39d1): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-default-1-time64.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x9bc8): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-default-1-time64 > /build/debug/tst-fortify-c-default-1-time64.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-default-1-time64 $? false false > /build/debug/tst-fortify-c-default-1-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-nongnu-3-def.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_LARGEFILE64_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-nongnu-3-def.o -MD -MP -MF /build/debug/tst-fortify-c-nongnu-3-def.o.dt -MT /build/debug/tst-fortify-c-nongnu-3-def.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-nongnu-3-def.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1722:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1033:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1035:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1040:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1262:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-default-2-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-default-2-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-default-2-time64.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x3707): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-default-2-time64.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x7252): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-nongnu-3-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_LARGEFILE64_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wno-format -Wno-deprecated-declarations -Wno-error -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-nongnu-3-time64.o -MD -MP -MF /build/debug/tst-fortify-c-nongnu-3-time64.o.dt -MT /build/debug/tst-fortify-c-nongnu-3-time64.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-nongnu-3-time64.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1722:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1033:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1035:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1040:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1262:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-default-2-time64 > /build/debug/tst-fortify-c-default-2-time64.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-default-2-time64 $? false false > /build/debug/tst-fortify-c-default-2-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-default-3-def.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-default-3-def.o -MD -MP -MF /build/debug/tst-fortify-c-default-3-def.o.dt -MT /build/debug/tst-fortify-c-default-3-def.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-default-3-def.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1722:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:492:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:848:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1033:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1035:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1040:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1262:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'ptsname_r', inlined from 'do_test' at ./tst-fortify.c:1698:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ptsname_r_chk_warn' declared with attribute warning: ptsname_r called with buflen bigger than size of buf [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:79:10: note: in expansion of macro '__glibc_fortify' 79 | return __glibc_fortify (ptsname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ In function 'ppoll', inlined from 'do_test' at ./tst-fortify.c:1826:3: ../misc/sys/cdefs.h:337:9: warning: call to '__ppoll_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:101:10: note: in expansion of macro '__glibc_fortify' 101 | return __glibc_fortify (ppoll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-lfs-3-def.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wno-format -Wno-deprecated-declarations -Wno-error -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-lfs-3-def.o -MD -MP -MF /build/debug/tst-fortify-c-lfs-3-def.o.dt -MT /build/debug/tst-fortify-c-lfs-3-def.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-lfs-3-def.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1722:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:492:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:848:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1033:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1035:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1040:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1262:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'ptsname_r', inlined from 'do_test' at ./tst-fortify.c:1698:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ptsname_r_chk_warn' declared with attribute warning: ptsname_r called with buflen bigger than size of buf [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:79:10: note: in expansion of macro '__glibc_fortify' 79 | return __glibc_fortify (ptsname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ In function 'ppoll', inlined from 'do_test' at ./tst-fortify.c:1826:3: ../misc/sys/cdefs.h:337:9: warning: call to '__ppoll_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:101:10: note: in expansion of macro '__glibc_fortify' 101 | return __glibc_fortify (ppoll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-nongnu-3-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-nongnu-3-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-3-time64.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:299:(.text+0x3196): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x3257): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-3-time64.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x7502): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 /build/debug/tst-fortify-c-default-3-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wno-format -Wno-deprecated-declarations -Wno-error -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/tst-fortify-c-default-3-time64.o -MD -MP -MF /build/debug/tst-fortify-c-default-3-time64.o.dt -MT /build/debug/tst-fortify-c-default-3-time64.o In file included from ../misc/sys/select.h:30, from ../include/sys/select.h:2, from ../posix/sys/types.h:179, from ../include/sys/types.h:1, from ../stdlib/stdlib.h:514, from ../include/stdlib.h:16, from ./tst-fortify.c:32, from /build/debug/tst-fortify-c-default-3-time64.c:3: ./tst-fortify.c: In function 'do_test': ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1798:3: note: in expansion of macro 'FD_ISSET' 1798 | FD_ISSET (FD_SETSIZE - 1, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ ../bits/select.h:37:51: warning: value computed is not used [-Wunused-value] 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1805:3: note: in expansion of macro 'FD_ISSET' 1805 | FD_ISSET (l0 + FD_SETSIZE, &s); | ^~~~~~~~ ./tst-fortify.c: At top level: ./tst-fortify.c:127:23: warning: 'wstr5' defined but not used [-Wunused-variable] 127 | static const wchar_t *wstr5 = L"World!\n"; | ^~~~~ ./tst-fortify.c:126:23: warning: 'wstr4' defined but not used [-Wunused-variable] 126 | static const wchar_t *wstr4 = L"Hello, "; | ^~~~~ ./tst-fortify.c:125:23: warning: 'wstr3' defined but not used [-Wunused-variable] 125 | static const wchar_t *wstr3 = L"%s%n%s%n"; | ^~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:547:3: warning: 'strlcpy' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 547 | strlcpy (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:159:19: note: at offset 6 into destination object 'buf1' of size 9 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^~~~ In file included from ../include/sys/cdefs.h:10, from ../include/features.h:511, from ./tst-fortify.c:20: ../string/bits/string_fortified.h:161:8: note: in a call to function 'strlcpy' declared with attribute 'access (write_only, 1, 3)' 161 | __NTH (strlcpy (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:584:3: warning: 'strlcat' accessing 4 bytes in a region of size 3 [-Wstringop-overflow=] 584 | strlcat (a.buf1 + (O + 6), "X", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../string/bits/string_fortified.h:179:8: note: in a call to function 'strlcat' declared with attribute 'access (read_write, 1, 3)' 179 | __NTH (strlcat (__fortify_clang_overload_arg (char *, __restrict, __dest), | ^~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ ./tst-fortify.c:1722:9: warning: 'getgroups' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 1722 | ngr = getgroups (5, (gid_t *) smallbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c:1722:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} ../posix/bits/unistd.h:146:8: note: in a call to function 'getgroups' 146 | __NTH (getgroups (int __size, | ^~~~~~~~~ ../misc/sys/cdefs.h:81:62: note: in definition of macro '__NTH' 81 | # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | ^~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: '__getgroups_chk_warn' accessing 4 bytes in a region of size 1 [-Wstringop-overflow=] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:337:9: note: referencing argument 2 of type '__gid_t[0]' {aka 'unsigned int[]'} 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ ../posix/bits/unistd-decl.h: In function 'do_test': ../posix/bits/unistd-decl.h:137:28: note: in a call to function '__getgroups_chk_warn' 137 | extern int __REDIRECT_NTH (__getgroups_chk_warn, | ^~~~~~~~~~~~~~~~~~~~ ../misc/sys/cdefs.h:418:6: note: in definition of macro '__REDIRECT_NTH' 418 | name proto __asm__ (__ASMNAME (#alias)) __THROW | ^~~~ ./tst-fortify.c:458:3: warning: '__builtin___strncat_chk' output truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 458 | strncat (buf, "ZYXWV", 3); | ^ In file included from ../include/bits/string_fortified.h:1, from ../string/string.h:548, from ../include/string.h:60, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from ./tst-fortify.c:28: In function 'memcpy', inlined from 'do_test' at ./tst-fortify.c:467:3: ../string/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memmove', inlined from 'do_test' at ./tst-fortify.c:475:3: ../string/bits/string_fortified.h:36:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In file included from ../include/bits/strings_fortified.h:1, from ../string/strings.h:144, from ../include/strings.h:1, from ../string/string.h:462: In function 'bcopy', inlined from 'do_test' at ./tst-fortify.c:483:3: ../string/bits/strings_fortified.h:25:10: warning: '__builtin___memmove_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 25 | (void) __builtin___memmove_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'mempcpy', inlined from 'do_test' at ./tst-fortify.c:492:16: ../string/bits/string_fortified.h:45:10: warning: '__builtin___memcpy_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 45 | return __builtin___mempcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'memset', inlined from 'do_test' at ./tst-fortify.c:501:3: ../string/bits/string_fortified.h:59:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'bzero', inlined from 'do_test' at ./tst-fortify.c:509:3: ../string/bits/strings_fortified.h:32:10: warning: '__builtin___memset_chk' forming offset 10 is out of the bounds [0, 10] of object 'a' with type 'struct A' [-Warray-bounds=] 32 | (void) __builtin___memset_chk (__dest, '\0', __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tst-fortify.c: In function 'do_test': ./tst-fortify.c:159:44: note: 'a' declared here 159 | struct A { char buf1[9]; char buf2[1]; } a; | ^ In function 'strcpy', inlined from 'do_test' at ./tst-fortify.c:531:3: ../string/bits/string_fortified.h:81:10: warning: '__builtin___memcpy_chk' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'stpcpy', inlined from 'do_test' at ./tst-fortify.c:535:7: ../string/bits/string_fortified.h:90:10: warning: '__builtin___memcpy_chk' writing 2 bytes into a region of size 1 overflows the destination [-Wstringop-overflow=] 90 | return __builtin___stpcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'do_test' at ./tst-fortify.c:539:3: ../string/bits/string_fortified.h:100:10: warning: '__builtin___strncpy_chk' writing 4 bytes into a region of size 3 overflows the destination [-Wstringop-overflow=] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/stdio2.h:1, from ../libio/stdio.h:970, from ../include/stdio.h:14, from ./tst-fortify.c:31: In function 'snprintf', inlined from 'do_test' at ./tst-fortify.c:565:3: ../libio/bits/stdio2.h:68:10: warning: '__builtin___snprintf_chk' specified bound 3 exceeds destination size 2 [-Wstringop-overflow=] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'wmemcpy', inlined from 'do_test' at ./tst-fortify.c:831:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:30:10: note: in expansion of macro '__glibc_fortify_n' 30 | return __glibc_fortify_n (wmemcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemmove', inlined from 'do_test' at ./tst-fortify.c:839:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemmove_chk_warn' declared with attribute warning: wmemmove called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:42:10: note: in expansion of macro '__glibc_fortify_n' 42 | return __glibc_fortify_n (wmemmove, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmempcpy', inlined from 'do_test' at ./tst-fortify.c:848:8: ../misc/sys/cdefs.h:354:9: warning: call to '__wmempcpy_chk_warn' declared with attribute warning: wmempcpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:55:10: note: in expansion of macro '__glibc_fortify_n' 55 | return __glibc_fortify_n (wmempcpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wmemset', inlined from 'do_test' at ./tst-fortify.c:857:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wmemset_chk_warn' declared with attribute warning: wmemset called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:68:10: note: in expansion of macro '__glibc_fortify_n' 68 | return __glibc_fortify_n (wmemset, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsncpy', inlined from 'do_test' at ./tst-fortify.c:879:3: ../misc/sys/cdefs.h:354:9: warning: call to '__wcsncpy_chk_warn' declared with attribute warning: wcsncpy called with length bigger than size of destination buffer [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:100:10: note: in expansion of macro '__glibc_fortify_n' 100 | return __glibc_fortify_n (wcsncpy, __n, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1033:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1035:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1040:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In function 'gets', inlined from 'do_test' at ./tst-fortify.c:1262:7: ../libio/bits/stdio2.h:299:10: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [-Wattribute-warning] 299 | return __gets_warn (__str); | ^~~~~~~~~~~~~~~~~~~ In file included from ../include/bits/socket2.h:1, from ../socket/sys/socket.h:343, from ../include/sys/socket.h:2, from ./tst-fortify.c:38: In function 'recv', inlined from 'do_test' at ./tst-fortify.c:1311:11: ../socket/bits/socket2.h:45:12: warning: call to '__recv_chk_warn' declared with attribute warning: recv called with bigger length than size of destination buffer [-Wattribute-warning] 45 | return __recv_chk_warn (__fd, __buf, __n, __sz, __flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'recvfrom', inlined from 'do_test' at ./tst-fortify.c:1342:11: ../socket/bits/socket2.h:79:12: warning: call to '__recvfrom_chk_warn' declared with attribute warning: recvfrom called with bigger length than size of destination buffer [-Wattribute-warning] 79 | return __recvfrom_chk_warn (__fd, __buf, __n, __sz, __flags, __addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 80 | __addr_len); | ~~~~~~~~~~~ In function 'readlink', inlined from 'do_test' at ./tst-fortify.c:1385:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlink_chk_warn' declared with attribute warning: readlink called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:89:10: note: in expansion of macro '__glibc_fortify' 89 | return __glibc_fortify (readlink, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'readlinkat', inlined from 'do_test' at ./tst-fortify.c:1410:7: ../misc/sys/cdefs.h:337:9: warning: call to '__readlinkat_chk_warn' declared with attribute warning: readlinkat called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:104:10: note: in expansion of macro '__glibc_fortify' 104 | return __glibc_fortify (readlinkat, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getcwd', inlined from 'do_test' at ./tst-fortify.c:1464:8: ../misc/sys/cdefs.h:337:9: warning: call to '__getcwd_chk_warn' declared with attribute warning: getcwd caller with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:116:10: note: in expansion of macro '__glibc_fortify' 116 | return __glibc_fortify (getcwd, __size, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/stdlib.h:1, from ../stdlib/stdlib.h:1159: In function 'realpath', inlined from 'do_test' at ./tst-fortify.c:1511:13: ../stdlib/bits/stdlib.h:53:12: warning: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Wattribute-warning] 53 | return __realpath_chk_warn (__name, __resolved, __sz); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'mbsrtowcs', inlined from 'do_test' at ./tst-fortify.c:1575:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsrtowcs_chk_warn' declared with attribute warning: mbsrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:315:10: note: in expansion of macro '__glibc_fortify_n' 315 | return __glibc_fortify_n (mbsrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbstowcs', inlined from 'do_test' at ./tst-fortify.c:1598:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbstowcs_chk_warn' declared with attribute warning: mbstowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:139:12: note: in expansion of macro '__glibc_fortify_n' 139 | return __glibc_fortify_n (mbstowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'mbsnrtowcs', inlined from 'do_test' at ./tst-fortify.c:1618:7: ../misc/sys/cdefs.h:354:9: warning: call to '__mbsnrtowcs_chk_warn' declared with attribute warning: mbsnrtowcs called with dst buffer smaller than len * sizeof (wchar_t) [-Wattribute-warning] 354 | ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:343:10: note: in expansion of macro '__glibc_fortify_n' 343 | return __glibc_fortify_n (mbsnrtowcs, __len, sizeof (wchar_t), | ^~~~~~~~~~~~~~~~~ In function 'wcsrtombs', inlined from 'do_test' at ./tst-fortify.c:1637:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsrtombs_chk_warn' declared with attribute warning: wcsrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:328:10: note: in expansion of macro '__glibc_fortify' 328 | return __glibc_fortify (wcsrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcstombs', inlined from 'do_test' at ./tst-fortify.c:1656:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcstombs_chk_warn' declared with attribute warning: wcstombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:163:10: note: in expansion of macro '__glibc_fortify' 163 | return __glibc_fortify (wcstombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'wcsnrtombs', inlined from 'do_test' at ./tst-fortify.c:1675:7: ../misc/sys/cdefs.h:337:9: warning: call to '__wcsnrtombs_chk_warn' declared with attribute warning: wcsnrtombs called with dst buffer smaller than len [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../wcsmbs/bits/wchar2.h:356:10: note: in expansion of macro '__glibc_fortify' 356 | return __glibc_fortify (wcsnrtombs, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'ptsname_r', inlined from 'do_test' at ./tst-fortify.c:1698:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ptsname_r_chk_warn' declared with attribute warning: ptsname_r called with buflen bigger than size of buf [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../stdlib/bits/stdlib.h:79:10: note: in expansion of macro '__glibc_fortify' 79 | return __glibc_fortify (ptsname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'confstr', inlined from 'do_test' at ./tst-fortify.c:1711:3: ../misc/sys/cdefs.h:337:9: warning: call to '__confstr_chk_warn' declared with attribute warning: confstr called with bigger length than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:139:10: note: in expansion of macro '__glibc_fortify' 139 | return __glibc_fortify (confstr, __len, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getgroups', inlined from 'do_test' at ./tst-fortify.c:1722:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getgroups_chk_warn' declared with attribute warning: getgroups called with bigger group count than what can fit into destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:153:10: note: in expansion of macro '__glibc_fortify' 153 | return __glibc_fortify (getgroups, __size, sizeof (__gid_t), | ^~~~~~~~~~~~~~~ In function 'ttyname_r', inlined from 'do_test' at ./tst-fortify.c:1737:11: ../misc/sys/cdefs.h:337:9: warning: call to '__ttyname_r_chk_warn' declared with attribute warning: ttyname_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:167:10: note: in expansion of macro '__glibc_fortify' 167 | return __glibc_fortify (ttyname_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'gethostname', inlined from 'do_test' at ./tst-fortify.c:1749:3: ../misc/sys/cdefs.h:337:9: warning: call to '__gethostname_chk_warn' declared with attribute warning: gethostname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:195:10: note: in expansion of macro '__glibc_fortify' 195 | return __glibc_fortify (gethostname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getlogin_r', inlined from 'do_test' at ./tst-fortify.c:1758:3: ../misc/sys/cdefs.h:337:9: warning: call to '__getlogin_r_chk_warn' declared with attribute warning: getlogin_r called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:180:10: note: in expansion of macro '__glibc_fortify' 180 | return __glibc_fortify (getlogin_r, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In function 'getdomainname', inlined from 'do_test' at ./tst-fortify.c:1768:9: ../misc/sys/cdefs.h:337:9: warning: call to '__getdomainname_chk_warn' declared with attribute warning: getdomainname called with bigger buflen than size of destination buffer [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../posix/bits/unistd.h:210:10: note: in expansion of macro '__glibc_fortify' 210 | return __glibc_fortify (getdomainname, __buflen, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from ../include/bits/select2.h:1, from ../misc/sys/select.h:150: ./tst-fortify.c: In function 'do_test': ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:33:27: note: in expansion of macro '__FD_ELT' 33 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] |= __FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:85:33: note: in expansion of macro '__FD_SET' 85 | #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1779:3: note: in expansion of macro 'FD_SET' 1779 | FD_SET (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:35:27: note: in expansion of macro '__FD_ELT' 35 | ((void) (__FDS_BITS (s)[__FD_ELT(d)] &= ~__FD_MASK(d))) | ^~~~~~~~ ../misc/sys/select.h:86:33: note: in expansion of macro '__FD_CLR' 86 | #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) | ^~~~~~~~ ./tst-fortify.c:1790:3: note: in expansion of macro 'FD_CLR' 1790 | FD_CLR (FD_SETSIZE, &s); | ^~~~~~ ../include/bits/../../misc/bits/select2.h:32:12: warning: call to '__fdelt_warn' declared with attribute warning: bit outside of fd_set selected [-Wattribute-warning] 32 | : __fdelt_warn (__d)) \ | ^~~~~~~~~~~~~~~~~~ ../bits/select.h:37:20: note: in expansion of macro '__FD_ELT' 37 | ((__FDS_BITS (s)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | ^~~~~~~~ ../misc/sys/select.h:87:33: note: in expansion of macro '__FD_ISSET' 87 | #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) | ^~~~~~~~~~ ./tst-fortify.c:1801:3: note: in expansion of macro 'FD_ISSET' 1801 | FD_ISSET (FD_SETSIZE, &s); | ^~~~~~~~ In function 'poll', inlined from 'do_test' at ./tst-fortify.c:1815:3: ../misc/sys/cdefs.h:337:9: warning: call to '__poll_chk_warn' declared with attribute warning: poll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:44:10: note: in expansion of macro '__glibc_fortify' 44 | return __glibc_fortify (poll, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ In function 'ppoll', inlined from 'do_test' at ./tst-fortify.c:1826:3: ../misc/sys/cdefs.h:337:9: warning: call to '__ppoll64_chk_warn' declared with attribute warning: ppoll called with fds buffer too small file nfds entries [-Wattribute-warning] 337 | ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bits/../../io/bits/poll2.h:74:10: note: in expansion of macro '__glibc_fortify' 74 | return __glibc_fortify (ppoll64, __nfds, sizeof (*__fds), | ^~~~~~~~~~~~~~~ make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-nongnu-3-def -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-nongnu-3-def.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-3-def.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:299:(.text+0x31a0): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x3261): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-nongnu-3-def.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x74c5): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-nongnu-3-time64 > /build/debug/tst-fortify-c-nongnu-3-time64.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-nongnu-3-time64 $? false false > /build/debug/tst-fortify-c-nongnu-3-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-nongnu-3-def > /build/debug/tst-fortify-c-nongnu-3-def.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-nongnu-3-def $? false false > /build/debug/tst-fortify-c-nongnu-3-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-default-3-def -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-default-3-def.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-default-3-def.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:299:(.text+0x373a): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x37f7): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-default-3-def.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x7fc4): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-default-3-time64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-default-3-time64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-default-3-time64.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:299:(.text+0x3735): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x37f6): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-default-3-time64.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x7feb): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' gcc -m32 -o /build/debug/tst-fortify-c-lfs-3-def -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/debug/tst-fortify-c-lfs-3-def.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/debug/tst-fortify-c-lfs-3-def.o: in function `gets': /glibc/debug/../libio/bits/stdio2.h:299:(.text+0x3735): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /glibc/debug/../libio/bits/stdio2.h:298:(.text+0x37f6): warning: the `gets' function is dangerous and should not be used. /usr/bin/ld: /build/debug/tst-fortify-c-lfs-3-def.o: in function `getwd': /glibc/debug/../posix/bits/unistd.h:127:(.text+0x7feb): warning: the `getwd' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-default-3-def > /build/debug/tst-fortify-c-default-3-def.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-default-3-def $? false false > /build/debug/tst-fortify-c-default-3-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-default-3-time64 > /build/debug/tst-fortify-c-default-3-time64.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-default-3-time64 $? false false > /build/debug/tst-fortify-c-default-3-time64.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/debug/tst-fortify-c-lfs-3-def > /build/debug/tst-fortify-c-lfs-3-def.out; \ ../scripts/evaluate-test.sh debug/tst-fortify-c-lfs-3-def $? false false > /build/debug/tst-fortify-c-lfs-3-def.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ execinfo.h > /build/debug/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh debug/check-installed-headers-c $? false false > /build/debug/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/debug' make[2]: Entering directory '/glibc/debug' ../scripts/merge-test-results.sh -s /build/debug/ debug \ backtrace-tst check-installed-headers-c check-obsolete-constructs check-wrapper-headers test-stpcpy_chk test-strcpy_chk tst-backtrace2 tst-backtrace3 tst-backtrace4 tst-backtrace5 tst-backtrace6 tst-chk-cancel tst-fortify tst-fortify-c-default-1-def tst-fortify-c-default-1-time64 tst-fortify-c-default-2-def tst-fortify-c-default-2-time64 tst-fortify-c-default-3-def tst-fortify-c-default-3-time64 tst-fortify-c-lfs-1-def tst-fortify-c-lfs-2-def tst-fortify-c-lfs-3-def tst-fortify-c-nongnu-1-def tst-fortify-c-nongnu-1-time64 tst-fortify-c-nongnu-2-def tst-fortify-c-nongnu-2-time64 tst-fortify-c-nongnu-3-def tst-fortify-c-nongnu-3-time64 tst-fortify-cc-default-1-def tst-fortify-cc-default-1-time64 tst-fortify-cc-default-2-def tst-fortify-cc-default-2-time64 tst-fortify-cc-default-3-def tst-fortify-cc-default-3-time64 tst-fortify-cc-lfs-1-def tst-fortify-cc-lfs-2-def tst-fortify-cc-lfs-3-def tst-fortify-cc-nongnu-1-def tst-fortify-cc-nongnu-1-time64 tst-fortify-cc-nongnu-2-def tst-fortify-cc-nongnu-2-time64 tst-fortify-cc-nongnu-3-def tst-fortify-cc-nongnu-3-time64 tst-fortify-syslog tst-fortify-wide tst-longjmp_chk tst-longjmp_chk2 tst-realpath-chk tst-sprintf-fortify-rdonly tst-sprintf-fortify-unchecked tst-ssp-1 \ > /build/debug/subdir-tests.sum make[2]: Leaving directory '/glibc/debug' make subdir=mathvec -C mathvec ..=../ tests make[2]: Entering directory '/glibc/mathvec' ../scripts/merge-test-results.sh -s /build/mathvec/ mathvec \ \ > /build/mathvec/subdir-tests.sum make[2]: Leaving directory '/glibc/mathvec' make subdir=support -C support ..=../ tests make[2]: Entering directory '/glibc/support' gcc -m32 README-testing.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/README-testing.o -MD -MP -MF /build/support/README-testing.o.dt -MT /build/support/README-testing.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-test_compare_string.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-test_compare_string.o -MD -MP -MF /build/support/tst-test_compare_string.o.dt -MT /build/support/tst-test_compare_string.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-test_compare.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-test_compare.o -MD -MP -MF /build/support/tst-test_compare.o.dt -MT /build/support/tst-test_compare.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/README-testing -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/README-testing.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_blob_repeat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_blob_repeat.o -MD -MP -MF /build/support/tst-support_blob_repeat.o.dt -MT /build/support/tst-support_blob_repeat.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-test_compare_blob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-test_compare_blob.o -MD -MP -MF /build/support/tst-test_compare_blob.o.dt -MT /build/support/tst-test_compare_blob.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-test_compare_string_wide.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-test_compare_string_wide.o -MD -MP -MF /build/support/tst-test_compare_string_wide.o.dt -MT /build/support/tst-test_compare_string_wide.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/README-testing > /build/support/README-testing.out; \ ../scripts/evaluate-test.sh support/README-testing $? false false > /build/support/README-testing.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' PYTHONPATH=../scripts python3 -B tst-glibcpp.py > /build/support/tst-glibcpp.out 2>&1; \ ../scripts/evaluate-test.sh support/tst-glibcpp $? false false > /build/support/tst-glibcpp.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_format_dns_packet.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_format_dns_packet.o -MD -MP -MF /build/support/tst-support_format_dns_packet.o.dt -MT /build/support/tst-support_format_dns_packet.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_quote_blob_wide.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_quote_blob_wide.o -MD -MP -MF /build/support/tst-support_quote_blob_wide.o.dt -MT /build/support/tst-support_quote_blob_wide.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_quote_blob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_quote_blob.o -MD -MP -MF /build/support/tst-support_quote_blob.o.dt -MT /build/support/tst-support_quote_blob.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-xdirent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-xdirent.o -MD -MP -MF /build/support/tst-xdirent.o.dt -MT /build/support/tst-xdirent.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-xreadlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-xreadlink.o -MD -MP -MF /build/support/tst-xreadlink.o.dt -MT /build/support/tst-xreadlink.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-xsigstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-xsigstack.o -MD -MP -MF /build/support/tst-xsigstack.o.dt -MT /build/support/tst-xsigstack.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_quote_string.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_quote_string.o -MD -MP -MF /build/support/tst-support_quote_string.o.dt -MT /build/support/tst-support_quote_string.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support-namespace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support-namespace.o -MD -MP -MF /build/support/tst-support-namespace.o.dt -MT /build/support/tst-support-namespace.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-timespec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-timespec.o -MD -MP -MF /build/support/tst-timespec.o.dt -MT /build/support/tst-timespec.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_record_failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_record_failure.o -MD -MP -MF /build/support/tst-support_record_failure.o.dt -MT /build/support/tst-support_record_failure.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support-process_state.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support-process_state.o -MD -MP -MF /build/support/tst-support-process_state.o.dt -MT /build/support/tst-support-process_state.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_readdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_readdir.o -MD -MP -MF /build/support/tst-support_readdir.o.dt -MT /build/support/tst-support_readdir.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support-open-dev-null-range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support-open-dev-null-range.o -MD -MP -MF /build/support/tst-support-open-dev-null-range.o.dt -MT /build/support/tst-support-open-dev-null-range.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-test_compare -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-test_compare.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-test_compare_string -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-test_compare_string.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_blob_repeat -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_blob_repeat.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-test_compare_blob -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-test_compare_blob.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-test_compare_string_wide -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-test_compare_string_wide.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-test_compare > /build/support/tst-test_compare.out; \ ../scripts/evaluate-test.sh support/tst-test_compare $? false false > /build/support/tst-test_compare.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-test_compare_string > /build/support/tst-test_compare_string.out; \ ../scripts/evaluate-test.sh support/tst-test_compare_string $? false false > /build/support/tst-test_compare_string.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_format_dns_packet -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_format_dns_packet.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_descriptors.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_descriptors.o -MD -MP -MF /build/support/tst-support_descriptors.o.dt -MT /build/support/tst-support_descriptors.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_quote_blob -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_quote_blob.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_quote_blob_wide -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_quote_blob_wide.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-test_compare_blob > /build/support/tst-test_compare_blob.out; \ ../scripts/evaluate-test.sh support/tst-test_compare_blob $? false false > /build/support/tst-test_compare_blob.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_format_dns_packet > /build/support/tst-support_format_dns_packet.out; \ ../scripts/evaluate-test.sh support/tst-support_format_dns_packet $? false false > /build/support/tst-support_format_dns_packet.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-test_compare_string_wide > /build/support/tst-test_compare_string_wide.out; \ ../scripts/evaluate-test.sh support/tst-test_compare_string_wide $? false false > /build/support/tst-test_compare_string_wide.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-xdirent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-xdirent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-xsigstack -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-xsigstack.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_record_failure -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_record_failure.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-timespec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-timespec.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_quote_blob > /build/support/tst-support_quote_blob.out; \ ../scripts/evaluate-test.sh support/tst-support_quote_blob $? false false > /build/support/tst-support_quote_blob.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-xreadlink -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-xreadlink.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_quote_blob_wide > /build/support/tst-support_quote_blob_wide.out; \ ../scripts/evaluate-test.sh support/tst-support_quote_blob_wide $? false false > /build/support/tst-support_quote_blob_wide.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_quote_string -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_quote_string.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support-namespace -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support-namespace.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support-process_state -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support-process_state.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-xdirent > /build/support/tst-xdirent.out; \ ../scripts/evaluate-test.sh support/tst-xdirent $? false false > /build/support/tst-xdirent.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_record_failure > /build/support/tst-support_record_failure.out; \ ../scripts/evaluate-test.sh support/tst-support_record_failure $? false false > /build/support/tst-support_record_failure.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-timespec > /build/support/tst-timespec.out; \ ../scripts/evaluate-test.sh support/tst-timespec $? false false > /build/support/tst-timespec.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_readdir -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_readdir.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-xsigstack > /build/support/tst-xsigstack.out; \ ../scripts/evaluate-test.sh support/tst-xsigstack $? false false > /build/support/tst-xsigstack.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support-namespace > /build/support/tst-support-namespace.out; \ ../scripts/evaluate-test.sh support/tst-support-namespace $? false false > /build/support/tst-support-namespace.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_capture_subprocess.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_capture_subprocess.o -MD -MP -MF /build/support/tst-support_capture_subprocess.o.dt -MT /build/support/tst-support_capture_subprocess.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_quote_string > /build/support/tst-support_quote_string.out; \ ../scripts/evaluate-test.sh support/tst-support_quote_string $? false false > /build/support/tst-support_quote_string.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_readdir > /build/support/tst-support_readdir.out; \ ../scripts/evaluate-test.sh support/tst-support_readdir $? false false > /build/support/tst-support_readdir.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support-open-dev-null-range -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support-open-dev-null-range.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support-process_state > /build/support/tst-support-process_state.out; \ ../scripts/evaluate-test.sh support/tst-support-process_state $? false false > /build/support/tst-support-process_state.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support-open-dev-null-range > /build/support/tst-support-open-dev-null-range.out; \ ../scripts/evaluate-test.sh support/tst-support-open-dev-null-range $? false false > /build/support/tst-support-open-dev-null-range.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_descriptors -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_descriptors.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 tst-support_fuse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/tst-support_fuse.o -MD -MP -MF /build/support/tst-support_fuse.o.dt -MT /build/support/tst-support_fuse.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_descriptors > /build/support/tst-support_descriptors.out; \ ../scripts/evaluate-test.sh support/tst-support_descriptors $? false false > /build/support/tst-support_descriptors.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' /bin/sh tst-support_record_failure-2.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' ' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' \ > /build/support/tst-support_record_failure-2.out; \ ../scripts/evaluate-test.sh support/tst-support_record_failure-2 $? false false > /build/support/tst-support_record_failure-2.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_capture_subprocess -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_capture_subprocess.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' gcc -m32 -o /build/support/tst-support_fuse -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/support/tst-support_fuse.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_fuse > /build/support/tst-support_fuse.out; \ ../scripts/evaluate-test.sh support/tst-support_fuse $? false false > /build/support/tst-support_fuse.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-xreadlink > /build/support/tst-xreadlink.out; \ ../scripts/evaluate-test.sh support/tst-xreadlink $? false false > /build/support/tst-xreadlink.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_capture_subprocess -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_capture_subprocess > /build/support/tst-support_capture_subprocess.out; \ ../scripts/evaluate-test.sh support/tst-support_capture_subprocess $? false false > /build/support/tst-support_capture_subprocess.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/support/tst-support_blob_repeat > /build/support/tst-support_blob_repeat.out; \ ../scripts/evaluate-test.sh support/tst-support_blob_repeat $? false false > /build/support/tst-support_blob_repeat.test-result make[2]: Leaving directory '/glibc/support' make[2]: Entering directory '/glibc/support' ../scripts/merge-test-results.sh -s /build/support/ support \ README-testing tst-glibcpp tst-support-namespace tst-support-open-dev-null-range tst-support-process_state tst-support_blob_repeat tst-support_capture_subprocess tst-support_descriptors tst-support_format_dns_packet tst-support_fuse tst-support_quote_blob tst-support_quote_blob_wide tst-support_quote_string tst-support_readdir tst-support_record_failure tst-support_record_failure-2 tst-test_compare tst-test_compare_blob tst-test_compare_string tst-test_compare_string_wide tst-timespec tst-xdirent tst-xreadlink tst-xsigstack \ > /build/support/subdir-tests.sum make[2]: Leaving directory '/glibc/support' make subdir=nptl_db -C nptl_db ..=../ tests make[2]: Entering directory '/glibc/nptl_db' sed '/^[ ]*%/!s/#.*$//;/^[ ]*$/d;s/^[ ]*%/#/' \ db-symbols.awk \ | gcc -m32 -E -undef -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -x assembler-with-cpp - \ > /build/nptl_db/db-symbols.v.iT mv -f /build/nptl_db/db-symbols.v.iT /build/nptl_db/db-symbols.v.i make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' LC_ALL=C objdump --dynamic-syms /build/libc.so > /build/libc.dynsymT mv -f /build/libc.dynsymT /build/libc.dynsym make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' LC_ALL=C objdump --dynamic-syms /build/nptl_db/libthread_db.so > /build/nptl_db/libthread_db.dynsymT mv -f /build/nptl_db/libthread_db.dynsymT /build/nptl_db/libthread_db.dynsym make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' LC_ALL=C gawk -v include_private=1 -f ../scripts/abilist.awk /build/libc.dynsym > /build/nptl_db/libc.symlist-privateT mv -f /build/nptl_db/libc.symlist-privateT /build/nptl_db/libc.symlist-private make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' LC_ALL=C gawk -f ../scripts/abilist.awk /build/nptl_db/libthread_db.dynsym > /build/nptl_db/libthread_db.symlistT mv -f /build/nptl_db/libthread_db.symlistT /build/nptl_db/libthread_db.symlist make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libthread_db.abilist /build/nptl_db/libthread_db.symlist > /build/nptl_db/check-abi-libthread_db.out; \ ../scripts/evaluate-test.sh nptl_db/check-abi-libthread_db $? false false > /build/nptl_db/check-abi-libthread_db.test-result make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' LC_ALL=C gawk -f /build/nptl_db/db-symbols.v.i /build/nptl_db/libc.symlist-private > /build/nptl_db/db-symbols.out; \ ../scripts/evaluate-test.sh nptl_db/db-symbols $? false false > /build/nptl_db/db-symbols.test-result make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=nptl_db proc_service.h thread_db.h sys/procfs.h > /build/nptl_db/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh nptl_db/check-wrapper-headers $? false false > /build/nptl_db/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' python3 -B ../scripts/check-obsolete-constructs.py ../sysdeps/nptl/proc_service.h ../sysdeps/nptl/thread_db.h ../sysdeps/unix/sysv/linux/sys/procfs.h > /build/nptl_db/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh nptl_db/check-obsolete-constructs $? false false > /build/nptl_db/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ proc_service.h thread_db.h sys/procfs.h > /build/nptl_db/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh nptl_db/check-installed-headers-c $? false false > /build/nptl_db/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/nptl_db' make[2]: Entering directory '/glibc/nptl_db' ../scripts/merge-test-results.sh -s /build/nptl_db/ nptl_db \ check-abi-libthread_db check-installed-headers-c check-obsolete-constructs check-wrapper-headers db-symbols \ > /build/nptl_db/subdir-tests.sum make[2]: Leaving directory '/glibc/nptl_db' rm /build/nptl_db/libthread_db.dynsym make subdir=inet -C inet ..=../ tests make[2]: Entering directory '/glibc/inet' gcc -m32 bug-if1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/bug-if1.o -MD -MP -MF /build/inet/bug-if1.o.dt -MT /build/inet/bug-if1.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 htontest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/htontest.o -MD -MP -MF /build/inet/htontest.o.dt -MT /build/inet/htontest.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 test-hnto-types.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/test-hnto-types.o -MD -MP -MF /build/inet/test-hnto-types.o.dt -MT /build/inet/test-hnto-types.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=inet arpa/ftp.h arpa/inet.h arpa/telnet.h arpa/tftp.h protocols/routed.h protocols/rwhod.h protocols/talkd.h protocols/timed.h bits/in.h ifaddrs.h netinet/ether.h netinet/icmp6.h netinet/if_ether.h netinet/igmp.h netinet/in.h netinet/in_systm.h netinet/ip.h netinet/ip6.h netinet/tcp.h rpc/netdb.h netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netinet/if_fddi.h netinet/if_tr.h netipx/ipx.h netiucv/iucv.h netpacket/packet.h netrom/netrom.h netrose/rose.h netinet/ip_icmp.h netinet/udp.h > /build/inet/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh inet/check-wrapper-headers $? false false > /build/inet/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-checks-posix.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -std=c99 -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-checks-posix.o -MD -MP -MF /build/inet/tst-checks-posix.o.dt -MT /build/inet/tst-checks-posix.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/bug-if1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/bug-if1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-checks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-checks.o -MD -MP -MF /build/inet/tst-checks.o.dt -MT /build/inet/tst-checks.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-if_index-long.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-if_index-long.o -MD -MP -MF /build/inet/tst-if_index-long.o.dt -MT /build/inet/tst-if_index-long.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/htontest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/htontest.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/bug-if1 > /build/inet/bug-if1.out; \ ../scripts/evaluate-test.sh inet/bug-if1 $? false false > /build/inet/bug-if1.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-ether_aton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-ether_aton.o -MD -MP -MF /build/inet/tst-ether_aton.o.dt -MT /build/inet/tst-ether_aton.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-ether_line.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-ether_line.o -MD -MP -MF /build/inet/tst-ether_line.o.dt -MT /build/inet/tst-ether_line.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/test-hnto-types -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/test-hnto-types.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 test_ifindex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/test_ifindex.o -MD -MP -MF /build/inet/test_ifindex.o.dt -MT /build/inet/test_ifindex.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/htontest > /build/inet/htontest.out; \ ../scripts/evaluate-test.sh inet/htontest $? false false > /build/inet/htontest.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-getni2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-getni2.o -MD -MP -MF /build/inet/tst-getni2.o.dt -MT /build/inet/tst-getni2.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-getni1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-getni1.o -MD -MP -MF /build/inet/tst-getni1.o.dt -MT /build/inet/tst-getni1.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/test-hnto-types > /build/inet/test-hnto-types.out; \ ../scripts/evaluate-test.sh inet/test-hnto-types $? false false > /build/inet/test-hnto-types.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 test-ifaddrs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/test-ifaddrs.o -MD -MP -MF /build/inet/test-ifaddrs.o.dt -MT /build/inet/test-ifaddrs.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-if_nameindex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-if_nameindex.o -MD -MP -MF /build/inet/tst-if_nameindex.o.dt -MT /build/inet/tst-if_nameindex.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-network.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-network.o -MD -MP -MF /build/inet/tst-network.o.dt -MT /build/inet/tst-network.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-ntoa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-ntoa.o -MD -MP -MF /build/inet/tst-ntoa.o.dt -MT /build/inet/tst-ntoa.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' python3 -B ../scripts/check-obsolete-constructs.py arpa/ftp.h arpa/inet.h arpa/telnet.h arpa/tftp.h protocols/routed.h protocols/rwhod.h protocols/talkd.h protocols/timed.h ../sysdeps/unix/sysv/linux/bits/in.h ifaddrs.h netinet/ether.h netinet/icmp6.h ../sysdeps/unix/sysv/linux/netinet/if_ether.h netinet/igmp.h netinet/in.h ../sysdeps/generic/netinet/in_systm.h ../sysdeps/generic/netinet/ip.h netinet/ip6.h ../sysdeps/gnu/netinet/tcp.h rpc/netdb.h ../sysdeps/unix/sysv/linux/netash/ash.h ../sysdeps/unix/sysv/linux/netatalk/at.h ../sysdeps/unix/sysv/linux/netax25/ax25.h ../sysdeps/unix/sysv/linux/neteconet/ec.h ../sysdeps/unix/sysv/linux/netinet/if_fddi.h ../sysdeps/unix/sysv/linux/netinet/if_tr.h ../sysdeps/unix/sysv/linux/netipx/ipx.h ../sysdeps/unix/sysv/linux/netiucv/iucv.h ../sysdeps/unix/sysv/linux/netpacket/packet.h ../sysdeps/unix/sysv/linux/netrom/netrom.h ../sysdeps/unix/sysv/linux/netrose/rose.h ../sysdeps/gnu/netinet/ip_icmp.h ../sysdeps/gnu/netinet/udp.h > /build/inet/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh inet/check-obsolete-constructs $? false false > /build/inet/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-sockaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-strict-aliasing -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-sockaddr.o -MD -MP -MF /build/inet/tst-sockaddr.o.dt -MT /build/inet/tst-sockaddr.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-checks-posix -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-checks-posix.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-checks -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-checks.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-if_index-long -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-if_index-long.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-ether_aton -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-ether_aton.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-checks-posix > /build/inet/tst-checks-posix.out; \ ../scripts/evaluate-test.sh inet/tst-checks-posix $? false false > /build/inet/tst-checks-posix.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-ether_line -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-ether_line.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/test_ifindex -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/test_ifindex.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-checks > /build/inet/tst-checks.out; \ ../scripts/evaluate-test.sh inet/tst-checks $? false false > /build/inet/tst-checks.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-getni2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-getni2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-getni1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-getni1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-if_index-long > /build/inet/tst-if_index-long.out; \ ../scripts/evaluate-test.sh inet/tst-if_index-long $? false false > /build/inet/tst-if_index-long.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-ether_aton > /build/inet/tst-ether_aton.out; \ ../scripts/evaluate-test.sh inet/tst-ether_aton $? false false > /build/inet/tst-ether_aton.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-idna_name_classify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-idna_name_classify.o -MD -MP -MF /build/inet/tst-idna_name_classify.o.dt -MT /build/inet/tst-idna_name_classify.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-ether_line > /build/inet/tst-ether_line.out; \ ../scripts/evaluate-test.sh inet/tst-ether_line $? false false > /build/inet/tst-ether_line.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-inet6_rth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-inet6_rth.o -MD -MP -MF /build/inet/tst-inet6_rth.o.dt -MT /build/inet/tst-inet6_rth.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/test-ifaddrs -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/test-ifaddrs.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/test_ifindex > /build/inet/test_ifindex.out; \ ../scripts/evaluate-test.sh inet/test_ifindex $? false false > /build/inet/test_ifindex.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-getni1 > /build/inet/tst-getni1.out; \ ../scripts/evaluate-test.sh inet/tst-getni1 $? false false > /build/inet/tst-getni1.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-network -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-network.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-if_nameindex -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-if_nameindex.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-getni2 > /build/inet/tst-getni2.out; \ ../scripts/evaluate-test.sh inet/tst-getni2 $? false false > /build/inet/tst-getni2.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-sockaddr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-sockaddr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-ntoa -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-ntoa.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 test-inet6_opt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/test-inet6_opt.o -MD -MP -MF /build/inet/test-inet6_opt.o.dt -MT /build/inet/test-inet6_opt.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-deadline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-deadline.o -MD -MP -MF /build/inet/tst-deadline.o.dt -MT /build/inet/tst-deadline.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/test-ifaddrs > /build/inet/test-ifaddrs.out; \ ../scripts/evaluate-test.sh inet/test-ifaddrs $? false false > /build/inet/test-ifaddrs.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-if_nameindex > /build/inet/tst-if_nameindex.out; \ ../scripts/evaluate-test.sh inet/tst-if_nameindex $? false false > /build/inet/tst-if_nameindex.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-network > /build/inet/tst-network.out; \ ../scripts/evaluate-test.sh inet/tst-network $? false false > /build/inet/tst-network.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-sockaddr > /build/inet/tst-sockaddr.out; \ ../scripts/evaluate-test.sh inet/tst-sockaddr $? false false > /build/inet/tst-sockaddr.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-ntoa > /build/inet/tst-ntoa.out; \ ../scripts/evaluate-test.sh inet/tst-ntoa $? false false > /build/inet/tst-ntoa.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 tst-inet6_scopeid_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/tst-inet6_scopeid_pton.o -MD -MP -MF /build/inet/tst-inet6_scopeid_pton.o.dt -MT /build/inet/tst-inet6_scopeid_pton.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-inet6_rth -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-inet6_rth.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-inet6_rth > /build/inet/tst-inet6_rth.out; \ ../scripts/evaluate-test.sh inet/tst-inet6_rth $? false false > /build/inet/tst-inet6_rth.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/test-inet6_opt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/test-inet6_opt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/test-inet6_opt > /build/inet/test-inet6_opt.out; \ ../scripts/evaluate-test.sh inet/test-inet6_opt $? false false > /build/inet/test-inet6_opt.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-inet6_scopeid_pton -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-inet6_scopeid_pton.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/inet/tst-inet6_scopeid_pton > /build/inet/tst-inet6_scopeid_pton.out; \ ../scripts/evaluate-test.sh inet/tst-inet6_scopeid_pton $? false false > /build/inet/tst-inet6_scopeid_pton.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-idna_name_classify -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-idna_name_classify.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/inet/:/build/:/build/:/build/elf /build/inet/tst-idna_name_classify > /build/inet/tst-idna_name_classify.out; \ ../scripts/evaluate-test.sh inet/tst-idna_name_classify $? false false > /build/inet/tst-idna_name_classify.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' gcc -m32 -o /build/inet/tst-deadline -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/inet/tst-deadline.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/inet/tst-deadline > /build/inet/tst-deadline.out; \ ../scripts/evaluate-test.sh inet/tst-deadline $? false false > /build/inet/tst-deadline.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ arpa/ftp.h arpa/inet.h arpa/telnet.h arpa/tftp.h protocols/routed.h protocols/rwhod.h protocols/talkd.h protocols/timed.h bits/in.h ifaddrs.h netinet/ether.h netinet/icmp6.h netinet/if_ether.h netinet/igmp.h netinet/in.h netinet/in_systm.h netinet/ip.h netinet/ip6.h netinet/tcp.h rpc/netdb.h netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netinet/if_fddi.h netinet/if_tr.h netipx/ipx.h netiucv/iucv.h netpacket/packet.h netrom/netrom.h netrose/rose.h netinet/ip_icmp.h netinet/udp.h > /build/inet/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh inet/check-installed-headers-c $? false false > /build/inet/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/inet' make[2]: Entering directory '/glibc/inet' ../scripts/merge-test-results.sh -s /build/inet/ inet \ bug-if1 check-installed-headers-c check-obsolete-constructs check-wrapper-headers htontest test-hnto-types test-ifaddrs test-inet6_opt test_ifindex tst-checks tst-checks-posix tst-deadline tst-ether_aton tst-ether_line tst-getni1 tst-getni2 tst-idna_name_classify tst-if_index-long tst-if_nameindex tst-inet6_rth tst-inet6_scopeid_pton tst-network tst-ntoa tst-sockaddr \ > /build/inet/subdir-tests.sum make[2]: Leaving directory '/glibc/inet' make subdir=resolv -C resolv ..=../ tests make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-aton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-aton.o -MD -MP -MF /build/resolv/tst-aton.o.dt -MT /build/resolv/tst-aton.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-inet_addr-binary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-inet_addr-binary.o -MD -MP -MF /build/resolv/tst-inet_addr-binary.o.dt -MT /build/resolv/tst-inet_addr-binary.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-ns_name_compress.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-ns_name_compress.o -MD -MP -MF /build/resolv/tst-ns_name_compress.o.dt -MT /build/resolv/tst-ns_name_compress.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-leaks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-leaks.o -MD -MP -MF /build/resolv/tst-leaks.o.dt -MT /build/resolv/tst-leaks.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-bug18665.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-bug18665.o -MD -MP -MF /build/resolv/tst-bug18665.o.dt -MT /build/resolv/tst-bug18665.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-ns_name_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-ns_name_pton.o -MD -MP -MF /build/resolv/tst-ns_name_pton.o.dt -MT /build/resolv/tst-ns_name_pton.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-res_hnok.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-res_hnok.o -MD -MP -MF /build/resolv/tst-res_hnok.o.dt -MT /build/resolv/tst-res_hnok.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-inet_ntop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-inet_ntop.o -MD -MP -MF /build/resolv/tst-inet_ntop.o.dt -MT /build/resolv/tst-inet_ntop.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-res_hconf_reorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-res_hconf_reorder.o -MD -MP -MF /build/resolv/tst-res_hconf_reorder.o.dt -MT /build/resolv/tst-res_hconf_reorder.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-bug18665-tcp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-bug18665-tcp.o -MD -MP -MF /build/resolv/tst-bug18665-tcp.o.dt -MT /build/resolv/tst-bug18665-tcp.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-res_init-multi.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-res_init-multi.o -MD -MP -MF /build/resolv/tst-resolv-res_init-multi.o.dt -MT /build/resolv/tst-resolv-res_init-multi.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-short-response.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-short-response.o -MD -MP -MF /build/resolv/tst-resolv-short-response.o.dt -MT /build/resolv/tst-resolv-short-response.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-nondecimal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-nondecimal.o -MD -MP -MF /build/resolv/tst-resolv-nondecimal.o.dt -MT /build/resolv/tst-resolv-nondecimal.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-no-libidn2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/tst-no-libidn2.os -MD -MP -MF /build/resolv/tst-no-libidn2.os.dt -MT /build/resolv/tst-no-libidn2.os make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-noaaaa-vc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-noaaaa-vc.o -MD -MP -MF /build/resolv/tst-resolv-noaaaa-vc.o.dt -MT /build/resolv/tst-resolv-noaaaa-vc.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-semi-failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-semi-failure.o -MD -MP -MF /build/resolv/tst-resolv-semi-failure.o.dt -MT /build/resolv/tst-resolv-semi-failure.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-aliases.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-aliases.o -MD -MP -MF /build/resolv/tst-resolv-aliases.o.dt -MT /build/resolv/tst-resolv-aliases.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-byaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-byaddr.o -MD -MP -MF /build/resolv/tst-resolv-byaddr.o.dt -MT /build/resolv/tst-resolv-byaddr.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-trailing.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-trailing.o -MD -MP -MF /build/resolv/tst-resolv-trailing.o.dt -MT /build/resolv/tst-resolv-trailing.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-binary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-binary.o -MD -MP -MF /build/resolv/tst-resolv-binary.o.dt -MT /build/resolv/tst-resolv-binary.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-network.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-network.o -MD -MP -MF /build/resolv/tst-resolv-network.o.dt -MT /build/resolv/tst-resolv-network.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-search.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-search.o -MD -MP -MF /build/resolv/tst-resolv-search.o.dt -MT /build/resolv/tst-resolv-search.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-p_secstodate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-p_secstodate.o -MD -MP -MF /build/resolv/tst-p_secstodate.o.dt -MT /build/resolv/tst-p_secstodate.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-ns_name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-ns_name.o -MD -MP -MF /build/resolv/tst-ns_name.o.dt -MT /build/resolv/tst-ns_name.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-inet_aton_exact.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-inet_aton_exact.o -MD -MP -MF /build/resolv/tst-inet_aton_exact.o.dt -MT /build/resolv/tst-inet_aton_exact.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-ai_idn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-ai_idn.o -MD -MP -MF /build/resolv/tst-resolv-ai_idn.o.dt -MT /build/resolv/tst-resolv-ai_idn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-basic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-basic.o -MD -MP -MF /build/resolv/tst-resolv-basic.o.dt -MT /build/resolv/tst-resolv-basic.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-ai_idn-latin1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-ai_idn-latin1.o -MD -MP -MF /build/resolv/tst-resolv-ai_idn-latin1.o.dt -MT /build/resolv/tst-resolv-ai_idn-latin1.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-ai_idn-nolibidn2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-ai_idn-nolibidn2.o -MD -MP -MF /build/resolv/tst-resolv-ai_idn-nolibidn2.o.dt -MT /build/resolv/tst-resolv-ai_idn-nolibidn2.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-canonname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-canonname.o -MD -MP -MF /build/resolv/tst-resolv-canonname.o.dt -MT /build/resolv/tst-resolv-canonname.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-ns_samebinaryname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-ns_samebinaryname.o -MD -MP -MF /build/resolv/tst-ns_samebinaryname.o.dt -MT /build/resolv/tst-ns_samebinaryname.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' LC_ALL=C objdump --dynamic-syms /build/resolv/libresolv.so > /build/resolv/libresolv.dynsymT mv -f /build/resolv/libresolv.dynsymT /build/resolv/libresolv.dynsym make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' LC_ALL=C objdump --dynamic-syms /build/resolv/libnss_dns.so > /build/resolv/libnss_dns.dynsymT mv -f /build/resolv/libnss_dns.dynsymT /build/resolv/libnss_dns.dynsym make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' LC_ALL=C objdump --dynamic-syms /build/resolv/libanl.so > /build/resolv/libanl.dynsymT mv -f /build/resolv/libanl.dynsymT /build/resolv/libanl.dynsym make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-edns.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-edns.o -MD -MP -MF /build/resolv/tst-resolv-edns.o.dt -MT /build/resolv/tst-resolv-edns.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-trustad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-trustad.o -MD -MP -MF /build/resolv/tst-resolv-trustad.o.dt -MT /build/resolv/tst-resolv-trustad.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-invalid-cname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-invalid-cname.o -MD -MP -MF /build/resolv/tst-resolv-invalid-cname.o.dt -MT /build/resolv/tst-resolv-invalid-cname.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=resolv resolv.h bits/types/res_state.h netdb.h bits/netdb.h arpa/nameser.h arpa/nameser_compat.h sys/bitypes.h > /build/resolv/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh resolv/check-wrapper-headers $? false false > /build/resolv/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-leaks -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-leaks.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-res_ninit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-res_ninit.o -MD -MP -MF /build/resolv/tst-resolv-res_ninit.o.dt -MT /build/resolv/tst-resolv-res_ninit.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-leaks2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-leaks2.o -MD -MP -MF /build/resolv/tst-leaks2.o.dt -MT /build/resolv/tst-leaks2.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-inet_addr-binary -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-inet_addr-binary.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-inet_ntop -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-inet_ntop.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' python3 -B ../scripts/check-obsolete-constructs.py resolv.h bits/types/res_state.h netdb.h ../bits/netdb.h arpa/nameser.h arpa/nameser_compat.h sys/bitypes.h > /build/resolv/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh resolv/check-obsolete-constructs $? false false > /build/resolv/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-aton -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-aton.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-ns_name -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-ns_name.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-ns_name_compress -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-ns_name_compress.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-ns_name_pton -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-ns_name_pton.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-bug18665 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-bug18665.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-qtypes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-qtypes.o -MD -MP -MF /build/resolv/tst-resolv-qtypes.o.dt -MT /build/resolv/tst-resolv-qtypes.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-bug18665-tcp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-bug18665-tcp.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-ns_name_length_uncompressed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-ns_name_length_uncompressed.o -MD -MP -MF /build/resolv/tst-ns_name_length_uncompressed.o.dt -MT /build/resolv/tst-ns_name_length_uncompressed.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-res_hconf_reorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-res_hconf_reorder.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-noaaaa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-noaaaa.o -MD -MP -MF /build/resolv/tst-resolv-noaaaa.o.dt -MT /build/resolv/tst-resolv-noaaaa.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-ns_rr_cursor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-ns_rr_cursor.o -MD -MP -MF /build/resolv/tst-ns_rr_cursor.o.dt -MT /build/resolv/tst-ns_rr_cursor.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-inet_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-inet_pton.o -MD -MP -MF /build/resolv/tst-inet_pton.o.dt -MT /build/resolv/tst-inet_pton.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-rotate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-rotate.o -MD -MP -MF /build/resolv/tst-resolv-rotate.o.dt -MT /build/resolv/tst-resolv-rotate.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-res_hnok -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-res_hnok.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-txnid-collision.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-txnid-collision.o -MD -MP -MF /build/resolv/tst-resolv-txnid-collision.o.dt -MT /build/resolv/tst-resolv-txnid-collision.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-aliases -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-aliases.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-binary -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-binary.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-byaddr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-byaddr.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-res_init-multi -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-res_init-multi.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libidn2.so.0 -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/resolv/tst-no-libidn2.so /build/csu/abi-note.o /build/resolv/tst-no-libidn2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-edns -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-edns.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-basic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-basic.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-network -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-network.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-noaaaa-vc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-noaaaa-vc.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-semi-failure -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-semi-failure.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-invalid-cname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-invalid-cname.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-nondecimal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-nondecimal.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-short-response -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-short-response.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-search -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-search.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-p_secstodate -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-p_secstodate.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-trailing -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-trailing.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-ai_idn -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-ai_idn.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-canonname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-canonname.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-inet_aton_exact -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-inet_aton_exact.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' LC_ALL=C gawk -f ../scripts/abilist.awk /build/resolv/libresolv.dynsym > /build/resolv/libresolv.symlistT mv -f /build/resolv/libresolv.symlistT /build/resolv/libresolv.symlist make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-ai_idn-nolibidn2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-ai_idn-nolibidn2.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-ai_idn-latin1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-ai_idn-latin1.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-aton > /build/resolv/tst-aton.out; \ ../scripts/evaluate-test.sh resolv/tst-aton $? false false > /build/resolv/tst-aton.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' LC_ALL=C gawk -f ../scripts/abilist.awk /build/resolv/libnss_dns.dynsym > /build/resolv/libnss_dns.symlistT mv -f /build/resolv/libnss_dns.symlistT /build/resolv/libnss_dns.symlist make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-inet_ntop > /build/resolv/tst-inet_ntop.out; \ ../scripts/evaluate-test.sh resolv/tst-inet_ntop $? false false > /build/resolv/tst-inet_ntop.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/resolv/tst-leaks.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-leaks > /build/resolv/tst-leaks.out; \ ../scripts/evaluate-test.sh resolv/tst-leaks $? false false > /build/resolv/tst-leaks.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-res_ninit -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-res_ninit.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' LC_ALL=C gawk -f ../scripts/abilist.awk /build/resolv/libanl.dynsym > /build/resolv/libanl.symlistT mv -f /build/resolv/libanl.symlistT /build/resolv/libanl.symlist make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-inet_addr-binary > /build/resolv/tst-inet_addr-binary.out; \ ../scripts/evaluate-test.sh resolv/tst-inet_addr-binary $? false false > /build/resolv/tst-inet_addr-binary.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-trustad -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-trustad.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-ns_name > /build/resolv/tst-ns_name.out; \ ../scripts/evaluate-test.sh resolv/tst-ns_name $? false false > /build/resolv/tst-ns_name.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-inet_pton -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-inet_pton.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-ns_name_compress > /build/resolv/tst-ns_name_compress.out; \ ../scripts/evaluate-test.sh resolv/tst-ns_name_compress $? false false > /build/resolv/tst-ns_name_compress.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-ns_name_pton > /build/resolv/tst-ns_name_pton.out; \ ../scripts/evaluate-test.sh resolv/tst-ns_name_pton $? false false > /build/resolv/tst-ns_name_pton.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-res_hnok > /build/resolv/tst-res_hnok.out; \ ../scripts/evaluate-test.sh resolv/tst-res_hnok $? false false > /build/resolv/tst-res_hnok.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-leaks2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-leaks2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-threads.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-threads.o -MD -MP -MF /build/resolv/tst-resolv-threads.o.dt -MT /build/resolv/tst-resolv-threads.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-bug18665-tcp > /build/resolv/tst-bug18665-tcp.out; \ ../scripts/evaluate-test.sh resolv/tst-bug18665-tcp $? false false > /build/resolv/tst-bug18665-tcp.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-qtypes -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-qtypes.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-rotate -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-rotate.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-nondecimal > /build/resolv/tst-resolv-nondecimal.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-nondecimal $? false false > /build/resolv/tst-resolv-nondecimal.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-binary > /build/resolv/tst-resolv-binary.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-binary $? false false > /build/resolv/tst-resolv-binary.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-noaaaa-vc > /build/resolv/tst-resolv-noaaaa-vc.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-noaaaa-vc $? false false > /build/resolv/tst-resolv-noaaaa-vc.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-res_init-multi > /build/resolv/tst-resolv-res_init-multi.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-res_init-multi $? false false > /build/resolv/tst-resolv-res_init-multi.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-byaddr > /build/resolv/tst-resolv-byaddr.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-byaddr $? false false > /build/resolv/tst-resolv-byaddr.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-ai_idn > /build/resolv/tst-resolv-ai_idn.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-ai_idn $? false false > /build/resolv/tst-resolv-ai_idn.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-trailing > /build/resolv/tst-resolv-trailing.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-trailing $? false false > /build/resolv/tst-resolv-trailing.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-ai_idn-latin1 > /build/resolv/tst-resolv-ai_idn-latin1.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-ai_idn-latin1 $? false false > /build/resolv/tst-resolv-ai_idn-latin1.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-trustad > /build/resolv/tst-resolv-trustad.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-trustad $? false false > /build/resolv/tst-resolv-trustad.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-inet_aton_exact > /build/resolv/tst-inet_aton_exact.out; \ ../scripts/evaluate-test.sh resolv/tst-inet_aton_exact $? false false > /build/resolv/tst-inet_aton_exact.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-ai_idn-nolibidn2 > /build/resolv/tst-resolv-ai_idn-nolibidn2.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-ai_idn-nolibidn2 $? false false > /build/resolv/tst-resolv-ai_idn-nolibidn2.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-p_secstodate > /build/resolv/tst-p_secstodate.out; \ ../scripts/evaluate-test.sh resolv/tst-p_secstodate $? false false > /build/resolv/tst-p_secstodate.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-canonname > /build/resolv/tst-resolv-canonname.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-canonname $? false false > /build/resolv/tst-resolv-canonname.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-inet_pton > /build/resolv/tst-inet_pton.out; \ ../scripts/evaluate-test.sh resolv/tst-inet_pton $? false false > /build/resolv/tst-inet_pton.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libresolv.abilist /build/resolv/libresolv.symlist > /build/resolv/check-abi-libresolv.out; \ ../scripts/evaluate-test.sh resolv/check-abi-libresolv $? false false > /build/resolv/check-abi-libresolv.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-short-response > /build/resolv/tst-resolv-short-response.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-short-response $? false false > /build/resolv/tst-resolv-short-response.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' /build/malloc/mtrace /build/resolv/tst-leaks.mtrace > /build/resolv/mtrace-tst-leaks.out; \ ../scripts/evaluate-test.sh resolv/mtrace-tst-leaks $? false false > /build/resolv/mtrace-tst-leaks.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' diff -p -U 0 ../sysdeps/generic/libnss_dns.abilist /build/resolv/libnss_dns.symlist > /build/resolv/check-abi-libnss_dns.out; \ ../scripts/evaluate-test.sh resolv/check-abi-libnss_dns $? false false > /build/resolv/check-abi-libnss_dns.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libanl.abilist /build/resolv/libanl.symlist > /build/resolv/check-abi-libanl.out; \ ../scripts/evaluate-test.sh resolv/check-abi-libanl $? false false > /build/resolv/check-abi-libanl.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-res_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-res_init.o -MD -MP -MF /build/resolv/tst-resolv-res_init.o.dt -MT /build/resolv/tst-resolv-res_init.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-basic > /build/resolv/tst-resolv-basic.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-basic $? false false > /build/resolv/tst-resolv-basic.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-noaaaa -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-noaaaa.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-invalid-cname > /build/resolv/tst-resolv-invalid-cname.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-invalid-cname $? false false > /build/resolv/tst-resolv-invalid-cname.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 tst-resolv-res_init-thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/tst-resolv-res_init-thread.o -MD -MP -MF /build/resolv/tst-resolv-res_init-thread.o.dt -MT /build/resolv/tst-resolv-res_init-thread.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/resolv/tst-leaks2.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-leaks2 > /build/resolv/tst-leaks2.out; \ ../scripts/evaluate-test.sh resolv/tst-leaks2 $? false false > /build/resolv/tst-leaks2.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-semi-failure > /build/resolv/tst-resolv-semi-failure.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-semi-failure $? false false > /build/resolv/tst-resolv-semi-failure.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-threads -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-threads.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-noaaaa > /build/resolv/tst-resolv-noaaaa.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-noaaaa $? false false > /build/resolv/tst-resolv-noaaaa.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' { test -r /build/resolv/tst-leaks2.mtrace \ || ( echo "tst-leaks2.mtrace does not exist"; exit 77; ) \ && /build/malloc/mtrace /build/resolv/tst-leaks2.mtrace; } > /build/resolv/mtrace-tst-leaks2.out; \ ../scripts/evaluate-test.sh resolv/mtrace-tst-leaks2 $? false false > /build/resolv/mtrace-tst-leaks2.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-edns > /build/resolv/tst-resolv-edns.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-edns $? false false > /build/resolv/tst-resolv-edns.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C RESOLV_REORDER=on /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-res_hconf_reorder > /build/resolv/tst-res_hconf_reorder.out; \ ../scripts/evaluate-test.sh resolv/tst-res_hconf_reorder $? false false > /build/resolv/tst-res_hconf_reorder.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-res_init -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-res_init.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-res_init-thread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-res_init-thread.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-res_init > /build/resolv/tst-resolv-res_init.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-res_init $? false false > /build/resolv/tst-resolv-res_init.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-bug18665 > /build/resolv/tst-bug18665.out; \ ../scripts/evaluate-test.sh resolv/tst-bug18665 $? false false > /build/resolv/tst-bug18665.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-res_init-thread > /build/resolv/tst-resolv-res_init-thread.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-res_init-thread $? false false > /build/resolv/tst-resolv-res_init-thread.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-network > /build/resolv/tst-resolv-network.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-network $? false false > /build/resolv/tst-resolv-network.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-threads > /build/resolv/tst-resolv-threads.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-threads $? false false > /build/resolv/tst-resolv-threads.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-ns_samebinaryname -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-ns_samebinaryname.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-ns_rr_cursor -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-ns_rr_cursor.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-ns_name_length_uncompressed -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-ns_name_length_uncompressed.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/resolv/tst-ns_samebinaryname > /build/resolv/tst-ns_samebinaryname.out; \ ../scripts/evaluate-test.sh resolv/tst-ns_samebinaryname $? false false > /build/resolv/tst-ns_samebinaryname.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/resolv/tst-ns_rr_cursor > /build/resolv/tst-ns_rr_cursor.out; \ ../scripts/evaluate-test.sh resolv/tst-ns_rr_cursor $? false false > /build/resolv/tst-ns_rr_cursor.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' gcc -m32 -o /build/resolv/tst-resolv-txnid-collision -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/resolv/tst-resolv-txnid-collision.o /build/support/libsupport_nonshared.a /build/resolv/libresolv.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/resolv/tst-resolv-txnid-collision > /build/resolv/tst-resolv-txnid-collision.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-txnid-collision $? false false > /build/resolv/tst-resolv-txnid-collision.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-aliases > /build/resolv/tst-resolv-aliases.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-aliases $? false false > /build/resolv/tst-resolv-aliases.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-search > /build/resolv/tst-resolv-search.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-search $? false false > /build/resolv/tst-resolv-search.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/resolv/tst-ns_name_length_uncompressed > /build/resolv/tst-ns_name_length_uncompressed.out; \ ../scripts/evaluate-test.sh resolv/tst-ns_name_length_uncompressed $? false false > /build/resolv/tst-ns_name_length_uncompressed.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/resolv/tst-resolv-res_ninit.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/resolv/tst-resolv-res_ninit > /build/resolv/tst-resolv-res_ninit.out; \ ../scripts/evaluate-test.sh resolv/tst-resolv-res_ninit $? false false > /build/resolv/tst-resolv-res_ninit.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' /build/malloc/mtrace \ /build/resolv/tst-resolv-res_ninit.mtrace > /build/resolv/mtrace-tst-resolv-res_ninit.out; \ ../scripts/evaluate-test.sh resolv/mtrace-tst-resolv-res_ninit $? false false > /build/resolv/mtrace-tst-resolv-res_ninit.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ resolv.h bits/types/res_state.h netdb.h bits/netdb.h arpa/nameser.h arpa/nameser_compat.h sys/bitypes.h > /build/resolv/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh resolv/check-installed-headers-c $? false false > /build/resolv/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/resolv' make[2]: Entering directory '/glibc/resolv' ../scripts/merge-test-results.sh -s /build/resolv/ resolv \ check-abi-libanl check-abi-libnss_dns check-abi-libresolv check-installed-headers-c check-obsolete-constructs check-wrapper-headers mtrace-tst-leaks mtrace-tst-leaks2 mtrace-tst-resolv-res_ninit tst-aton tst-bug18665 tst-bug18665-tcp tst-inet_addr-binary tst-inet_aton_exact tst-inet_ntop tst-inet_pton tst-leaks tst-leaks2 tst-ns_name tst-ns_name_compress tst-ns_name_length_uncompressed tst-ns_name_pton tst-ns_rr_cursor tst-ns_samebinaryname tst-p_secstodate tst-res_hconf_reorder tst-res_hnok tst-resolv-ai_idn tst-resolv-ai_idn-latin1 tst-resolv-ai_idn-nolibidn2 tst-resolv-aliases tst-resolv-basic tst-resolv-binary tst-resolv-byaddr tst-resolv-canonname tst-resolv-edns tst-resolv-invalid-cname tst-resolv-network tst-resolv-noaaaa tst-resolv-noaaaa-vc tst-resolv-nondecimal tst-resolv-res_init tst-resolv-res_init-multi tst-resolv-res_init-thread tst-resolv-res_ninit tst-resolv-search tst-resolv-semi-failure tst-resolv-short-response tst-resolv-threads tst-resolv-trailing tst-resolv-trustad tst-resolv-txnid-collision \ > /build/resolv/subdir-tests.sum make[2]: Leaving directory '/glibc/resolv' rm /build/resolv/libresolv.dynsym /build/resolv/libanl.dynsym /build/resolv/libnss_dns.dynsym make subdir=nss -C nss ..=../ tests make[2]: Entering directory '/glibc/nss' gcc -m32 bug17079.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/bug17079.o -MD -MP -MF /build/nss/bug17079.o.dt -MT /build/nss/bug17079.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 test-digits-dots.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/test-digits-dots.o -MD -MP -MF /build/nss/test-digits-dots.o.dt -MT /build/nss/test-digits-dots.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 nss_test_errno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_test_errno.os -MD -MP -MF /build/nss/nss_test_errno.os.dt -MT /build/nss/nss_test_errno.os make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 nss_test_gai_hv2_canonname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_test_gai_hv2_canonname.os -MD -MP -MF /build/nss/nss_test_gai_hv2_canonname.os.dt -MT /build/nss/nss_test_gai_hv2_canonname.os make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 testgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/testgrp.o -MD -MP -MF /build/nss/testgrp.o.dt -MT /build/nss/testgrp.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-test_errno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-test_errno.o -MD -MP -MF /build/nss/tst-nss-test_errno.o.dt -MT /build/nss/tst-nss-test_errno.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-hash.o -MD -MP -MF /build/nss/tst-nss-hash.o.dt -MT /build/nss/tst-nss-hash.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-getpwent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-getpwent.o -MD -MP -MF /build/nss/tst-nss-getpwent.o.dt -MT /build/nss/tst-nss-getpwent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 test-rpcent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/test-rpcent.o -MD -MP -MF /build/nss/test-rpcent.o.dt -MT /build/nss/test-rpcent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-fgetsgent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-fgetsgent_r.o -MD -MP -MF /build/nss/tst-fgetsgent_r.o.dt -MT /build/nss/tst-fgetsgent_r.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-getaddrinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-getaddrinfo.o -MD -MP -MF /build/nss/tst-getaddrinfo.o.dt -MT /build/nss/tst-getaddrinfo.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-getpw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-getpw.o -MD -MP -MF /build/nss/tst-getpw.o.dt -MT /build/nss/tst-getpw.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-gethnm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-gethnm.o -MD -MP -MF /build/nss/tst-gethnm.o.dt -MT /build/nss/tst-gethnm.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-putgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-putgrent.o -MD -MP -MF /build/nss/tst-putgrent.o.dt -MT /build/nss/tst-putgrent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-getaddrinfo2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-getaddrinfo2.o -MD -MP -MF /build/nss/tst-getaddrinfo2.o.dt -MT /build/nss/tst-getaddrinfo2.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-gshadow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-gshadow.o -MD -MP -MF /build/nss/tst-gshadow.o.dt -MT /build/nss/tst-gshadow.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 test-netdb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/test-netdb.o -MD -MP -MF /build/nss/test-netdb.o.dt -MT /build/nss/test-netdb.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-getaddrinfo3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-getaddrinfo3.o -MD -MP -MF /build/nss/tst-getaddrinfo3.o.dt -MT /build/nss/tst-getaddrinfo3.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-test1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-test1.o -MD -MP -MF /build/nss/tst-nss-test1.o.dt -MT /build/nss/tst-nss-test1.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-test2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-test2.o -MD -MP -MF /build/nss/tst-nss-test2.o.dt -MT /build/nss/tst-nss-test2.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-test4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-test4.o -MD -MP -MF /build/nss/tst-nss-test4.o.dt -MT /build/nss/tst-nss-test4.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-test5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-test5.o -MD -MP -MF /build/nss/tst-nss-test5.o.dt -MT /build/nss/tst-nss-test5.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-putpwent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-putpwent.o -MD -MP -MF /build/nss/tst-putpwent.o.dt -MT /build/nss/tst-putpwent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-sgetsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-sgetsgent.o -MD -MP -MF /build/nss/tst-sgetsgent.o.dt -MT /build/nss/tst-sgetsgent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-files-hosts-erange.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-files-hosts-erange.o -MD -MP -MF /build/nss/tst-nss-files-hosts-erange.o.dt -MT /build/nss/tst-nss-files-hosts-erange.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-putspent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-putspent.o -MD -MP -MF /build/nss/tst-putspent.o.dt -MT /build/nss/tst-putspent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-files-alias-truncated.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-files-alias-truncated.o -MD -MP -MF /build/nss/tst-nss-files-alias-truncated.o.dt -MT /build/nss/tst-nss-files-alias-truncated.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-putsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-putsgent.o -MD -MP -MF /build/nss/tst-putsgent.o.dt -MT /build/nss/tst-putsgent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-shadow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-shadow.o -MD -MP -MF /build/nss/tst-shadow.o.dt -MT /build/nss/tst-shadow.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-cancel-getpwuid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-cancel-getpwuid_r.o -MD -MP -MF /build/nss/tst-cancel-getpwuid_r.o.dt -MT /build/nss/tst-cancel-getpwuid_r.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-db-endpwent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-db-endpwent.o -MD -MP -MF /build/nss/tst-nss-db-endpwent.o.dt -MT /build/nss/tst-nss-db-endpwent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-files-hosts-getent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-files-hosts-getent.o -MD -MP -MF /build/nss/tst-nss-files-hosts-getent.o.dt -MT /build/nss/tst-nss-files-hosts-getent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-files-alias-leak.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-files-alias-leak.o -MD -MP -MF /build/nss/tst-nss-files-alias-leak.o.dt -MT /build/nss/tst-nss-files-alias-leak.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 bug-erange.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/bug-erange.o -MD -MP -MF /build/nss/bug-erange.o.dt -MT /build/nss/bug-erange.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-initgroups1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-initgroups1.o -MD -MP -MF /build/nss/tst-initgroups1.o.dt -MT /build/nss/tst-initgroups1.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-db-endgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-db-endgrent.o -MD -MP -MF /build/nss/tst-nss-db-endgrent.o.dt -MT /build/nss/tst-nss-db-endgrent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-files-hosts-long.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-files-hosts-long.o -MD -MP -MF /build/nss/tst-nss-files-hosts-long.o.dt -MT /build/nss/tst-nss-files-hosts-long.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-files-hosts-v4mapped.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-files-hosts-v4mapped.o -MD -MP -MF /build/nss/tst-nss-files-hosts-v4mapped.o.dt -MT /build/nss/tst-nss-files-hosts-v4mapped.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-files-hosts-multi.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-files-hosts-multi.o -MD -MP -MF /build/nss/tst-nss-files-hosts-multi.o.dt -MT /build/nss/tst-nss-files-hosts-multi.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-field.o -MD -MP -MF /build/nss/tst-field.o.dt -MT /build/nss/tst-field.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-getaddrinfo5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-getaddrinfo5.o -MD -MP -MF /build/nss/tst-getaddrinfo5.o.dt -MT /build/nss/tst-getaddrinfo5.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-initgroups2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-initgroups2.o -MD -MP -MF /build/nss/tst-initgroups2.o.dt -MT /build/nss/tst-initgroups2.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-gai-hv2-canonname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-gai-hv2-canonname.o -MD -MP -MF /build/nss/tst-nss-gai-hv2-canonname.o.dt -MT /build/nss/tst-nss-gai-hv2-canonname.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' LC_ALL=C objdump --dynamic-syms /build/nss/libnss_files.so > /build/nss/libnss_files.dynsymT mv -f /build/nss/libnss_files.dynsymT /build/nss/libnss_files.dynsym make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' LC_ALL=C objdump --dynamic-syms /build/nss/libnss_db.so > /build/nss/libnss_db.dynsymT mv -f /build/nss/libnss_db.dynsymT /build/nss/libnss_db.dynsym make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-getaddrinfo4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-getaddrinfo4.o -MD -MP -MF /build/nss/tst-getaddrinfo4.o.dt -MT /build/nss/tst-getaddrinfo4.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-gai-actions.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-gai-actions.o -MD -MP -MF /build/nss/tst-nss-gai-actions.o.dt -MT /build/nss/tst-nss-gai-actions.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' LC_ALL=C objdump --dynamic-syms /build/nss/libnss_compat.so > /build/nss/libnss_compat.dynsymT mv -f /build/nss/libnss_compat.dynsymT /build/nss/libnss_compat.dynsym make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst_fgetgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst_fgetgrent.o -MD -MP -MF /build/nss/tst_fgetgrent.o.dt -MT /build/nss/tst_fgetgrent.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nss//libnss_test_gai_hv2_canonname.so /build/csu/abi-note.o /build/nss/nss_test_gai_hv2_canonname.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-compat1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-compat1.o -MD -MP -MF /build/nss/tst-nss-compat1.o.dt -MT /build/nss/tst-nss-compat1.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nss//libnss_test_errno.so /build/csu/abi-note.o /build/nss/nss_test_errno.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/bug17079 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/bug17079.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/testgrp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/testgrp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' python3 -B ../scripts/check-obsolete-constructs.py aliases.h grp.h gshadow.h nss.h pwd.h shadow.h > /build/nss/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh nss/check-obsolete-constructs $? false false > /build/nss/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=nss aliases.h grp.h gshadow.h nss.h pwd.h shadow.h > /build/nss/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh nss/check-wrapper-headers $? false false > /build/nss/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-nss-test3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-nss-test3.o -MD -MP -MF /build/nss/tst-nss-test3.o.dt -MT /build/nss/tst-nss-test3.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/test-netdb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/test-netdb.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/test-rpcent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/test-rpcent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-getaddrinfo2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-getaddrinfo2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/test-digits-dots -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/test-digits-dots.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-getaddrinfo3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-getaddrinfo3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 nss_test1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_test1.os -MD -MP -MF /build/nss/nss_test1.os.dt -MT /build/nss/nss_test1.os make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 nss_test2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_test2.os -MD -MP -MF /build/nss/nss_test2.os.dt -MT /build/nss/nss_test2.os make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-fgetsgent_r -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-fgetsgent_r.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-getpw -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-getpw.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/nss/tst-getpw.o: in function `check': /glibc/nss/tst-getpw.c:40:(.text+0x1a): warning: the `getpw' function is dangerous and should not be used. make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-getaddrinfo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-getaddrinfo.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-gethnm -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-gethnm.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-getpwent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-getpwent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-reload2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-reload2.o -MD -MP -MF /build/nss/tst-reload2.o.dt -MT /build/nss/tst-reload2.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-gshadow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-gshadow.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-hash -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-hash.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-test2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--disable-new-dtags -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-test2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-test1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--disable-new-dtags -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-test1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-test4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--disable-new-dtags -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-test4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-test5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--disable-new-dtags -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-test5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-putgrent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-putgrent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-putspent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-putspent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-shadow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-shadow.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-test_errno -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--disable-new-dtags -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-test_errno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-putpwent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-putpwent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-putsgent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-putsgent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-sgetsgent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-sgetsgent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/bug-erange -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/bug-erange.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-cancel-getpwuid_r -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-cancel-getpwuid_r.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-reload1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-reload1.o -MD -MP -MF /build/nss/tst-reload1.o.dt -MT /build/nss/tst-reload1.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-getaddrinfo4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-getaddrinfo4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-files-hosts-erange -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-files-hosts-erange.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-files-alias-leak -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-files-alias-leak.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-getaddrinfo5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-getaddrinfo5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-compat1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-compat1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-initgroups1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-initgroups1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-db-endgrent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-db-endgrent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-files-hosts-getent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-files-hosts-getent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-files-alias-truncated -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-files-alias-truncated.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-initgroups2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-initgroups2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-db-endpwent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-db-endpwent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' LC_ALL=C gawk -f ../scripts/abilist.awk /build/nss/libnss_files.dynsym > /build/nss/libnss_files.symlistT mv -f /build/nss/libnss_files.symlistT /build/nss/libnss_files.symlist make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' LC_ALL=C gawk -f ../scripts/abilist.awk /build/nss/libnss_db.dynsym > /build/nss/libnss_db.symlistT mv -f /build/nss/libnss_db.symlistT /build/nss/libnss_db.symlist make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-files-hosts-multi -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-files-hosts-multi.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' LC_ALL=C gawk -f ../scripts/abilist.awk /build/nss/libnss_compat.dynsym > /build/nss/libnss_compat.symlistT mv -f /build/nss/libnss_compat.symlistT /build/nss/libnss_compat.symlist make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-files-hosts-v4mapped -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-files-hosts-v4mapped.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-test3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--disable-new-dtags -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-test3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-gai-hv2-canonname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-gai-hv2-canonname.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-files-hosts-long -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-files-hosts-long.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nss//libnss_test1.so /build/csu/abi-note.o /build/nss/nss_test1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' diff -p -U 0 ../sysdeps/generic/libnss_files.abilist /build/nss/libnss_files.symlist > /build/nss/check-abi-libnss_files.out; \ ../scripts/evaluate-test.sh nss/check-abi-libnss_files $? false false > /build/nss/check-abi-libnss_files.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' diff -p -U 0 ../sysdeps/generic/libnss_db.abilist /build/nss/libnss_db.symlist > /build/nss/check-abi-libnss_db.out; \ ../scripts/evaluate-test.sh nss/check-abi-libnss_db $? false false > /build/nss/check-abi-libnss_db.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-nss-gai-actions -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-nss-gai-actions.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' diff -p -U 0 ../sysdeps/generic/libnss_compat.abilist /build/nss/libnss_compat.symlist > /build/nss/check-abi-libnss_compat.out; \ ../scripts/evaluate-test.sh nss/check-abi-libnss_compat $? false false > /build/nss/check-abi-libnss_compat.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/nss//libnss_test2.so /build/csu/abi-note.o /build/nss/nss_test2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst_fgetgrent -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst_fgetgrent.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-reload2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-reload2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' /bin/sh tst_fgetgrent.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl'; \ ../scripts/evaluate-test.sh nss/tst_fgetgrent $? false false > /build/nss/tst_fgetgrent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' rm -f /build/nss//libnss_test_errno.so.2.new /bin/sh ../scripts/rellns-sh /build/nss//libnss_test_errno.so /build/nss//libnss_test_errno.so.2.new mv -f /build/nss//libnss_test_errno.so.2.new /build/nss//libnss_test_errno.so.2 make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' rm -f /build/nss//libnss_test_gai_hv2_canonname.so.2.new /bin/sh ../scripts/rellns-sh /build/nss//libnss_test_gai_hv2_canonname.so /build/nss//libnss_test_gai_hv2_canonname.so.2.new mv -f /build/nss//libnss_test_gai_hv2_canonname.so.2.new /build/nss//libnss_test_gai_hv2_canonname.so.2 make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' rm -f /build/nss//libnss_test1.so.2.new /bin/sh ../scripts/rellns-sh /build/nss//libnss_test1.so /build/nss//libnss_test1.so.2.new mv -f /build/nss//libnss_test1.so.2.new /build/nss//libnss_test1.so.2 make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-reload1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-reload1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' rm -f /build/nss//libnss_test2.so.2.new /bin/sh ../scripts/rellns-sh /build/nss//libnss_test2.so /build/nss//libnss_test2.so.2.new mv -f /build/nss//libnss_test2.so.2.new /build/nss//libnss_test2.so.2 make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/test-digits-dots > /build/nss/test-digits-dots.out; \ ../scripts/evaluate-test.sh nss/test-digits-dots $? false false > /build/nss/test-digits-dots.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/testgrp > /build/nss/testgrp.out; \ ../scripts/evaluate-test.sh nss/testgrp $? false false > /build/nss/testgrp.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-getaddrinfo > /build/nss/tst-getaddrinfo.out; \ ../scripts/evaluate-test.sh nss/tst-getaddrinfo $? false false > /build/nss/tst-getaddrinfo.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-getaddrinfo2 > /build/nss/tst-getaddrinfo2.out; \ ../scripts/evaluate-test.sh nss/tst-getaddrinfo2 $? false false > /build/nss/tst-getaddrinfo2.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-getaddrinfo3 > /build/nss/tst-getaddrinfo3.out; \ ../scripts/evaluate-test.sh nss/tst-getaddrinfo3 $? false false > /build/nss/tst-getaddrinfo3.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-gethnm > /build/nss/tst-gethnm.out; \ ../scripts/evaluate-test.sh nss/tst-gethnm $? false false > /build/nss/tst-gethnm.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/test-rpcent > /build/nss/test-rpcent.out; \ ../scripts/evaluate-test.sh nss/test-rpcent $? false false > /build/nss/test-rpcent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-getpw > /build/nss/tst-getpw.out; \ ../scripts/evaluate-test.sh nss/tst-getpw $? false false > /build/nss/tst-getpw.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-gshadow > /build/nss/tst-gshadow.out; \ ../scripts/evaluate-test.sh nss/tst-gshadow $? false false > /build/nss/tst-gshadow.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-test1 > /build/nss/tst-nss-test1.out; \ ../scripts/evaluate-test.sh nss/tst-nss-test1 $? false false > /build/nss/tst-nss-test1.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-fgetsgent_r > /build/nss/tst-fgetsgent_r.out; \ ../scripts/evaluate-test.sh nss/tst-fgetsgent_r $? false false > /build/nss/tst-fgetsgent_r.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-test2 > /build/nss/tst-nss-test2.out; \ ../scripts/evaluate-test.sh nss/tst-nss-test2 $? false false > /build/nss/tst-nss-test2.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-test4 > /build/nss/tst-nss-test4.out; \ ../scripts/evaluate-test.sh nss/tst-nss-test4 $? false false > /build/nss/tst-nss-test4.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-getpwent > /build/nss/tst-nss-getpwent.out; \ ../scripts/evaluate-test.sh nss/tst-nss-getpwent $? false false > /build/nss/tst-nss-getpwent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-test5 > /build/nss/tst-nss-test5.out; \ ../scripts/evaluate-test.sh nss/tst-nss-test5 $? false false > /build/nss/tst-nss-test5.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-test_errno > /build/nss/tst-nss-test_errno.out; \ ../scripts/evaluate-test.sh nss/tst-nss-test_errno $? false false > /build/nss/tst-nss-test_errno.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-putgrent > /build/nss/tst-putgrent.out; \ ../scripts/evaluate-test.sh nss/tst-putgrent $? false false > /build/nss/tst-putgrent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-putpwent > /build/nss/tst-putpwent.out; \ ../scripts/evaluate-test.sh nss/tst-putpwent $? false false > /build/nss/tst-putpwent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-putsgent > /build/nss/tst-putsgent.out; \ ../scripts/evaluate-test.sh nss/tst-putsgent $? false false > /build/nss/tst-putsgent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-putspent > /build/nss/tst-putspent.out; \ ../scripts/evaluate-test.sh nss/tst-putspent $? false false > /build/nss/tst-putspent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-sgetsgent > /build/nss/tst-sgetsgent.out; \ ../scripts/evaluate-test.sh nss/tst-sgetsgent $? false false > /build/nss/tst-sgetsgent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-shadow > /build/nss/tst-shadow.out; \ ../scripts/evaluate-test.sh nss/tst-shadow $? false false > /build/nss/tst-shadow.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-files-hosts-erange > /build/nss/tst-nss-files-hosts-erange.out; \ ../scripts/evaluate-test.sh nss/tst-nss-files-hosts-erange $? false false > /build/nss/tst-nss-files-hosts-erange.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-files-alias-truncated > /build/nss/tst-nss-files-alias-truncated.out; \ ../scripts/evaluate-test.sh nss/tst-nss-files-alias-truncated $? false false > /build/nss/tst-nss-files-alias-truncated.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-initgroups1 > /build/nss/tst-initgroups1.out; \ ../scripts/evaluate-test.sh nss/tst-initgroups1 $? false false > /build/nss/tst-initgroups1.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-initgroups2 > /build/nss/tst-initgroups2.out; \ ../scripts/evaluate-test.sh nss/tst-initgroups2 $? false false > /build/nss/tst-initgroups2.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-field -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-field.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/nss/tst-field > /build/nss/tst-field.out; \ ../scripts/evaluate-test.sh nss/tst-field $? false false > /build/nss/tst-field.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-compat1 > /build/nss/tst-nss-compat1.out; \ ../scripts/evaluate-test.sh nss/tst-nss-compat1 $? false false > /build/nss/tst-nss-compat1.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-db-endgrent > /build/nss/tst-nss-db-endgrent.out; \ ../scripts/evaluate-test.sh nss/tst-nss-db-endgrent $? false false > /build/nss/tst-nss-db-endgrent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-db-endpwent > /build/nss/tst-nss-db-endpwent.out; \ ../scripts/evaluate-test.sh nss/tst-nss-db-endpwent $? false false > /build/nss/tst-nss-db-endpwent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-rfc3484-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-rfc3484-2.o -MD -MP -MF /build/nss/tst-rfc3484-2.o.dt -MT /build/nss/tst-rfc3484-2.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-files-hosts-long > /build/nss/tst-nss-files-hosts-long.out; \ ../scripts/evaluate-test.sh nss/tst-nss-files-hosts-long $? false false > /build/nss/tst-nss-files-hosts-long.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-files-hosts-v4mapped > /build/nss/tst-nss-files-hosts-v4mapped.out; \ ../scripts/evaluate-test.sh nss/tst-nss-files-hosts-v4mapped $? false false > /build/nss/tst-nss-files-hosts-v4mapped.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-rfc3484.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-rfc3484.o -MD -MP -MF /build/nss/tst-rfc3484.o.dt -MT /build/nss/tst-rfc3484.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-rfc3484-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-rfc3484-2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-rfc3484-2 > /build/nss/tst-rfc3484-2.out; \ ../scripts/evaluate-test.sh nss/tst-rfc3484-2 $? false false > /build/nss/tst-rfc3484-2.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 tst-rfc3484-3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/tst-rfc3484-3.o -MD -MP -MF /build/nss/tst-rfc3484-3.o.dt -MT /build/nss/tst-rfc3484-3.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-rfc3484 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-rfc3484.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-rfc3484 > /build/nss/tst-rfc3484.out; \ ../scripts/evaluate-test.sh nss/tst-rfc3484 $? false false > /build/nss/tst-rfc3484.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-gai-actions > /build/nss/tst-nss-gai-actions.out; \ ../scripts/evaluate-test.sh nss/tst-nss-gai-actions $? false false > /build/nss/tst-nss-gai-actions.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' gcc -m32 -o /build/nss/tst-rfc3484-3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/nss/tst-rfc3484-3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,--dynamic-list=nss_test.ver -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-rfc3484-3 > /build/nss/tst-rfc3484-3.out; \ ../scripts/evaluate-test.sh nss/tst-rfc3484-3 $? false false > /build/nss/tst-rfc3484-3.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/nss/tst-nss-gai-hv2-canonname.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-gai-hv2-canonname > /build/nss/tst-nss-gai-hv2-canonname.out; \ ../scripts/evaluate-test.sh nss/tst-nss-gai-hv2-canonname $? false false > /build/nss/tst-nss-gai-hv2-canonname.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/test-netdb > /build/nss/test-netdb.out; \ ../scripts/evaluate-test.sh nss/test-netdb $? false false > /build/nss/test-netdb.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' { test -r /build/nss/tst-nss-gai-hv2-canonname.mtrace \ || ( echo "tst-nss-gai-hv2-canonname.mtrace does not exist"; exit 77; ) \ && /build/malloc/mtrace \ /build/nss/tst-nss-gai-hv2-canonname.mtrace; } > /build/nss/mtrace-tst-nss-gai-hv2-canonname.out; \ ../scripts/evaluate-test.sh nss/mtrace-tst-nss-gai-hv2-canonname $? false false > /build/nss/mtrace-tst-nss-gai-hv2-canonname.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-test3 > /build/nss/tst-nss-test3.out; \ ../scripts/evaluate-test.sh nss/tst-nss-test3 $? false false > /build/nss/tst-nss-test3.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-reload1 > /build/nss/tst-reload1.out; \ ../scripts/evaluate-test.sh nss/tst-reload1 $? false false > /build/nss/tst-reload1.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-reload2 > /build/nss/tst-reload2.out; \ ../scripts/evaluate-test.sh nss/tst-reload2 $? false false > /build/nss/tst-reload2.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-files-alias-leak > /build/nss/tst-nss-files-alias-leak.out; \ ../scripts/evaluate-test.sh nss/tst-nss-files-alias-leak $? false false > /build/nss/tst-nss-files-alias-leak.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-hash > /build/nss/tst-nss-hash.out; \ ../scripts/evaluate-test.sh nss/tst-nss-hash $? false false > /build/nss/tst-nss-hash.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/bug17079 > /build/nss/bug17079.out; \ ../scripts/evaluate-test.sh nss/bug17079 $? false false > /build/nss/bug17079.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-cancel-getpwuid_r > /build/nss/tst-cancel-getpwuid_r.out; \ ../scripts/evaluate-test.sh nss/tst-cancel-getpwuid_r $? false false > /build/nss/tst-cancel-getpwuid_r.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-files-hosts-multi > /build/nss/tst-nss-files-hosts-multi.out; \ ../scripts/evaluate-test.sh nss/tst-nss-files-hosts-multi $? false false > /build/nss/tst-nss-files-hosts-multi.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/nss/tst-nss-files-hosts-getent > /build/nss/tst-nss-files-hosts-getent.out; \ ../scripts/evaluate-test.sh nss/tst-nss-files-hosts-getent $? false false > /build/nss/tst-nss-files-hosts-getent.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ aliases.h grp.h gshadow.h nss.h pwd.h shadow.h > /build/nss/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh nss/check-installed-headers-c $? false false > /build/nss/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/nss' make[2]: Entering directory '/glibc/nss' ../scripts/merge-test-results.sh -s /build/nss/ nss \ bug17079 check-abi-libnss_compat check-abi-libnss_db check-abi-libnss_files check-installed-headers-c check-obsolete-constructs check-wrapper-headers mtrace-tst-nss-gai-hv2-canonname test-digits-dots test-netdb test-rpcent testgrp tst-cancel-getpwuid_r tst-fgetsgent_r tst-field tst-getaddrinfo tst-getaddrinfo2 tst-getaddrinfo3 tst-gethnm tst-getpw tst-gshadow tst-initgroups1 tst-initgroups2 tst-nss-compat1 tst-nss-db-endgrent tst-nss-db-endpwent tst-nss-files-alias-leak tst-nss-files-alias-truncated tst-nss-files-hosts-erange tst-nss-files-hosts-getent tst-nss-files-hosts-long tst-nss-files-hosts-multi tst-nss-files-hosts-v4mapped tst-nss-gai-actions tst-nss-gai-hv2-canonname tst-nss-getpwent tst-nss-hash tst-nss-test1 tst-nss-test2 tst-nss-test3 tst-nss-test4 tst-nss-test5 tst-nss-test_errno tst-putgrent tst-putpwent tst-putsgent tst-putspent tst-reload1 tst-reload2 tst-rfc3484 tst-rfc3484-2 tst-rfc3484-3 tst-sgetsgent tst-shadow tst_fgetgrent \ > /build/nss/subdir-tests.sum make[2]: Leaving directory '/glibc/nss' rm /build/nss/libnss_compat.dynsym /build/nss/libnss_files.dynsym /build/nss/libnss_db.dynsym make subdir=hesiod -C hesiod ..=../ tests make[2]: Entering directory '/glibc/hesiod' LC_ALL=C objdump --dynamic-syms /build/hesiod/libnss_hesiod.so > /build/hesiod/libnss_hesiod.dynsymT mv -f /build/hesiod/libnss_hesiod.dynsymT /build/hesiod/libnss_hesiod.dynsym make[2]: Leaving directory '/glibc/hesiod' make[2]: Entering directory '/glibc/hesiod' LC_ALL=C gawk -f ../scripts/abilist.awk /build/hesiod/libnss_hesiod.dynsym > /build/hesiod/libnss_hesiod.symlistT mv -f /build/hesiod/libnss_hesiod.symlistT /build/hesiod/libnss_hesiod.symlist make[2]: Leaving directory '/glibc/hesiod' make[2]: Entering directory '/glibc/hesiod' diff -p -U 0 ../sysdeps/generic/libnss_hesiod.abilist /build/hesiod/libnss_hesiod.symlist > /build/hesiod/check-abi-libnss_hesiod.out; \ ../scripts/evaluate-test.sh hesiod/check-abi-libnss_hesiod $? false false > /build/hesiod/check-abi-libnss_hesiod.test-result make[2]: Leaving directory '/glibc/hesiod' make[2]: Entering directory '/glibc/hesiod' ../scripts/merge-test-results.sh -s /build/hesiod/ hesiod \ check-abi-libnss_hesiod \ > /build/hesiod/subdir-tests.sum make[2]: Leaving directory '/glibc/hesiod' rm /build/hesiod/libnss_hesiod.dynsym make subdir=sunrpc -C sunrpc ..=../ tests make[2]: Entering directory '/glibc/sunrpc' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=sunrpc nfs/nfs.h > /build/sunrpc/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh sunrpc/check-wrapper-headers $? false false > /build/sunrpc/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' python3 -B ../scripts/check-obsolete-constructs.py ../sysdeps/unix/sysv/linux/nfs/nfs.h > /build/sunrpc/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh sunrpc/check-obsolete-constructs $? false false > /build/sunrpc/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-bug22542.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-bug22542.o -MD -MP -MF /build/sunrpc/tst-bug22542.o.dt -MT /build/sunrpc/tst-bug22542.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-udp-error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-udp-error.o -MD -MP -MF /build/sunrpc/tst-udp-error.o.dt -MT /build/sunrpc/tst-udp-error.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-bug28768.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-bug28768.o -MD -MP -MF /build/sunrpc/tst-bug28768.o.dt -MT /build/sunrpc/tst-bug28768.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-udp-garbage.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-udp-garbage.o -MD -MP -MF /build/sunrpc/tst-udp-garbage.o.dt -MT /build/sunrpc/tst-udp-garbage.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 thrsvc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/thrsvc.o -MD -MP -MF /build/sunrpc/thrsvc.o.dt -MT /build/sunrpc/thrsvc.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-xdrmem2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-xdrmem2.o -MD -MP -MF /build/sunrpc/tst-xdrmem2.o.dt -MT /build/sunrpc/tst-xdrmem2.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-getmyaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-getmyaddr.o -MD -MP -MF /build/sunrpc/tst-getmyaddr.o.dt -MT /build/sunrpc/tst-getmyaddr.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-bug28768 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-bug28768.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sunrpc/tst-bug28768 > /build/sunrpc/tst-bug28768.out; \ ../scripts/evaluate-test.sh sunrpc/tst-bug28768 $? false false > /build/sunrpc/tst-bug28768.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-bug22542 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-bug22542.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-udp-error -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-udp-error.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/thrsvc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/thrsvc.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sunrpc/tst-bug22542 > /build/sunrpc/tst-bug22542.out; \ ../scripts/evaluate-test.sh sunrpc/tst-bug22542 $? false false > /build/sunrpc/tst-bug22542.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-xdrmem2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-xdrmem2.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sunrpc/tst-udp-error > /build/sunrpc/tst-udp-error.out; \ ../scripts/evaluate-test.sh sunrpc/tst-udp-error $? false false > /build/sunrpc/tst-udp-error.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-udp-nonblocking.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-udp-nonblocking.o -MD -MP -MF /build/sunrpc/tst-udp-nonblocking.o.dt -MT /build/sunrpc/tst-udp-nonblocking.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-udp-garbage -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-udp-garbage.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sunrpc/tst-xdrmem2 > /build/sunrpc/tst-xdrmem2.out; \ ../scripts/evaluate-test.sh sunrpc/tst-xdrmem2 $? false false > /build/sunrpc/tst-xdrmem2.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-svc_register.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-svc_register.o -MD -MP -MF /build/sunrpc/tst-svc_register.o.dt -MT /build/sunrpc/tst-svc_register.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-getmyaddr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-getmyaddr.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-udp-timeout.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-udp-timeout.o -MD -MP -MF /build/sunrpc/tst-udp-timeout.o.dt -MT /build/sunrpc/tst-udp-timeout.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-udp-nonblocking -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-udp-nonblocking.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-svc_register -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-svc_register.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-udp-timeout -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-udp-timeout.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 tst-xdrmem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sunrpc/tst-xdrmem.o -MD -MP -MF /build/sunrpc/tst-xdrmem.o.dt -MT /build/sunrpc/tst-xdrmem.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' gcc -m32 -o /build/sunrpc/tst-xdrmem -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/sunrpc/tst-xdrmem.o /build/support/libsupport_nonshared.a /build/linkobj/libc.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sunrpc/tst-xdrmem > /build/sunrpc/tst-xdrmem.out; \ ../scripts/evaluate-test.sh sunrpc/tst-xdrmem $? false false > /build/sunrpc/tst-xdrmem.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sunrpc/tst-udp-garbage > /build/sunrpc/tst-udp-garbage.out; \ ../scripts/evaluate-test.sh sunrpc/tst-udp-garbage $? false false > /build/sunrpc/tst-udp-garbage.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sunrpc/tst-svc_register > /build/sunrpc/tst-svc_register.out; \ ../scripts/evaluate-test.sh sunrpc/tst-svc_register $? false false > /build/sunrpc/tst-svc_register.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sunrpc/tst-udp-nonblocking > /build/sunrpc/tst-udp-nonblocking.out; \ ../scripts/evaluate-test.sh sunrpc/tst-udp-nonblocking $? false false > /build/sunrpc/tst-udp-nonblocking.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ nfs/nfs.h > /build/sunrpc/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh sunrpc/check-installed-headers-c $? false false > /build/sunrpc/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/sunrpc/tst-udp-timeout > /build/sunrpc/tst-udp-timeout.out; \ ../scripts/evaluate-test.sh sunrpc/tst-udp-timeout $? false false > /build/sunrpc/tst-udp-timeout.test-result make[2]: Leaving directory '/glibc/sunrpc' make[2]: Entering directory '/glibc/sunrpc' ../scripts/merge-test-results.sh -s /build/sunrpc/ sunrpc \ check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-bug22542 tst-bug28768 tst-svc_register tst-udp-error tst-udp-garbage tst-udp-nonblocking tst-udp-timeout tst-xdrmem tst-xdrmem2 \ > /build/sunrpc/subdir-tests.sum make[2]: Leaving directory '/glibc/sunrpc' make subdir=nis -C nis ..=../ tests make[2]: Entering directory '/glibc/nis' LC_ALL=C objdump --dynamic-syms /build/nis/libnsl.so > /build/nis/libnsl.dynsymT mv -f /build/nis/libnsl.dynsymT /build/nis/libnsl.dynsym make[2]: Leaving directory '/glibc/nis' make[2]: Entering directory '/glibc/nis' LC_ALL=C gawk -f ../scripts/abilist.awk /build/nis/libnsl.dynsym > /build/nis/libnsl.symlistT mv -f /build/nis/libnsl.symlistT /build/nis/libnsl.symlist make[2]: Leaving directory '/glibc/nis' make[2]: Entering directory '/glibc/nis' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libnsl.abilist /build/nis/libnsl.symlist > /build/nis/check-abi-libnsl.out; \ ../scripts/evaluate-test.sh nis/check-abi-libnsl $? false false > /build/nis/check-abi-libnsl.test-result make[2]: Leaving directory '/glibc/nis' make[2]: Entering directory '/glibc/nis' ../scripts/merge-test-results.sh -s /build/nis/ nis \ check-abi-libnsl \ > /build/nis/subdir-tests.sum make[2]: Leaving directory '/glibc/nis' rm /build/nis/libnsl.dynsym make subdir=nscd -C nscd ..=../ tests make[2]: Entering directory '/glibc/nscd' ../scripts/merge-test-results.sh -s /build/nscd/ nscd \ \ > /build/nscd/subdir-tests.sum make[2]: Leaving directory '/glibc/nscd' make subdir=login -C login ..=../ tests make[2]: Entering directory '/glibc/login' LC_ALL=C objdump --dynamic-syms /build/login/libutil.so > /build/login/libutil.dynsymT mv -f /build/login/libutil.dynsymT /build/login/libutil.dynsym make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-getlogin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-getlogin.o -MD -MP -MF /build/login/tst-getlogin.o.dt -MT /build/login/tst-getlogin.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=login bits/utmp.h lastlog.h pty.h utmp.h bits/utmpx.h utmpx.h > /build/login/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh login/check-wrapper-headers $? false false > /build/login/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-utmp-size.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-utmp-size.o -MD -MP -MF /build/login/tst-utmp-size.o.dt -MT /build/login/tst-utmp-size.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' LC_ALL=C gawk -f ../scripts/abilist.awk /build/login/libutil.dynsym > /build/login/libutil.symlistT mv -f /build/login/libutil.symlistT /build/login/libutil.symlist make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-utmp-size-64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-utmp-size-64.o -MD -MP -MF /build/login/tst-utmp-size-64.o.dt -MT /build/login/tst-utmp-size-64.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-utmp-unsigned.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-utmp-unsigned.o -MD -MP -MF /build/login/tst-utmp-unsigned.o.dt -MT /build/login/tst-utmp-unsigned.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-utmp-unsigned-64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-utmp-unsigned-64.o -MD -MP -MF /build/login/tst-utmp-unsigned-64.o.dt -MT /build/login/tst-utmp-unsigned-64.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libutil.abilist /build/login/libutil.symlist > /build/login/check-abi-libutil.out; \ ../scripts/evaluate-test.sh login/check-abi-libutil $? false false > /build/login/check-abi-libutil.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' python3 -B ../scripts/check-obsolete-constructs.py ../bits/utmp.h lastlog.h pty.h utmp.h ../sysdeps/gnu/bits/utmpx.h ../sysdeps/gnu/utmpx.h > /build/login/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh login/check-obsolete-constructs $? false false > /build/login/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-utmp-size -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-utmp-size.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-getlogin -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-getlogin.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-utmp-unsigned -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-utmp-unsigned.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-utmp-size > /build/login/tst-utmp-size.out; \ ../scripts/evaluate-test.sh login/tst-utmp-size $? false false > /build/login/tst-utmp-size.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-utmp-size-64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-utmp-size-64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-utmp-unsigned-64 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-utmp-unsigned-64.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-getlogin > /build/login/tst-getlogin.out; \ ../scripts/evaluate-test.sh login/tst-getlogin $? false false > /build/login/tst-getlogin.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-grantpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-grantpt.o -MD -MP -MF /build/login/tst-grantpt.o.dt -MT /build/login/tst-grantpt.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-utmp-size-64 > /build/login/tst-utmp-size-64.out; \ ../scripts/evaluate-test.sh login/tst-utmp-size-64 $? false false > /build/login/tst-utmp-size-64.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-utmp-unsigned-64 > /build/login/tst-utmp-unsigned-64.out; \ ../scripts/evaluate-test.sh login/tst-utmp-unsigned-64 $? false false > /build/login/tst-utmp-unsigned-64.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-utmp-unsigned > /build/login/tst-utmp-unsigned.out; \ ../scripts/evaluate-test.sh login/tst-utmp-unsigned $? false false > /build/login/tst-utmp-unsigned.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-ptsname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-ptsname.o -MD -MP -MF /build/login/tst-ptsname.o.dt -MT /build/login/tst-ptsname.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-updwtmpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-updwtmpx.o -MD -MP -MF /build/login/tst-updwtmpx.o.dt -MT /build/login/tst-updwtmpx.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-pututxline-cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-pututxline-cache.o -MD -MP -MF /build/login/tst-pututxline-cache.o.dt -MT /build/login/tst-pututxline-cache.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-grantpt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-grantpt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-pututxline-lockfail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-pututxline-lockfail.o -MD -MP -MF /build/login/tst-pututxline-lockfail.o.dt -MT /build/login/tst-pututxline-lockfail.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-grantpt > /build/login/tst-grantpt.out; \ ../scripts/evaluate-test.sh login/tst-grantpt $? false false > /build/login/tst-grantpt.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-ptsname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-ptsname.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-utmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-utmp.o -MD -MP -MF /build/login/tst-utmp.o.dt -MT /build/login/tst-utmp.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-ptsname > /build/login/tst-ptsname.out; \ ../scripts/evaluate-test.sh login/tst-ptsname $? false false > /build/login/tst-ptsname.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-updwtmpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-updwtmpx.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 tst-utmpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/tst-utmpx.o -MD -MP -MF /build/login/tst-utmpx.o.dt -MT /build/login/tst-utmpx.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-pututxline-cache -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-pututxline-cache.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-updwtmpx > /build/login/tst-updwtmpx.out; \ ../scripts/evaluate-test.sh login/tst-updwtmpx $? false false > /build/login/tst-updwtmpx.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-pututxline-cache > /build/login/tst-pututxline-cache.out; \ ../scripts/evaluate-test.sh login/tst-pututxline-cache $? false false > /build/login/tst-pututxline-cache.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-pututxline-lockfail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-pututxline-lockfail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-utmp -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-utmp.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-utmp > /build/login/tst-utmp.out; \ ../scripts/evaluate-test.sh login/tst-utmp $? false false > /build/login/tst-utmp.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' gcc -m32 -o /build/login/tst-utmpx -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/login/tst-utmpx.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-utmpx > /build/login/tst-utmpx.out; \ ../scripts/evaluate-test.sh login/tst-utmpx $? false false > /build/login/tst-utmpx.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/login/tst-pututxline-lockfail > /build/login/tst-pututxline-lockfail.out; \ ../scripts/evaluate-test.sh login/tst-pututxline-lockfail $? false false > /build/login/tst-pututxline-lockfail.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/utmp.h lastlog.h pty.h utmp.h bits/utmpx.h utmpx.h > /build/login/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh login/check-installed-headers-c $? false false > /build/login/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/login' make[2]: Entering directory '/glibc/login' ../scripts/merge-test-results.sh -s /build/login/ login \ check-abi-libutil check-installed-headers-c check-obsolete-constructs check-wrapper-headers tst-getlogin tst-grantpt tst-ptsname tst-pututxline-cache tst-pututxline-lockfail tst-updwtmpx tst-utmp tst-utmp-size tst-utmp-size-64 tst-utmp-unsigned tst-utmp-unsigned-64 tst-utmpx \ > /build/login/subdir-tests.sum make[2]: Leaving directory '/glibc/login' rm /build/login/libutil.dynsym make subdir=elf -C elf ..=../ tests make[2]: Entering directory '/glibc/elf' gcc -m32 tst-array1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-array1.o -MD -MP -MF /build/elf/tst-array1.o.dt -MT /build/elf/tst-array1.o make[2]: Leaving directory '/glibc/elf' make -f /build/elf/librtld.mk -f rtld-Rules make subdir=csu -C ../csu ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-check_fds.os rtld-errno.os rtld-divdi3.os rtld-check_fds.os rtld-check_fds.os rtld-check_fds.os rtld-sysdep.os' make subdir=dirent -C ../dirent ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-closedir.os rtld-fdopendir.os rtld-readdir64.os rtld-rewinddir.os rtld-getdents64.os rtld-readdir64.os' make subdir=elf -C ../elf ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-dl-addr-obj.os rtld-dl-find_object.os rtld-dl-find_object.os' make subdir=gmon -C ../gmon ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-prof-freq.os rtld-profil.os rtld-profil.os rtld-profil.os' make subdir=io -C ../io ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-access.os rtld-fstat64.os rtld-fstatat64.os rtld-lseek.os rtld-lstat64.os rtld-openat64.os rtld-stat64.os rtld-close_nocancel.os rtld-fcntl_nocancel.os rtld-open64_nocancel.os rtld-open_nocancel.os rtld-pread64_nocancel.os rtld-read_nocancel.os rtld-stat_t64_cp.os rtld-fstat64.os rtld-write_nocancel.os rtld-libc-do-syscall.os' make subdir=malloc -C ../malloc ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-scratch_buffer_set_array_size.os' make subdir=misc -C ../misc ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-mmap.os rtld-mprotect.os rtld-munmap.os rtld-setvmaname.os rtld-mmap.os rtld-atomic_wide_counter.os' make subdir=nptl -C ../nptl ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-lowlevellock.os' make subdir=posix -C ../posix ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-_exit.os rtld-getpid.os rtld-uname.os rtld-environ.os' make subdir=setjmp -C ../setjmp ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-setjmp.os rtld-__longjmp.os' make subdir=signal -C ../signal ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-libc_sigaction.os' make subdir=stdio-common -C ../stdio-common ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-errname.os' make subdir=stdlib -C ../stdlib ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-getenv.os' make subdir=string -C ../string ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-memchr.os rtld-memcmp.os rtld-memcpy.os rtld-memmove.os rtld-mempcpy.os rtld-memset.os rtld-stpcpy.os rtld-strchr.os rtld-strcmp.os rtld-strcspn.os rtld-strdup.os rtld-strerrorname_np.os rtld-strlen.os rtld-strncmp.os rtld-strnlen.os rtld-memset-sse2.os rtld-memset.os rtld-memcpy-ssse3.os rtld-memcpy.os rtld-mempcpy-ssse3.os rtld-mempcpy.os rtld-memmove-ssse3.os rtld-memmove.os rtld-memcpy-ssse3-rep.os rtld-memcpy.os rtld-mempcpy-ssse3-rep.os rtld-mempcpy.os rtld-memmove-ssse3-rep.os rtld-memmove.os rtld-memset-sse2-rep.os rtld-memset.os rtld-strcmp-ssse3.os rtld-strcmp.os rtld-strcmp-sse4.os rtld-strcmp.os rtld-strncmp-c.os rtld-strncmp.os rtld-strncmp-ssse3.os rtld-strncmp.os rtld-strncmp-sse4.os rtld-strncmp.os rtld-memcmp-ssse3.os rtld-memcmp.os rtld-memcmp-sse4.os rtld-memcmp.os rtld-strlen-sse2.os rtld-strlen.os rtld-strlen-sse2-bsf.os rtld-strlen.os rtld-stpcpy-ssse3.os rtld-stpcpy.os rtld-stpcpy-sse2.os rtld-stpcpy.os rtld-strchr-sse2.os rtld-strchr.os rtld-strchr-sse2-bsf.os rtld-strchr.os rtld-memchr-sse2.os rtld-memchr.os rtld-memchr-sse2-bsf.os rtld-memchr.os rtld-strnlen-sse2.os rtld-strnlen.os rtld-strnlen-c.os rtld-strnlen.os rtld-memcpy-sse2-unaligned.os rtld-memcpy.os rtld-mempcpy-sse2-unaligned.os rtld-mempcpy.os rtld-memmove-sse2-unaligned.os rtld-memmove.os rtld-strcspn-c.os rtld-strcspn.os rtld-memchr-ia32.os rtld-memchr.os rtld-memcmp-ia32.os rtld-memcmp.os rtld-memcpy-ia32.os rtld-memmove-ia32.os rtld-mempcpy-ia32.os rtld-mempcpy.os rtld-memset-ia32.os rtld-strchr-ia32.os rtld-strchr.os rtld-strcmp-ia32.os rtld-strcmp.os rtld-strcspn-ia32.os rtld-strcspn.os rtld-strlen-ia32.os rtld-strlen.os rtld-stpcpy-ia32.os rtld-stpcpy.os rtld-cacheinfo.os rtld-memset-sse2.os rtld-strerrorname_np.os rtld-varshift.os rtld-strcspn-c.os' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-array2dep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-array2dep.os -MD -MP -MF /build/elf/tst-array2dep.os.dt -MT /build/elf/tst-array2dep.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-array2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-array2.o -MD -MP -MF /build/elf/tst-array2.o.dt -MT /build/elf/tst-array2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-array5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-array5.o -MD -MP -MF /build/elf/tst-array5.o.dt -MT /build/elf/tst-array5.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-array5dep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-array5dep.os -MD -MP -MF /build/elf/tst-array5dep.os.dt -MT /build/elf/tst-array5dep.os make subdir=time -C ../time ..=../ objdir=/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-setitimer.os' make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-array3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-array3.o -MD -MP -MF /build/elf/tst-array3.o.dt -MT /build/elf/tst-array3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-array4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-array4.o -MD -MP -MF /build/elf/tst-array4.o.dt -MT /build/elf/tst-array4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-sonamemove-runmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-sonamemove-runmod2.os -MD -MP -MF /build/elf/tst-sonamemove-runmod2.os.dt -MT /build/elf/tst-sonamemove-runmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auxv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-auxv.o -MD -MP -MF /build/elf/tst-auxv.o.dt -MT /build/elf/tst-auxv.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-env-setuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-env-setuid.o -MD -MP -MF /build/elf/tst-env-setuid.o.dt -MT /build/elf/tst-env-setuid.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-leaks1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-leaks1.o -MD -MP -MF /build/elf/tst-leaks1.o.dt -MT /build/elf/tst-leaks1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod5.os -MD -MP -MF /build/elf/tst-tlsmod5.os.dt -MT /build/elf/tst-tlsmod5.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod6.os -MD -MP -MF /build/elf/tst-tlsmod6.os.dt -MT /build/elf/tst-tlsmod6.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls9.o -MD -MP -MF /build/elf/tst-tls9.o.dt -MT /build/elf/tst-tls9.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-decorate-maps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-decorate-maps.o -MD -MP -MF /build/elf/tst-decorate-maps.o.dt -MT /build/elf/tst-decorate-maps.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 argv0test.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/argv0test.o -MD -MP -MF /build/elf/argv0test.o.dt -MT /build/elf/argv0test.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 constload3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/constload3.os -MD -MP -MF /build/elf/constload3.os.dt -MT /build/elf/constload3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tunables-enable_secure-env.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tunables-enable_secure-env.o -MD -MP -MF /build/elf/tst-tunables-enable_secure-env.o.dt -MT /build/elf/tst-tunables-enable_secure-env.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 constload1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/constload1.o -MD -MP -MF /build/elf/constload1.o.dt -MT /build/elf/constload1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 dblloadmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dblloadmod3.os -MD -MP -MF /build/elf/dblloadmod3.os.dt -MT /build/elf/dblloadmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 dblloadmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dblloadmod1.os -MD -MP -MF /build/elf/dblloadmod1.os.dt -MT /build/elf/dblloadmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 constload2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/constload2.os -MD -MP -MF /build/elf/constload2.os.dt -MT /build/elf/constload2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 dblloadmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dblloadmod2.os -MD -MP -MF /build/elf/dblloadmod2.os.dt -MT /build/elf/dblloadmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 dblload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dblload.o -MD -MP -MF /build/elf/dblload.o.dt -MT /build/elf/dblload.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl-hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl-hash.o -MD -MP -MF /build/elf/tst-dl-hash.o.dt -MT /build/elf/tst-dl-hash.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 filtmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/filtmod1.os -MD -MP -MF /build/elf/filtmod1.os.dt -MT /build/elf/filtmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 filter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/filter.o -MD -MP -MF /build/elf/filter.o.dt -MT /build/elf/filter.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 dblunload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dblunload.o -MD -MP -MF /build/elf/dblunload.o.dt -MT /build/elf/dblunload.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 filtmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/filtmod2.os -MD -MP -MF /build/elf/filtmod2.os.dt -MT /build/elf/filtmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-stringtable.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-stringtable.o -MD -MP -MF /build/elf/tst-stringtable.o.dt -MT /build/elf/tst-stringtable.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 global.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/global.o -MD -MP -MF /build/elf/global.o.dt -MT /build/elf/global.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 globalmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/globalmod1.os -MD -MP -MF /build/elf/globalmod1.os.dt -MT /build/elf/globalmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldepmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldepmod1.os -MD -MP -MF /build/elf/reldepmod1.os.dt -MT /build/elf/reldepmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 initfirst.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/initfirst.o -MD -MP -MF /build/elf/initfirst.o.dt -MT /build/elf/initfirst.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ltglobmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/ltglobmod1.os -MD -MP -MF /build/elf/ltglobmod1.os.dt -MT /build/elf/ltglobmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldepmod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldepmod4.os -MD -MP -MF /build/elf/reldepmod4.os.dt -MT /build/elf/reldepmod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 firstobj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/firstobj.os -MD -MP -MF /build/elf/firstobj.os.dt -MT /build/elf/firstobj.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 failobj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/failobj.os -MD -MP -MF /build/elf/failobj.os.dt -MT /build/elf/failobj.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 testobj6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/testobj6.os -MD -MP -MF /build/elf/testobj6.os.dt -MT /build/elf/testobj6.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 lateglobal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/lateglobal.o -MD -MP -MF /build/elf/lateglobal.o.dt -MT /build/elf/lateglobal.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ltglobmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/ltglobmod2.os -MD -MP -MF /build/elf/ltglobmod2.os.dt -MT /build/elf/ltglobmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 loadfail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/loadfail.o -MD -MP -MF /build/elf/loadfail.o.dt -MT /build/elf/loadfail.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 testobj1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/testobj1.os -MD -MP -MF /build/elf/testobj1.os.dt -MT /build/elf/testobj1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 testobj2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/testobj2.os -MD -MP -MF /build/elf/testobj2.os.dt -MT /build/elf/testobj2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 testobj3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/testobj3.os -MD -MP -MF /build/elf/testobj3.os.dt -MT /build/elf/testobj3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 testobj4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/testobj4.os -MD -MP -MF /build/elf/testobj4.os.dt -MT /build/elf/testobj4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 testobj5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/testobj5.os -MD -MP -MF /build/elf/testobj5.os.dt -MT /build/elf/testobj5.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nextmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nextmod1.os -MD -MP -MF /build/elf/nextmod1.os.dt -MT /build/elf/nextmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 next.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/next.o -MD -MP -MF /build/elf/next.o.dt -MT /build/elf/next.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nextmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nextmod2.os -MD -MP -MF /build/elf/nextmod2.os.dt -MT /build/elf/nextmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 multiload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DOBJDIR=\"/build/elf/\" -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/multiload.o -MD -MP -MF /build/elf/multiload.o.dt -MT /build/elf/multiload.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodelmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nodelmod1.os -MD -MP -MF /build/elf/nodelmod1.os.dt -MT /build/elf/nodelmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodelmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nodelmod2.os -MD -MP -MF /build/elf/nodelmod2.os.dt -MT /build/elf/nodelmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodelmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nodelmod3.os -MD -MP -MF /build/elf/nodelmod3.os.dt -MT /build/elf/nodelmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodelmod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nodelmod4.os -MD -MP -MF /build/elf/nodelmod4.os.dt -MT /build/elf/nodelmod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodelete.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/nodelete.o -MD -MP -MF /build/elf/nodelete.o.dt -MT /build/elf/nodelete.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodel2mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nodel2mod3.os -MD -MP -MF /build/elf/nodel2mod3.os.dt -MT /build/elf/nodel2mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodelete2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/nodelete2.o -MD -MP -MF /build/elf/nodelete2.o.dt -MT /build/elf/nodelete2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodel2mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nodel2mod2.os -MD -MP -MF /build/elf/nodel2mod2.os.dt -MT /build/elf/nodel2mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodel2mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nodel2mod1.os -MD -MP -MF /build/elf/nodel2mod1.os.dt -MT /build/elf/nodel2mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodlopenmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nodlopenmod.os -MD -MP -MF /build/elf/nodlopenmod.os.dt -MT /build/elf/nodlopenmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/nodlopen.o -MD -MP -MF /build/elf/nodlopen.o.dt -MT /build/elf/nodlopen.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodlopen2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/nodlopen2.o -MD -MP -MF /build/elf/nodlopen2.o.dt -MT /build/elf/nodlopen2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nodlopenmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nodlopenmod2.os -MD -MP -MF /build/elf/nodlopenmod2.os.dt -MT /build/elf/nodlopenmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 order.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/order.o -MD -MP -MF /build/elf/order.o.dt -MT /build/elf/order.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 noload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/noload.o -MD -MP -MF /build/elf/noload.o.dt -MT /build/elf/noload.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 dep4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dep4.os -MD -MP -MF /build/elf/dep4.os.dt -MT /build/elf/dep4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 dep3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dep3.os -MD -MP -MF /build/elf/dep3.os.dt -MT /build/elf/dep3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 dep2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dep2.os -MD -MP -MF /build/elf/dep2.os.dt -MT /build/elf/dep2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 dep1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dep1.os -MD -MP -MF /build/elf/dep1.os.dt -MT /build/elf/dep1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 order2mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/order2mod1.os -MD -MP -MF /build/elf/order2mod1.os.dt -MT /build/elf/order2mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 order2mod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/order2mod4.os -MD -MP -MF /build/elf/order2mod4.os.dt -MT /build/elf/order2mod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 order2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/order2.o -MD -MP -MF /build/elf/order2.o.dt -MT /build/elf/order2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 order2mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/order2mod3.os -MD -MP -MF /build/elf/order2mod3.os.dt -MT /build/elf/order2mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 order2mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/order2mod2.os -MD -MP -MF /build/elf/order2mod2.os.dt -MT /build/elf/order2mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 preloadtest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/preloadtest.o -MD -MP -MF /build/elf/preloadtest.o.dt -MT /build/elf/preloadtest.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 origtest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/origtest.o -MD -MP -MF /build/elf/origtest.o.dt -MT /build/elf/origtest.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldepmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldepmod2.os -MD -MP -MF /build/elf/reldepmod2.os.dt -MT /build/elf/reldepmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep4mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep4mod1.os -MD -MP -MF /build/elf/reldep4mod1.os.dt -MT /build/elf/reldep4mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/reldep.o -MD -MP -MF /build/elf/reldep.o.dt -MT /build/elf/reldep.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldepmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldepmod3.os -MD -MP -MF /build/elf/reldepmod3.os.dt -MT /build/elf/reldepmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep4mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep4mod3.os -MD -MP -MF /build/elf/reldep4mod3.os.dt -MT /build/elf/reldep4mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep4mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep4mod2.os -MD -MP -MF /build/elf/reldep4mod2.os.dt -MT /build/elf/reldep4mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/reldep2.o -MD -MP -MF /build/elf/reldep2.o.dt -MT /build/elf/reldep2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/reldep3.o -MD -MP -MF /build/elf/reldep3.o.dt -MT /build/elf/reldep3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/reldep4.o -MD -MP -MF /build/elf/reldep4.o.dt -MT /build/elf/reldep4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep4mod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep4mod4.os -MD -MP -MF /build/elf/reldep4mod4.os.dt -MT /build/elf/reldep4mod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldepmod5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldepmod5.os -MD -MP -MF /build/elf/reldepmod5.os.dt -MT /build/elf/reldepmod5.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldepmod6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldepmod6.os -MD -MP -MF /build/elf/reldepmod6.os.dt -MT /build/elf/reldepmod6.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep6mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep6mod3.os -MD -MP -MF /build/elf/reldep6mod3.os.dt -MT /build/elf/reldep6mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep6mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep6mod2.os -MD -MP -MF /build/elf/reldep6mod2.os.dt -MT /build/elf/reldep6mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep6mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep6mod1.os -MD -MP -MF /build/elf/reldep6mod1.os.dt -MT /build/elf/reldep6mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep6mod0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep6mod0.os -MD -MP -MF /build/elf/reldep6mod0.os.dt -MT /build/elf/reldep6mod0.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/reldep5.o -MD -MP -MF /build/elf/reldep5.o.dt -MT /build/elf/reldep5.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep6mod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep6mod4.os -MD -MP -MF /build/elf/reldep6mod4.os.dt -MT /build/elf/reldep6mod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep7mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep7mod1.os -MD -MP -MF /build/elf/reldep7mod1.os.dt -MT /build/elf/reldep7mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep7mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep7mod2.os -MD -MP -MF /build/elf/reldep7mod2.os.dt -MT /build/elf/reldep7mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/reldep6.o -MD -MP -MF /build/elf/reldep6.o.dt -MT /build/elf/reldep6.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep8mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep8mod3.os -MD -MP -MF /build/elf/reldep8mod3.os.dt -MT /build/elf/reldep8mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/reldep7.o -MD -MP -MF /build/elf/reldep7.o.dt -MT /build/elf/reldep7.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/reldep8.o -MD -MP -MF /build/elf/reldep8.o.dt -MT /build/elf/reldep8.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep8mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep8mod2.os -MD -MP -MF /build/elf/reldep8mod2.os.dt -MT /build/elf/reldep8mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep8mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep8mod1.os -MD -MP -MF /build/elf/reldep8mod1.os.dt -MT /build/elf/reldep8mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 testobj1_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/testobj1_1.os -MD -MP -MF /build/elf/testobj1_1.os.dt -MT /build/elf/testobj1_1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 resolvfail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/resolvfail.o -MD -MP -MF /build/elf/resolvfail.o.dt -MT /build/elf/resolvfail.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr-mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr-mod2.os -MD -MP -MF /build/elf/tst-relr-mod2.os.dt -MT /build/elf/tst-relr-mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr-mod3a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr-mod3a.os -MD -MP -MF /build/elf/tst-relr-mod3a.os.dt -MT /build/elf/tst-relr-mod3a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr-mod3b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr-mod3b.os -MD -MP -MF /build/elf/tst-relr-mod3b.os.dt -MT /build/elf/tst-relr-mod3b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr-mod4b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr-mod4b.os -MD -MP -MF /build/elf/tst-relr-mod4b.os.dt -MT /build/elf/tst-relr-mod4b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr-mod4a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr-mod4a.os -MD -MP -MF /build/elf/tst-relr-mod4a.os.dt -MT /build/elf/tst-relr-mod4a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 circlemod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/circlemod1.os -MD -MP -MF /build/elf/circlemod1.os.dt -MT /build/elf/circlemod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 restest1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/restest1.o -MD -MP -MF /build/elf/restest1.o.dt -MT /build/elf/restest1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 circlemod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/circlemod2.os -MD -MP -MF /build/elf/circlemod2.os.dt -MT /build/elf/circlemod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 circlemod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/circlemod3.os -MD -MP -MF /build/elf/circlemod3.os.dt -MT /build/elf/circlemod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 circlemod1a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/circlemod1a.os -MD -MP -MF /build/elf/circlemod1a.os.dt -MT /build/elf/circlemod1a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 circlemod2a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/circlemod2a.os -MD -MP -MF /build/elf/circlemod2a.os.dt -MT /build/elf/circlemod2a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod1-2.os -MD -MP -MF /build/elf/libmarkermod1-2.os.dt -MT /build/elf/libmarkermod1-2.os \ -DMARKER=marker1 \ -DVALUE=2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod1-1.os -MD -MP -MF /build/elf/libmarkermod1-1.os.dt -MT /build/elf/libmarkermod1-1.os \ -DMARKER=marker1 \ -DVALUE=1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod1-3.os -MD -MP -MF /build/elf/libmarkermod1-3.os.dt -MT /build/elf/libmarkermod1-3.os \ -DMARKER=marker1 \ -DVALUE=3 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod2-1.os -MD -MP -MF /build/elf/libmarkermod2-1.os.dt -MT /build/elf/libmarkermod2-1.os \ -DMARKER=marker2 \ -DVALUE=1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod3-1.os -MD -MP -MF /build/elf/libmarkermod3-1.os.dt -MT /build/elf/libmarkermod3-1.os \ -DMARKER=marker3 \ -DVALUE=1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod3-2.os -MD -MP -MF /build/elf/libmarkermod3-2.os.dt -MT /build/elf/libmarkermod3-2.os \ -DMARKER=marker3 \ -DVALUE=2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 circlemod3a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/circlemod3a.os -MD -MP -MF /build/elf/circlemod3a.os.dt -MT /build/elf/circlemod3a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod2-2.os -MD -MP -MF /build/elf/libmarkermod2-2.os.dt -MT /build/elf/libmarkermod2-2.os \ -DMARKER=marker2 \ -DVALUE=2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod3-3.os -MD -MP -MF /build/elf/libmarkermod3-3.os.dt -MT /build/elf/libmarkermod3-3.os \ -DMARKER=marker3 \ -DVALUE=3 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod4-1.os -MD -MP -MF /build/elf/libmarkermod4-1.os.dt -MT /build/elf/libmarkermod4-1.os \ -DMARKER=marker4 \ -DVALUE=1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod4-2.os -MD -MP -MF /build/elf/libmarkermod4-2.os.dt -MT /build/elf/libmarkermod4-2.os \ -DMARKER=marker4 \ -DVALUE=2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod4-3.os -MD -MP -MF /build/elf/libmarkermod4-3.os.dt -MT /build/elf/libmarkermod4-3.os \ -DMARKER=marker4 \ -DVALUE=3 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod4-4.os -MD -MP -MF /build/elf/libmarkermod4-4.os.dt -MT /build/elf/libmarkermod4-4.os \ -DMARKER=marker4 \ -DVALUE=4 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod5-1.os -MD -MP -MF /build/elf/libmarkermod5-1.os.dt -MT /build/elf/libmarkermod5-1.os \ -DMARKER=marker5 \ -DVALUE=1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod5-2.os -MD -MP -MF /build/elf/libmarkermod5-2.os.dt -MT /build/elf/libmarkermod5-2.os \ -DMARKER=marker5 \ -DVALUE=2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod5-3.os -MD -MP -MF /build/elf/libmarkermod5-3.os.dt -MT /build/elf/libmarkermod5-3.os \ -DMARKER=marker5 \ -DVALUE=3 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod5-4.os -MD -MP -MF /build/elf/libmarkermod5-4.os.dt -MT /build/elf/libmarkermod5-4.os \ -DMARKER=marker5 \ -DVALUE=4 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 markermodMARKER-VALUE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libmarkermod5-5.os -MD -MP -MF /build/elf/libmarkermod5-5.os.dt -MT /build/elf/libmarkermod5-5.os \ -DMARKER=marker5 \ -DVALUE=5 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 libtracemod1-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libtracemod1-1.os -MD -MP -MF /build/elf/libtracemod1-1.os.dt -MT /build/elf/libtracemod1-1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 libtracemod2-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libtracemod2-1.os -MD -MP -MF /build/elf/libtracemod2-1.os.dt -MT /build/elf/libtracemod2-1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 libtracemod4-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libtracemod4-1.os -MD -MP -MF /build/elf/libtracemod4-1.os.dt -MT /build/elf/libtracemod4-1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 libtracemod5-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libtracemod5-1.os -MD -MP -MF /build/elf/libtracemod5-1.os.dt -MT /build/elf/libtracemod5-1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 libtracemod3-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libtracemod3-1.os -MD -MP -MF /build/elf/libtracemod3-1.os.dt -MT /build/elf/libtracemod3-1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededobj1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/neededobj1.os -MD -MP -MF /build/elf/neededobj1.os.dt -MT /build/elf/neededobj1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededobj2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/neededobj2.os -MD -MP -MF /build/elf/neededobj2.os.dt -MT /build/elf/neededobj2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededobj3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/neededobj3.os -MD -MP -MF /build/elf/neededobj3.os.dt -MT /build/elf/neededobj3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededobj4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/neededobj4.os -MD -MP -MF /build/elf/neededobj4.os.dt -MT /build/elf/neededobj4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededobj5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/neededobj5.os -MD -MP -MF /build/elf/neededobj5.os.dt -MT /build/elf/neededobj5.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededobj6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/neededobj6.os -MD -MP -MF /build/elf/neededobj6.os.dt -MT /build/elf/neededobj6.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 nextmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/nextmod3.os -MD -MP -MF /build/elf/nextmod3.os.dt -MT /build/elf/nextmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 pathoptobj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/pathoptobj.os -MD -MP -MF /build/elf/pathoptobj.os.dt -MT /build/elf/pathoptobj.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep9mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep9mod2.os -MD -MP -MF /build/elf/reldep9mod2.os.dt -MT /build/elf/reldep9mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep9mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep9mod3.os -MD -MP -MF /build/elf/reldep9mod3.os.dt -MT /build/elf/reldep9mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 reldep9mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/reldep9mod1.os -MD -MP -MF /build/elf/reldep9mod1.os.dt -MT /build/elf/reldep9mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-absolute-sym-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-absolute-sym-lib.os -MD -MP -MF /build/elf/tst-absolute-sym-lib.os.dt -MT /build/elf/tst-absolute-sym-lib.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-absolute-zero-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-absolute-zero-lib.os -MD -MP -MF /build/elf/tst-absolute-zero-lib.os.dt -MT /build/elf/tst-absolute-zero-lib.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit-tlsdesc-mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -mtls-dialect=gnu2 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit-tlsdesc-mod1.os -MD -MP -MF /build/elf/tst-audit-tlsdesc-mod1.os.dt -MT /build/elf/tst-audit-tlsdesc-mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-alignmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -msse -malign-double -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-alignmod.os -MD -MP -MF /build/elf/tst-alignmod.os.dt -MT /build/elf/tst-alignmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit-tlsdesc-mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -mtls-dialect=gnu2 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit-tlsdesc-mod2.os -MD -MP -MF /build/elf/tst-audit-tlsdesc-mod2.os.dt -MT /build/elf/tst-audit-tlsdesc-mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit11mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit11mod1.os -MD -MP -MF /build/elf/tst-audit11mod1.os.dt -MT /build/elf/tst-audit11mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit11mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit11mod2.os -MD -MP -MF /build/elf/tst-audit11mod2.os.dt -MT /build/elf/tst-audit11mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit12mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit12mod1.os -MD -MP -MF /build/elf/tst-audit12mod1.os.dt -MT /build/elf/tst-audit12mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit12mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit12mod2.os -MD -MP -MF /build/elf/tst-audit12mod2.os.dt -MT /build/elf/tst-audit12mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit12mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit12mod3.os -MD -MP -MF /build/elf/tst-audit12mod3.os.dt -MT /build/elf/tst-audit12mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-alignmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-alignmod3.os -MD -MP -MF /build/elf/tst-alignmod3.os.dt -MT /build/elf/tst-alignmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit18mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit18mod.os -MD -MP -MF /build/elf/tst-audit18mod.os.dt -MT /build/elf/tst-audit18mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit19bmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit19bmod.os -MD -MP -MF /build/elf/tst-audit19bmod.os.dt -MT /build/elf/tst-audit19bmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit23mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit23mod.os -MD -MP -MF /build/elf/tst-audit23mod.os.dt -MT /build/elf/tst-audit23mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-alignmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -msse -malign-double -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-alignmod2.os -MD -MP -MF /build/elf/tst-alignmod2.os.dt -MT /build/elf/tst-alignmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24bmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24bmod2.os -MD -MP -MF /build/elf/tst-audit24bmod2.os.dt -MT /build/elf/tst-audit24bmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24bmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24bmod1.os -MD -MP -MF /build/elf/tst-audit24bmod1.os.dt -MT /build/elf/tst-audit24bmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24amod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24amod1.os -MD -MP -MF /build/elf/tst-audit24amod1.os.dt -MT /build/elf/tst-audit24amod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24amod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24amod2.os -MD -MP -MF /build/elf/tst-audit24amod2.os.dt -MT /build/elf/tst-audit24amod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24dmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24dmod1.os -MD -MP -MF /build/elf/tst-audit24dmod1.os.dt -MT /build/elf/tst-audit24dmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit13mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit13mod1.os -MD -MP -MF /build/elf/tst-audit13mod1.os.dt -MT /build/elf/tst-audit13mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24dmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24dmod3.os -MD -MP -MF /build/elf/tst-audit24dmod3.os.dt -MT /build/elf/tst-audit24dmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit25mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit25mod1.os -MD -MP -MF /build/elf/tst-audit25mod1.os.dt -MT /build/elf/tst-audit25mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit25mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit25mod3.os -MD -MP -MF /build/elf/tst-audit25mod3.os.dt -MT /build/elf/tst-audit25mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit25mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit25mod2.os -MD -MP -MF /build/elf/tst-audit25mod2.os.dt -MT /build/elf/tst-audit25mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit25mod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit25mod4.os -MD -MP -MF /build/elf/tst-audit25mod4.os.dt -MT /build/elf/tst-audit25mod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24dmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24dmod2.os -MD -MP -MF /build/elf/tst-audit24dmod2.os.dt -MT /build/elf/tst-audit24dmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24dmod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24dmod4.os -MD -MP -MF /build/elf/tst-audit24dmod4.os.dt -MT /build/elf/tst-audit24dmod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditlogmod-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditlogmod-1.os -MD -MP -MF /build/elf/tst-auditlogmod-1.os.dt -MT /build/elf/tst-auditlogmod-1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditlogmod-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditlogmod-2.os -MD -MP -MF /build/elf/tst-auditlogmod-2.os.dt -MT /build/elf/tst-auditlogmod-2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditlogmod-3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditlogmod-3.os -MD -MP -MF /build/elf/tst-auditlogmod-3.os.dt -MT /build/elf/tst-auditlogmod-3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmanymod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmanymod2.os -MD -MP -MF /build/elf/tst-auditmanymod2.os.dt -MT /build/elf/tst-auditmanymod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmanymod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmanymod1.os -MD -MP -MF /build/elf/tst-auditmanymod1.os.dt -MT /build/elf/tst-auditmanymod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmanymod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmanymod3.os -MD -MP -MF /build/elf/tst-auditmanymod3.os.dt -MT /build/elf/tst-auditmanymod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmanymod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmanymod4.os -MD -MP -MF /build/elf/tst-auditmanymod4.os.dt -MT /build/elf/tst-auditmanymod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmanymod5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmanymod5.os -MD -MP -MF /build/elf/tst-auditmanymod5.os.dt -MT /build/elf/tst-auditmanymod5.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmanymod6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmanymod6.os -MD -MP -MF /build/elf/tst-auditmanymod6.os.dt -MT /build/elf/tst-auditmanymod6.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmanymod7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmanymod7.os -MD -MP -MF /build/elf/tst-auditmanymod7.os.dt -MT /build/elf/tst-auditmanymod7.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmanymod8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmanymod8.os -MD -MP -MF /build/elf/tst-auditmanymod8.os.dt -MT /build/elf/tst-auditmanymod8.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmanymod9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmanymod9.os -MD -MP -MF /build/elf/tst-auditmanymod9.os.dt -MT /build/elf/tst-auditmanymod9.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod-tlsdesc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod-tlsdesc.os -MD -MP -MF /build/elf/tst-auditmod-tlsdesc.os.dt -MT /build/elf/tst-auditmod-tlsdesc.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod19a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod19a.os -MD -MP -MF /build/elf/tst-auditmod19a.os.dt -MT /build/elf/tst-auditmod19a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod21b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod21b.os -MD -MP -MF /build/elf/tst-auditmod21b.os.dt -MT /build/elf/tst-auditmod21b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod11.os -MD -MP -MF /build/elf/tst-auditmod11.os.dt -MT /build/elf/tst-auditmod11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod18.os -MD -MP -MF /build/elf/tst-auditmod18.os.dt -MT /build/elf/tst-auditmod18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod12.os -MD -MP -MF /build/elf/tst-auditmod12.os.dt -MT /build/elf/tst-auditmod12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod19b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod19b.os -MD -MP -MF /build/elf/tst-auditmod19b.os.dt -MT /build/elf/tst-auditmod19b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod20.os -MD -MP -MF /build/elf/tst-auditmod20.os.dt -MT /build/elf/tst-auditmod20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod1.os -MD -MP -MF /build/elf/tst-auditmod1.os.dt -MT /build/elf/tst-auditmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod21a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod21a.os -MD -MP -MF /build/elf/tst-auditmod21a.os.dt -MT /build/elf/tst-auditmod21a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod22.os -MD -MP -MF /build/elf/tst-auditmod22.os.dt -MT /build/elf/tst-auditmod22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod23.os -MD -MP -MF /build/elf/tst-auditmod23.os.dt -MT /build/elf/tst-auditmod23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod9a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod9a.os -MD -MP -MF /build/elf/tst-auditmod9a.os.dt -MT /build/elf/tst-auditmod9a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod9b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod9b.os -MD -MP -MF /build/elf/tst-auditmod9b.os.dt -MT /build/elf/tst-auditmod9b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod24a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod24a.os -MD -MP -MF /build/elf/tst-auditmod24a.os.dt -MT /build/elf/tst-auditmod24a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod24b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod24b.os -MD -MP -MF /build/elf/tst-auditmod24b.os.dt -MT /build/elf/tst-auditmod24b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auxvalmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auxvalmod.os -MD -MP -MF /build/elf/tst-auxvalmod.os.dt -MT /build/elf/tst-auxvalmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-deep1mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-deep1mod1.os -MD -MP -MF /build/elf/tst-deep1mod1.os.dt -MT /build/elf/tst-deep1mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-deep1mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-deep1mod2.os -MD -MP -MF /build/elf/tst-deep1mod2.os.dt -MT /build/elf/tst-deep1mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-mod1.os -MD -MP -MF /build/elf/tst-dl_find_object-mod1.os.dt -MT /build/elf/tst-dl_find_object-mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-deep1mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-deep1mod3.os -MD -MP -MF /build/elf/tst-deep1mod3.os.dt -MT /build/elf/tst-deep1mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-mod2.os -MD -MP -MF /build/elf/tst-dl_find_object-mod2.os.dt -MT /build/elf/tst-dl_find_object-mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-mod3.os -MD -MP -MF /build/elf/tst-dl_find_object-mod3.os.dt -MT /build/elf/tst-dl_find_object-mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-mod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-mod4.os -MD -MP -MF /build/elf/tst-dl_find_object-mod4.os.dt -MT /build/elf/tst-dl_find_object-mod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod24c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod24c.os -MD -MP -MF /build/elf/tst-auditmod24c.os.dt -MT /build/elf/tst-auditmod24c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod24d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod24d.os -MD -MP -MF /build/elf/tst-auditmod24d.os.dt -MT /build/elf/tst-auditmod24d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-mod5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-mod5.os -MD -MP -MF /build/elf/tst-dl_find_object-mod5.os.dt -MT /build/elf/tst-dl_find_object-mod5.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod25.os -MD -MP -MF /build/elf/tst-auditmod25.os.dt -MT /build/elf/tst-auditmod25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-mod6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-mod6.os -MD -MP -MF /build/elf/tst-dl_find_object-mod6.os.dt -MT /build/elf/tst-dl_find_object-mod6.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-mod7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-mod7.os -MD -MP -MF /build/elf/tst-dl_find_object-mod7.os.dt -MT /build/elf/tst-dl_find_object-mod7.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod28.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod28.os -MD -MP -MF /build/elf/tst-auditmod28.os.dt -MT /build/elf/tst-auditmod28.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-mod8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-mod8.os -MD -MP -MF /build/elf/tst-dl_find_object-mod8.os.dt -MT /build/elf/tst-dl_find_object-mod8.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-mod9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-mod9.os -MD -MP -MF /build/elf/tst-dl_find_object-mod9.os.dt -MT /build/elf/tst-dl_find_object-mod9.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlclose-lazy-mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlclose-lazy-mod1.os -MD -MP -MF /build/elf/tst-dlclose-lazy-mod1.os.dt -MT /build/elf/tst-dlclose-lazy-mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsreinitmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsreinitmod1.os -MD -MP -MF /build/elf/tst-dlopen-tlsreinitmod1.os.dt -MT /build/elf/tst-dlopen-tlsreinitmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlclose-lazy-mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlclose-lazy-mod2.os -MD -MP -MF /build/elf/tst-dlclose-lazy-mod2.os.dt -MT /build/elf/tst-dlclose-lazy-mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen-twice-mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen-twice-mod1.os -MD -MP -MF /build/elf/tst-dlmopen-twice-mod1.os.dt -MT /build/elf/tst-dlmopen-twice-mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopenfaillinkmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopenfaillinkmod.os -MD -MP -MF /build/elf/tst-dlopenfaillinkmod.os.dt -MT /build/elf/tst-dlopenfaillinkmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen-dlerror-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen-dlerror-mod.os -MD -MP -MF /build/elf/tst-dlmopen-dlerror-mod.os.dt -MT /build/elf/tst-dlmopen-dlerror-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen-gethostbyname-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen-gethostbyname-mod.os -MD -MP -MF /build/elf/tst-dlmopen-gethostbyname-mod.os.dt -MT /build/elf/tst-dlmopen-gethostbyname-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen-twice-mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen-twice-mod2.os -MD -MP -MF /build/elf/tst-dlmopen-twice-mod2.os.dt -MT /build/elf/tst-dlmopen-twice-mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen1mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen1mod.os -MD -MP -MF /build/elf/tst-dlmopen1mod.os.dt -MT /build/elf/tst-dlmopen1mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopenfailmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopenfailmod3.os -MD -MP -MF /build/elf/tst-dlopenfailmod3.os.dt -MT /build/elf/tst-dlopenfailmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsreinitmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsreinitmod2.os -MD -MP -MF /build/elf/tst-dlopen-tlsreinitmod2.os.dt -MT /build/elf/tst-dlopen-tlsreinitmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopenfailmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopenfailmod2.os -MD -MP -MF /build/elf/tst-dlopenfailmod2.os.dt -MT /build/elf/tst-dlopenfailmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopenfailnodelmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopenfailnodelmod.os -MD -MP -MF /build/elf/tst-dlopenfailnodelmod.os.dt -MT /build/elf/tst-dlopenfailnodelmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsreinitmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsreinitmod3.os -MD -MP -MF /build/elf/tst-dlopen-tlsreinitmod3.os.dt -MT /build/elf/tst-dlopen-tlsreinitmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopenfailmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopenfailmod1.os -MD -MP -MF /build/elf/tst-dlopenfailmod1.os.dt -MT /build/elf/tst-dlopenfailmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopenrpathmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopenrpathmod.os -MD -MP -MF /build/elf/tst-dlopenrpathmod.os.dt -MT /build/elf/tst-dlopenrpathmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-filterobj-aux.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-filterobj-aux.os -MD -MP -MF /build/elf/tst-filterobj-aux.os.dt -MT /build/elf/tst-filterobj-aux.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-filterobj-filtee.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-filterobj-filtee.os -MD -MP -MF /build/elf/tst-filterobj-filtee.os.dt -MT /build/elf/tst-filterobj-filtee.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-filterobj-flt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-filterobj-flt.os -MD -MP -MF /build/elf/tst-filterobj-flt.os.dt -MT /build/elf/tst-filterobj-flt.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-finilazyfailmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-finilazyfailmod.os -MD -MP -MF /build/elf/tst-finilazyfailmod.os.dt -MT /build/elf/tst-finilazyfailmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-gnu2-tls2mod0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -msse2 -mtune=haswell -mtls-dialect=gnu2 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-gnu2-tls2mod0.os -MD -MP -MF /build/elf/tst-gnu2-tls2mod0.os.dt -MT /build/elf/tst-gnu2-tls2mod0.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-gnu2-tls2mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -msse2 -mtune=haswell -mtls-dialect=gnu2 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-gnu2-tls2mod1.os -MD -MP -MF /build/elf/tst-gnu2-tls2mod1.os.dt -MT /build/elf/tst-gnu2-tls2mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-gnu2-tls2mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -msse2 -mtune=haswell -mtls-dialect=gnu2 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-gnu2-tls2mod2.os -MD -MP -MF /build/elf/tst-gnu2-tls2mod2.os.dt -MT /build/elf/tst-gnu2-tls2mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initlazyfailmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initlazyfailmod.os -MD -MP -MF /build/elf/tst-initlazyfailmod.os.dt -MT /build/elf/tst-initlazyfailmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-globalmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-globalmod2.os -MD -MP -MF /build/elf/tst-globalmod2.os.dt -MT /build/elf/tst-globalmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initorder2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initorder2a.os -MD -MP -MF /build/elf/tst-initorder2a.os.dt -MT /build/elf/tst-initorder2a.os -DNAME=\"a\" make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initorder2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initorder2d.os -MD -MP -MF /build/elf/tst-initorder2d.os.dt -MT /build/elf/tst-initorder2d.os -DNAME=\"d\" make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initorder2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initorder2c.os -MD -MP -MF /build/elf/tst-initorder2c.os.dt -MT /build/elf/tst-initorder2c.os -DNAME=\"c\" make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initorder2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initorder2b.os -MD -MP -MF /build/elf/tst-initorder2b.os.dt -MT /build/elf/tst-initorder2b.os -DNAME=\"b\" make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initordera1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initordera1.os -MD -MP -MF /build/elf/tst-initordera1.os.dt -MT /build/elf/tst-initordera1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initordera2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initordera2.os -MD -MP -MF /build/elf/tst-initordera2.os.dt -MT /build/elf/tst-initordera2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initordera3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initordera3.os -MD -MP -MF /build/elf/tst-initordera3.os.dt -MT /build/elf/tst-initordera3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initorderb2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initorderb2.os -MD -MP -MF /build/elf/tst-initorderb2.os.dt -MT /build/elf/tst-initorderb2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initorderb1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initorderb1.os -MD -MP -MF /build/elf/tst-initorderb1.os.dt -MT /build/elf/tst-initorderb1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ldconfig-soname-lib-with-soname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-ldconfig-soname-lib-with-soname.os -MD -MP -MF /build/elf/tst-ldconfig-soname-lib-with-soname.os.dt -MT /build/elf/tst-ldconfig-soname-lib-with-soname.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ldconfig-soname-lib-without-soname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-ldconfig-soname-lib-without-soname.os -MD -MP -MF /build/elf/tst-ldconfig-soname-lib-without-soname.os.dt -MT /build/elf/tst-ldconfig-soname-lib-without-soname.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodelete-opened-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodelete-opened-lib.os -MD -MP -MF /build/elf/tst-nodelete-opened-lib.os.dt -MT /build/elf/tst-nodelete-opened-lib.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-latepthreadmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-optimize-sibling-calls -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-latepthreadmod.os -MD -MP -MF /build/elf/tst-latepthreadmod.os.dt -MT /build/elf/tst-latepthreadmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-main1mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-main1mod.os -MD -MP -MF /build/elf/tst-main1mod.os.dt -MT /build/elf/tst-main1mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodeps2-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodeps2-mod.os -MD -MP -MF /build/elf/tst-nodeps2-mod.os.dt -MT /build/elf/tst-nodeps2-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initordera4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-initordera4.os -MD -MP -MF /build/elf/tst-initordera4.os.dt -MT /build/elf/tst-initordera4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ldconfig-ld-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-ldconfig-ld-mod.os -MD -MP -MF /build/elf/tst-ldconfig-ld-mod.os.dt -MT /build/elf/tst-ldconfig-ld-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodelete-dlclose-plugin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodelete-dlclose-plugin.os -MD -MP -MF /build/elf/tst-nodelete-dlclose-plugin.os.dt -MT /build/elf/tst-nodelete-dlclose-plugin.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodelete2mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodelete2mod.os -MD -MP -MF /build/elf/tst-nodelete2mod.os.dt -MT /build/elf/tst-nodelete2mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodeps1-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodeps1-mod.os -MD -MP -MF /build/elf/tst-nodeps1-mod.os.dt -MT /build/elf/tst-nodeps1-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-non-directory-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-non-directory-mod.os -MD -MP -MF /build/elf/tst-non-directory-mod.os.dt -MT /build/elf/tst-non-directory-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-null-argv-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-null-argv-lib.os -MD -MP -MF /build/elf/tst-null-argv-lib.os.dt -MT /build/elf/tst-null-argv-lib.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-p_alignmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-p_alignmod3.os -MD -MP -MF /build/elf/tst-p_alignmod3.os.dt -MT /build/elf/tst-p_alignmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodelete-dlclose-dso.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodelete-dlclose-dso.os -MD -MP -MF /build/elf/tst-nodelete-dlclose-dso.os.dt -MT /build/elf/tst-nodelete-dlclose-dso.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-p_alignmod-base.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-p_alignmod-base.os -MD -MP -MF /build/elf/tst-p_alignmod-base.os.dt -MT /build/elf/tst-p_alignmod-base.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod0.os -MD -MP -MF /build/elf/tst-recursive-tlsmod0.os.dt -MT /build/elf/tst-recursive-tlsmod0.os -DVAR=thread_0 -DFUNC=get_threadvar_0 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod1.os -MD -MP -MF /build/elf/tst-recursive-tlsmod1.os.dt -MT /build/elf/tst-recursive-tlsmod1.os -DVAR=thread_1 -DFUNC=get_threadvar_1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod2.os -MD -MP -MF /build/elf/tst-recursive-tlsmod2.os.dt -MT /build/elf/tst-recursive-tlsmod2.os -DVAR=thread_2 -DFUNC=get_threadvar_2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod3.os -MD -MP -MF /build/elf/tst-recursive-tlsmod3.os.dt -MT /build/elf/tst-recursive-tlsmod3.os -DVAR=thread_3 -DFUNC=get_threadvar_3 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod4.os -MD -MP -MF /build/elf/tst-recursive-tlsmod4.os.dt -MT /build/elf/tst-recursive-tlsmod4.os -DVAR=thread_4 -DFUNC=get_threadvar_4 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod5.os -MD -MP -MF /build/elf/tst-recursive-tlsmod5.os.dt -MT /build/elf/tst-recursive-tlsmod5.os -DVAR=thread_5 -DFUNC=get_threadvar_5 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod6.os -MD -MP -MF /build/elf/tst-recursive-tlsmod6.os.dt -MT /build/elf/tst-recursive-tlsmod6.os -DVAR=thread_6 -DFUNC=get_threadvar_6 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod7.os -MD -MP -MF /build/elf/tst-recursive-tlsmod7.os.dt -MT /build/elf/tst-recursive-tlsmod7.os -DVAR=thread_7 -DFUNC=get_threadvar_7 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod8.os -MD -MP -MF /build/elf/tst-recursive-tlsmod8.os.dt -MT /build/elf/tst-recursive-tlsmod8.os -DVAR=thread_8 -DFUNC=get_threadvar_8 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod9.os -MD -MP -MF /build/elf/tst-recursive-tlsmod9.os.dt -MT /build/elf/tst-recursive-tlsmod9.os -DVAR=thread_9 -DFUNC=get_threadvar_9 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod10.os -MD -MP -MF /build/elf/tst-recursive-tlsmod10.os.dt -MT /build/elf/tst-recursive-tlsmod10.os -DVAR=thread_10 -DFUNC=get_threadvar_10 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod11.os -MD -MP -MF /build/elf/tst-recursive-tlsmod11.os.dt -MT /build/elf/tst-recursive-tlsmod11.os -DVAR=thread_11 -DFUNC=get_threadvar_11 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod12.os -MD -MP -MF /build/elf/tst-recursive-tlsmod12.os.dt -MT /build/elf/tst-recursive-tlsmod12.os -DVAR=thread_12 -DFUNC=get_threadvar_12 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod13.os -MD -MP -MF /build/elf/tst-recursive-tlsmod13.os.dt -MT /build/elf/tst-recursive-tlsmod13.os -DVAR=thread_13 -DFUNC=get_threadvar_13 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod14.os -MD -MP -MF /build/elf/tst-recursive-tlsmod14.os.dt -MT /build/elf/tst-recursive-tlsmod14.os -DVAR=thread_14 -DFUNC=get_threadvar_14 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmodN.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmod15.os -MD -MP -MF /build/elf/tst-recursive-tlsmod15.os.dt -MT /build/elf/tst-recursive-tlsmod15.os -DVAR=thread_15 -DFUNC=get_threadvar_15 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relsort1mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-relsort1mod1.os -MD -MP -MF /build/elf/tst-relsort1mod1.os.dt -MT /build/elf/tst-relsort1mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tlsmallocmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tlsmallocmod.os -MD -MP -MF /build/elf/tst-recursive-tlsmallocmod.os.dt -MT /build/elf/tst-recursive-tlsmallocmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ro-dynamic-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-ro-dynamic-mod.os -MD -MP -MF /build/elf/tst-ro-dynamic-mod.os.dt -MT /build/elf/tst-ro-dynamic-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-rootdir-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-rootdir-lib.os -MD -MP -MF /build/elf/tst-rootdir-lib.os.dt -MT /build/elf/tst-rootdir-lib.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded-mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded-mod2.os -MD -MP -MF /build/elf/tst-single_threaded-mod2.os.dt -MT /build/elf/tst-single_threaded-mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded-mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded-mod3.os -MD -MP -MF /build/elf/tst-single_threaded-mod3.os.dt -MT /build/elf/tst-single_threaded-mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded-mod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded-mod4.os -MD -MP -MF /build/elf/tst-single_threaded-mod4.os.dt -MT /build/elf/tst-single_threaded-mod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relsort1mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-relsort1mod2.os -MD -MP -MF /build/elf/tst-relsort1mod2.os.dt -MT /build/elf/tst-relsort1mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded-mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded-mod1.os -MD -MP -MF /build/elf/tst-single_threaded-mod1.os.dt -MT /build/elf/tst-single_threaded-mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-sonamemove-linkmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-sonamemove-linkmod1.os -MD -MP -MF /build/elf/tst-sonamemove-linkmod1.os.dt -MT /build/elf/tst-sonamemove-linkmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-sonamemove-runmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-sonamemove-runmod1.os -MD -MP -MF /build/elf/tst-sonamemove-runmod1.os.dt -MT /build/elf/tst-sonamemove-runmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-sprof-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-sprof-mod.os -MD -MP -MF /build/elf/tst-sprof-mod.os.dt -MT /build/elf/tst-sprof-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls19mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls19mod2.os -MD -MP -MF /build/elf/tst-tls19mod2.os.dt -MT /build/elf/tst-tls19mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-ie-mod0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-ie-mod0.os -MD -MP -MF /build/elf/tst-tls-ie-mod0.os.dt -MT /build/elf/tst-tls-ie-mod0.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-ie-mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-ie-mod1.os -MD -MP -MF /build/elf/tst-tls-ie-mod1.os.dt -MT /build/elf/tst-tls-ie-mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-ie-mod5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-ie-mod5.os -MD -MP -MF /build/elf/tst-tls-ie-mod5.os.dt -MT /build/elf/tst-tls-ie-mod5.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-ie-mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-ie-mod3.os -MD -MP -MF /build/elf/tst-tls-ie-mod3.os.dt -MT /build/elf/tst-tls-ie-mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-ie-mod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-ie-mod4.os -MD -MP -MF /build/elf/tst-tls-ie-mod4.os.dt -MT /build/elf/tst-tls-ie-mod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-ie-mod6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-ie-mod6.os -MD -MP -MF /build/elf/tst-tls-ie-mod6.os.dt -MT /build/elf/tst-tls-ie-mod6.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls19mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls19mod3.os -MD -MP -MF /build/elf/tst-tls19mod3.os.dt -MT /build/elf/tst-tls19mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-ie-mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-ie-mod2.os -MD -MP -MF /build/elf/tst-tls-ie-mod2.os.dt -MT /build/elf/tst-tls-ie-mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls20mod-bad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls20mod-bad.os -MD -MP -MF /build/elf/tst-tls20mod-bad.os.dt -MT /build/elf/tst-tls20mod-bad.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls21mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls21mod.os -MD -MP -MF /build/elf/tst-tls21mod.os.dt -MT /build/elf/tst-tls21mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls19mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls19mod1.os -MD -MP -MF /build/elf/tst-tls19mod1.os.dt -MT /build/elf/tst-tls19mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic20mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic20mod.os.dt -MT /build/elf/tst-tls-manydynamic20mod.os \ -DNAME=tls_global_20 -DSETTER=set_value_20 -DGETTER=get_value_20 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic30mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic30mod.os.dt -MT /build/elf/tst-tls-manydynamic30mod.os \ -DNAME=tls_global_30 -DSETTER=set_value_30 -DGETTER=get_value_30 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic00mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic00mod.os.dt -MT /build/elf/tst-tls-manydynamic00mod.os \ -DNAME=tls_global_00 -DSETTER=set_value_00 -DGETTER=get_value_00 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic10mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic10mod.os.dt -MT /build/elf/tst-tls-manydynamic10mod.os \ -DNAME=tls_global_10 -DSETTER=set_value_10 -DGETTER=get_value_10 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic40mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic40mod.os.dt -MT /build/elf/tst-tls-manydynamic40mod.os \ -DNAME=tls_global_40 -DSETTER=set_value_40 -DGETTER=get_value_40 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic60mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic60mod.os.dt -MT /build/elf/tst-tls-manydynamic60mod.os \ -DNAME=tls_global_60 -DSETTER=set_value_60 -DGETTER=get_value_60 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic50mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic50mod.os.dt -MT /build/elf/tst-tls-manydynamic50mod.os \ -DNAME=tls_global_50 -DSETTER=set_value_50 -DGETTER=get_value_50 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic70mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic70mod.os.dt -MT /build/elf/tst-tls-manydynamic70mod.os \ -DNAME=tls_global_70 -DSETTER=set_value_70 -DGETTER=get_value_70 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic80mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic80mod.os.dt -MT /build/elf/tst-tls-manydynamic80mod.os \ -DNAME=tls_global_80 -DSETTER=set_value_80 -DGETTER=get_value_80 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic90mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic90mod.os.dt -MT /build/elf/tst-tls-manydynamic90mod.os \ -DNAME=tls_global_90 -DSETTER=set_value_90 -DGETTER=get_value_90 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic11mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic11mod.os.dt -MT /build/elf/tst-tls-manydynamic11mod.os \ -DNAME=tls_global_11 -DSETTER=set_value_11 -DGETTER=get_value_11 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic01mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic01mod.os.dt -MT /build/elf/tst-tls-manydynamic01mod.os \ -DNAME=tls_global_01 -DSETTER=set_value_01 -DGETTER=get_value_01 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic31mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic31mod.os.dt -MT /build/elf/tst-tls-manydynamic31mod.os \ -DNAME=tls_global_31 -DSETTER=set_value_31 -DGETTER=get_value_31 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic41mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic41mod.os.dt -MT /build/elf/tst-tls-manydynamic41mod.os \ -DNAME=tls_global_41 -DSETTER=set_value_41 -DGETTER=get_value_41 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic51mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic51mod.os.dt -MT /build/elf/tst-tls-manydynamic51mod.os \ -DNAME=tls_global_51 -DSETTER=set_value_51 -DGETTER=get_value_51 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic71mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic71mod.os.dt -MT /build/elf/tst-tls-manydynamic71mod.os \ -DNAME=tls_global_71 -DSETTER=set_value_71 -DGETTER=get_value_71 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic21mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic21mod.os.dt -MT /build/elf/tst-tls-manydynamic21mod.os \ -DNAME=tls_global_21 -DSETTER=set_value_21 -DGETTER=get_value_21 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic61mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic61mod.os.dt -MT /build/elf/tst-tls-manydynamic61mod.os \ -DNAME=tls_global_61 -DSETTER=set_value_61 -DGETTER=get_value_61 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic81mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic81mod.os.dt -MT /build/elf/tst-tls-manydynamic81mod.os \ -DNAME=tls_global_81 -DSETTER=set_value_81 -DGETTER=get_value_81 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic91mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic91mod.os.dt -MT /build/elf/tst-tls-manydynamic91mod.os \ -DNAME=tls_global_91 -DSETTER=set_value_91 -DGETTER=get_value_91 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic12mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic12mod.os.dt -MT /build/elf/tst-tls-manydynamic12mod.os \ -DNAME=tls_global_12 -DSETTER=set_value_12 -DGETTER=get_value_12 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic52mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic52mod.os.dt -MT /build/elf/tst-tls-manydynamic52mod.os \ -DNAME=tls_global_52 -DSETTER=set_value_52 -DGETTER=get_value_52 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic02mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic02mod.os.dt -MT /build/elf/tst-tls-manydynamic02mod.os \ -DNAME=tls_global_02 -DSETTER=set_value_02 -DGETTER=get_value_02 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic22mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic22mod.os.dt -MT /build/elf/tst-tls-manydynamic22mod.os \ -DNAME=tls_global_22 -DSETTER=set_value_22 -DGETTER=get_value_22 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic42mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic42mod.os.dt -MT /build/elf/tst-tls-manydynamic42mod.os \ -DNAME=tls_global_42 -DSETTER=set_value_42 -DGETTER=get_value_42 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic62mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic62mod.os.dt -MT /build/elf/tst-tls-manydynamic62mod.os \ -DNAME=tls_global_62 -DSETTER=set_value_62 -DGETTER=get_value_62 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic32mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic32mod.os.dt -MT /build/elf/tst-tls-manydynamic32mod.os \ -DNAME=tls_global_32 -DSETTER=set_value_32 -DGETTER=get_value_32 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic72mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic72mod.os.dt -MT /build/elf/tst-tls-manydynamic72mod.os \ -DNAME=tls_global_72 -DSETTER=set_value_72 -DGETTER=get_value_72 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic92mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic92mod.os.dt -MT /build/elf/tst-tls-manydynamic92mod.os \ -DNAME=tls_global_92 -DSETTER=set_value_92 -DGETTER=get_value_92 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic82mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic82mod.os.dt -MT /build/elf/tst-tls-manydynamic82mod.os \ -DNAME=tls_global_82 -DSETTER=set_value_82 -DGETTER=get_value_82 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic43mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic43mod.os.dt -MT /build/elf/tst-tls-manydynamic43mod.os \ -DNAME=tls_global_43 -DSETTER=set_value_43 -DGETTER=get_value_43 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic13mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic13mod.os.dt -MT /build/elf/tst-tls-manydynamic13mod.os \ -DNAME=tls_global_13 -DSETTER=set_value_13 -DGETTER=get_value_13 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic23mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic23mod.os.dt -MT /build/elf/tst-tls-manydynamic23mod.os \ -DNAME=tls_global_23 -DSETTER=set_value_23 -DGETTER=get_value_23 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic03mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic03mod.os.dt -MT /build/elf/tst-tls-manydynamic03mod.os \ -DNAME=tls_global_03 -DSETTER=set_value_03 -DGETTER=get_value_03 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic33mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic33mod.os.dt -MT /build/elf/tst-tls-manydynamic33mod.os \ -DNAME=tls_global_33 -DSETTER=set_value_33 -DGETTER=get_value_33 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic63mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic63mod.os.dt -MT /build/elf/tst-tls-manydynamic63mod.os \ -DNAME=tls_global_63 -DSETTER=set_value_63 -DGETTER=get_value_63 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic73mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic73mod.os.dt -MT /build/elf/tst-tls-manydynamic73mod.os \ -DNAME=tls_global_73 -DSETTER=set_value_73 -DGETTER=get_value_73 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic53mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic53mod.os.dt -MT /build/elf/tst-tls-manydynamic53mod.os \ -DNAME=tls_global_53 -DSETTER=set_value_53 -DGETTER=get_value_53 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic83mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic83mod.os.dt -MT /build/elf/tst-tls-manydynamic83mod.os \ -DNAME=tls_global_83 -DSETTER=set_value_83 -DGETTER=get_value_83 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic93mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic93mod.os.dt -MT /build/elf/tst-tls-manydynamic93mod.os \ -DNAME=tls_global_93 -DSETTER=set_value_93 -DGETTER=get_value_93 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic14mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic14mod.os.dt -MT /build/elf/tst-tls-manydynamic14mod.os \ -DNAME=tls_global_14 -DSETTER=set_value_14 -DGETTER=get_value_14 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic04mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic04mod.os.dt -MT /build/elf/tst-tls-manydynamic04mod.os \ -DNAME=tls_global_04 -DSETTER=set_value_04 -DGETTER=get_value_04 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic34mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic34mod.os.dt -MT /build/elf/tst-tls-manydynamic34mod.os \ -DNAME=tls_global_34 -DSETTER=set_value_34 -DGETTER=get_value_34 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic44mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic44mod.os.dt -MT /build/elf/tst-tls-manydynamic44mod.os \ -DNAME=tls_global_44 -DSETTER=set_value_44 -DGETTER=get_value_44 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic54mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic54mod.os.dt -MT /build/elf/tst-tls-manydynamic54mod.os \ -DNAME=tls_global_54 -DSETTER=set_value_54 -DGETTER=get_value_54 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic24mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic24mod.os.dt -MT /build/elf/tst-tls-manydynamic24mod.os \ -DNAME=tls_global_24 -DSETTER=set_value_24 -DGETTER=get_value_24 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic64mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic64mod.os.dt -MT /build/elf/tst-tls-manydynamic64mod.os \ -DNAME=tls_global_64 -DSETTER=set_value_64 -DGETTER=get_value_64 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic84mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic84mod.os.dt -MT /build/elf/tst-tls-manydynamic84mod.os \ -DNAME=tls_global_84 -DSETTER=set_value_84 -DGETTER=get_value_84 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic74mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic74mod.os.dt -MT /build/elf/tst-tls-manydynamic74mod.os \ -DNAME=tls_global_74 -DSETTER=set_value_74 -DGETTER=get_value_74 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic94mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic94mod.os.dt -MT /build/elf/tst-tls-manydynamic94mod.os \ -DNAME=tls_global_94 -DSETTER=set_value_94 -DGETTER=get_value_94 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic05mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic05mod.os.dt -MT /build/elf/tst-tls-manydynamic05mod.os \ -DNAME=tls_global_05 -DSETTER=set_value_05 -DGETTER=get_value_05 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic15mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic15mod.os.dt -MT /build/elf/tst-tls-manydynamic15mod.os \ -DNAME=tls_global_15 -DSETTER=set_value_15 -DGETTER=get_value_15 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic45mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic45mod.os.dt -MT /build/elf/tst-tls-manydynamic45mod.os \ -DNAME=tls_global_45 -DSETTER=set_value_45 -DGETTER=get_value_45 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic35mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic35mod.os.dt -MT /build/elf/tst-tls-manydynamic35mod.os \ -DNAME=tls_global_35 -DSETTER=set_value_35 -DGETTER=get_value_35 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic75mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic75mod.os.dt -MT /build/elf/tst-tls-manydynamic75mod.os \ -DNAME=tls_global_75 -DSETTER=set_value_75 -DGETTER=get_value_75 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic25mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic25mod.os.dt -MT /build/elf/tst-tls-manydynamic25mod.os \ -DNAME=tls_global_25 -DSETTER=set_value_25 -DGETTER=get_value_25 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic55mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic55mod.os.dt -MT /build/elf/tst-tls-manydynamic55mod.os \ -DNAME=tls_global_55 -DSETTER=set_value_55 -DGETTER=get_value_55 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic65mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic65mod.os.dt -MT /build/elf/tst-tls-manydynamic65mod.os \ -DNAME=tls_global_65 -DSETTER=set_value_65 -DGETTER=get_value_65 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic16mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic16mod.os.dt -MT /build/elf/tst-tls-manydynamic16mod.os \ -DNAME=tls_global_16 -DSETTER=set_value_16 -DGETTER=get_value_16 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic95mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic95mod.os.dt -MT /build/elf/tst-tls-manydynamic95mod.os \ -DNAME=tls_global_95 -DSETTER=set_value_95 -DGETTER=get_value_95 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic36mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic36mod.os.dt -MT /build/elf/tst-tls-manydynamic36mod.os \ -DNAME=tls_global_36 -DSETTER=set_value_36 -DGETTER=get_value_36 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic46mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic46mod.os.dt -MT /build/elf/tst-tls-manydynamic46mod.os \ -DNAME=tls_global_46 -DSETTER=set_value_46 -DGETTER=get_value_46 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic26mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic26mod.os.dt -MT /build/elf/tst-tls-manydynamic26mod.os \ -DNAME=tls_global_26 -DSETTER=set_value_26 -DGETTER=get_value_26 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic85mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic85mod.os.dt -MT /build/elf/tst-tls-manydynamic85mod.os \ -DNAME=tls_global_85 -DSETTER=set_value_85 -DGETTER=get_value_85 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic06mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic06mod.os.dt -MT /build/elf/tst-tls-manydynamic06mod.os \ -DNAME=tls_global_06 -DSETTER=set_value_06 -DGETTER=get_value_06 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic56mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic56mod.os.dt -MT /build/elf/tst-tls-manydynamic56mod.os \ -DNAME=tls_global_56 -DSETTER=set_value_56 -DGETTER=get_value_56 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic66mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic66mod.os.dt -MT /build/elf/tst-tls-manydynamic66mod.os \ -DNAME=tls_global_66 -DSETTER=set_value_66 -DGETTER=get_value_66 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic76mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic76mod.os.dt -MT /build/elf/tst-tls-manydynamic76mod.os \ -DNAME=tls_global_76 -DSETTER=set_value_76 -DGETTER=get_value_76 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic86mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic86mod.os.dt -MT /build/elf/tst-tls-manydynamic86mod.os \ -DNAME=tls_global_86 -DSETTER=set_value_86 -DGETTER=get_value_86 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic96mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic96mod.os.dt -MT /build/elf/tst-tls-manydynamic96mod.os \ -DNAME=tls_global_96 -DSETTER=set_value_96 -DGETTER=get_value_96 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic17mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic17mod.os.dt -MT /build/elf/tst-tls-manydynamic17mod.os \ -DNAME=tls_global_17 -DSETTER=set_value_17 -DGETTER=get_value_17 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic07mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic07mod.os.dt -MT /build/elf/tst-tls-manydynamic07mod.os \ -DNAME=tls_global_07 -DSETTER=set_value_07 -DGETTER=get_value_07 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic37mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic37mod.os.dt -MT /build/elf/tst-tls-manydynamic37mod.os \ -DNAME=tls_global_37 -DSETTER=set_value_37 -DGETTER=get_value_37 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic27mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic27mod.os.dt -MT /build/elf/tst-tls-manydynamic27mod.os \ -DNAME=tls_global_27 -DSETTER=set_value_27 -DGETTER=get_value_27 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic57mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic57mod.os.dt -MT /build/elf/tst-tls-manydynamic57mod.os \ -DNAME=tls_global_57 -DSETTER=set_value_57 -DGETTER=get_value_57 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic47mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic47mod.os.dt -MT /build/elf/tst-tls-manydynamic47mod.os \ -DNAME=tls_global_47 -DSETTER=set_value_47 -DGETTER=get_value_47 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic67mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic67mod.os.dt -MT /build/elf/tst-tls-manydynamic67mod.os \ -DNAME=tls_global_67 -DSETTER=set_value_67 -DGETTER=get_value_67 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic77mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic77mod.os.dt -MT /build/elf/tst-tls-manydynamic77mod.os \ -DNAME=tls_global_77 -DSETTER=set_value_77 -DGETTER=get_value_77 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic87mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic87mod.os.dt -MT /build/elf/tst-tls-manydynamic87mod.os \ -DNAME=tls_global_87 -DSETTER=set_value_87 -DGETTER=get_value_87 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic97mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic97mod.os.dt -MT /build/elf/tst-tls-manydynamic97mod.os \ -DNAME=tls_global_97 -DSETTER=set_value_97 -DGETTER=get_value_97 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic28mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic28mod.os.dt -MT /build/elf/tst-tls-manydynamic28mod.os \ -DNAME=tls_global_28 -DSETTER=set_value_28 -DGETTER=get_value_28 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic08mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic08mod.os.dt -MT /build/elf/tst-tls-manydynamic08mod.os \ -DNAME=tls_global_08 -DSETTER=set_value_08 -DGETTER=get_value_08 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic38mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic38mod.os.dt -MT /build/elf/tst-tls-manydynamic38mod.os \ -DNAME=tls_global_38 -DSETTER=set_value_38 -DGETTER=get_value_38 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic48mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic48mod.os.dt -MT /build/elf/tst-tls-manydynamic48mod.os \ -DNAME=tls_global_48 -DSETTER=set_value_48 -DGETTER=get_value_48 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic68mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic68mod.os.dt -MT /build/elf/tst-tls-manydynamic68mod.os \ -DNAME=tls_global_68 -DSETTER=set_value_68 -DGETTER=get_value_68 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic18mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic18mod.os.dt -MT /build/elf/tst-tls-manydynamic18mod.os \ -DNAME=tls_global_18 -DSETTER=set_value_18 -DGETTER=get_value_18 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic58mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic58mod.os.dt -MT /build/elf/tst-tls-manydynamic58mod.os \ -DNAME=tls_global_58 -DSETTER=set_value_58 -DGETTER=get_value_58 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic78mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic78mod.os.dt -MT /build/elf/tst-tls-manydynamic78mod.os \ -DNAME=tls_global_78 -DSETTER=set_value_78 -DGETTER=get_value_78 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic88mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic88mod.os.dt -MT /build/elf/tst-tls-manydynamic88mod.os \ -DNAME=tls_global_88 -DSETTER=set_value_88 -DGETTER=get_value_88 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic98mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic98mod.os.dt -MT /build/elf/tst-tls-manydynamic98mod.os \ -DNAME=tls_global_98 -DSETTER=set_value_98 -DGETTER=get_value_98 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic09mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic09mod.os.dt -MT /build/elf/tst-tls-manydynamic09mod.os \ -DNAME=tls_global_09 -DSETTER=set_value_09 -DGETTER=get_value_09 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic19mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic19mod.os.dt -MT /build/elf/tst-tls-manydynamic19mod.os \ -DNAME=tls_global_19 -DSETTER=set_value_19 -DGETTER=get_value_19 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic29mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic29mod.os.dt -MT /build/elf/tst-tls-manydynamic29mod.os \ -DNAME=tls_global_29 -DSETTER=set_value_29 -DGETTER=get_value_29 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic49mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic49mod.os.dt -MT /build/elf/tst-tls-manydynamic49mod.os \ -DNAME=tls_global_49 -DSETTER=set_value_49 -DGETTER=get_value_49 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic39mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic39mod.os.dt -MT /build/elf/tst-tls-manydynamic39mod.os \ -DNAME=tls_global_39 -DSETTER=set_value_39 -DGETTER=get_value_39 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic59mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic59mod.os.dt -MT /build/elf/tst-tls-manydynamic59mod.os \ -DNAME=tls_global_59 -DSETTER=set_value_59 -DGETTER=get_value_59 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic69mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic69mod.os.dt -MT /build/elf/tst-tls-manydynamic69mod.os \ -DNAME=tls_global_69 -DSETTER=set_value_69 -DGETTER=get_value_69 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic79mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic79mod.os.dt -MT /build/elf/tst-tls-manydynamic79mod.os \ -DNAME=tls_global_79 -DSETTER=set_value_79 -DGETTER=get_value_79 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic89mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic89mod.os.dt -MT /build/elf/tst-tls-manydynamic89mod.os \ -DNAME=tls_global_89 -DSETTER=set_value_89 -DGETTER=get_value_89 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic99mod.os -MD -MP -MF /build/elf/tst-tls-manydynamic99mod.os.dt -MT /build/elf/tst-tls-manydynamic99mod.os \ -DNAME=tls_global_99 -DSETTER=set_value_99 -DGETTER=get_value_99 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsalign-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsalign-lib.os -MD -MP -MF /build/elf/tst-tlsalign-lib.os.dt -MT /build/elf/tst-tlsalign-lib.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsgap-mod0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -mtls-dialect=gnu2 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsgap-mod0.os -MD -MP -MF /build/elf/tst-tlsgap-mod0.os.dt -MT /build/elf/tst-tlsgap-mod0.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsgap-mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -mtls-dialect=gnu2 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsgap-mod1.os -MD -MP -MF /build/elf/tst-tlsgap-mod1.os.dt -MT /build/elf/tst-tlsgap-mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsgap-mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -mtls-dialect=gnu2 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsgap-mod2.os -MD -MP -MF /build/elf/tst-tlsgap-mod2.os.dt -MT /build/elf/tst-tlsgap-mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod13.os -MD -MP -MF /build/elf/tst-tlsmod13.os.dt -MT /build/elf/tst-tlsmod13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod1.os -MD -MP -MF /build/elf/tst-tlsmod1.os.dt -MT /build/elf/tst-tlsmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod13a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod13a.os -MD -MP -MF /build/elf/tst-tlsmod13a.os.dt -MT /build/elf/tst-tlsmod13a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod15a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod15a.os -MD -MP -MF /build/elf/tst-tlsmod15a.os.dt -MT /build/elf/tst-tlsmod15a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod16a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod16a.os -MD -MP -MF /build/elf/tst-tlsmod16a.os.dt -MT /build/elf/tst-tlsmod16a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17b.os -MD -MP -MF /build/elf/tst-tlsmod17b.os.dt -MT /build/elf/tst-tlsmod17b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod16b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod16b.os -MD -MP -MF /build/elf/tst-tlsmod16b.os.dt -MT /build/elf/tst-tlsmod16b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod14a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod14a.os -MD -MP -MF /build/elf/tst-tlsmod14a.os.dt -MT /build/elf/tst-tlsmod14a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod11.os -MD -MP -MF /build/elf/tst-tlsmod11.os.dt -MT /build/elf/tst-tlsmod11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod14b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod14b.os -MD -MP -MF /build/elf/tst-tlsmod14b.os.dt -MT /build/elf/tst-tlsmod14b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod10.os -MD -MP -MF /build/elf/tst-tlsmod10.os.dt -MT /build/elf/tst-tlsmod10.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod12.os -MD -MP -MF /build/elf/tst-tlsmod12.os.dt -MT /build/elf/tst-tlsmod12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod9.os -MD -MP -MF /build/elf/tst-tlsmod9.os.dt -MT /build/elf/tst-tlsmod9.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a1.os -MD -MP -MF /build/elf/tst-tlsmod17a1.os.dt -MT /build/elf/tst-tlsmod17a1.os -DN=1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod15b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod15b.os -MD -MP -MF /build/elf/tst-tlsmod15b.os.dt -MT /build/elf/tst-tlsmod15b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a0.os -MD -MP -MF /build/elf/tst-tlsmod17a0.os.dt -MT /build/elf/tst-tlsmod17a0.os -DN=0 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a2.os -MD -MP -MF /build/elf/tst-tlsmod17a2.os.dt -MT /build/elf/tst-tlsmod17a2.os -DN=2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a3.os -MD -MP -MF /build/elf/tst-tlsmod17a3.os.dt -MT /build/elf/tst-tlsmod17a3.os -DN=3 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a4.os -MD -MP -MF /build/elf/tst-tlsmod17a4.os.dt -MT /build/elf/tst-tlsmod17a4.os -DN=4 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a5.os -MD -MP -MF /build/elf/tst-tlsmod17a5.os.dt -MT /build/elf/tst-tlsmod17a5.os -DN=5 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a6.os -MD -MP -MF /build/elf/tst-tlsmod17a6.os.dt -MT /build/elf/tst-tlsmod17a6.os -DN=6 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a7.os -MD -MP -MF /build/elf/tst-tlsmod17a7.os.dt -MT /build/elf/tst-tlsmod17a7.os -DN=7 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a8.os -MD -MP -MF /build/elf/tst-tlsmod17a8.os.dt -MT /build/elf/tst-tlsmod17a8.os -DN=8 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a10.os -MD -MP -MF /build/elf/tst-tlsmod17a10.os.dt -MT /build/elf/tst-tlsmod17a10.os -DN=10 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a11.os -MD -MP -MF /build/elf/tst-tlsmod17a11.os.dt -MT /build/elf/tst-tlsmod17a11.os -DN=11 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a9.os -MD -MP -MF /build/elf/tst-tlsmod17a9.os.dt -MT /build/elf/tst-tlsmod17a9.os -DN=9 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a12.os -MD -MP -MF /build/elf/tst-tlsmod17a12.os.dt -MT /build/elf/tst-tlsmod17a12.os -DN=12 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a13.os -MD -MP -MF /build/elf/tst-tlsmod17a13.os.dt -MT /build/elf/tst-tlsmod17a13.os -DN=13 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a14.os -MD -MP -MF /build/elf/tst-tlsmod17a14.os.dt -MT /build/elf/tst-tlsmod17a14.os -DN=14 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a15.os -MD -MP -MF /build/elf/tst-tlsmod17a15.os.dt -MT /build/elf/tst-tlsmod17a15.os -DN=15 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a19.os -MD -MP -MF /build/elf/tst-tlsmod17a19.os.dt -MT /build/elf/tst-tlsmod17a19.os -DN=19 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a16.os -MD -MP -MF /build/elf/tst-tlsmod17a16.os.dt -MT /build/elf/tst-tlsmod17a16.os -DN=16 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a17.os -MD -MP -MF /build/elf/tst-tlsmod17a17.os.dt -MT /build/elf/tst-tlsmod17a17.os -DN=17 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod17a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod17a18.os -MD -MP -MF /build/elf/tst-tlsmod17a18.os.dt -MT /build/elf/tst-tlsmod17a18.os -DN=18 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod2.os -MD -MP -MF /build/elf/tst-tlsmod2.os.dt -MT /build/elf/tst-tlsmod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-unique1mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-unique1mod1.os -MD -MP -MF /build/elf/tst-unique1mod1.os.dt -MT /build/elf/tst-unique1mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-unique1mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-unique1mod2.os -MD -MP -MF /build/elf/tst-unique1mod2.os.dt -MT /build/elf/tst-unique1mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-unique2mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-unique2mod1.os -MD -MP -MF /build/elf/tst-unique2mod1.os.dt -MT /build/elf/tst-unique2mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod3.os -MD -MP -MF /build/elf/tst-tlsmod3.os.dt -MT /build/elf/tst-tlsmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload2dep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload2dep.os -MD -MP -MF /build/elf/unload2dep.os.dt -MT /build/elf/unload2dep.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-unique2mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-unique2mod2.os -MD -MP -MF /build/elf/tst-unique2mod2.os.dt -MT /build/elf/tst-unique2mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload2mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload2mod.os -MD -MP -MF /build/elf/unload2mod.os.dt -MT /build/elf/unload2mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload3mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload3mod1.os -MD -MP -MF /build/elf/unload3mod1.os.dt -MT /build/elf/unload3mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod4.os -MD -MP -MF /build/elf/tst-tlsmod4.os.dt -MT /build/elf/tst-tlsmod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-unwind-ctor-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-unwind-ctor-lib.os -MD -MP -MF /build/elf/tst-unwind-ctor-lib.os.dt -MT /build/elf/tst-unwind-ctor-lib.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload3mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload3mod2.os -MD -MP -MF /build/elf/unload3mod2.os.dt -MT /build/elf/unload3mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload3mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload3mod3.os -MD -MP -MF /build/elf/unload3mod3.os.dt -MT /build/elf/unload3mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload3mod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload3mod4.os -MD -MP -MF /build/elf/unload3mod4.os.dt -MT /build/elf/unload3mod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload4mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload4mod1.os -MD -MP -MF /build/elf/unload4mod1.os.dt -MT /build/elf/unload4mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod8.os -MD -MP -MF /build/elf/tst-tlsmod8.os.dt -MT /build/elf/tst-tlsmod8.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload4mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload4mod2.os -MD -MP -MF /build/elf/unload4mod2.os.dt -MT /build/elf/unload4mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload7mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload7mod2.os -MD -MP -MF /build/elf/unload7mod2.os.dt -MT /build/elf/unload7mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod7.os -MD -MP -MF /build/elf/tst-tlsmod7.os.dt -MT /build/elf/tst-tlsmod7.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload8mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload8mod1.os -MD -MP -MF /build/elf/unload8mod1.os.dt -MT /build/elf/unload8mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload7mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload7mod1.os -MD -MP -MF /build/elf/unload7mod1.os.dt -MT /build/elf/unload7mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload4mod4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload4mod4.os -MD -MP -MF /build/elf/unload4mod4.os.dt -MT /build/elf/unload4mod4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload4mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload4mod3.os -MD -MP -MF /build/elf/unload4mod3.os.dt -MT /build/elf/unload4mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload6mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload6mod1.os -MD -MP -MF /build/elf/unload6mod1.os.dt -MT /build/elf/unload6mod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload6mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload6mod2.os -MD -MP -MF /build/elf/unload6mod2.os.dt -MT /build/elf/unload6mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload8mod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload8mod2.os -MD -MP -MF /build/elf/unload8mod2.os.dt -MT /build/elf/unload8mod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload6mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload6mod3.os -MD -MP -MF /build/elf/unload6mod3.os.dt -MT /build/elf/unload6mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload8mod1x.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload8mod1x.os -MD -MP -MF /build/elf/unload8mod1x.os.dt -MT /build/elf/unload8mod1x.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unloadmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unloadmod.os -MD -MP -MF /build/elf/unloadmod.os.dt -MT /build/elf/unloadmod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload8mod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unload8mod3.os -MD -MP -MF /build/elf/unload8mod3.os.dt -MT /build/elf/unload8mod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 vismod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/vismod3.os -MD -MP -MF /build/elf/vismod3.os.dt -MT /build/elf/vismod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 vismod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/vismod1.os -MD -MP -MF /build/elf/vismod1.os.dt -MT /build/elf/vismod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a4.os -MD -MP -MF /build/elf/tst-tlsmod18a4.os.dt -MT /build/elf/tst-tlsmod18a4.os -DN=4 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a1.os -MD -MP -MF /build/elf/tst-tlsmod18a1.os.dt -MT /build/elf/tst-tlsmod18a1.os -DN=1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a6.os -MD -MP -MF /build/elf/tst-tlsmod18a6.os.dt -MT /build/elf/tst-tlsmod18a6.os -DN=6 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a2.os -MD -MP -MF /build/elf/tst-tlsmod18a2.os.dt -MT /build/elf/tst-tlsmod18a2.os -DN=2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a0.os -MD -MP -MF /build/elf/tst-tlsmod18a0.os.dt -MT /build/elf/tst-tlsmod18a0.os -DN=0 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a3.os -MD -MP -MF /build/elf/tst-tlsmod18a3.os.dt -MT /build/elf/tst-tlsmod18a3.os -DN=3 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 vismod2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/vismod2.os -MD -MP -MF /build/elf/vismod2.os.dt -MT /build/elf/vismod2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a5.os -MD -MP -MF /build/elf/tst-tlsmod18a5.os.dt -MT /build/elf/tst-tlsmod18a5.os -DN=5 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-execstack-mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-trampolines -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-execstack-mod.os -MD -MP -MF /build/elf/tst-execstack-mod.os.dt -MT /build/elf/tst-execstack-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a7.os -MD -MP -MF /build/elf/tst-tlsmod18a7.os.dt -MT /build/elf/tst-tlsmod18a7.os -DN=7 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a9.os -MD -MP -MF /build/elf/tst-tlsmod18a9.os.dt -MT /build/elf/tst-tlsmod18a9.os -DN=9 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a10.os -MD -MP -MF /build/elf/tst-tlsmod18a10.os.dt -MT /build/elf/tst-tlsmod18a10.os -DN=10 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a8.os -MD -MP -MF /build/elf/tst-tlsmod18a8.os.dt -MT /build/elf/tst-tlsmod18a8.os -DN=8 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a11.os -MD -MP -MF /build/elf/tst-tlsmod18a11.os.dt -MT /build/elf/tst-tlsmod18a11.os -DN=11 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a14.os -MD -MP -MF /build/elf/tst-tlsmod18a14.os.dt -MT /build/elf/tst-tlsmod18a14.os -DN=14 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a17.os -MD -MP -MF /build/elf/tst-tlsmod18a17.os.dt -MT /build/elf/tst-tlsmod18a17.os -DN=17 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a13.os -MD -MP -MF /build/elf/tst-tlsmod18a13.os.dt -MT /build/elf/tst-tlsmod18a13.os -DN=13 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a12.os -MD -MP -MF /build/elf/tst-tlsmod18a12.os.dt -MT /build/elf/tst-tlsmod18a12.os -DN=12 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic0mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic0mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic0mod-dep.os \ -DNAME=tls_global_0 -DSETTER=set_value_0 -DGETTER=get_value_0 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic1mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic1mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic1mod-dep.os \ -DNAME=tls_global_1 -DSETTER=set_value_1 -DGETTER=get_value_1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a15.os -MD -MP -MF /build/elf/tst-tlsmod18a15.os.dt -MT /build/elf/tst-tlsmod18a15.os -DN=15 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a16.os -MD -MP -MF /build/elf/tst-tlsmod18a16.os.dt -MT /build/elf/tst-tlsmod18a16.os -DN=16 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic2mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic2mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic2mod-dep.os \ -DNAME=tls_global_2 -DSETTER=set_value_2 -DGETTER=get_value_2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a18.os -MD -MP -MF /build/elf/tst-tlsmod18a18.os.dt -MT /build/elf/tst-tlsmod18a18.os -DN=18 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsmod18a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsmod18a19.os -MD -MP -MF /build/elf/tst-tlsmod18a19.os.dt -MT /build/elf/tst-tlsmod18a19.os -DN=19 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic3mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic3mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic3mod-dep.os \ -DNAME=tls_global_3 -DSETTER=set_value_3 -DGETTER=get_value_3 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic5mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic5mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic5mod-dep.os \ -DNAME=tls_global_5 -DSETTER=set_value_5 -DGETTER=get_value_5 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic4mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic4mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic4mod-dep.os \ -DNAME=tls_global_4 -DSETTER=set_value_4 -DGETTER=get_value_4 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic6mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic6mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic6mod-dep.os \ -DNAME=tls_global_6 -DSETTER=set_value_6 -DGETTER=get_value_6 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic8mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic8mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic8mod-dep.os \ -DNAME=tls_global_8 -DSETTER=set_value_8 -DGETTER=get_value_8 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic7mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic7mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic7mod-dep.os \ -DNAME=tls_global_7 -DSETTER=set_value_7 -DGETTER=get_value_7 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic10mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic10mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic10mod-dep.os \ -DNAME=tls_global_10 -DSETTER=set_value_10 -DGETTER=get_value_10 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic9mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic9mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic9mod-dep.os \ -DNAME=tls_global_9 -DSETTER=set_value_9 -DGETTER=get_value_9 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic12mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic12mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic12mod-dep.os \ -DNAME=tls_global_12 -DSETTER=set_value_12 -DGETTER=get_value_12 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic13mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic13mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic13mod-dep.os \ -DNAME=tls_global_13 -DSETTER=set_value_13 -DGETTER=get_value_13 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic11mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic11mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic11mod-dep.os \ -DNAME=tls_global_11 -DSETTER=set_value_11 -DGETTER=get_value_11 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic14mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic14mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic14mod-dep.os \ -DNAME=tls_global_14 -DSETTER=set_value_14 -DGETTER=get_value_14 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic16mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic16mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic16mod-dep.os \ -DNAME=tls_global_16 -DSETTER=set_value_16 -DGETTER=get_value_16 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic18mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic18mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic18mod-dep.os \ -DNAME=tls_global_18 -DSETTER=set_value_18 -DGETTER=get_value_18 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic15mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic15mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic15mod-dep.os \ -DNAME=tls_global_15 -DSETTER=set_value_15 -DGETTER=get_value_15 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic19mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic19mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic19mod-dep.os \ -DNAME=tls_global_19 -DSETTER=set_value_19 -DGETTER=get_value_19 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic17mod-dep.os -MD -MP -MF /build/elf/tst-tls-manydynamic17mod-dep.os.dt -MT /build/elf/tst-tls-manydynamic17mod-dep.os \ -DNAME=tls_global_17 -DSETTER=set_value_17 -DGETTER=get_value_17 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic0mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic0mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic0mod-dep-bad.os \ -DNAME=tls_global_0 -DSETTER=set_value_0 -DGETTER=get_value_0 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic1mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic1mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic1mod-dep-bad.os \ -DNAME=tls_global_1 -DSETTER=set_value_1 -DGETTER=get_value_1 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic2mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic2mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic2mod-dep-bad.os \ -DNAME=tls_global_2 -DSETTER=set_value_2 -DGETTER=get_value_2 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic3mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic3mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic3mod-dep-bad.os \ -DNAME=tls_global_3 -DSETTER=set_value_3 -DGETTER=get_value_3 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic4mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic4mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic4mod-dep-bad.os \ -DNAME=tls_global_4 -DSETTER=set_value_4 -DGETTER=get_value_4 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic5mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic5mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic5mod-dep-bad.os \ -DNAME=tls_global_5 -DSETTER=set_value_5 -DGETTER=get_value_5 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic9mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic9mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic9mod-dep-bad.os \ -DNAME=tls_global_9 -DSETTER=set_value_9 -DGETTER=get_value_9 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic10mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic10mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic10mod-dep-bad.os \ -DNAME=tls_global_10 -DSETTER=set_value_10 -DGETTER=get_value_10 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic6mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic6mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic6mod-dep-bad.os \ -DNAME=tls_global_6 -DSETTER=set_value_6 -DGETTER=get_value_6 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic7mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic7mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic7mod-dep-bad.os \ -DNAME=tls_global_7 -DSETTER=set_value_7 -DGETTER=get_value_7 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic8mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic8mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic8mod-dep-bad.os \ -DNAME=tls_global_8 -DSETTER=set_value_8 -DGETTER=get_value_8 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic11mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic11mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic11mod-dep-bad.os \ -DNAME=tls_global_11 -DSETTER=set_value_11 -DGETTER=get_value_11 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic12mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic12mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic12mod-dep-bad.os \ -DNAME=tls_global_12 -DSETTER=set_value_12 -DGETTER=get_value_12 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic14mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic14mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic14mod-dep-bad.os \ -DNAME=tls_global_14 -DSETTER=set_value_14 -DGETTER=get_value_14 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamicmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic13mod-dep-bad.os -MD -MP -MF /build/elf/tst-tls-manydynamic13mod-dep-bad.os.dt -MT /build/elf/tst-tls-manydynamic13mod-dep-bad.os \ -DNAME=tls_global_13 -DSETTER=set_value_13 -DGETTER=get_value_13 make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-gnu2-tls1mod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -mtls-dialect=gnu2 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-gnu2-tls1mod.os -MD -MP -MF /build/elf/tst-gnu2-tls1mod.os.dt -MT /build/elf/tst-gnu2-tls1mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-piemod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-piemod1.os -MD -MP -MF /build/elf/tst-piemod1.os.dt -MT /build/elf/tst-piemod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmod1.os -MD -MP -MF /build/elf/ifuncmod1.os.dt -MT /build/elf/ifuncmod1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmod6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmod6.os -MD -MP -MF /build/elf/ifuncmod6.os.dt -MT /build/elf/ifuncmod6.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmod3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmod3.os -MD -MP -MF /build/elf/ifuncmod3.os.dt -MT /build/elf/ifuncmod3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering1-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering2-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering1-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering2-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering1-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmod5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmod5.os -MD -MP -MF /build/elf/ifuncmod5.os.dt -MT /build/elf/ifuncmod5.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering2-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering2-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering2-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3-g.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-g.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3-i.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-i.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3-h.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-h.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3-f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-f.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering4-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering4-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering4-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering4-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_1-a_bc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_1-a_bc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering4-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_1-a_bc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_2-a_cb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_1-a_bc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_2-a_cb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_2-a_cb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_2-a_cb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering6-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering6-f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-f.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering6-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering6-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering6-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering6-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering7-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering7-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering7-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering7-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering7-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering7-f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-f.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering8-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering8-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering8-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_1-abcde-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_1-abcde-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_1-abcde-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_1-abcde-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_2-abced-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_1-abcde-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_2-abced-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_2-abced-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_2-abced-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_3-abdce-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_2-abced-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_3-abdce-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_3-abdce-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_3-abdce-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_4-abdec-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_3-abdce-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_4-abdec-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_4-abdec-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_4-abdec-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_4-abdec-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_5-abecd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_5-abecd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_5-abecd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_5-abecd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_5-abecd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_6-abedc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_6-abedc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_6-abedc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_6-abedc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_6-abedc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_7-acbde-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_7-acbde-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_7-acbde-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_7-acbde-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_7-acbde-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_8-acbed-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_8-acbed-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_8-acbed-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_8-acbed-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_9-acdbe-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_9-acdbe-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_8-acbed-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_9-acdbe-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_9-acdbe-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_9-acdbe-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_10-acdeb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_10-acdeb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_10-acdeb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_11-acebd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_10-acdeb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_10-acdeb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_11-acebd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_11-acebd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_11-acebd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_11-acebd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_12-acedb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_12-acedb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_12-acedb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_12-acedb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_13-adbce-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_13-adbce-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_12-acedb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_13-adbce-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_13-adbce-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_13-adbce-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_14-adbec-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_14-adbec-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_14-adbec-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_14-adbec-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_14-adbec-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_15-adcbe-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_15-adcbe-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_15-adcbe-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_15-adcbe-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_15-adcbe-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_16-adceb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_16-adceb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_16-adceb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_17-adebc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_16-adceb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_16-adceb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_17-adebc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_17-adebc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_17-adebc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_18-adecb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_17-adebc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_18-adecb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_18-adecb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_18-adecb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_18-adecb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_19-aebcd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_19-aebcd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_19-aebcd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_20-aebdc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_19-aebcd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_19-aebcd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_20-aebdc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_20-aebdc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_20-aebdc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_20-aebdc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_21-aecbd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_21-aecbd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_21-aecbd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_22-aecdb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_21-aecbd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_21-aecbd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_22-aecdb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_22-aecdb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_22-aecdb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_23-aedbc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_22-aecdb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_23-aedbc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_23-aedbc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_23-aedbc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_24-aedcb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_23-aedbc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_24-aedcb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_24-aedcb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_24-aedcb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_24-aedcb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_25-bacde-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_25-bacde-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_25-bacde-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_25-bacde-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_25-bacde-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_26-baced-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_26-baced-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_26-baced-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_26-baced-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_26-baced-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_27-badce-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_27-badce-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_27-badce-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_27-badce-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_27-badce-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_28-badec-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_28-badec-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_28-badec-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_28-badec-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_28-badec-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_29-baecd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_29-baecd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_29-baecd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_29-baecd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_29-baecd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_30-baedc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_30-baedc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_30-baedc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_30-baedc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_30-baedc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_31-bcade-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_31-bcade-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_31-bcade-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_31-bcade-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_31-bcade-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_32-bcaed-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_32-bcaed-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_32-bcaed-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_33-bcdae-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_32-bcaed-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_32-bcaed-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_33-bcdae-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_33-bcdae-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_33-bcdae-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_34-bcdea-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_34-bcdea-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_34-bcdea-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_33-bcdae-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_35-bcead-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_34-bcdea-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_34-bcdea-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_35-bcead-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_35-bcead-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_35-bcead-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_35-bcead-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_36-bceda-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_36-bceda-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_36-bceda-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_36-bceda-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_36-bceda-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_37-bdace-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_37-bdace-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_37-bdace-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_37-bdace-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_37-bdace-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_38-bdaec-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_38-bdaec-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_38-bdaec-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_38-bdaec-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_38-bdaec-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_39-bdcae-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_39-bdcae-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_39-bdcae-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_39-bdcae-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_40-bdcea-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_39-bdcae-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_40-bdcea-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_40-bdcea-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_40-bdcea-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_40-bdcea-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_41-bdeac-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_41-bdeac-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_41-bdeac-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_41-bdeac-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_41-bdeac-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_42-bdeca-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_42-bdeca-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_42-bdeca-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_42-bdeca-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_42-bdeca-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_43-beacd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_43-beacd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_43-beacd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_43-beacd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_43-beacd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_44-beadc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_44-beadc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_44-beadc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_45-becad-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_44-beadc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_44-beadc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_45-becad-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_45-becad-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_45-becad-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_45-becad-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_46-becda-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_46-becda-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_46-becda-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_46-becda-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_47-bedac-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_46-becda-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_47-bedac-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_47-bedac-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_47-bedac-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_47-bedac-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_48-bedca-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_48-bedca-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_48-bedca-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_48-bedca-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_48-bedca-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_49-cabde-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_49-cabde-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_49-cabde-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_49-cabde-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-big-note-lib.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/tst-big-note-lib.o -MD -MP -MF /build/elf/tst-big-note-lib.o.dt -MT /build/elf/tst-big-note-lib.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_49-cabde-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_50-cabed-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_50-cabed-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_50-cabed-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_50-cabed-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_50-cabed-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_51-cadbe-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_51-cadbe-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_51-cadbe-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_51-cadbe-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_51-cadbe-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_52-cadeb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_52-cadeb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_52-cadeb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_52-cadeb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_52-cadeb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_53-caebd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_53-caebd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_53-caebd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_53-caebd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_53-caebd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_54-caedb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_54-caedb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_54-caedb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_54-caedb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_54-caedb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_55-cbade-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_55-cbade-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_55-cbade-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_55-cbade-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_55-cbade-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_56-cbaed-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_56-cbaed-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_56-cbaed-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_56-cbaed-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_56-cbaed-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_57-cbdae-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_57-cbdae-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_57-cbdae-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_58-cbdea-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_57-cbdae-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_57-cbdae-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_58-cbdea-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_58-cbdea-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_58-cbdea-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_58-cbdea-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_59-cbead-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_59-cbead-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_59-cbead-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_59-cbead-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_59-cbead-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_60-cbeda-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_60-cbeda-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_60-cbeda-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_60-cbeda-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_60-cbeda-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_61-cdabe-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_61-cdabe-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_61-cdabe-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_61-cdabe-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_61-cdabe-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_62-cdaeb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_62-cdaeb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_62-cdaeb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_62-cdaeb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_62-cdaeb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_63-cdbae-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_63-cdbae-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_63-cdbae-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_63-cdbae-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_64-cdbea-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_63-cdbae-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_64-cdbea-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_64-cdbea-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_64-cdbea-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_64-cdbea-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_65-cdeab-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_65-cdeab-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_65-cdeab-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_65-cdeab-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_66-cdeba-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_65-cdeab-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_66-cdeba-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_66-cdeba-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_66-cdeba-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_66-cdeba-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_67-ceabd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_67-ceabd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_67-ceabd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_67-ceabd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_67-ceabd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_68-ceadb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_68-ceadb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_68-ceadb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_69-cebad-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_68-ceadb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_69-cebad-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_69-cebad-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_68-ceadb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_69-cebad-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_69-cebad-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_70-cebda-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_70-cebda-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_70-cebda-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_70-cebda-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_71-cedab-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_71-cedab-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_71-cedab-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_70-cebda-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_71-cedab-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_71-cedab-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_72-cedba-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_72-cedba-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_72-cedba-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_72-cedba-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_73-dabce-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_72-cedba-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_73-dabce-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_73-dabce-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_74-dabec-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_74-dabec-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_73-dabce-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_73-dabce-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_74-dabec-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_74-dabec-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_75-dacbe-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_75-dacbe-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_74-dabec-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_75-dacbe-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_75-dacbe-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_76-daceb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_75-dacbe-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_76-daceb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_76-daceb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_77-daebc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_76-daceb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_76-daceb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_77-daebc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_77-daebc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_78-daecb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_77-daebc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_77-daebc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_78-daecb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_78-daecb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_78-daecb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_78-daecb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_79-dbace-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_79-dbace-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_79-dbace-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_79-dbace-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_79-dbace-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_80-dbaec-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_80-dbaec-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_80-dbaec-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_80-dbaec-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_81-dbcae-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_80-dbaec-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_81-dbcae-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_81-dbcae-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_82-dbcea-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_82-dbcea-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_81-dbcae-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_81-dbcae-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_82-dbcea-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_82-dbcea-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_82-dbcea-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_83-dbeac-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_83-dbeac-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_83-dbeac-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_83-dbeac-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_83-dbeac-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_84-dbeca-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_84-dbeca-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_84-dbeca-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_84-dbeca-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_84-dbeca-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_85-dcabe-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_85-dcabe-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_85-dcabe-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_85-dcabe-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_85-dcabe-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_86-dcaeb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_86-dcaeb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_86-dcaeb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_86-dcaeb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_86-dcaeb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_87-dcbae-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_87-dcbae-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_87-dcbae-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_87-dcbae-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_88-dcbea-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_88-dcbea-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_88-dcbea-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_87-dcbae-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_88-dcbea-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_88-dcbea-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_89-dceab-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_89-dceab-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_89-dceab-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_89-dceab-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_89-dceab-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_90-dceba-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_90-dceba-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_90-dceba-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_90-dceba-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_90-dceba-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_91-deabc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_91-deabc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_91-deabc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_91-deabc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_91-deabc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_92-deacb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_92-deacb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_92-deacb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_92-deacb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_92-deacb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_93-debac-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_93-debac-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_93-debac-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_93-debac-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_94-debca-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_94-debca-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_93-debac-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_94-debca-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_94-debca-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_94-debca-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_95-decab-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_95-decab-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_95-decab-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_95-decab-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_96-decba-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_95-decab-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_96-decba-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_96-decba-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_96-decba-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_96-decba-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_97-eabcd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_97-eabcd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_97-eabcd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_97-eabcd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_97-eabcd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_98-eabdc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_98-eabdc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_98-eabdc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_98-eabdc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_98-eabdc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_99-eacbd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_99-eacbd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_99-eacbd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_99-eacbd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_101-eadbc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_100-eacdb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_100-eacdb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_100-eacdb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_101-eadbc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_99-eacbd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_100-eacdb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_100-eacdb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_101-eadbc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_101-eadbc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_102-eadcb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_102-eadcb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_101-eadbc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_102-eadcb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_102-eadcb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_103-ebacd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_102-eadcb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_103-ebacd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_103-ebacd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_103-ebacd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_104-ebadc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_104-ebadc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_103-ebacd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_104-ebadc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_105-ebcad-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_104-ebadc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_105-ebcad-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_105-ebcad-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_104-ebadc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_105-ebcad-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_105-ebcad-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_106-ebcda-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_106-ebcda-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_106-ebcda-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_106-ebcda-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_107-ebdac-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_106-ebcda-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_107-ebdac-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_107-ebdac-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_107-ebdac-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_108-ebdca-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_107-ebdac-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_108-ebdca-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_108-ebdca-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_108-ebdca-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_109-ecabd-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_108-ebdca-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_109-ecabd-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_109-ecabd-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_109-ecabd-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_110-ecadb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_109-ecabd-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_110-ecadb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_110-ecadb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_110-ecadb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_110-ecadb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_111-ecbad-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_111-ecbad-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_111-ecbad-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_112-ecbda-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_111-ecbad-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_111-ecbad-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_112-ecbda-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_112-ecbda-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_112-ecbda-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_113-ecdab-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_113-ecdab-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_112-ecbda-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_113-ecdab-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_114-ecdba-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_113-ecdab-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_114-ecdba-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_114-ecdba-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_113-ecdab-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_114-ecdba-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_115-edabc-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_114-ecdba-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_115-edabc-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_115-edabc-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_115-edabc-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_116-edacb-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_116-edacb-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_115-edabc-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_116-edacb-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_116-edacb-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_117-edbac-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_116-edacb-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_117-edbac-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_117-edbac-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_117-edbac-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_118-edbca-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_118-edbca-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_118-edbca-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_117-edbac-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_119-edcab-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_118-edbca-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_119-edcab-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_118-edbca-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_119-edcab-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_120-edcba-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_119-edcab-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_119-edcab-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_120-edcba-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_120-edcba-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_120-edcba-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_120-edcba-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering10-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering10-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering10-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz15311-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz15311-dir/tst-bz15311-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz15311-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz15311-dir/tst-bz15311-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz15311-d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz15311-dir/tst-bz15311-d.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz15311-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz15311-dir/tst-bz15311-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz15311-e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz15311-dir/tst-bz15311-e.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz28937-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz28937-dir/tst-bz28937-a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz28937-a.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz28937-dir/tst-bz28937-a.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz15311-f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz15311-dir/tst-bz15311-f.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz15311-g.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz15311-dir/tst-bz15311-g.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz28937-a2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz28937-dir/tst-bz28937-a2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A101.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A101.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz28937-a1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz28937-dir/tst-bz28937-a1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz28937-b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz28937-dir/tst-bz28937-b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz28937-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz28937-dir/tst-bz28937-c.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz28937-b1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz28937-dir/tst-bz28937-b1.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B101.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C101.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C117.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A117.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A117.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A165.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A165.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C165.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B165.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B117.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A101.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A101.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A153.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A153.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B153.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B160.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C153.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A160.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A160.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C160.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A127.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A127.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A133.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A133.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C127.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B127.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B133.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A141.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A141.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C185.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C133.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B141.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C141.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A133.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A133.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A177.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A177.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B185.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A185.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A185.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A192.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A192.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B177.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A160.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A160.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C177.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C192.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A103.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A103.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B192.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B103.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C103.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C103.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A171.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A171.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C118.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B171.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A197.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A197.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A125.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A125.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C125.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C171.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B125.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C197.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B197.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A193.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A193.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A125.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A125.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C193.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B193.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C121.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B121.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A184.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A184.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A121.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A121.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C184.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A109.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A109.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C159.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A159.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A159.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B184.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C109.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B159.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A109.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A109.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A168.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A168.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B168.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A171.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A171.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B109.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C168.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B130.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A130.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A130.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A187.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A187.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C130.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C130.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C113.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C187.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B187.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A113.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A113.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B113.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A181.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A181.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A105.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A105.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C105.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B105.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A113.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A113.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B181.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C181.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A137.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A137.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B137.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C137.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A172.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A172.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C172.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A121.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A121.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B172.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B143.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C143.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A143.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A143.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A187.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A187.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C180.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B180.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A180.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A180.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A146.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A146.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A197.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A197.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B146.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B146.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A175.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A175.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B175.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A156.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A156.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A137.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A137.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C175.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C146.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B156.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C156.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A155.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A155.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A175.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A175.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A196.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A196.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B155.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C155.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B196.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C196.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A159.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A159.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C118.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A134.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A134.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B134.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C134.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A118.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A118.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B118.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C173.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B161.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C161.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A161.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A161.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B145.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A145.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A145.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C145.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A157.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A157.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B157.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C157.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C173.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B173.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A173.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A173.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A191.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A191.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A185.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A185.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C108.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B191.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C191.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C144.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A144.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A144.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B144.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A139.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A139.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B139.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A149.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A149.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C139.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A129.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A129.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B149.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C129.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C149.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B129.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B129.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A169.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A169.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A149.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A149.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B169.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C169.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B189.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B189.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A189.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A189.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C189.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B108.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A108.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A108.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C108.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C163.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C162.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A181.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A181.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A163.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A163.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B163.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B140.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A140.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A140.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A153.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A153.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C140.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A167.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A167.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B167.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C167.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A163.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A163.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B112.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A112.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A112.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A143.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A143.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C122.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A102.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A102.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A122.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A122.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C112.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B122.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B122.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B102.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A141.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A141.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A183.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A183.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B183.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C102.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A193.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A193.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C183.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B200.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A200.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A200.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A147.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A147.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B147.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A152.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A152.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B152.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C200.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C147.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C147.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A183.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A183.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A142.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A142.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C152.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A103.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A103.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B142.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C142.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C162.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C161.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B162.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A162.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A162.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C120.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A107.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A107.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A173.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A173.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B107.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A132.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A132.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C107.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C132.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A161.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A161.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C120.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B132.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A123.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A123.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B123.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C123.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C123.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A120.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A120.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B120.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B120.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C127.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C186.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A195.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A195.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A157.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A157.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C195.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B195.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A116.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A116.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B116.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A177.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A177.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C116.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A135.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A135.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B135.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A136.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A136.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C135.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A195.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A195.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B136.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A154.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A154.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A189.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A189.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A119.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A119.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C154.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B154.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B119.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B119.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C136.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C119.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A148.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A148.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B148.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C148.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A111.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A111.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A145.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A145.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B111.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C111.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A104.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A104.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B104.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B104.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A119.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A119.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C104.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C104.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B178.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B178.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A165.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A165.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C178.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C178.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A178.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A178.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A151.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A151.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B151.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B151.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C151.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A124.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A124.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B124.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A169.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A169.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C124.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B179.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B179.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A179.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A179.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A151.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A151.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C179.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C179.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A128.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B128.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A127.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A127.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A110.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A110.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B110.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B110.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A186.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A186.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C186.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C110.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C109.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C168.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B108.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B186.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B186.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B167.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B126.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A115.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A115.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C126.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C126.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A117.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A117.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B115.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B115.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C115.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A115.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A115.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B176.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A176.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A176.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C176.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A179.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A179.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B174.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B174.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C174.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A174.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A174.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A138.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A138.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B138.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B138.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C138.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C138.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A105.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A105.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A131.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A131.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B131.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B131.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C131.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C131.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A164.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A164.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A129.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A129.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C164.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C164.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A199.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A199.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B164.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B199.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B199.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A131.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A131.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A188.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A188.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B188.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C199.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C199.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C188.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C188.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A167.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A167.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A190.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A190.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B190.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B190.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C190.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C190.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B126.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B188.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B147.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A126.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A126.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A155.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A155.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C106.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C106.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B106.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A114.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A114.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A199.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A199.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B114.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B114.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A191.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A191.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C114.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C114.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A158.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A158.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A147.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A147.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C158.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C158.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B150.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A150.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A150.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B106.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B158.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B158.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C150.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C150.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B148.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B107.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A106.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A106.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A135.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A135.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B166.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C166.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C166.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A139.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A139.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A194.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A194.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B194.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A111.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A111.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C194.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C194.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A198.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A198.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A107.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A107.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B166.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B198.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B198.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C198.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C198.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B168.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B170.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B170.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B127.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A170.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A170.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C170.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C170.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C177.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A166.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A166.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C136.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B176.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C195.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B135.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B194.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C133.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C192.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C151.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B191.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B132.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B150.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C125.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C184.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C143.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B183.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B124.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B142.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C128.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C187.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C169.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C137.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C196.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C155.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B136.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B195.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B154.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C153.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C112.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B152.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C171.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B111.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C165.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C124.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C183.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B164.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B123.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A123.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A123.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B182.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B182.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C182.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C182.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B200.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-A182.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A182.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B159.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B118.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C101.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C160.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C119.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C149.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C167.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C117.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C176.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C135.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B116.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B175.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B134.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C163.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C122.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C181.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B162.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B180.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B121.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C110.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C115.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B109.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C174.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B173.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C113.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B112.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C172.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B171.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B130.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C185.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C144.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B184.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B143.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B102.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C139.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C157.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B197.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B156.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C142.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B141.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C189.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C148.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C107.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C116.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C175.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C102.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B101.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B160.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C129.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B169.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B193.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B187.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C132.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B113.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B172.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C193.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C152.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C111.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B192.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C154.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B153.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B133.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B149.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C145.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C134.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B144.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B103.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C159.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B117.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C141.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C200.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B181.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B140.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B177.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B185.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B157.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B125.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C121.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C180.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C191.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B105.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C105.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C146.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B145.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C140.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B139.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B163.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C197.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-C156.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B196.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B161.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B137.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B155.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-B165.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X12.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M30X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M29X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X24.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M28X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X16.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M27X12.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X17.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X12.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M26X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X15.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X12.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X11.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X12.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X23.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X16.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X15.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X25.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X18.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X12.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X23.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X23.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M24X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X16.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M25X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X19.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X23.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X22.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X21.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M23X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X12.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X15.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X11.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X14.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X12.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X11.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X11.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M22X24.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M21X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X22.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X16.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X13.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X17.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M20X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X20.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X24.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M19X20.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X17.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X15.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X20.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X19.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X21.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M18X18.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X17.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M17X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X16.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X14.FAKE.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.FAKE.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M16X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M15X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X11.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M14X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X12.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X13.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X14.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X15.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M13X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X16.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X19.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M12X17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X18.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X20.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X21.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X23.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X22.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X24.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X24.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-redhat-1162810-M11X25.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X25.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-isa-level-mod-1-baseline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DINCLUDE_X86_ISA_LEVEL -DISA_LEVEL=0x1 -march=x86-64 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-isa-level-mod-1-baseline.os -MD -MP -MF /build/elf/tst-isa-level-mod-1-baseline.os.dt -MT /build/elf/tst-isa-level-mod-1-baseline.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-isa-level-mod-1-v3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DINCLUDE_X86_ISA_LEVEL -DISA_LEVEL=0x7 -march=x86-64 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-isa-level-mod-1-v3.os -MD -MP -MF /build/elf/tst-isa-level-mod-1-v3.os.dt -MT /build/elf/tst-isa-level-mod-1-v3.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/i386/tst-auditmod3a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod3a.os -MD -MP -MF /build/elf/tst-auditmod3a.os.dt -MT /build/elf/tst-auditmod3a.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-isa-level-mod-1-v2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DINCLUDE_X86_ISA_LEVEL -DISA_LEVEL=0x3 -march=x86-64 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-isa-level-mod-1-v2.os -MD -MP -MF /build/elf/tst-isa-level-mod-1-v2.os.dt -MT /build/elf/tst-isa-level-mod-1-v2.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-isa-level-mod-1-v4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DINCLUDE_X86_ISA_LEVEL -DISA_LEVEL=0xf -march=x86-64 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-isa-level-mod-1-v4.os -MD -MP -MF /build/elf/tst-isa-level-mod-1-v4.os.dt -MT /build/elf/tst-isa-level-mod-1-v4.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-absolute-sym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-absolute-sym.o -MD -MP -MF /build/elf/tst-absolute-sym.o.dt -MT /build/elf/tst-absolute-sym.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 restest2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/restest2.o -MD -MP -MF /build/elf/restest2.o.dt -MT /build/elf/restest2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-absolute-zero.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-absolute-zero.o -MD -MP -MF /build/elf/tst-absolute-zero.o.dt -MT /build/elf/tst-absolute-zero.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-addr1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-addr1.o -MD -MP -MF /build/elf/tst-addr1.o.dt -MT /build/elf/tst-addr1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-align.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse -malign-double -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-align.o -MD -MP -MF /build/elf/tst-align.o.dt -MT /build/elf/tst-align.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-align3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-align3.o -MD -MP -MF /build/elf/tst-align3.o.dt -MT /build/elf/tst-align3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmod17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod17.os -MD -MP -MF /build/elf/tst-auditmod17.os.dt -MT /build/elf/tst-auditmod17.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/i386/tst-auditmod3b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmod3b.os -MD -MP -MF /build/elf/tst-auditmod3b.os.dt -MT /build/elf/tst-auditmod3b.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit-tlsdesc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit-tlsdesc.o -MD -MP -MF /build/elf/tst-audit-tlsdesc.o.dt -MT /build/elf/tst-audit-tlsdesc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit17.o -MD -MP -MF /build/elf/tst-audit17.o.dt -MT /build/elf/tst-audit17.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit1.o -MD -MP -MF /build/elf/tst-audit1.o.dt -MT /build/elf/tst-audit1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit9.o -MD -MP -MF /build/elf/tst-audit9.o.dt -MT /build/elf/tst-audit9.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit11.o -MD -MP -MF /build/elf/tst-audit11.o.dt -MT /build/elf/tst-audit11.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit12.o -MD -MP -MF /build/elf/tst-audit12.o.dt -MT /build/elf/tst-audit12.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit13.o -MD -MP -MF /build/elf/tst-audit13.o.dt -MT /build/elf/tst-audit13.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit20.o -MD -MP -MF /build/elf/tst-audit20.o.dt -MT /build/elf/tst-audit20.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit8.o -MD -MP -MF /build/elf/tst-audit8.o.dt -MT /build/elf/tst-audit8.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit-tlsdesc-dlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit-tlsdesc-dlopen.o -MD -MP -MF /build/elf/tst-audit-tlsdesc-dlopen.o.dt -MT /build/elf/tst-audit-tlsdesc-dlopen.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-align2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse -malign-double -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-align2.o -MD -MP -MF /build/elf/tst-align2.o.dt -MT /build/elf/tst-align2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit21.o -MD -MP -MF /build/elf/tst-audit21.o.dt -MT /build/elf/tst-audit21.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit2.o -MD -MP -MF /build/elf/tst-audit2.o.dt -MT /build/elf/tst-audit2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24b.o -MD -MP -MF /build/elf/tst-audit24b.o.dt -MT /build/elf/tst-audit24b.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit19b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit19b.o -MD -MP -MF /build/elf/tst-audit19b.o.dt -MT /build/elf/tst-audit19b.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit18.o -MD -MP -MF /build/elf/tst-audit18.o.dt -MT /build/elf/tst-audit18.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24a.o -MD -MP -MF /build/elf/tst-audit24a.o.dt -MT /build/elf/tst-audit24a.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24c.o -MD -MP -MF /build/elf/tst-audit24c.o.dt -MT /build/elf/tst-audit24c.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit28.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit28.o -MD -MP -MF /build/elf/tst-audit28.o.dt -MT /build/elf/tst-audit28.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auditmany.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-auditmany.o -MD -MP -MF /build/elf/tst-auditmany.o.dt -MT /build/elf/tst-auditmany.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-big-note.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-big-note.o -MD -MP -MF /build/elf/tst-big-note.o.dt -MT /build/elf/tst-big-note.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit22.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit22.o -MD -MP -MF /build/elf/tst-audit22.o.dt -MT /build/elf/tst-audit22.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit24d.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit24d.o -MD -MP -MF /build/elf/tst-audit24d.o.dt -MT /build/elf/tst-audit24d.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auxobj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-auxobj.o -MD -MP -MF /build/elf/tst-auxobj.o.dt -MT /build/elf/tst-auxobj.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-debug1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-debug1.o -MD -MP -MF /build/elf/tst-debug1.o.dt -MT /build/elf/tst-debug1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-auxobj-dlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-auxobj-dlopen.o -MD -MP -MF /build/elf/tst-auxobj-dlopen.o.dt -MT /build/elf/tst-auxobj-dlopen.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-deep1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-deep1.o -MD -MP -MF /build/elf/tst-deep1.o.dt -MT /build/elf/tst-deep1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlclose-lazy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlclose-lazy.o -MD -MP -MF /build/elf/tst-dlclose-lazy.o.dt -MT /build/elf/tst-dlclose-lazy.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl-is_dso.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl-is_dso.o -MD -MP -MF /build/elf/tst-dl-is_dso.o.dt -MT /build/elf/tst-dl-is_dso.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen-gethostbyname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen-gethostbyname.o -MD -MP -MF /build/elf/tst-dlmopen-gethostbyname.o.dt -MT /build/elf/tst-dlmopen-gethostbyname.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit23.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit23.o -MD -MP -MF /build/elf/tst-audit23.o.dt -MT /build/elf/tst-audit23.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen-dlerror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen-dlerror.o -MD -MP -MF /build/elf/tst-dlmopen-dlerror.o.dt -MT /build/elf/tst-dlmopen-dlerror.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen-twice.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen-twice.o -MD -MP -MF /build/elf/tst-dlmopen-twice.o.dt -MT /build/elf/tst-dlmopen-twice.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit25a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit25a.o -MD -MP -MF /build/elf/tst-audit25a.o.dt -MT /build/elf/tst-audit25a.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen1.o -MD -MP -MF /build/elf/tst-dlmopen1.o.dt -MT /build/elf/tst-dlmopen1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen3.o -MD -MP -MF /build/elf/tst-dlmopen3.o.dt -MT /build/elf/tst-dlmopen3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit25b.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit25b.o -MD -MP -MF /build/elf/tst-audit25b.o.dt -MT /build/elf/tst-audit25b.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmodcount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmodcount.o -MD -MP -MF /build/elf/tst-dlmodcount.o.dt -MT /build/elf/tst-dlmodcount.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsreinit1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsreinit1.o -MD -MP -MF /build/elf/tst-dlopen-tlsreinit1.o.dt -MT /build/elf/tst-dlopen-tlsreinit1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsreinit2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsreinit2.o -MD -MP -MF /build/elf/tst-dlopen-tlsreinit2.o.dt -MT /build/elf/tst-dlopen-tlsreinit2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen4.o -MD -MP -MF /build/elf/tst-dlmopen4.o.dt -MT /build/elf/tst-dlmopen4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-self.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-self.o -MD -MP -MF /build/elf/tst-dlopen-self.o.dt -MT /build/elf/tst-dlopen-self.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsreinit4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsreinit4.o -MD -MP -MF /build/elf/tst-dlopen-tlsreinit4.o.dt -MT /build/elf/tst-dlopen-tlsreinit4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsmodid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsmodid.o -MD -MP -MF /build/elf/tst-dlopen-tlsmodid.o.dt -MT /build/elf/tst-dlopen-tlsmodid.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsreinit3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsreinit3.o -MD -MP -MF /build/elf/tst-dlopen-tlsreinit3.o.dt -MT /build/elf/tst-dlopen-tlsreinit3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopenfail-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopenfail-2.o -MD -MP -MF /build/elf/tst-dlopenfail-2.o.dt -MT /build/elf/tst-dlopenfail-2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopenfail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopenfail.o -MD -MP -MF /build/elf/tst-dlopenfail.o.dt -MT /build/elf/tst-dlopenfail.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-filterobj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-filterobj.o -MD -MP -MF /build/elf/tst-filterobj.o.dt -MT /build/elf/tst-filterobj.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-filterobj-dlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-filterobj-dlopen.o -MD -MP -MF /build/elf/tst-filterobj-dlopen.o.dt -MT /build/elf/tst-filterobj-dlopen.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-glibc-hwcaps-prepend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-glibc-hwcaps-prepend.o -MD -MP -MF /build/elf/tst-glibc-hwcaps-prepend.o.dt -MT /build/elf/tst-glibc-hwcaps-prepend.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-global1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-global1.o -MD -MP -MF /build/elf/tst-global1.o.dt -MT /build/elf/tst-global1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-initorder.o -MD -MP -MF /build/elf/tst-initorder.o.dt -MT /build/elf/tst-initorder.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-glibc-hwcaps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-glibc-hwcaps.o -MD -MP -MF /build/elf/tst-glibc-hwcaps.o.dt -MT /build/elf/tst-glibc-hwcaps.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-glibc-hwcaps-mask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-glibc-hwcaps-mask.o -MD -MP -MF /build/elf/tst-glibc-hwcaps-mask.o.dt -MT /build/elf/tst-glibc-hwcaps-mask.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-global2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-global2.o -MD -MP -MF /build/elf/tst-global2.o.dt -MT /build/elf/tst-global2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlsym-error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlsym-error.o -MD -MP -MF /build/elf/tst-dlsym-error.o.dt -MT /build/elf/tst-dlsym-error.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-main1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-main1.o -MD -MP -MF /build/elf/tst-main1.o.dt -MT /build/elf/tst-main1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopenrpath.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DPFX=\"/build/elf/\" -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopenrpath.o -MD -MP -MF /build/elf/tst-dlopenrpath.o.dt -MT /build/elf/tst-dlopenrpath.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initfinilazyfail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-initfinilazyfail.o -MD -MP -MF /build/elf/tst-initfinilazyfail.o.dt -MT /build/elf/tst-initfinilazyfail.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-initorder2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-initorder2.o -MD -MP -MF /build/elf/tst-initorder2.o.dt -MT /build/elf/tst-initorder2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodeps1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodeps1.o -MD -MP -MF /build/elf/tst-nodeps1.o.dt -MT /build/elf/tst-nodeps1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-next-ver.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-next-ver.o -MD -MP -MF /build/elf/tst-next-ver.o.dt -MT /build/elf/tst-next-ver.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodelete-opened.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodelete-opened.o -MD -MP -MF /build/elf/tst-nodelete-opened.o.dt -MT /build/elf/tst-nodelete-opened.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodelete-dlclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodelete-dlclose.o -MD -MP -MF /build/elf/tst-nodelete-dlclose.o.dt -MT /build/elf/tst-nodelete-dlclose.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-gnu2-tls2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -msse -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-gnu2-tls2.o -MD -MP -MF /build/elf/tst-gnu2-tls2.o.dt -MT /build/elf/tst-gnu2-tls2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodelete2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodelete2.o -MD -MP -MF /build/elf/tst-nodelete2.o.dt -MT /build/elf/tst-nodelete2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-nodeps2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-nodeps2.o -MD -MP -MF /build/elf/tst-nodeps2.o.dt -MT /build/elf/tst-nodeps2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-non-directory-path.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-non-directory-path.o -MD -MP -MF /build/elf/tst-non-directory-path.o.dt -MT /build/elf/tst-non-directory-path.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-null-argv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-null-argv.o -MD -MP -MF /build/elf/tst-null-argv.o.dt -MT /build/elf/tst-null-argv.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-p_align1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-p_align1.o -MD -MP -MF /build/elf/tst-p_align1.o.dt -MT /build/elf/tst-p_align1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-latepthread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-latepthread.o -MD -MP -MF /build/elf/tst-latepthread.o.dt -MT /build/elf/tst-latepthread.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-noload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-noload.o -MD -MP -MF /build/elf/tst-noload.o.dt -MT /build/elf/tst-noload.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-p_align3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-p_align3.o -MD -MP -MF /build/elf/tst-p_align3.o.dt -MT /build/elf/tst-p_align3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-p_align2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-p_align2.o -MD -MP -MF /build/elf/tst-p_align2.o.dt -MT /build/elf/tst-p_align2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ro-dynamic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ro-dynamic.o -MD -MP -MF /build/elf/tst-ro-dynamic.o.dt -MT /build/elf/tst-ro-dynamic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relsort1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-relsort1.o -MD -MP -MF /build/elf/tst-relsort1.o.dt -MT /build/elf/tst-relsort1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-sonamemove-dlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-sonamemove-dlopen.o -MD -MP -MF /build/elf/tst-sonamemove-dlopen.o.dt -MT /build/elf/tst-sonamemove-dlopen.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-sonamemove-link.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-sonamemove-link.o -MD -MP -MF /build/elf/tst-sonamemove-link.o.dt -MT /build/elf/tst-sonamemove-link.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-recursive-tls.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-recursive-tls.o -MD -MP -MF /build/elf/tst-recursive-tls.o.dt -MT /build/elf/tst-recursive-tls.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-rtld-run-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-rtld-run-static.o -MD -MP -MF /build/elf/tst-rtld-run-static.o.dt -MT /build/elf/tst-rtld-run-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded.o -MD -MP -MF /build/elf/tst-single_threaded.o.dt -MT /build/elf/tst-single_threaded.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-startup-errno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-startup-errno.o -MD -MP -MF /build/elf/tst-startup-errno.o.dt -MT /build/elf/tst-startup-errno.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls4.o -MD -MP -MF /build/elf/tst-tls4.o.dt -MT /build/elf/tst-tls4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls10.o -MD -MP -MF /build/elf/tst-tls10.o.dt -MT /build/elf/tst-tls10.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-thrlock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-thrlock.o -MD -MP -MF /build/elf/tst-thrlock.o.dt -MT /build/elf/tst-thrlock.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-dlinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-dlinfo.o -MD -MP -MF /build/elf/tst-tls-dlinfo.o.dt -MT /build/elf/tst-tls-dlinfo.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls5.o -MD -MP -MF /build/elf/tst-tls5.o.dt -MT /build/elf/tst-tls5.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls11.o -MD -MP -MF /build/elf/tst-tls11.o.dt -MT /build/elf/tst-tls11.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls12.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls12.o -MD -MP -MF /build/elf/tst-tls12.o.dt -MT /build/elf/tst-tls12.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsalign-vars.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsalign-vars.o -MD -MP -MF /build/elf/tst-tlsalign-vars.o.dt -MT /build/elf/tst-tlsalign-vars.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-ie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-ie.o -MD -MP -MF /build/elf/tst-tls-ie.o.dt -MT /build/elf/tst-tls-ie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-ie-dlmopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-ie-dlmopen.o -MD -MP -MF /build/elf/tst-tls-ie-dlmopen.o.dt -MT /build/elf/tst-tls-ie-dlmopen.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-manydynamic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-manydynamic.o -MD -MP -MF /build/elf/tst-tls-manydynamic.o.dt -MT /build/elf/tst-tls-manydynamic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls13.o -MD -MP -MF /build/elf/tst-tls13.o.dt -MT /build/elf/tst-tls13.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls14.o -MD -MP -MF /build/elf/tst-tls14.o.dt -MT /build/elf/tst-tls14.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded-pthread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded-pthread.o -MD -MP -MF /build/elf/tst-single_threaded-pthread.o.dt -MT /build/elf/tst-single_threaded-pthread.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls19.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls19.o -MD -MP -MF /build/elf/tst-tls19.o.dt -MT /build/elf/tst-tls19.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls15.o -MD -MP -MF /build/elf/tst-tls15.o.dt -MT /build/elf/tst-tls15.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls17.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls17.o -MD -MP -MF /build/elf/tst-tls17.o.dt -MT /build/elf/tst-tls17.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-unwind-ctor.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-unwind-ctor.o -MD -MP -MF /build/elf/tst-unwind-ctor.o.dt -MT /build/elf/tst-unwind-ctor.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls16.o -MD -MP -MF /build/elf/tst-tls16.o.dt -MT /build/elf/tst-tls16.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls18.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls18.o -MD -MP -MF /build/elf/tst-tls18.o.dt -MT /build/elf/tst-tls18.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsgap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsgap.o -MD -MP -MF /build/elf/tst-tlsgap.o.dt -MT /build/elf/tst-tlsgap.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-unique1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-unique1.o -MD -MP -MF /build/elf/tst-unique1.o.dt -MT /build/elf/tst-unique1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-unique2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-unique2.o -MD -MP -MF /build/elf/tst-unique2.o.dt -MT /build/elf/tst-unique2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls21.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls21.o -MD -MP -MF /build/elf/tst-tls21.o.dt -MT /build/elf/tst-tls21.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsalign-extern.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsalign-extern.o -MD -MP -MF /build/elf/tst-tlsalign-extern.o.dt -MT /build/elf/tst-tlsalign-extern.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-unwind-main.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -DUSE_PTHREADS=0 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-unwind-main.o -MD -MP -MF /build/elf/tst-unwind-main.o.dt -MT /build/elf/tst-unwind-main.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/unload3.o -MD -MP -MF /build/elf/unload3.o.dt -MT /build/elf/unload3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsalign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsalign.o -MD -MP -MF /build/elf/tst-tlsalign.o.dt -MT /build/elf/tst-tlsalign.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/unload4.o -MD -MP -MF /build/elf/unload4.o.dt -MT /build/elf/unload4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/unload5.o -MD -MP -MF /build/elf/unload5.o.dt -MT /build/elf/unload5.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/unload6.o -MD -MP -MF /build/elf/unload6.o.dt -MT /build/elf/unload6.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/unload8.o -MD -MP -MF /build/elf/unload8.o.dt -MT /build/elf/unload8.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit14.o -MD -MP -MF /build/elf/tst-audit14.o.dt -MT /build/elf/tst-audit14.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit14a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit14a.o -MD -MP -MF /build/elf/tst-audit14a.o.dt -MT /build/elf/tst-audit14a.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit15.o -MD -MP -MF /build/elf/tst-audit15.o.dt -MT /build/elf/tst-audit15.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/unload7.o -MD -MP -MF /build/elf/unload7.o.dt -MT /build/elf/unload7.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 valgrind-test.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/valgrind-test.o -MD -MP -MF /build/elf/valgrind-test.o.dt -MT /build/elf/valgrind-test.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit16.o -MD -MP -MF /build/elf/tst-audit16.o.dt -MT /build/elf/tst-audit16.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr2.o -MD -MP -MF /build/elf/tst-relr2.o.dt -MT /build/elf/tst-relr2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr3.o -MD -MP -MF /build/elf/tst-relr3.o.dt -MT /build/elf/tst-relr3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr4.o -MD -MP -MF /build/elf/tst-relr4.o.dt -MT /build/elf/tst-relr4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr.o -MD -MP -MF /build/elf/tst-relr.o.dt -MT /build/elf/tst-relr.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-relr-pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-relr-pie.o -MD -MP -MF /build/elf/tst-relr-pie.o.dt -MT /build/elf/tst-relr-pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls20.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls20.o -MD -MP -MF /build/elf/tst-tls20.o.dt -MT /build/elf/tst-tls20.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-execstack-needed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-execstack-needed.o -MD -MP -MF /build/elf/tst-execstack-needed.o.dt -MT /build/elf/tst-execstack-needed.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-pie1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-pie1.o -MD -MP -MF /build/elf/tst-pie1.o.dt -MT /build/elf/tst-pie1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-execstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DUSE_PTHREADS=0 -DTOP_NAMESPACE=glibc -o /build/elf/tst-execstack.o -MD -MP -MF /build/elf/tst-execstack.o.dt -MT /build/elf/tst-execstack.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-pie2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-pie2.o -MD -MP -MF /build/elf/tst-pie2.o.dt -MT /build/elf/tst-pie2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-gnu2-tls1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-gnu2-tls1.o -MD -MP -MF /build/elf/tst-gnu2-tls1.o.dt -MT /build/elf/tst-gnu2-tls1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-self-pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-self-pie.o -MD -MP -MF /build/elf/tst-dlopen-self-pie.o.dt -MT /build/elf/tst-dlopen-self-pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-array5-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-array5-static.o -MD -MP -MF /build/elf/tst-array5-static.o.dt -MT /build/elf/tst-array5-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-execstack-prog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-trampolines -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-execstack-prog.o -MD -MP -MF /build/elf/tst-execstack-prog.o.dt -MT /build/elf/tst-execstack-prog.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-pie.o -MD -MP -MF /build/elf/tst-dlopen-pie.o.dt -MT /build/elf/tst-dlopen-pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-array1-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-array1-static.o -MD -MP -MF /build/elf/tst-array1-static.o.dt -MT /build/elf/tst-array1-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dst-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dst-static.o -MD -MP -MF /build/elf/tst-dst-static.o.dt -MT /build/elf/tst-dst-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-allocation-failure-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-allocation-failure-static.o -MD -MP -MF /build/elf/tst-tls-allocation-failure-static.o.dt -MT /build/elf/tst-tls-allocation-failure-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl-iter-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl-iter-static.o -MD -MP -MF /build/elf/tst-dl-iter-static.o.dt -MT /build/elf/tst-dl-iter-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded-static.o -MD -MP -MF /build/elf/tst-single_threaded-static.o.dt -MT /build/elf/tst-single_threaded-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsmodid-pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsmodid-pie.o -MD -MP -MF /build/elf/tst-dlopen-tlsmodid-pie.o.dt -MT /build/elf/tst-dlopen-tlsmodid-pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded-mod1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded-mod1.o -MD -MP -MF /build/elf/tst-single_threaded-mod1.o.dt -MT /build/elf/tst-single_threaded-mod1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded-pthread-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded-pthread-static.o -MD -MP -MF /build/elf/tst-single_threaded-pthread-static.o.dt -MT /build/elf/tst-single_threaded-pthread-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ifunc-fault-bindnow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ifunc-fault-bindnow.o -MD -MP -MF /build/elf/tst-ifunc-fault-bindnow.o.dt -MT /build/elf/tst-ifunc-fault-bindnow.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ifunc-fault-lazy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ifunc-fault-lazy.o -MD -MP -MF /build/elf/tst-ifunc-fault-lazy.o.dt -MT /build/elf/tst-ifunc-fault-lazy.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-single_threaded-static-dlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-single_threaded-static-dlopen.o -MD -MP -MF /build/elf/tst-single_threaded-static-dlopen.o.dt -MT /build/elf/tst-single_threaded-static-dlopen.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-env-setuid-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-env-setuid-static.o -MD -MP -MF /build/elf/tst-env-setuid-static.o.dt -MT /build/elf/tst-env-setuid-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-getauxval-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-getauxval-static.o -MD -MP -MF /build/elf/tst-getauxval-static.o.dt -MT /build/elf/tst-getauxval-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsalign-extern-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsalign-extern-static.o -MD -MP -MF /build/elf/tst-tlsalign-extern-static.o.dt -MT /build/elf/tst-tlsalign-extern-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tlsalign-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tlsalign-static.o -MD -MP -MF /build/elf/tst-tlsalign-static.o.dt -MT /build/elf/tst-tlsalign-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls1-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls1-static.o -MD -MP -MF /build/elf/tst-tls1-static.o.dt -MT /build/elf/tst-tls1-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls1-static-non-pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls1-static-non-pie.o -MD -MP -MF /build/elf/tst-tls1-static-non-pie.o.dt -MT /build/elf/tst-tls1-static-non-pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls9-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls9-static.o -MD -MP -MF /build/elf/tst-tls9-static.o.dt -MT /build/elf/tst-tls9-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-linkall-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-linkall-static.o -MD -MP -MF /build/elf/tst-linkall-static.o.dt -MT /build/elf/tst-linkall-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/i386/tst-audit3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit3.o -MD -MP -MF /build/elf/tst-audit3.o.dt -MT /build/elf/tst-audit3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-ifunc-isa-1-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ifunc-isa-1-static.o -MD -MP -MF /build/elf/tst-ifunc-isa-1-static.o.dt -MT /build/elf/tst-ifunc-isa-1-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-env-setuid-tunables.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-env-setuid-tunables.o -MD -MP -MF /build/elf/tst-env-setuid-tunables.o.dt -MT /build/elf/tst-env-setuid-tunables.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-ifunc-isa-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ifunc-isa-1.o -MD -MP -MF /build/elf/tst-ifunc-isa-1.o.dt -MT /build/elf/tst-ifunc-isa-1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-ifunc-isa-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ifunc-isa-2.o -MD -MP -MF /build/elf/tst-ifunc-isa-2.o.dt -MT /build/elf/tst-ifunc-isa-2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls1.o -MD -MP -MF /build/elf/tst-tls1.o.dt -MT /build/elf/tst-tls1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ptrguard1-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DPTRGUARD_LOCAL -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ptrguard1-static.o -MD -MP -MF /build/elf/tst-ptrguard1-static.o.dt -MT /build/elf/tst-ptrguard1-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-hwcap-tunables.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-hwcap-tunables.o -MD -MP -MF /build/elf/tst-hwcap-tunables.o.dt -MT /build/elf/tst-hwcap-tunables.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-ifunc-isa-2-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ifunc-isa-2-static.o -MD -MP -MF /build/elf/tst-ifunc-isa-2-static.o.dt -MT /build/elf/tst-ifunc-isa-2-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-isa-level-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-isa-level-1.o -MD -MP -MF /build/elf/tst-isa-level-1.o.dt -MT /build/elf/tst-isa-level-1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl-printf-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl-printf-static.o -MD -MP -MF /build/elf/tst-dl-printf-static.o.dt -MT /build/elf/tst-dl-printf-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-static.o -MD -MP -MF /build/elf/tst-dl_find_object-static.o.dt -MT /build/elf/tst-dl_find_object-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-stackguard1-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-stackguard1-static.o -MD -MP -MF /build/elf/tst-stackguard1-static.o.dt -MT /build/elf/tst-stackguard1-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tunables-enable_secure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tunables-enable_secure.o -MD -MP -MF /build/elf/tst-tunables-enable_secure.o.dt -MT /build/elf/tst-tunables-enable_secure.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tunables.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tunables.o -MD -MP -MF /build/elf/tst-tunables.o.dt -MT /build/elf/tst-tunables.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 loadtest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/loadtest.o -MD -MP -MF /build/elf/loadtest.o.dt -MT /build/elf/loadtest.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededtest2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/neededtest2.o -MD -MP -MF /build/elf/neededtest2.o.dt -MT /build/elf/neededtest2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededtest.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/neededtest.o -MD -MP -MF /build/elf/neededtest.o.dt -MT /build/elf/neededtest.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-audit19a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-audit19a.o -MD -MP -MF /build/elf/tst-audit19a.o.dt -MT /build/elf/tst-audit19a.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls3.o -MD -MP -MF /build/elf/tst-tls3.o.dt -MT /build/elf/tst-tls3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 circleload1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/circleload1.o -MD -MP -MF /build/elf/circleload1.o.dt -MT /build/elf/circleload1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededtest3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/neededtest3.o -MD -MP -MF /build/elf/neededtest3.o.dt -MT /build/elf/neededtest3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 neededtest4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/neededtest4.o -MD -MP -MF /build/elf/neededtest4.o.dt -MT /build/elf/neededtest4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-cpu-features-cpuinfo-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-cpu-features-cpuinfo-static.o -MD -MP -MF /build/elf/tst-cpu-features-cpuinfo-static.o.dt -MT /build/elf/tst-cpu-features-cpuinfo-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-cpu-features-cpuinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-cpu-features-cpuinfo.o -MD -MP -MF /build/elf/tst-cpu-features-cpuinfo.o.dt -MT /build/elf/tst-cpu-features-cpuinfo.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-create_format1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-create_format1.o -MD -MP -MF /build/elf/tst-create_format1.o.dt -MT /build/elf/tst-create_format1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncdep1pic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncdep1pic.o -MD -MP -MF /build/elf/ifuncdep1pic.o.dt -MT /build/elf/ifuncdep1pic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlmopen2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlmopen2.o -MD -MP -MF /build/elf/tst-dlmopen2.o.dt -MT /build/elf/tst-dlmopen2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls6.o -MD -MP -MF /build/elf/tst-tls6.o.dt -MT /build/elf/tst-tls6.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls-surplus.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls-surplus.o -MD -MP -MF /build/elf/tst-tls-surplus.o.dt -MT /build/elf/tst-tls-surplus.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1picstatic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1picstatic.o -MD -MP -MF /build/elf/ifuncmain1picstatic.o.dt -MT /build/elf/ifuncmain1picstatic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncdep1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncdep1.o -MD -MP -MF /build/elf/ifuncdep1.o.dt -MT /build/elf/ifuncdep1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncdep2pic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncdep2pic.o -MD -MP -MF /build/elf/ifuncdep2pic.o.dt -MT /build/elf/ifuncdep2pic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl-hwcaps_split.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl-hwcaps_split.o -MD -MP -MF /build/elf/tst-dl-hwcaps_split.o.dt -MT /build/elf/tst-dl-hwcaps_split.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object.o -MD -MP -MF /build/elf/tst-dl_find_object.o.dt -MT /build/elf/tst-dl_find_object.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls7.o -MD -MP -MF /build/elf/tst-tls7.o.dt -MT /build/elf/tst-tls7.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ptrguard1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ptrguard1.o -MD -MP -MF /build/elf/tst-ptrguard1.o.dt -MT /build/elf/tst-ptrguard1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncdep2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncdep2.o -MD -MP -MF /build/elf/ifuncdep2.o.dt -MT /build/elf/ifuncdep2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dl_find_object-threads.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -funwind-tables -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dl_find_object-threads.o -MD -MP -MF /build/elf/tst-dl_find_object-threads.o.dt -MT /build/elf/tst-dl_find_object-threads.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-stackguard1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-stackguard1.o -MD -MP -MF /build/elf/tst-stackguard1.o.dt -MT /build/elf/tst-stackguard1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/unload.o -MD -MP -MF /build/elf/unload.o.dt -MT /build/elf/unload.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1static.o -MD -MP -MF /build/elf/ifuncmain1static.o.dt -MT /build/elf/ifuncmain1static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain2picstatic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain2picstatic.o -MD -MP -MF /build/elf/ifuncmain2picstatic.o.dt -MT /build/elf/ifuncmain2picstatic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-tls8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-tls8.o -MD -MP -MF /build/elf/tst-tls8.o.dt -MT /build/elf/tst-tls8.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain2static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain2static.o -MD -MP -MF /build/elf/ifuncmain2static.o.dt -MT /build/elf/ifuncmain2static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 unload2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/unload2.o -MD -MP -MF /build/elf/unload2.o.dt -MT /build/elf/unload2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain4picstatic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain4picstatic.o -MD -MP -MF /build/elf/ifuncmain4picstatic.o.dt -MT /build/elf/ifuncmain4picstatic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncdep5pic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncdep5pic.o -MD -MP -MF /build/elf/ifuncdep5pic.o.dt -MT /build/elf/ifuncdep5pic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncdep5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncdep5.o -MD -MP -MF /build/elf/ifuncdep5.o.dt -MT /build/elf/ifuncdep5.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain4static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain4static.o -MD -MP -MF /build/elf/ifuncmain4static.o.dt -MT /build/elf/ifuncmain4static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain5picstatic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain5picstatic.o -MD -MP -MF /build/elf/ifuncmain5picstatic.o.dt -MT /build/elf/ifuncmain5picstatic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain5static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain5static.o -MD -MP -MF /build/elf/ifuncmain5static.o.dt -MT /build/elf/ifuncmain5static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain9static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain9static.o -MD -MP -MF /build/elf/ifuncmain9static.o.dt -MT /build/elf/ifuncmain9static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain9picstatic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain9picstatic.o -MD -MP -MF /build/elf/ifuncmain9picstatic.o.dt -MT /build/elf/ifuncmain9picstatic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain7picstatic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain7picstatic.o -MD -MP -MF /build/elf/ifuncmain7picstatic.o.dt -MT /build/elf/ifuncmain7picstatic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain7static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain7static.o -MD -MP -MF /build/elf/ifuncmain7static.o.dt -MT /build/elf/ifuncmain7static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1pic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1pic.o -MD -MP -MF /build/elf/ifuncmain1pic.o.dt -MT /build/elf/ifuncmain1pic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1staticpic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1staticpic.o -MD -MP -MF /build/elf/ifuncmain1staticpic.o.dt -MT /build/elf/ifuncmain1staticpic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1vis.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1vis.o -MD -MP -MF /build/elf/ifuncmain1vis.o.dt -MT /build/elf/ifuncmain1vis.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain2.o -MD -MP -MF /build/elf/ifuncmain2.o.dt -MT /build/elf/ifuncmain2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain2pic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain2pic.o -MD -MP -MF /build/elf/ifuncmain2pic.o.dt -MT /build/elf/ifuncmain2pic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1vispic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1vispic.o -MD -MP -MF /build/elf/ifuncmain1vispic.o.dt -MT /build/elf/ifuncmain1vispic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain5staticpic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain5staticpic.o -MD -MP -MF /build/elf/ifuncmain5staticpic.o.dt -MT /build/elf/ifuncmain5staticpic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1.o -MD -MP -MF /build/elf/ifuncmain1.o.dt -MT /build/elf/ifuncmain1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain5.o -MD -MP -MF /build/elf/ifuncmain5.o.dt -MT /build/elf/ifuncmain5.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain7.o -MD -MP -MF /build/elf/ifuncmain7.o.dt -MT /build/elf/ifuncmain7.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-cpu-features-supports-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-cpu-features-supports-static.o -MD -MP -MF /build/elf/tst-cpu-features-supports-static.o.dt -MT /build/elf/tst-cpu-features-supports-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain4.o -MD -MP -MF /build/elf/ifuncmain4.o.dt -MT /build/elf/ifuncmain4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain7pic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain7pic.o -MD -MP -MF /build/elf/ifuncmain7pic.o.dt -MT /build/elf/ifuncmain7pic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain5pic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain5pic.o -MD -MP -MF /build/elf/ifuncmain5pic.o.dt -MT /build/elf/ifuncmain5pic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain9.o -MD -MP -MF /build/elf/ifuncmain9.o.dt -MT /build/elf/ifuncmain9.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain9pic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain9pic.o -MD -MP -MF /build/elf/ifuncmain9pic.o.dt -MT /build/elf/ifuncmain9pic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-cpu-features-supports.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-cpu-features-supports.o -MD -MP -MF /build/elf/tst-cpu-features-supports.o.dt -MT /build/elf/tst-cpu-features-supports.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1pie.o -MD -MP -MF /build/elf/ifuncmain1pie.o.dt -MT /build/elf/ifuncmain1pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1staticpie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1staticpie.o -MD -MP -MF /build/elf/ifuncmain1staticpie.o.dt -MT /build/elf/ifuncmain1staticpie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain1vispie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain1vispie.o -MD -MP -MF /build/elf/ifuncmain1vispie.o.dt -MT /build/elf/ifuncmain1vispie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain6pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain6pie.o -MD -MP -MF /build/elf/ifuncmain6pie.o.dt -MT /build/elf/ifuncmain6pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain3.o -MD -MP -MF /build/elf/ifuncmain3.o.dt -MT /build/elf/ifuncmain3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain7pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain7pie.o -MD -MP -MF /build/elf/ifuncmain7pie.o.dt -MT /build/elf/ifuncmain7pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain9pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain9pie.o -MD -MP -MF /build/elf/ifuncmain9pie.o.dt -MT /build/elf/ifuncmain9pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ifunc-textrel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ifunc-textrel.o -MD -MP -MF /build/elf/tst-ifunc-textrel.o.dt -MT /build/elf/tst-ifunc-textrel.o /tmp/cci7v13T.s: Assembler messages: /tmp/cci7v13T.s:163: Warning: ignoring changed section attributes for .text make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-rootdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-rootdir.o -MD -MP -MF /build/elf/tst-rootdir.o.dt -MT /build/elf/tst-rootdir.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-ldconfig-p.sh '/build/' '/etc' ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-ldconfig-p.out; \ ../scripts/evaluate-test.sh elf/tst-ldconfig-p $? false false > /build/elf/tst-ldconfig-p.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-self-container.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-self-container.o -MD -MP -MF /build/elf/tst-dlopen-self-container.o.dt -MT /build/elf/tst-dlopen-self-container.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-ldconfig-X.sh '/build/' ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-ldconfig-X.out; \ ../scripts/evaluate-test.sh elf/tst-ldconfig-X $? false false > /build/elf/tst-ldconfig-X.test-result + common_objpfx=/build/ + test_wrapper_env=' env' + run_program_env='GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' + testroot=/build/elf/bug19610-test-directory + trap cleanup 0 + rm -rf /build/elf/bug19610-test-directory + mkdir -p /build/elf/bug19610-test-directory/lib /build/elf/bug19610-test-directory/etc + ln -s libdoesnotexist.so.1.1 /build/elf/bug19610-test-directory/lib/libdoesnotexist.so.1 + ln -s /build/elf/bug19610-test-directory/opt/sw/lib/libdoesnotexist2.so.1.1 /build/elf/bug19610-test-directory/lib/ + errors=0 + check_files + for name in libdoesnotexist.so.1 libdoesnotexist2.so.1.1 + path=/build/elf/bug19610-test-directory/lib/libdoesnotexist.so.1 + test '!' -h /build/elf/bug19610-test-directory/lib/libdoesnotexist.so.1 + for name in libdoesnotexist.so.1 libdoesnotexist2.so.1.1 + path=/build/elf/bug19610-test-directory/lib/libdoesnotexist2.so.1.1 + test '!' -h /build/elf/bug19610-test-directory/lib/libdoesnotexist2.so.1.1 + env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ldconfig -X -f /dev/null -C /build/elf/bug19610-test-directory/etc/ld.so.cache /build/elf/bug19610-test-directory/lib + check_files + for name in libdoesnotexist.so.1 libdoesnotexist2.so.1.1 + path=/build/elf/bug19610-test-directory/lib/libdoesnotexist.so.1 + test '!' -h /build/elf/bug19610-test-directory/lib/libdoesnotexist.so.1 + for name in libdoesnotexist.so.1 libdoesnotexist2.so.1.1 + path=/build/elf/bug19610-test-directory/lib/libdoesnotexist2.so.1.1 + test '!' -h /build/elf/bug19610-test-directory/lib/libdoesnotexist2.so.1.1 + exit 0 + cleanup + rm -rf /build/elf/bug19610-test-directory make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-sprof-basic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-sprof-basic.o -MD -MP -MF /build/elf/tst-sprof-basic.o.dt -MT /build/elf/tst-sprof-basic.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-preload-pthread-libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-preload-pthread-libc.o -MD -MP -MF /build/elf/tst-preload-pthread-libc.o.dt -MT /build/elf/tst-preload-pthread-libc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ARMSCII-8.so > /build/iconvdata/ARMSCII-8.so.phdrT test -s /build/iconvdata/ARMSCII-8.so.phdrT mv -f /build/iconvdata/ARMSCII-8.so.phdrT /build/iconvdata/ARMSCII-8.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ANSI_X3.110.so > /build/iconvdata/ANSI_X3.110.so.phdrT test -s /build/iconvdata/ANSI_X3.110.so.phdrT mv -f /build/iconvdata/ANSI_X3.110.so.phdrT /build/iconvdata/ANSI_X3.110.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ifuncmain5pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ifuncmain5pie.o -MD -MP -MF /build/elf/ifuncmain5pie.o.dt -MT /build/elf/ifuncmain5pie.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/BIG5.so > /build/iconvdata/BIG5.so.phdrT test -s /build/iconvdata/BIG5.so.phdrT mv -f /build/iconvdata/BIG5.so.phdrT /build/iconvdata/BIG5.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ASMO_449.so > /build/iconvdata/ASMO_449.so.phdrT test -s /build/iconvdata/ASMO_449.so.phdrT mv -f /build/iconvdata/ASMO_449.so.phdrT /build/iconvdata/ASMO_449.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' { echo '#include '; \ echo '#include '; \ echo '#if (DEFAULT_STACK_PERMS & PF_X) == 0'; \ echo '@@@execstack-no@@@'; \ echo '#else'; \ echo '@@@execstack-yes@@@'; \ echo '#endif'; } | \ gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -E -x c-header - | \ sed -n -e 's/^@@@\(.*\)@@@/\1/p' > /build/elf/execstack-defaultT mv -f /build/elf/execstack-defaultT /build/elf/execstack-default make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/BIG5HKSCS.so > /build/iconvdata/BIG5HKSCS.so.phdrT test -s /build/iconvdata/BIG5HKSCS.so.phdrT mv -f /build/iconvdata/BIG5HKSCS.so.phdrT /build/iconvdata/BIG5HKSCS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-get-cpu-features.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-get-cpu-features.o -MD -MP -MF /build/elf/tst-get-cpu-features.o.dt -MT /build/elf/tst-get-cpu-features.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP10007.so > /build/iconvdata/CP10007.so.phdrT test -s /build/iconvdata/CP10007.so.phdrT mv -f /build/iconvdata/CP10007.so.phdrT /build/iconvdata/CP10007.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 ../sysdeps/x86/tst-get-cpu-features-static.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-get-cpu-features-static.o -MD -MP -MF /build/elf/tst-get-cpu-features-static.o.dt -MT /build/elf/tst-get-cpu-features-static.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/BRF.so > /build/iconvdata/BRF.so.phdrT test -s /build/iconvdata/BRF.so.phdrT mv -f /build/iconvdata/BRF.so.phdrT /build/iconvdata/BRF.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1125.so > /build/iconvdata/CP1125.so.phdrT test -s /build/iconvdata/CP1125.so.phdrT mv -f /build/iconvdata/CP1125.so.phdrT /build/iconvdata/CP1125.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1250.so > /build/iconvdata/CP1250.so.phdrT test -s /build/iconvdata/CP1250.so.phdrT mv -f /build/iconvdata/CP1250.so.phdrT /build/iconvdata/CP1250.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-pathopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-pathopt.o -MD -MP -MF /build/elf/tst-pathopt.o.dt -MT /build/elf/tst-pathopt.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ldconfig-ld_so_conf-update.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ldconfig-ld_so_conf-update.o -MD -MP -MF /build/elf/tst-ldconfig-ld_so_conf-update.o.dt -MT /build/elf/tst-ldconfig-ld_so_conf-update.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1251.so > /build/iconvdata/CP1251.so.phdrT test -s /build/iconvdata/CP1251.so.phdrT mv -f /build/iconvdata/CP1251.so.phdrT /build/iconvdata/CP1251.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1253.so > /build/iconvdata/CP1253.so.phdrT test -s /build/iconvdata/CP1253.so.phdrT mv -f /build/iconvdata/CP1253.so.phdrT /build/iconvdata/CP1253.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-ldconfig-bad-aux-cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-ldconfig-bad-aux-cache.o -MD -MP -MF /build/elf/tst-ldconfig-bad-aux-cache.o.dt -MT /build/elf/tst-ldconfig-bad-aux-cache.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-glibc-hwcaps-prepend-cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-glibc-hwcaps-prepend-cache.o -MD -MP -MF /build/elf/tst-glibc-hwcaps-prepend-cache.o.dt -MT /build/elf/tst-glibc-hwcaps-prepend-cache.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1252.so > /build/iconvdata/CP1252.so.phdrT test -s /build/iconvdata/CP1252.so.phdrT mv -f /build/iconvdata/CP1252.so.phdrT /build/iconvdata/CP1252.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1255.so > /build/iconvdata/CP1255.so.phdrT test -s /build/iconvdata/CP1255.so.phdrT mv -f /build/iconvdata/CP1255.so.phdrT /build/iconvdata/CP1255.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1254.so > /build/iconvdata/CP1254.so.phdrT test -s /build/iconvdata/CP1254.so.phdrT mv -f /build/iconvdata/CP1254.so.phdrT /build/iconvdata/CP1254.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-dlopen-tlsmodid-container.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dlopen-tlsmodid-container.o -MD -MP -MF /build/elf/tst-dlopen-tlsmodid-container.o.dt -MT /build/elf/tst-dlopen-tlsmodid-container.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1257.so > /build/iconvdata/CP1257.so.phdrT test -s /build/iconvdata/CP1257.so.phdrT mv -f /build/iconvdata/CP1257.so.phdrT /build/iconvdata/CP1257.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1256.so > /build/iconvdata/CP1256.so.phdrT test -s /build/iconvdata/CP1256.so.phdrT mv -f /build/iconvdata/CP1256.so.phdrT /build/iconvdata/CP1256.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP1258.so > /build/iconvdata/CP1258.so.phdrT test -s /build/iconvdata/CP1258.so.phdrT mv -f /build/iconvdata/CP1258.so.phdrT /build/iconvdata/CP1258.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP737.so > /build/iconvdata/CP737.so.phdrT test -s /build/iconvdata/CP737.so.phdrT mv -f /build/iconvdata/CP737.so.phdrT /build/iconvdata/CP737.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP771.so > /build/iconvdata/CP771.so.phdrT test -s /build/iconvdata/CP771.so.phdrT mv -f /build/iconvdata/CP771.so.phdrT /build/iconvdata/CP771.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP770.so > /build/iconvdata/CP770.so.phdrT test -s /build/iconvdata/CP770.so.phdrT mv -f /build/iconvdata/CP770.so.phdrT /build/iconvdata/CP770.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP772.so > /build/iconvdata/CP772.so.phdrT test -s /build/iconvdata/CP772.so.phdrT mv -f /build/iconvdata/CP772.so.phdrT /build/iconvdata/CP772.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP773.so > /build/iconvdata/CP773.so.phdrT test -s /build/iconvdata/CP773.so.phdrT mv -f /build/iconvdata/CP773.so.phdrT /build/iconvdata/CP773.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP774.so > /build/iconvdata/CP774.so.phdrT test -s /build/iconvdata/CP774.so.phdrT mv -f /build/iconvdata/CP774.so.phdrT /build/iconvdata/CP774.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP775.so > /build/iconvdata/CP775.so.phdrT test -s /build/iconvdata/CP775.so.phdrT mv -f /build/iconvdata/CP775.so.phdrT /build/iconvdata/CP775.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CP932.so > /build/iconvdata/CP932.so.phdrT test -s /build/iconvdata/CP932.so.phdrT mv -f /build/iconvdata/CP932.so.phdrT /build/iconvdata/CP932.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CSN_369103.so > /build/iconvdata/CSN_369103.so.phdrT test -s /build/iconvdata/CSN_369103.so.phdrT mv -f /build/iconvdata/CSN_369103.so.phdrT /build/iconvdata/CSN_369103.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/CWI.so > /build/iconvdata/CWI.so.phdrT test -s /build/iconvdata/CWI.so.phdrT mv -f /build/iconvdata/CWI.so.phdrT /build/iconvdata/CWI.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/DEC-MCS.so > /build/iconvdata/DEC-MCS.so.phdrT test -s /build/iconvdata/DEC-MCS.so.phdrT mv -f /build/iconvdata/DEC-MCS.so.phdrT /build/iconvdata/DEC-MCS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-AT-DE-A.so > /build/iconvdata/EBCDIC-AT-DE-A.so.phdrT test -s /build/iconvdata/EBCDIC-AT-DE-A.so.phdrT mv -f /build/iconvdata/EBCDIC-AT-DE-A.so.phdrT /build/iconvdata/EBCDIC-AT-DE-A.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-pldd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-pldd.o -MD -MP -MF /build/elf/tst-pldd.o.dt -MT /build/elf/tst-pldd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-CA-FR.so > /build/iconvdata/EBCDIC-CA-FR.so.phdrT test -s /build/iconvdata/EBCDIC-CA-FR.so.phdrT mv -f /build/iconvdata/EBCDIC-CA-FR.so.phdrT /build/iconvdata/EBCDIC-CA-FR.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-AT-DE.so > /build/iconvdata/EBCDIC-AT-DE.so.phdrT test -s /build/iconvdata/EBCDIC-AT-DE.so.phdrT mv -f /build/iconvdata/EBCDIC-AT-DE.so.phdrT /build/iconvdata/EBCDIC-AT-DE.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-DK-NO-A.so > /build/iconvdata/EBCDIC-DK-NO-A.so.phdrT test -s /build/iconvdata/EBCDIC-DK-NO-A.so.phdrT mv -f /build/iconvdata/EBCDIC-DK-NO-A.so.phdrT /build/iconvdata/EBCDIC-DK-NO-A.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-DK-NO.so > /build/iconvdata/EBCDIC-DK-NO.so.phdrT test -s /build/iconvdata/EBCDIC-DK-NO.so.phdrT mv -f /build/iconvdata/EBCDIC-DK-NO.so.phdrT /build/iconvdata/EBCDIC-DK-NO.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-ES-A.so > /build/iconvdata/EBCDIC-ES-A.so.phdrT test -s /build/iconvdata/EBCDIC-ES-A.so.phdrT mv -f /build/iconvdata/EBCDIC-ES-A.so.phdrT /build/iconvdata/EBCDIC-ES-A.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 tst-_dl_addr_inside_object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite_internal -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-_dl_addr_inside_object.o -MD -MP -MF /build/elf/tst-_dl_addr_inside_object.o.dt -MT /build/elf/tst-_dl_addr_inside_object.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-ES-S.so > /build/iconvdata/EBCDIC-ES-S.so.phdrT test -s /build/iconvdata/EBCDIC-ES-S.so.phdrT mv -f /build/iconvdata/EBCDIC-ES-S.so.phdrT /build/iconvdata/EBCDIC-ES-S.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-ES.so > /build/iconvdata/EBCDIC-ES.so.phdrT test -s /build/iconvdata/EBCDIC-ES.so.phdrT mv -f /build/iconvdata/EBCDIC-ES.so.phdrT /build/iconvdata/EBCDIC-ES.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-FI-SE-A.so > /build/iconvdata/EBCDIC-FI-SE-A.so.phdrT test -s /build/iconvdata/EBCDIC-FI-SE-A.so.phdrT mv -f /build/iconvdata/EBCDIC-FI-SE-A.so.phdrT /build/iconvdata/EBCDIC-FI-SE-A.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-FI-SE.so > /build/iconvdata/EBCDIC-FI-SE.so.phdrT test -s /build/iconvdata/EBCDIC-FI-SE.so.phdrT mv -f /build/iconvdata/EBCDIC-FI-SE.so.phdrT /build/iconvdata/EBCDIC-FI-SE.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-FR.so > /build/iconvdata/EBCDIC-FR.so.phdrT test -s /build/iconvdata/EBCDIC-FR.so.phdrT mv -f /build/iconvdata/EBCDIC-FR.so.phdrT /build/iconvdata/EBCDIC-FR.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-IS-FRISS.so > /build/iconvdata/EBCDIC-IS-FRISS.so.phdrT test -s /build/iconvdata/EBCDIC-IS-FRISS.so.phdrT mv -f /build/iconvdata/EBCDIC-IS-FRISS.so.phdrT /build/iconvdata/EBCDIC-IS-FRISS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-IT.so > /build/iconvdata/EBCDIC-IT.so.phdrT test -s /build/iconvdata/EBCDIC-IT.so.phdrT mv -f /build/iconvdata/EBCDIC-IT.so.phdrT /build/iconvdata/EBCDIC-IT.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-PT.so > /build/iconvdata/EBCDIC-PT.so.phdrT test -s /build/iconvdata/EBCDIC-PT.so.phdrT mv -f /build/iconvdata/EBCDIC-PT.so.phdrT /build/iconvdata/EBCDIC-PT.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-UK.so > /build/iconvdata/EBCDIC-UK.so.phdrT test -s /build/iconvdata/EBCDIC-UK.so.phdrT mv -f /build/iconvdata/EBCDIC-UK.so.phdrT /build/iconvdata/EBCDIC-UK.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EBCDIC-US.so > /build/iconvdata/EBCDIC-US.so.phdrT test -s /build/iconvdata/EBCDIC-US.so.phdrT mv -f /build/iconvdata/EBCDIC-US.so.phdrT /build/iconvdata/EBCDIC-US.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ECMA-CYRILLIC.so > /build/iconvdata/ECMA-CYRILLIC.so.phdrT test -s /build/iconvdata/ECMA-CYRILLIC.so.phdrT mv -f /build/iconvdata/ECMA-CYRILLIC.so.phdrT /build/iconvdata/ECMA-CYRILLIC.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EUC-JISX0213.so > /build/iconvdata/EUC-JISX0213.so.phdrT test -s /build/iconvdata/EUC-JISX0213.so.phdrT mv -f /build/iconvdata/EUC-JISX0213.so.phdrT /build/iconvdata/EUC-JISX0213.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EUC-CN.so > /build/iconvdata/EUC-CN.so.phdrT test -s /build/iconvdata/EUC-CN.so.phdrT mv -f /build/iconvdata/EUC-CN.so.phdrT /build/iconvdata/EUC-CN.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EUC-JP.so > /build/iconvdata/EUC-JP.so.phdrT test -s /build/iconvdata/EUC-JP.so.phdrT mv -f /build/iconvdata/EUC-JP.so.phdrT /build/iconvdata/EUC-JP.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EUC-JP-MS.so > /build/iconvdata/EUC-JP-MS.so.phdrT test -s /build/iconvdata/EUC-JP-MS.so.phdrT mv -f /build/iconvdata/EUC-JP-MS.so.phdrT /build/iconvdata/EUC-JP-MS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EUC-KR.so > /build/iconvdata/EUC-KR.so.phdrT test -s /build/iconvdata/EUC-KR.so.phdrT mv -f /build/iconvdata/EUC-KR.so.phdrT /build/iconvdata/EUC-KR.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/EUC-TW.so > /build/iconvdata/EUC-TW.so.phdrT test -s /build/iconvdata/EUC-TW.so.phdrT mv -f /build/iconvdata/EUC-TW.so.phdrT /build/iconvdata/EUC-TW.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GB18030.so > /build/iconvdata/GB18030.so.phdrT test -s /build/iconvdata/GB18030.so.phdrT mv -f /build/iconvdata/GB18030.so.phdrT /build/iconvdata/GB18030.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GBBIG5.so > /build/iconvdata/GBBIG5.so.phdrT test -s /build/iconvdata/GBBIG5.so.phdrT mv -f /build/iconvdata/GBBIG5.so.phdrT /build/iconvdata/GBBIG5.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GBGBK.so > /build/iconvdata/GBGBK.so.phdrT test -s /build/iconvdata/GBGBK.so.phdrT mv -f /build/iconvdata/GBGBK.so.phdrT /build/iconvdata/GBGBK.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GBK.so > /build/iconvdata/GBK.so.phdrT test -s /build/iconvdata/GBK.so.phdrT mv -f /build/iconvdata/GBK.so.phdrT /build/iconvdata/GBK.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GEORGIAN-ACADEMY.so > /build/iconvdata/GEORGIAN-ACADEMY.so.phdrT test -s /build/iconvdata/GEORGIAN-ACADEMY.so.phdrT mv -f /build/iconvdata/GEORGIAN-ACADEMY.so.phdrT /build/iconvdata/GEORGIAN-ACADEMY.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GEORGIAN-PS.so > /build/iconvdata/GEORGIAN-PS.so.phdrT test -s /build/iconvdata/GEORGIAN-PS.so.phdrT mv -f /build/iconvdata/GEORGIAN-PS.so.phdrT /build/iconvdata/GEORGIAN-PS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GOST_19768-74.so > /build/iconvdata/GOST_19768-74.so.phdrT test -s /build/iconvdata/GOST_19768-74.so.phdrT mv -f /build/iconvdata/GOST_19768-74.so.phdrT /build/iconvdata/GOST_19768-74.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GREEK-CCITT.so > /build/iconvdata/GREEK-CCITT.so.phdrT test -s /build/iconvdata/GREEK-CCITT.so.phdrT mv -f /build/iconvdata/GREEK-CCITT.so.phdrT /build/iconvdata/GREEK-CCITT.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GREEK7-OLD.so > /build/iconvdata/GREEK7-OLD.so.phdrT test -s /build/iconvdata/GREEK7-OLD.so.phdrT mv -f /build/iconvdata/GREEK7-OLD.so.phdrT /build/iconvdata/GREEK7-OLD.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/GREEK7.so > /build/iconvdata/GREEK7.so.phdrT test -s /build/iconvdata/GREEK7.so.phdrT mv -f /build/iconvdata/GREEK7.so.phdrT /build/iconvdata/GREEK7.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/HP-GREEK8.so > /build/iconvdata/HP-GREEK8.so.phdrT test -s /build/iconvdata/HP-GREEK8.so.phdrT mv -f /build/iconvdata/HP-GREEK8.so.phdrT /build/iconvdata/HP-GREEK8.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/HP-ROMAN8.so > /build/iconvdata/HP-ROMAN8.so.phdrT test -s /build/iconvdata/HP-ROMAN8.so.phdrT mv -f /build/iconvdata/HP-ROMAN8.so.phdrT /build/iconvdata/HP-ROMAN8.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/HP-ROMAN9.so > /build/iconvdata/HP-ROMAN9.so.phdrT test -s /build/iconvdata/HP-ROMAN9.so.phdrT mv -f /build/iconvdata/HP-ROMAN9.so.phdrT /build/iconvdata/HP-ROMAN9.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/HP-THAI8.so > /build/iconvdata/HP-THAI8.so.phdrT test -s /build/iconvdata/HP-THAI8.so.phdrT mv -f /build/iconvdata/HP-THAI8.so.phdrT /build/iconvdata/HP-THAI8.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/HP-TURKISH8.so > /build/iconvdata/HP-TURKISH8.so.phdrT test -s /build/iconvdata/HP-TURKISH8.so.phdrT mv -f /build/iconvdata/HP-TURKISH8.so.phdrT /build/iconvdata/HP-TURKISH8.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM038.so > /build/iconvdata/IBM038.so.phdrT test -s /build/iconvdata/IBM038.so.phdrT mv -f /build/iconvdata/IBM038.so.phdrT /build/iconvdata/IBM038.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM037.so > /build/iconvdata/IBM037.so.phdrT test -s /build/iconvdata/IBM037.so.phdrT mv -f /build/iconvdata/IBM037.so.phdrT /build/iconvdata/IBM037.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1004.so > /build/iconvdata/IBM1004.so.phdrT test -s /build/iconvdata/IBM1004.so.phdrT mv -f /build/iconvdata/IBM1004.so.phdrT /build/iconvdata/IBM1004.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1008.so > /build/iconvdata/IBM1008.so.phdrT test -s /build/iconvdata/IBM1008.so.phdrT mv -f /build/iconvdata/IBM1008.so.phdrT /build/iconvdata/IBM1008.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1008_420.so > /build/iconvdata/IBM1008_420.so.phdrT test -s /build/iconvdata/IBM1008_420.so.phdrT mv -f /build/iconvdata/IBM1008_420.so.phdrT /build/iconvdata/IBM1008_420.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1025.so > /build/iconvdata/IBM1025.so.phdrT test -s /build/iconvdata/IBM1025.so.phdrT mv -f /build/iconvdata/IBM1025.so.phdrT /build/iconvdata/IBM1025.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1026.so > /build/iconvdata/IBM1026.so.phdrT test -s /build/iconvdata/IBM1026.so.phdrT mv -f /build/iconvdata/IBM1026.so.phdrT /build/iconvdata/IBM1026.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1046.so > /build/iconvdata/IBM1046.so.phdrT test -s /build/iconvdata/IBM1046.so.phdrT mv -f /build/iconvdata/IBM1046.so.phdrT /build/iconvdata/IBM1046.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1047.so > /build/iconvdata/IBM1047.so.phdrT test -s /build/iconvdata/IBM1047.so.phdrT mv -f /build/iconvdata/IBM1047.so.phdrT /build/iconvdata/IBM1047.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1097.so > /build/iconvdata/IBM1097.so.phdrT test -s /build/iconvdata/IBM1097.so.phdrT mv -f /build/iconvdata/IBM1097.so.phdrT /build/iconvdata/IBM1097.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1112.so > /build/iconvdata/IBM1112.so.phdrT test -s /build/iconvdata/IBM1112.so.phdrT mv -f /build/iconvdata/IBM1112.so.phdrT /build/iconvdata/IBM1112.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1122.so > /build/iconvdata/IBM1122.so.phdrT test -s /build/iconvdata/IBM1122.so.phdrT mv -f /build/iconvdata/IBM1122.so.phdrT /build/iconvdata/IBM1122.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1123.so > /build/iconvdata/IBM1123.so.phdrT test -s /build/iconvdata/IBM1123.so.phdrT mv -f /build/iconvdata/IBM1123.so.phdrT /build/iconvdata/IBM1123.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1129.so > /build/iconvdata/IBM1129.so.phdrT test -s /build/iconvdata/IBM1129.so.phdrT mv -f /build/iconvdata/IBM1129.so.phdrT /build/iconvdata/IBM1129.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1124.so > /build/iconvdata/IBM1124.so.phdrT test -s /build/iconvdata/IBM1124.so.phdrT mv -f /build/iconvdata/IBM1124.so.phdrT /build/iconvdata/IBM1124.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1130.so > /build/iconvdata/IBM1130.so.phdrT test -s /build/iconvdata/IBM1130.so.phdrT mv -f /build/iconvdata/IBM1130.so.phdrT /build/iconvdata/IBM1130.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1132.so > /build/iconvdata/IBM1132.so.phdrT test -s /build/iconvdata/IBM1132.so.phdrT mv -f /build/iconvdata/IBM1132.so.phdrT /build/iconvdata/IBM1132.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1133.so > /build/iconvdata/IBM1133.so.phdrT test -s /build/iconvdata/IBM1133.so.phdrT mv -f /build/iconvdata/IBM1133.so.phdrT /build/iconvdata/IBM1133.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1137.so > /build/iconvdata/IBM1137.so.phdrT test -s /build/iconvdata/IBM1137.so.phdrT mv -f /build/iconvdata/IBM1137.so.phdrT /build/iconvdata/IBM1137.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1141.so > /build/iconvdata/IBM1141.so.phdrT test -s /build/iconvdata/IBM1141.so.phdrT mv -f /build/iconvdata/IBM1141.so.phdrT /build/iconvdata/IBM1141.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1140.so > /build/iconvdata/IBM1140.so.phdrT test -s /build/iconvdata/IBM1140.so.phdrT mv -f /build/iconvdata/IBM1140.so.phdrT /build/iconvdata/IBM1140.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1142.so > /build/iconvdata/IBM1142.so.phdrT test -s /build/iconvdata/IBM1142.so.phdrT mv -f /build/iconvdata/IBM1142.so.phdrT /build/iconvdata/IBM1142.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1143.so > /build/iconvdata/IBM1143.so.phdrT test -s /build/iconvdata/IBM1143.so.phdrT mv -f /build/iconvdata/IBM1143.so.phdrT /build/iconvdata/IBM1143.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1144.so > /build/iconvdata/IBM1144.so.phdrT test -s /build/iconvdata/IBM1144.so.phdrT mv -f /build/iconvdata/IBM1144.so.phdrT /build/iconvdata/IBM1144.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1145.so > /build/iconvdata/IBM1145.so.phdrT test -s /build/iconvdata/IBM1145.so.phdrT mv -f /build/iconvdata/IBM1145.so.phdrT /build/iconvdata/IBM1145.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1146.so > /build/iconvdata/IBM1146.so.phdrT test -s /build/iconvdata/IBM1146.so.phdrT mv -f /build/iconvdata/IBM1146.so.phdrT /build/iconvdata/IBM1146.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1147.so > /build/iconvdata/IBM1147.so.phdrT test -s /build/iconvdata/IBM1147.so.phdrT mv -f /build/iconvdata/IBM1147.so.phdrT /build/iconvdata/IBM1147.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1148.so > /build/iconvdata/IBM1148.so.phdrT test -s /build/iconvdata/IBM1148.so.phdrT mv -f /build/iconvdata/IBM1148.so.phdrT /build/iconvdata/IBM1148.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1149.so > /build/iconvdata/IBM1149.so.phdrT test -s /build/iconvdata/IBM1149.so.phdrT mv -f /build/iconvdata/IBM1149.so.phdrT /build/iconvdata/IBM1149.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1153.so > /build/iconvdata/IBM1153.so.phdrT test -s /build/iconvdata/IBM1153.so.phdrT mv -f /build/iconvdata/IBM1153.so.phdrT /build/iconvdata/IBM1153.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1154.so > /build/iconvdata/IBM1154.so.phdrT test -s /build/iconvdata/IBM1154.so.phdrT mv -f /build/iconvdata/IBM1154.so.phdrT /build/iconvdata/IBM1154.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1155.so > /build/iconvdata/IBM1155.so.phdrT test -s /build/iconvdata/IBM1155.so.phdrT mv -f /build/iconvdata/IBM1155.so.phdrT /build/iconvdata/IBM1155.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1157.so > /build/iconvdata/IBM1157.so.phdrT test -s /build/iconvdata/IBM1157.so.phdrT mv -f /build/iconvdata/IBM1157.so.phdrT /build/iconvdata/IBM1157.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1156.so > /build/iconvdata/IBM1156.so.phdrT test -s /build/iconvdata/IBM1156.so.phdrT mv -f /build/iconvdata/IBM1156.so.phdrT /build/iconvdata/IBM1156.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1158.so > /build/iconvdata/IBM1158.so.phdrT test -s /build/iconvdata/IBM1158.so.phdrT mv -f /build/iconvdata/IBM1158.so.phdrT /build/iconvdata/IBM1158.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1160.so > /build/iconvdata/IBM1160.so.phdrT test -s /build/iconvdata/IBM1160.so.phdrT mv -f /build/iconvdata/IBM1160.so.phdrT /build/iconvdata/IBM1160.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1161.so > /build/iconvdata/IBM1161.so.phdrT test -s /build/iconvdata/IBM1161.so.phdrT mv -f /build/iconvdata/IBM1161.so.phdrT /build/iconvdata/IBM1161.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1162.so > /build/iconvdata/IBM1162.so.phdrT test -s /build/iconvdata/IBM1162.so.phdrT mv -f /build/iconvdata/IBM1162.so.phdrT /build/iconvdata/IBM1162.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1163.so > /build/iconvdata/IBM1163.so.phdrT test -s /build/iconvdata/IBM1163.so.phdrT mv -f /build/iconvdata/IBM1163.so.phdrT /build/iconvdata/IBM1163.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1164.so > /build/iconvdata/IBM1164.so.phdrT test -s /build/iconvdata/IBM1164.so.phdrT mv -f /build/iconvdata/IBM1164.so.phdrT /build/iconvdata/IBM1164.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1166.so > /build/iconvdata/IBM1166.so.phdrT test -s /build/iconvdata/IBM1166.so.phdrT mv -f /build/iconvdata/IBM1166.so.phdrT /build/iconvdata/IBM1166.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1167.so > /build/iconvdata/IBM1167.so.phdrT test -s /build/iconvdata/IBM1167.so.phdrT mv -f /build/iconvdata/IBM1167.so.phdrT /build/iconvdata/IBM1167.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM12712.so > /build/iconvdata/IBM12712.so.phdrT test -s /build/iconvdata/IBM12712.so.phdrT mv -f /build/iconvdata/IBM12712.so.phdrT /build/iconvdata/IBM12712.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1364.so > /build/iconvdata/IBM1364.so.phdrT test -s /build/iconvdata/IBM1364.so.phdrT mv -f /build/iconvdata/IBM1364.so.phdrT /build/iconvdata/IBM1364.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1371.so > /build/iconvdata/IBM1371.so.phdrT test -s /build/iconvdata/IBM1371.so.phdrT mv -f /build/iconvdata/IBM1371.so.phdrT /build/iconvdata/IBM1371.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1390.so > /build/iconvdata/IBM1390.so.phdrT test -s /build/iconvdata/IBM1390.so.phdrT mv -f /build/iconvdata/IBM1390.so.phdrT /build/iconvdata/IBM1390.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1388.so > /build/iconvdata/IBM1388.so.phdrT test -s /build/iconvdata/IBM1388.so.phdrT mv -f /build/iconvdata/IBM1388.so.phdrT /build/iconvdata/IBM1388.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM1399.so > /build/iconvdata/IBM1399.so.phdrT test -s /build/iconvdata/IBM1399.so.phdrT mv -f /build/iconvdata/IBM1399.so.phdrT /build/iconvdata/IBM1399.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM16804.so > /build/iconvdata/IBM16804.so.phdrT test -s /build/iconvdata/IBM16804.so.phdrT mv -f /build/iconvdata/IBM16804.so.phdrT /build/iconvdata/IBM16804.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM256.so > /build/iconvdata/IBM256.so.phdrT test -s /build/iconvdata/IBM256.so.phdrT mv -f /build/iconvdata/IBM256.so.phdrT /build/iconvdata/IBM256.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM273.so > /build/iconvdata/IBM273.so.phdrT test -s /build/iconvdata/IBM273.so.phdrT mv -f /build/iconvdata/IBM273.so.phdrT /build/iconvdata/IBM273.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM274.so > /build/iconvdata/IBM274.so.phdrT test -s /build/iconvdata/IBM274.so.phdrT mv -f /build/iconvdata/IBM274.so.phdrT /build/iconvdata/IBM274.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM275.so > /build/iconvdata/IBM275.so.phdrT test -s /build/iconvdata/IBM275.so.phdrT mv -f /build/iconvdata/IBM275.so.phdrT /build/iconvdata/IBM275.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM277.so > /build/iconvdata/IBM277.so.phdrT test -s /build/iconvdata/IBM277.so.phdrT mv -f /build/iconvdata/IBM277.so.phdrT /build/iconvdata/IBM277.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM278.so > /build/iconvdata/IBM278.so.phdrT test -s /build/iconvdata/IBM278.so.phdrT mv -f /build/iconvdata/IBM278.so.phdrT /build/iconvdata/IBM278.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM280.so > /build/iconvdata/IBM280.so.phdrT test -s /build/iconvdata/IBM280.so.phdrT mv -f /build/iconvdata/IBM280.so.phdrT /build/iconvdata/IBM280.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM281.so > /build/iconvdata/IBM281.so.phdrT test -s /build/iconvdata/IBM281.so.phdrT mv -f /build/iconvdata/IBM281.so.phdrT /build/iconvdata/IBM281.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM284.so > /build/iconvdata/IBM284.so.phdrT test -s /build/iconvdata/IBM284.so.phdrT mv -f /build/iconvdata/IBM284.so.phdrT /build/iconvdata/IBM284.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM285.so > /build/iconvdata/IBM285.so.phdrT test -s /build/iconvdata/IBM285.so.phdrT mv -f /build/iconvdata/IBM285.so.phdrT /build/iconvdata/IBM285.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM290.so > /build/iconvdata/IBM290.so.phdrT test -s /build/iconvdata/IBM290.so.phdrT mv -f /build/iconvdata/IBM290.so.phdrT /build/iconvdata/IBM290.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM297.so > /build/iconvdata/IBM297.so.phdrT test -s /build/iconvdata/IBM297.so.phdrT mv -f /build/iconvdata/IBM297.so.phdrT /build/iconvdata/IBM297.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM420.so > /build/iconvdata/IBM420.so.phdrT test -s /build/iconvdata/IBM420.so.phdrT mv -f /build/iconvdata/IBM420.so.phdrT /build/iconvdata/IBM420.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM423.so > /build/iconvdata/IBM423.so.phdrT test -s /build/iconvdata/IBM423.so.phdrT mv -f /build/iconvdata/IBM423.so.phdrT /build/iconvdata/IBM423.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM4517.so > /build/iconvdata/IBM4517.so.phdrT test -s /build/iconvdata/IBM4517.so.phdrT mv -f /build/iconvdata/IBM4517.so.phdrT /build/iconvdata/IBM4517.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM437.so > /build/iconvdata/IBM437.so.phdrT test -s /build/iconvdata/IBM437.so.phdrT mv -f /build/iconvdata/IBM437.so.phdrT /build/iconvdata/IBM437.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM424.so > /build/iconvdata/IBM424.so.phdrT test -s /build/iconvdata/IBM424.so.phdrT mv -f /build/iconvdata/IBM424.so.phdrT /build/iconvdata/IBM424.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM4899.so > /build/iconvdata/IBM4899.so.phdrT test -s /build/iconvdata/IBM4899.so.phdrT mv -f /build/iconvdata/IBM4899.so.phdrT /build/iconvdata/IBM4899.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM4909.so > /build/iconvdata/IBM4909.so.phdrT test -s /build/iconvdata/IBM4909.so.phdrT mv -f /build/iconvdata/IBM4909.so.phdrT /build/iconvdata/IBM4909.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM4971.so > /build/iconvdata/IBM4971.so.phdrT test -s /build/iconvdata/IBM4971.so.phdrT mv -f /build/iconvdata/IBM4971.so.phdrT /build/iconvdata/IBM4971.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM500.so > /build/iconvdata/IBM500.so.phdrT test -s /build/iconvdata/IBM500.so.phdrT mv -f /build/iconvdata/IBM500.so.phdrT /build/iconvdata/IBM500.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM5347.so > /build/iconvdata/IBM5347.so.phdrT test -s /build/iconvdata/IBM5347.so.phdrT mv -f /build/iconvdata/IBM5347.so.phdrT /build/iconvdata/IBM5347.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM803.so > /build/iconvdata/IBM803.so.phdrT test -s /build/iconvdata/IBM803.so.phdrT mv -f /build/iconvdata/IBM803.so.phdrT /build/iconvdata/IBM803.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM850.so > /build/iconvdata/IBM850.so.phdrT test -s /build/iconvdata/IBM850.so.phdrT mv -f /build/iconvdata/IBM850.so.phdrT /build/iconvdata/IBM850.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM851.so > /build/iconvdata/IBM851.so.phdrT test -s /build/iconvdata/IBM851.so.phdrT mv -f /build/iconvdata/IBM851.so.phdrT /build/iconvdata/IBM851.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM852.so > /build/iconvdata/IBM852.so.phdrT test -s /build/iconvdata/IBM852.so.phdrT mv -f /build/iconvdata/IBM852.so.phdrT /build/iconvdata/IBM852.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM855.so > /build/iconvdata/IBM855.so.phdrT test -s /build/iconvdata/IBM855.so.phdrT mv -f /build/iconvdata/IBM855.so.phdrT /build/iconvdata/IBM855.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM856.so > /build/iconvdata/IBM856.so.phdrT test -s /build/iconvdata/IBM856.so.phdrT mv -f /build/iconvdata/IBM856.so.phdrT /build/iconvdata/IBM856.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM857.so > /build/iconvdata/IBM857.so.phdrT test -s /build/iconvdata/IBM857.so.phdrT mv -f /build/iconvdata/IBM857.so.phdrT /build/iconvdata/IBM857.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM858.so > /build/iconvdata/IBM858.so.phdrT test -s /build/iconvdata/IBM858.so.phdrT mv -f /build/iconvdata/IBM858.so.phdrT /build/iconvdata/IBM858.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM860.so > /build/iconvdata/IBM860.so.phdrT test -s /build/iconvdata/IBM860.so.phdrT mv -f /build/iconvdata/IBM860.so.phdrT /build/iconvdata/IBM860.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM861.so > /build/iconvdata/IBM861.so.phdrT test -s /build/iconvdata/IBM861.so.phdrT mv -f /build/iconvdata/IBM861.so.phdrT /build/iconvdata/IBM861.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM862.so > /build/iconvdata/IBM862.so.phdrT test -s /build/iconvdata/IBM862.so.phdrT mv -f /build/iconvdata/IBM862.so.phdrT /build/iconvdata/IBM862.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM863.so > /build/iconvdata/IBM863.so.phdrT test -s /build/iconvdata/IBM863.so.phdrT mv -f /build/iconvdata/IBM863.so.phdrT /build/iconvdata/IBM863.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM865.so > /build/iconvdata/IBM865.so.phdrT test -s /build/iconvdata/IBM865.so.phdrT mv -f /build/iconvdata/IBM865.so.phdrT /build/iconvdata/IBM865.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM864.so > /build/iconvdata/IBM864.so.phdrT test -s /build/iconvdata/IBM864.so.phdrT mv -f /build/iconvdata/IBM864.so.phdrT /build/iconvdata/IBM864.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM866.so > /build/iconvdata/IBM866.so.phdrT test -s /build/iconvdata/IBM866.so.phdrT mv -f /build/iconvdata/IBM866.so.phdrT /build/iconvdata/IBM866.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM868.so > /build/iconvdata/IBM868.so.phdrT test -s /build/iconvdata/IBM868.so.phdrT mv -f /build/iconvdata/IBM868.so.phdrT /build/iconvdata/IBM868.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM866NAV.so > /build/iconvdata/IBM866NAV.so.phdrT test -s /build/iconvdata/IBM866NAV.so.phdrT mv -f /build/iconvdata/IBM866NAV.so.phdrT /build/iconvdata/IBM866NAV.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM869.so > /build/iconvdata/IBM869.so.phdrT test -s /build/iconvdata/IBM869.so.phdrT mv -f /build/iconvdata/IBM869.so.phdrT /build/iconvdata/IBM869.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM870.so > /build/iconvdata/IBM870.so.phdrT test -s /build/iconvdata/IBM870.so.phdrT mv -f /build/iconvdata/IBM870.so.phdrT /build/iconvdata/IBM870.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM871.so > /build/iconvdata/IBM871.so.phdrT test -s /build/iconvdata/IBM871.so.phdrT mv -f /build/iconvdata/IBM871.so.phdrT /build/iconvdata/IBM871.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM874.so > /build/iconvdata/IBM874.so.phdrT test -s /build/iconvdata/IBM874.so.phdrT mv -f /build/iconvdata/IBM874.so.phdrT /build/iconvdata/IBM874.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM875.so > /build/iconvdata/IBM875.so.phdrT test -s /build/iconvdata/IBM875.so.phdrT mv -f /build/iconvdata/IBM875.so.phdrT /build/iconvdata/IBM875.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM880.so > /build/iconvdata/IBM880.so.phdrT test -s /build/iconvdata/IBM880.so.phdrT mv -f /build/iconvdata/IBM880.so.phdrT /build/iconvdata/IBM880.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM891.so > /build/iconvdata/IBM891.so.phdrT test -s /build/iconvdata/IBM891.so.phdrT mv -f /build/iconvdata/IBM891.so.phdrT /build/iconvdata/IBM891.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM902.so > /build/iconvdata/IBM902.so.phdrT test -s /build/iconvdata/IBM902.so.phdrT mv -f /build/iconvdata/IBM902.so.phdrT /build/iconvdata/IBM902.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM901.so > /build/iconvdata/IBM901.so.phdrT test -s /build/iconvdata/IBM901.so.phdrT mv -f /build/iconvdata/IBM901.so.phdrT /build/iconvdata/IBM901.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM903.so > /build/iconvdata/IBM903.so.phdrT test -s /build/iconvdata/IBM903.so.phdrT mv -f /build/iconvdata/IBM903.so.phdrT /build/iconvdata/IBM903.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM9030.so > /build/iconvdata/IBM9030.so.phdrT test -s /build/iconvdata/IBM9030.so.phdrT mv -f /build/iconvdata/IBM9030.so.phdrT /build/iconvdata/IBM9030.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM904.so > /build/iconvdata/IBM904.so.phdrT test -s /build/iconvdata/IBM904.so.phdrT mv -f /build/iconvdata/IBM904.so.phdrT /build/iconvdata/IBM904.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM905.so > /build/iconvdata/IBM905.so.phdrT test -s /build/iconvdata/IBM905.so.phdrT mv -f /build/iconvdata/IBM905.so.phdrT /build/iconvdata/IBM905.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM9066.so > /build/iconvdata/IBM9066.so.phdrT test -s /build/iconvdata/IBM9066.so.phdrT mv -f /build/iconvdata/IBM9066.so.phdrT /build/iconvdata/IBM9066.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM918.so > /build/iconvdata/IBM918.so.phdrT test -s /build/iconvdata/IBM918.so.phdrT mv -f /build/iconvdata/IBM918.so.phdrT /build/iconvdata/IBM918.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM921.so > /build/iconvdata/IBM921.so.phdrT test -s /build/iconvdata/IBM921.so.phdrT mv -f /build/iconvdata/IBM921.so.phdrT /build/iconvdata/IBM921.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM922.so > /build/iconvdata/IBM922.so.phdrT test -s /build/iconvdata/IBM922.so.phdrT mv -f /build/iconvdata/IBM922.so.phdrT /build/iconvdata/IBM922.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM930.so > /build/iconvdata/IBM930.so.phdrT test -s /build/iconvdata/IBM930.so.phdrT mv -f /build/iconvdata/IBM930.so.phdrT /build/iconvdata/IBM930.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM932.so > /build/iconvdata/IBM932.so.phdrT test -s /build/iconvdata/IBM932.so.phdrT mv -f /build/iconvdata/IBM932.so.phdrT /build/iconvdata/IBM932.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM933.so > /build/iconvdata/IBM933.so.phdrT test -s /build/iconvdata/IBM933.so.phdrT mv -f /build/iconvdata/IBM933.so.phdrT /build/iconvdata/IBM933.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM935.so > /build/iconvdata/IBM935.so.phdrT test -s /build/iconvdata/IBM935.so.phdrT mv -f /build/iconvdata/IBM935.so.phdrT /build/iconvdata/IBM935.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM937.so > /build/iconvdata/IBM937.so.phdrT test -s /build/iconvdata/IBM937.so.phdrT mv -f /build/iconvdata/IBM937.so.phdrT /build/iconvdata/IBM937.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM939.so > /build/iconvdata/IBM939.so.phdrT test -s /build/iconvdata/IBM939.so.phdrT mv -f /build/iconvdata/IBM939.so.phdrT /build/iconvdata/IBM939.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM943.so > /build/iconvdata/IBM943.so.phdrT test -s /build/iconvdata/IBM943.so.phdrT mv -f /build/iconvdata/IBM943.so.phdrT /build/iconvdata/IBM943.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IBM9448.so > /build/iconvdata/IBM9448.so.phdrT test -s /build/iconvdata/IBM9448.so.phdrT mv -f /build/iconvdata/IBM9448.so.phdrT /build/iconvdata/IBM9448.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/IEC_P27-1.so > /build/iconvdata/IEC_P27-1.so.phdrT test -s /build/iconvdata/IEC_P27-1.so.phdrT mv -f /build/iconvdata/IEC_P27-1.so.phdrT /build/iconvdata/IEC_P27-1.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/INIS-8.so > /build/iconvdata/INIS-8.so.phdrT test -s /build/iconvdata/INIS-8.so.phdrT mv -f /build/iconvdata/INIS-8.so.phdrT /build/iconvdata/INIS-8.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/INIS-CYRILLIC.so > /build/iconvdata/INIS-CYRILLIC.so.phdrT test -s /build/iconvdata/INIS-CYRILLIC.so.phdrT mv -f /build/iconvdata/INIS-CYRILLIC.so.phdrT /build/iconvdata/INIS-CYRILLIC.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/INIS.so > /build/iconvdata/INIS.so.phdrT test -s /build/iconvdata/INIS.so.phdrT mv -f /build/iconvdata/INIS.so.phdrT /build/iconvdata/INIS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISIRI-3342.so > /build/iconvdata/ISIRI-3342.so.phdrT test -s /build/iconvdata/ISIRI-3342.so.phdrT mv -f /build/iconvdata/ISIRI-3342.so.phdrT /build/iconvdata/ISIRI-3342.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO-2022-CN-EXT.so > /build/iconvdata/ISO-2022-CN-EXT.so.phdrT test -s /build/iconvdata/ISO-2022-CN-EXT.so.phdrT mv -f /build/iconvdata/ISO-2022-CN-EXT.so.phdrT /build/iconvdata/ISO-2022-CN-EXT.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO-2022-JP-3.so > /build/iconvdata/ISO-2022-JP-3.so.phdrT test -s /build/iconvdata/ISO-2022-JP-3.so.phdrT mv -f /build/iconvdata/ISO-2022-JP-3.so.phdrT /build/iconvdata/ISO-2022-JP-3.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO-2022-JP.so > /build/iconvdata/ISO-2022-JP.so.phdrT test -s /build/iconvdata/ISO-2022-JP.so.phdrT mv -f /build/iconvdata/ISO-2022-JP.so.phdrT /build/iconvdata/ISO-2022-JP.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO-2022-CN.so > /build/iconvdata/ISO-2022-CN.so.phdrT test -s /build/iconvdata/ISO-2022-CN.so.phdrT mv -f /build/iconvdata/ISO-2022-CN.so.phdrT /build/iconvdata/ISO-2022-CN.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO-2022-KR.so > /build/iconvdata/ISO-2022-KR.so.phdrT test -s /build/iconvdata/ISO-2022-KR.so.phdrT mv -f /build/iconvdata/ISO-2022-KR.so.phdrT /build/iconvdata/ISO-2022-KR.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO-IR-197.so > /build/iconvdata/ISO-IR-197.so.phdrT test -s /build/iconvdata/ISO-IR-197.so.phdrT mv -f /build/iconvdata/ISO-IR-197.so.phdrT /build/iconvdata/ISO-IR-197.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO-IR-209.so > /build/iconvdata/ISO-IR-209.so.phdrT test -s /build/iconvdata/ISO-IR-209.so.phdrT mv -f /build/iconvdata/ISO-IR-209.so.phdrT /build/iconvdata/ISO-IR-209.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO646.so > /build/iconvdata/ISO646.so.phdrT test -s /build/iconvdata/ISO646.so.phdrT mv -f /build/iconvdata/ISO646.so.phdrT /build/iconvdata/ISO646.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-1.so > /build/iconvdata/ISO8859-1.so.phdrT test -s /build/iconvdata/ISO8859-1.so.phdrT mv -f /build/iconvdata/ISO8859-1.so.phdrT /build/iconvdata/ISO8859-1.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-10.so > /build/iconvdata/ISO8859-10.so.phdrT test -s /build/iconvdata/ISO8859-10.so.phdrT mv -f /build/iconvdata/ISO8859-10.so.phdrT /build/iconvdata/ISO8859-10.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-11.so > /build/iconvdata/ISO8859-11.so.phdrT test -s /build/iconvdata/ISO8859-11.so.phdrT mv -f /build/iconvdata/ISO8859-11.so.phdrT /build/iconvdata/ISO8859-11.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-13.so > /build/iconvdata/ISO8859-13.so.phdrT test -s /build/iconvdata/ISO8859-13.so.phdrT mv -f /build/iconvdata/ISO8859-13.so.phdrT /build/iconvdata/ISO8859-13.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-14.so > /build/iconvdata/ISO8859-14.so.phdrT test -s /build/iconvdata/ISO8859-14.so.phdrT mv -f /build/iconvdata/ISO8859-14.so.phdrT /build/iconvdata/ISO8859-14.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-15.so > /build/iconvdata/ISO8859-15.so.phdrT test -s /build/iconvdata/ISO8859-15.so.phdrT mv -f /build/iconvdata/ISO8859-15.so.phdrT /build/iconvdata/ISO8859-15.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-16.so > /build/iconvdata/ISO8859-16.so.phdrT test -s /build/iconvdata/ISO8859-16.so.phdrT mv -f /build/iconvdata/ISO8859-16.so.phdrT /build/iconvdata/ISO8859-16.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-2.so > /build/iconvdata/ISO8859-2.so.phdrT test -s /build/iconvdata/ISO8859-2.so.phdrT mv -f /build/iconvdata/ISO8859-2.so.phdrT /build/iconvdata/ISO8859-2.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-3.so > /build/iconvdata/ISO8859-3.so.phdrT test -s /build/iconvdata/ISO8859-3.so.phdrT mv -f /build/iconvdata/ISO8859-3.so.phdrT /build/iconvdata/ISO8859-3.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-4.so > /build/iconvdata/ISO8859-4.so.phdrT test -s /build/iconvdata/ISO8859-4.so.phdrT mv -f /build/iconvdata/ISO8859-4.so.phdrT /build/iconvdata/ISO8859-4.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-6.so > /build/iconvdata/ISO8859-6.so.phdrT test -s /build/iconvdata/ISO8859-6.so.phdrT mv -f /build/iconvdata/ISO8859-6.so.phdrT /build/iconvdata/ISO8859-6.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-5.so > /build/iconvdata/ISO8859-5.so.phdrT test -s /build/iconvdata/ISO8859-5.so.phdrT mv -f /build/iconvdata/ISO8859-5.so.phdrT /build/iconvdata/ISO8859-5.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-7.so > /build/iconvdata/ISO8859-7.so.phdrT test -s /build/iconvdata/ISO8859-7.so.phdrT mv -f /build/iconvdata/ISO8859-7.so.phdrT /build/iconvdata/ISO8859-7.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-8.so > /build/iconvdata/ISO8859-8.so.phdrT test -s /build/iconvdata/ISO8859-8.so.phdrT mv -f /build/iconvdata/ISO8859-8.so.phdrT /build/iconvdata/ISO8859-8.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-9.so > /build/iconvdata/ISO8859-9.so.phdrT test -s /build/iconvdata/ISO8859-9.so.phdrT mv -f /build/iconvdata/ISO8859-9.so.phdrT /build/iconvdata/ISO8859-9.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO8859-9E.so > /build/iconvdata/ISO8859-9E.so.phdrT test -s /build/iconvdata/ISO8859-9E.so.phdrT mv -f /build/iconvdata/ISO8859-9E.so.phdrT /build/iconvdata/ISO8859-9E.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO_10367-BOX.so > /build/iconvdata/ISO_10367-BOX.so.phdrT test -s /build/iconvdata/ISO_10367-BOX.so.phdrT mv -f /build/iconvdata/ISO_10367-BOX.so.phdrT /build/iconvdata/ISO_10367-BOX.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO_11548-1.so > /build/iconvdata/ISO_11548-1.so.phdrT test -s /build/iconvdata/ISO_11548-1.so.phdrT mv -f /build/iconvdata/ISO_11548-1.so.phdrT /build/iconvdata/ISO_11548-1.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO_5427-EXT.so > /build/iconvdata/ISO_5427-EXT.so.phdrT test -s /build/iconvdata/ISO_5427-EXT.so.phdrT mv -f /build/iconvdata/ISO_5427-EXT.so.phdrT /build/iconvdata/ISO_5427-EXT.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO_2033.so > /build/iconvdata/ISO_2033.so.phdrT test -s /build/iconvdata/ISO_2033.so.phdrT mv -f /build/iconvdata/ISO_2033.so.phdrT /build/iconvdata/ISO_2033.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO_5427.so > /build/iconvdata/ISO_5427.so.phdrT test -s /build/iconvdata/ISO_5427.so.phdrT mv -f /build/iconvdata/ISO_5427.so.phdrT /build/iconvdata/ISO_5427.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO_6937-2.so > /build/iconvdata/ISO_6937-2.so.phdrT test -s /build/iconvdata/ISO_6937-2.so.phdrT mv -f /build/iconvdata/ISO_6937-2.so.phdrT /build/iconvdata/ISO_6937-2.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO_5428.so > /build/iconvdata/ISO_5428.so.phdrT test -s /build/iconvdata/ISO_5428.so.phdrT mv -f /build/iconvdata/ISO_5428.so.phdrT /build/iconvdata/ISO_5428.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/ISO_6937.so > /build/iconvdata/ISO_6937.so.phdrT test -s /build/iconvdata/ISO_6937.so.phdrT mv -f /build/iconvdata/ISO_6937.so.phdrT /build/iconvdata/ISO_6937.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/JOHAB.so > /build/iconvdata/JOHAB.so.phdrT test -s /build/iconvdata/JOHAB.so.phdrT mv -f /build/iconvdata/JOHAB.so.phdrT /build/iconvdata/JOHAB.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/KOI8-RU.so > /build/iconvdata/KOI8-RU.so.phdrT test -s /build/iconvdata/KOI8-RU.so.phdrT mv -f /build/iconvdata/KOI8-RU.so.phdrT /build/iconvdata/KOI8-RU.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/KOI8-R.so > /build/iconvdata/KOI8-R.so.phdrT test -s /build/iconvdata/KOI8-R.so.phdrT mv -f /build/iconvdata/KOI8-R.so.phdrT /build/iconvdata/KOI8-R.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/KOI-8.so > /build/iconvdata/KOI-8.so.phdrT test -s /build/iconvdata/KOI-8.so.phdrT mv -f /build/iconvdata/KOI-8.so.phdrT /build/iconvdata/KOI-8.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/KOI8-U.so > /build/iconvdata/KOI8-U.so.phdrT test -s /build/iconvdata/KOI8-U.so.phdrT mv -f /build/iconvdata/KOI8-U.so.phdrT /build/iconvdata/KOI8-U.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/KOI8-T.so > /build/iconvdata/KOI8-T.so.phdrT test -s /build/iconvdata/KOI8-T.so.phdrT mv -f /build/iconvdata/KOI8-T.so.phdrT /build/iconvdata/KOI8-T.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/LATIN-GREEK-1.so > /build/iconvdata/LATIN-GREEK-1.so.phdrT test -s /build/iconvdata/LATIN-GREEK-1.so.phdrT mv -f /build/iconvdata/LATIN-GREEK-1.so.phdrT /build/iconvdata/LATIN-GREEK-1.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/LATIN-GREEK.so > /build/iconvdata/LATIN-GREEK.so.phdrT test -s /build/iconvdata/LATIN-GREEK.so.phdrT mv -f /build/iconvdata/LATIN-GREEK.so.phdrT /build/iconvdata/LATIN-GREEK.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/MAC-CENTRALEUROPE.so > /build/iconvdata/MAC-CENTRALEUROPE.so.phdrT test -s /build/iconvdata/MAC-CENTRALEUROPE.so.phdrT mv -f /build/iconvdata/MAC-CENTRALEUROPE.so.phdrT /build/iconvdata/MAC-CENTRALEUROPE.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/MAC-IS.so > /build/iconvdata/MAC-IS.so.phdrT test -s /build/iconvdata/MAC-IS.so.phdrT mv -f /build/iconvdata/MAC-IS.so.phdrT /build/iconvdata/MAC-IS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/MAC-SAMI.so > /build/iconvdata/MAC-SAMI.so.phdrT test -s /build/iconvdata/MAC-SAMI.so.phdrT mv -f /build/iconvdata/MAC-SAMI.so.phdrT /build/iconvdata/MAC-SAMI.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/MAC-UK.so > /build/iconvdata/MAC-UK.so.phdrT test -s /build/iconvdata/MAC-UK.so.phdrT mv -f /build/iconvdata/MAC-UK.so.phdrT /build/iconvdata/MAC-UK.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/MACINTOSH.so > /build/iconvdata/MACINTOSH.so.phdrT test -s /build/iconvdata/MACINTOSH.so.phdrT mv -f /build/iconvdata/MACINTOSH.so.phdrT /build/iconvdata/MACINTOSH.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/MIK.so > /build/iconvdata/MIK.so.phdrT test -s /build/iconvdata/MIK.so.phdrT mv -f /build/iconvdata/MIK.so.phdrT /build/iconvdata/MIK.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/NATS-DANO.so > /build/iconvdata/NATS-DANO.so.phdrT test -s /build/iconvdata/NATS-DANO.so.phdrT mv -f /build/iconvdata/NATS-DANO.so.phdrT /build/iconvdata/NATS-DANO.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/NATS-SEFI.so > /build/iconvdata/NATS-SEFI.so.phdrT test -s /build/iconvdata/NATS-SEFI.so.phdrT mv -f /build/iconvdata/NATS-SEFI.so.phdrT /build/iconvdata/NATS-SEFI.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/PT154.so > /build/iconvdata/PT154.so.phdrT test -s /build/iconvdata/PT154.so.phdrT mv -f /build/iconvdata/PT154.so.phdrT /build/iconvdata/PT154.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/RK1048.so > /build/iconvdata/RK1048.so.phdrT test -s /build/iconvdata/RK1048.so.phdrT mv -f /build/iconvdata/RK1048.so.phdrT /build/iconvdata/RK1048.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/SAMI-WS2.so > /build/iconvdata/SAMI-WS2.so.phdrT test -s /build/iconvdata/SAMI-WS2.so.phdrT mv -f /build/iconvdata/SAMI-WS2.so.phdrT /build/iconvdata/SAMI-WS2.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/SJIS.so > /build/iconvdata/SJIS.so.phdrT test -s /build/iconvdata/SJIS.so.phdrT mv -f /build/iconvdata/SJIS.so.phdrT /build/iconvdata/SJIS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/SHIFT_JISX0213.so > /build/iconvdata/SHIFT_JISX0213.so.phdrT test -s /build/iconvdata/SHIFT_JISX0213.so.phdrT mv -f /build/iconvdata/SHIFT_JISX0213.so.phdrT /build/iconvdata/SHIFT_JISX0213.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/T.61.so > /build/iconvdata/T.61.so.phdrT test -s /build/iconvdata/T.61.so.phdrT mv -f /build/iconvdata/T.61.so.phdrT /build/iconvdata/T.61.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/TCVN5712-1.so > /build/iconvdata/TCVN5712-1.so.phdrT test -s /build/iconvdata/TCVN5712-1.so.phdrT mv -f /build/iconvdata/TCVN5712-1.so.phdrT /build/iconvdata/TCVN5712-1.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/TIS-620.so > /build/iconvdata/TIS-620.so.phdrT test -s /build/iconvdata/TIS-620.so.phdrT mv -f /build/iconvdata/TIS-620.so.phdrT /build/iconvdata/TIS-620.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/TSCII.so > /build/iconvdata/TSCII.so.phdrT test -s /build/iconvdata/TSCII.so.phdrT mv -f /build/iconvdata/TSCII.so.phdrT /build/iconvdata/TSCII.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/UHC.so > /build/iconvdata/UHC.so.phdrT test -s /build/iconvdata/UHC.so.phdrT mv -f /build/iconvdata/UHC.so.phdrT /build/iconvdata/UHC.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/UNICODE.so > /build/iconvdata/UNICODE.so.phdrT test -s /build/iconvdata/UNICODE.so.phdrT mv -f /build/iconvdata/UNICODE.so.phdrT /build/iconvdata/UNICODE.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/UTF-16.so > /build/iconvdata/UTF-16.so.phdrT test -s /build/iconvdata/UTF-16.so.phdrT mv -f /build/iconvdata/UTF-16.so.phdrT /build/iconvdata/UTF-16.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/UTF-32.so > /build/iconvdata/UTF-32.so.phdrT test -s /build/iconvdata/UTF-32.so.phdrT mv -f /build/iconvdata/UTF-32.so.phdrT /build/iconvdata/UTF-32.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/UTF-7.so > /build/iconvdata/UTF-7.so.phdrT test -s /build/iconvdata/UTF-7.so.phdrT mv -f /build/iconvdata/UTF-7.so.phdrT /build/iconvdata/UTF-7.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/VISCII.so > /build/iconvdata/VISCII.so.phdrT test -s /build/iconvdata/VISCII.so.phdrT mv -f /build/iconvdata/VISCII.so.phdrT /build/iconvdata/VISCII.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/libCNS.so > /build/iconvdata/libCNS.so.phdrT test -s /build/iconvdata/libCNS.so.phdrT mv -f /build/iconvdata/libCNS.so.phdrT /build/iconvdata/libCNS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/libGB.so > /build/iconvdata/libGB.so.phdrT test -s /build/iconvdata/libGB.so.phdrT mv -f /build/iconvdata/libGB.so.phdrT /build/iconvdata/libGB.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/libISOIR165.so > /build/iconvdata/libISOIR165.so.phdrT test -s /build/iconvdata/libISOIR165.so.phdrT mv -f /build/iconvdata/libISOIR165.so.phdrT /build/iconvdata/libISOIR165.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/libJIS.so > /build/iconvdata/libJIS.so.phdrT test -s /build/iconvdata/libJIS.so.phdrT mv -f /build/iconvdata/libJIS.so.phdrT /build/iconvdata/libJIS.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/libJISX0213.so > /build/iconvdata/libJISX0213.so.phdrT test -s /build/iconvdata/libJISX0213.so.phdrT mv -f /build/iconvdata/libJISX0213.so.phdrT /build/iconvdata/libJISX0213.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/iconvdata/libKSC.so > /build/iconvdata/libKSC.so.phdrT test -s /build/iconvdata/libKSC.so.phdrT mv -f /build/iconvdata/libKSC.so.phdrT /build/iconvdata/libKSC.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nss/libnss_test1.so > /build/nss/libnss_test1.so.phdrT test -s /build/nss/libnss_test1.so.phdrT mv -f /build/nss/libnss_test1.so.phdrT /build/nss/libnss_test1.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nss/libnss_test2.so > /build/nss/libnss_test2.so.phdrT test -s /build/nss/libnss_test2.so.phdrT mv -f /build/nss/libnss_test2.so.phdrT /build/nss/libnss_test2.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nss/libnss_test_errno.so > /build/nss/libnss_test_errno.so.phdrT test -s /build/nss/libnss_test_errno.so.phdrT mv -f /build/nss/libnss_test_errno.so.phdrT /build/nss/libnss_test_errno.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nss/libnss_test_gai_hv2_canonname.so > /build/nss/libnss_test_gai_hv2_canonname.so.phdrT test -s /build/nss/libnss_test_gai_hv2_canonname.so.phdrT mv -f /build/nss/libnss_test_gai_hv2_canonname.so.phdrT /build/nss/libnss_test_gai_hv2_canonname.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ANSI_X3.110.so > /build/iconvdata/ANSI_X3.110.so.dynsymT test -s /build/iconvdata/ANSI_X3.110.so.dynsymT mv -f /build/iconvdata/ANSI_X3.110.so.dynsymT /build/iconvdata/ANSI_X3.110.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ARMSCII-8.so > /build/iconvdata/ARMSCII-8.so.dynsymT test -s /build/iconvdata/ARMSCII-8.so.dynsymT mv -f /build/iconvdata/ARMSCII-8.so.dynsymT /build/iconvdata/ARMSCII-8.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ASMO_449.so > /build/iconvdata/ASMO_449.so.dynsymT test -s /build/iconvdata/ASMO_449.so.dynsymT mv -f /build/iconvdata/ASMO_449.so.dynsymT /build/iconvdata/ASMO_449.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/BIG5.so > /build/iconvdata/BIG5.so.dynsymT test -s /build/iconvdata/BIG5.so.dynsymT mv -f /build/iconvdata/BIG5.so.dynsymT /build/iconvdata/BIG5.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/BIG5HKSCS.so > /build/iconvdata/BIG5HKSCS.so.dynsymT test -s /build/iconvdata/BIG5HKSCS.so.dynsymT mv -f /build/iconvdata/BIG5HKSCS.so.dynsymT /build/iconvdata/BIG5HKSCS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/BRF.so > /build/iconvdata/BRF.so.dynsymT test -s /build/iconvdata/BRF.so.dynsymT mv -f /build/iconvdata/BRF.so.dynsymT /build/iconvdata/BRF.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP10007.so > /build/iconvdata/CP10007.so.dynsymT test -s /build/iconvdata/CP10007.so.dynsymT mv -f /build/iconvdata/CP10007.so.dynsymT /build/iconvdata/CP10007.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1125.so > /build/iconvdata/CP1125.so.dynsymT test -s /build/iconvdata/CP1125.so.dynsymT mv -f /build/iconvdata/CP1125.so.dynsymT /build/iconvdata/CP1125.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1251.so > /build/iconvdata/CP1251.so.dynsymT test -s /build/iconvdata/CP1251.so.dynsymT mv -f /build/iconvdata/CP1251.so.dynsymT /build/iconvdata/CP1251.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1250.so > /build/iconvdata/CP1250.so.dynsymT test -s /build/iconvdata/CP1250.so.dynsymT mv -f /build/iconvdata/CP1250.so.dynsymT /build/iconvdata/CP1250.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1252.so > /build/iconvdata/CP1252.so.dynsymT test -s /build/iconvdata/CP1252.so.dynsymT mv -f /build/iconvdata/CP1252.so.dynsymT /build/iconvdata/CP1252.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1253.so > /build/iconvdata/CP1253.so.dynsymT test -s /build/iconvdata/CP1253.so.dynsymT mv -f /build/iconvdata/CP1253.so.dynsymT /build/iconvdata/CP1253.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1254.so > /build/iconvdata/CP1254.so.dynsymT test -s /build/iconvdata/CP1254.so.dynsymT mv -f /build/iconvdata/CP1254.so.dynsymT /build/iconvdata/CP1254.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1255.so > /build/iconvdata/CP1255.so.dynsymT test -s /build/iconvdata/CP1255.so.dynsymT mv -f /build/iconvdata/CP1255.so.dynsymT /build/iconvdata/CP1255.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1256.so > /build/iconvdata/CP1256.so.dynsymT test -s /build/iconvdata/CP1256.so.dynsymT mv -f /build/iconvdata/CP1256.so.dynsymT /build/iconvdata/CP1256.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1257.so > /build/iconvdata/CP1257.so.dynsymT test -s /build/iconvdata/CP1257.so.dynsymT mv -f /build/iconvdata/CP1257.so.dynsymT /build/iconvdata/CP1257.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP1258.so > /build/iconvdata/CP1258.so.dynsymT test -s /build/iconvdata/CP1258.so.dynsymT mv -f /build/iconvdata/CP1258.so.dynsymT /build/iconvdata/CP1258.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP737.so > /build/iconvdata/CP737.so.dynsymT test -s /build/iconvdata/CP737.so.dynsymT mv -f /build/iconvdata/CP737.so.dynsymT /build/iconvdata/CP737.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP770.so > /build/iconvdata/CP770.so.dynsymT test -s /build/iconvdata/CP770.so.dynsymT mv -f /build/iconvdata/CP770.so.dynsymT /build/iconvdata/CP770.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP771.so > /build/iconvdata/CP771.so.dynsymT test -s /build/iconvdata/CP771.so.dynsymT mv -f /build/iconvdata/CP771.so.dynsymT /build/iconvdata/CP771.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP772.so > /build/iconvdata/CP772.so.dynsymT test -s /build/iconvdata/CP772.so.dynsymT mv -f /build/iconvdata/CP772.so.dynsymT /build/iconvdata/CP772.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP773.so > /build/iconvdata/CP773.so.dynsymT test -s /build/iconvdata/CP773.so.dynsymT mv -f /build/iconvdata/CP773.so.dynsymT /build/iconvdata/CP773.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP775.so > /build/iconvdata/CP775.so.dynsymT test -s /build/iconvdata/CP775.so.dynsymT mv -f /build/iconvdata/CP775.so.dynsymT /build/iconvdata/CP775.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP774.so > /build/iconvdata/CP774.so.dynsymT test -s /build/iconvdata/CP774.so.dynsymT mv -f /build/iconvdata/CP774.so.dynsymT /build/iconvdata/CP774.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CP932.so > /build/iconvdata/CP932.so.dynsymT test -s /build/iconvdata/CP932.so.dynsymT mv -f /build/iconvdata/CP932.so.dynsymT /build/iconvdata/CP932.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CSN_369103.so > /build/iconvdata/CSN_369103.so.dynsymT test -s /build/iconvdata/CSN_369103.so.dynsymT mv -f /build/iconvdata/CSN_369103.so.dynsymT /build/iconvdata/CSN_369103.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/CWI.so > /build/iconvdata/CWI.so.dynsymT test -s /build/iconvdata/CWI.so.dynsymT mv -f /build/iconvdata/CWI.so.dynsymT /build/iconvdata/CWI.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/DEC-MCS.so > /build/iconvdata/DEC-MCS.so.dynsymT test -s /build/iconvdata/DEC-MCS.so.dynsymT mv -f /build/iconvdata/DEC-MCS.so.dynsymT /build/iconvdata/DEC-MCS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-AT-DE-A.so > /build/iconvdata/EBCDIC-AT-DE-A.so.dynsymT test -s /build/iconvdata/EBCDIC-AT-DE-A.so.dynsymT mv -f /build/iconvdata/EBCDIC-AT-DE-A.so.dynsymT /build/iconvdata/EBCDIC-AT-DE-A.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-CA-FR.so > /build/iconvdata/EBCDIC-CA-FR.so.dynsymT test -s /build/iconvdata/EBCDIC-CA-FR.so.dynsymT mv -f /build/iconvdata/EBCDIC-CA-FR.so.dynsymT /build/iconvdata/EBCDIC-CA-FR.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-AT-DE.so > /build/iconvdata/EBCDIC-AT-DE.so.dynsymT test -s /build/iconvdata/EBCDIC-AT-DE.so.dynsymT mv -f /build/iconvdata/EBCDIC-AT-DE.so.dynsymT /build/iconvdata/EBCDIC-AT-DE.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-DK-NO-A.so > /build/iconvdata/EBCDIC-DK-NO-A.so.dynsymT test -s /build/iconvdata/EBCDIC-DK-NO-A.so.dynsymT mv -f /build/iconvdata/EBCDIC-DK-NO-A.so.dynsymT /build/iconvdata/EBCDIC-DK-NO-A.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-DK-NO.so > /build/iconvdata/EBCDIC-DK-NO.so.dynsymT test -s /build/iconvdata/EBCDIC-DK-NO.so.dynsymT mv -f /build/iconvdata/EBCDIC-DK-NO.so.dynsymT /build/iconvdata/EBCDIC-DK-NO.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-ES-A.so > /build/iconvdata/EBCDIC-ES-A.so.dynsymT test -s /build/iconvdata/EBCDIC-ES-A.so.dynsymT mv -f /build/iconvdata/EBCDIC-ES-A.so.dynsymT /build/iconvdata/EBCDIC-ES-A.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-ES-S.so > /build/iconvdata/EBCDIC-ES-S.so.dynsymT test -s /build/iconvdata/EBCDIC-ES-S.so.dynsymT mv -f /build/iconvdata/EBCDIC-ES-S.so.dynsymT /build/iconvdata/EBCDIC-ES-S.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-ES.so > /build/iconvdata/EBCDIC-ES.so.dynsymT test -s /build/iconvdata/EBCDIC-ES.so.dynsymT mv -f /build/iconvdata/EBCDIC-ES.so.dynsymT /build/iconvdata/EBCDIC-ES.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-FI-SE-A.so > /build/iconvdata/EBCDIC-FI-SE-A.so.dynsymT test -s /build/iconvdata/EBCDIC-FI-SE-A.so.dynsymT mv -f /build/iconvdata/EBCDIC-FI-SE-A.so.dynsymT /build/iconvdata/EBCDIC-FI-SE-A.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-FI-SE.so > /build/iconvdata/EBCDIC-FI-SE.so.dynsymT test -s /build/iconvdata/EBCDIC-FI-SE.so.dynsymT mv -f /build/iconvdata/EBCDIC-FI-SE.so.dynsymT /build/iconvdata/EBCDIC-FI-SE.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-FR.so > /build/iconvdata/EBCDIC-FR.so.dynsymT test -s /build/iconvdata/EBCDIC-FR.so.dynsymT mv -f /build/iconvdata/EBCDIC-FR.so.dynsymT /build/iconvdata/EBCDIC-FR.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-IS-FRISS.so > /build/iconvdata/EBCDIC-IS-FRISS.so.dynsymT test -s /build/iconvdata/EBCDIC-IS-FRISS.so.dynsymT mv -f /build/iconvdata/EBCDIC-IS-FRISS.so.dynsymT /build/iconvdata/EBCDIC-IS-FRISS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-IT.so > /build/iconvdata/EBCDIC-IT.so.dynsymT test -s /build/iconvdata/EBCDIC-IT.so.dynsymT mv -f /build/iconvdata/EBCDIC-IT.so.dynsymT /build/iconvdata/EBCDIC-IT.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-UK.so > /build/iconvdata/EBCDIC-UK.so.dynsymT test -s /build/iconvdata/EBCDIC-UK.so.dynsymT mv -f /build/iconvdata/EBCDIC-UK.so.dynsymT /build/iconvdata/EBCDIC-UK.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-PT.so > /build/iconvdata/EBCDIC-PT.so.dynsymT test -s /build/iconvdata/EBCDIC-PT.so.dynsymT mv -f /build/iconvdata/EBCDIC-PT.so.dynsymT /build/iconvdata/EBCDIC-PT.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EBCDIC-US.so > /build/iconvdata/EBCDIC-US.so.dynsymT test -s /build/iconvdata/EBCDIC-US.so.dynsymT mv -f /build/iconvdata/EBCDIC-US.so.dynsymT /build/iconvdata/EBCDIC-US.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ECMA-CYRILLIC.so > /build/iconvdata/ECMA-CYRILLIC.so.dynsymT test -s /build/iconvdata/ECMA-CYRILLIC.so.dynsymT mv -f /build/iconvdata/ECMA-CYRILLIC.so.dynsymT /build/iconvdata/ECMA-CYRILLIC.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EUC-CN.so > /build/iconvdata/EUC-CN.so.dynsymT test -s /build/iconvdata/EUC-CN.so.dynsymT mv -f /build/iconvdata/EUC-CN.so.dynsymT /build/iconvdata/EUC-CN.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EUC-JP-MS.so > /build/iconvdata/EUC-JP-MS.so.dynsymT test -s /build/iconvdata/EUC-JP-MS.so.dynsymT mv -f /build/iconvdata/EUC-JP-MS.so.dynsymT /build/iconvdata/EUC-JP-MS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EUC-JISX0213.so > /build/iconvdata/EUC-JISX0213.so.dynsymT test -s /build/iconvdata/EUC-JISX0213.so.dynsymT mv -f /build/iconvdata/EUC-JISX0213.so.dynsymT /build/iconvdata/EUC-JISX0213.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EUC-JP.so > /build/iconvdata/EUC-JP.so.dynsymT test -s /build/iconvdata/EUC-JP.so.dynsymT mv -f /build/iconvdata/EUC-JP.so.dynsymT /build/iconvdata/EUC-JP.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EUC-KR.so > /build/iconvdata/EUC-KR.so.dynsymT test -s /build/iconvdata/EUC-KR.so.dynsymT mv -f /build/iconvdata/EUC-KR.so.dynsymT /build/iconvdata/EUC-KR.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/EUC-TW.so > /build/iconvdata/EUC-TW.so.dynsymT test -s /build/iconvdata/EUC-TW.so.dynsymT mv -f /build/iconvdata/EUC-TW.so.dynsymT /build/iconvdata/EUC-TW.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GB18030.so > /build/iconvdata/GB18030.so.dynsymT test -s /build/iconvdata/GB18030.so.dynsymT mv -f /build/iconvdata/GB18030.so.dynsymT /build/iconvdata/GB18030.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GBBIG5.so > /build/iconvdata/GBBIG5.so.dynsymT test -s /build/iconvdata/GBBIG5.so.dynsymT mv -f /build/iconvdata/GBBIG5.so.dynsymT /build/iconvdata/GBBIG5.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GBGBK.so > /build/iconvdata/GBGBK.so.dynsymT test -s /build/iconvdata/GBGBK.so.dynsymT mv -f /build/iconvdata/GBGBK.so.dynsymT /build/iconvdata/GBGBK.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GBK.so > /build/iconvdata/GBK.so.dynsymT test -s /build/iconvdata/GBK.so.dynsymT mv -f /build/iconvdata/GBK.so.dynsymT /build/iconvdata/GBK.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GEORGIAN-ACADEMY.so > /build/iconvdata/GEORGIAN-ACADEMY.so.dynsymT test -s /build/iconvdata/GEORGIAN-ACADEMY.so.dynsymT mv -f /build/iconvdata/GEORGIAN-ACADEMY.so.dynsymT /build/iconvdata/GEORGIAN-ACADEMY.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GEORGIAN-PS.so > /build/iconvdata/GEORGIAN-PS.so.dynsymT test -s /build/iconvdata/GEORGIAN-PS.so.dynsymT mv -f /build/iconvdata/GEORGIAN-PS.so.dynsymT /build/iconvdata/GEORGIAN-PS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GOST_19768-74.so > /build/iconvdata/GOST_19768-74.so.dynsymT test -s /build/iconvdata/GOST_19768-74.so.dynsymT mv -f /build/iconvdata/GOST_19768-74.so.dynsymT /build/iconvdata/GOST_19768-74.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GREEK-CCITT.so > /build/iconvdata/GREEK-CCITT.so.dynsymT test -s /build/iconvdata/GREEK-CCITT.so.dynsymT mv -f /build/iconvdata/GREEK-CCITT.so.dynsymT /build/iconvdata/GREEK-CCITT.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GREEK7-OLD.so > /build/iconvdata/GREEK7-OLD.so.dynsymT test -s /build/iconvdata/GREEK7-OLD.so.dynsymT mv -f /build/iconvdata/GREEK7-OLD.so.dynsymT /build/iconvdata/GREEK7-OLD.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/GREEK7.so > /build/iconvdata/GREEK7.so.dynsymT test -s /build/iconvdata/GREEK7.so.dynsymT mv -f /build/iconvdata/GREEK7.so.dynsymT /build/iconvdata/GREEK7.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/HP-ROMAN8.so > /build/iconvdata/HP-ROMAN8.so.dynsymT test -s /build/iconvdata/HP-ROMAN8.so.dynsymT mv -f /build/iconvdata/HP-ROMAN8.so.dynsymT /build/iconvdata/HP-ROMAN8.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/HP-GREEK8.so > /build/iconvdata/HP-GREEK8.so.dynsymT test -s /build/iconvdata/HP-GREEK8.so.dynsymT mv -f /build/iconvdata/HP-GREEK8.so.dynsymT /build/iconvdata/HP-GREEK8.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/HP-ROMAN9.so > /build/iconvdata/HP-ROMAN9.so.dynsymT test -s /build/iconvdata/HP-ROMAN9.so.dynsymT mv -f /build/iconvdata/HP-ROMAN9.so.dynsymT /build/iconvdata/HP-ROMAN9.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/HP-THAI8.so > /build/iconvdata/HP-THAI8.so.dynsymT test -s /build/iconvdata/HP-THAI8.so.dynsymT mv -f /build/iconvdata/HP-THAI8.so.dynsymT /build/iconvdata/HP-THAI8.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/HP-TURKISH8.so > /build/iconvdata/HP-TURKISH8.so.dynsymT test -s /build/iconvdata/HP-TURKISH8.so.dynsymT mv -f /build/iconvdata/HP-TURKISH8.so.dynsymT /build/iconvdata/HP-TURKISH8.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM037.so > /build/iconvdata/IBM037.so.dynsymT test -s /build/iconvdata/IBM037.so.dynsymT mv -f /build/iconvdata/IBM037.so.dynsymT /build/iconvdata/IBM037.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM038.so > /build/iconvdata/IBM038.so.dynsymT test -s /build/iconvdata/IBM038.so.dynsymT mv -f /build/iconvdata/IBM038.so.dynsymT /build/iconvdata/IBM038.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1004.so > /build/iconvdata/IBM1004.so.dynsymT test -s /build/iconvdata/IBM1004.so.dynsymT mv -f /build/iconvdata/IBM1004.so.dynsymT /build/iconvdata/IBM1004.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1008.so > /build/iconvdata/IBM1008.so.dynsymT test -s /build/iconvdata/IBM1008.so.dynsymT mv -f /build/iconvdata/IBM1008.so.dynsymT /build/iconvdata/IBM1008.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1008_420.so > /build/iconvdata/IBM1008_420.so.dynsymT test -s /build/iconvdata/IBM1008_420.so.dynsymT mv -f /build/iconvdata/IBM1008_420.so.dynsymT /build/iconvdata/IBM1008_420.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1025.so > /build/iconvdata/IBM1025.so.dynsymT test -s /build/iconvdata/IBM1025.so.dynsymT mv -f /build/iconvdata/IBM1025.so.dynsymT /build/iconvdata/IBM1025.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1026.so > /build/iconvdata/IBM1026.so.dynsymT test -s /build/iconvdata/IBM1026.so.dynsymT mv -f /build/iconvdata/IBM1026.so.dynsymT /build/iconvdata/IBM1026.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1046.so > /build/iconvdata/IBM1046.so.dynsymT test -s /build/iconvdata/IBM1046.so.dynsymT mv -f /build/iconvdata/IBM1046.so.dynsymT /build/iconvdata/IBM1046.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1047.so > /build/iconvdata/IBM1047.so.dynsymT test -s /build/iconvdata/IBM1047.so.dynsymT mv -f /build/iconvdata/IBM1047.so.dynsymT /build/iconvdata/IBM1047.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1097.so > /build/iconvdata/IBM1097.so.dynsymT test -s /build/iconvdata/IBM1097.so.dynsymT mv -f /build/iconvdata/IBM1097.so.dynsymT /build/iconvdata/IBM1097.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1112.so > /build/iconvdata/IBM1112.so.dynsymT test -s /build/iconvdata/IBM1112.so.dynsymT mv -f /build/iconvdata/IBM1112.so.dynsymT /build/iconvdata/IBM1112.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1122.so > /build/iconvdata/IBM1122.so.dynsymT test -s /build/iconvdata/IBM1122.so.dynsymT mv -f /build/iconvdata/IBM1122.so.dynsymT /build/iconvdata/IBM1122.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1123.so > /build/iconvdata/IBM1123.so.dynsymT test -s /build/iconvdata/IBM1123.so.dynsymT mv -f /build/iconvdata/IBM1123.so.dynsymT /build/iconvdata/IBM1123.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1129.so > /build/iconvdata/IBM1129.so.dynsymT test -s /build/iconvdata/IBM1129.so.dynsymT mv -f /build/iconvdata/IBM1129.so.dynsymT /build/iconvdata/IBM1129.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1124.so > /build/iconvdata/IBM1124.so.dynsymT test -s /build/iconvdata/IBM1124.so.dynsymT mv -f /build/iconvdata/IBM1124.so.dynsymT /build/iconvdata/IBM1124.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1130.so > /build/iconvdata/IBM1130.so.dynsymT test -s /build/iconvdata/IBM1130.so.dynsymT mv -f /build/iconvdata/IBM1130.so.dynsymT /build/iconvdata/IBM1130.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1133.so > /build/iconvdata/IBM1133.so.dynsymT test -s /build/iconvdata/IBM1133.so.dynsymT mv -f /build/iconvdata/IBM1133.so.dynsymT /build/iconvdata/IBM1133.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1132.so > /build/iconvdata/IBM1132.so.dynsymT test -s /build/iconvdata/IBM1132.so.dynsymT mv -f /build/iconvdata/IBM1132.so.dynsymT /build/iconvdata/IBM1132.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1140.so > /build/iconvdata/IBM1140.so.dynsymT test -s /build/iconvdata/IBM1140.so.dynsymT mv -f /build/iconvdata/IBM1140.so.dynsymT /build/iconvdata/IBM1140.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1137.so > /build/iconvdata/IBM1137.so.dynsymT test -s /build/iconvdata/IBM1137.so.dynsymT mv -f /build/iconvdata/IBM1137.so.dynsymT /build/iconvdata/IBM1137.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1141.so > /build/iconvdata/IBM1141.so.dynsymT test -s /build/iconvdata/IBM1141.so.dynsymT mv -f /build/iconvdata/IBM1141.so.dynsymT /build/iconvdata/IBM1141.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1142.so > /build/iconvdata/IBM1142.so.dynsymT test -s /build/iconvdata/IBM1142.so.dynsymT mv -f /build/iconvdata/IBM1142.so.dynsymT /build/iconvdata/IBM1142.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1144.so > /build/iconvdata/IBM1144.so.dynsymT test -s /build/iconvdata/IBM1144.so.dynsymT mv -f /build/iconvdata/IBM1144.so.dynsymT /build/iconvdata/IBM1144.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1143.so > /build/iconvdata/IBM1143.so.dynsymT test -s /build/iconvdata/IBM1143.so.dynsymT mv -f /build/iconvdata/IBM1143.so.dynsymT /build/iconvdata/IBM1143.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1145.so > /build/iconvdata/IBM1145.so.dynsymT test -s /build/iconvdata/IBM1145.so.dynsymT mv -f /build/iconvdata/IBM1145.so.dynsymT /build/iconvdata/IBM1145.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1146.so > /build/iconvdata/IBM1146.so.dynsymT test -s /build/iconvdata/IBM1146.so.dynsymT mv -f /build/iconvdata/IBM1146.so.dynsymT /build/iconvdata/IBM1146.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1147.so > /build/iconvdata/IBM1147.so.dynsymT test -s /build/iconvdata/IBM1147.so.dynsymT mv -f /build/iconvdata/IBM1147.so.dynsymT /build/iconvdata/IBM1147.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1148.so > /build/iconvdata/IBM1148.so.dynsymT test -s /build/iconvdata/IBM1148.so.dynsymT mv -f /build/iconvdata/IBM1148.so.dynsymT /build/iconvdata/IBM1148.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1149.so > /build/iconvdata/IBM1149.so.dynsymT test -s /build/iconvdata/IBM1149.so.dynsymT mv -f /build/iconvdata/IBM1149.so.dynsymT /build/iconvdata/IBM1149.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1153.so > /build/iconvdata/IBM1153.so.dynsymT test -s /build/iconvdata/IBM1153.so.dynsymT mv -f /build/iconvdata/IBM1153.so.dynsymT /build/iconvdata/IBM1153.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1154.so > /build/iconvdata/IBM1154.so.dynsymT test -s /build/iconvdata/IBM1154.so.dynsymT mv -f /build/iconvdata/IBM1154.so.dynsymT /build/iconvdata/IBM1154.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1155.so > /build/iconvdata/IBM1155.so.dynsymT test -s /build/iconvdata/IBM1155.so.dynsymT mv -f /build/iconvdata/IBM1155.so.dynsymT /build/iconvdata/IBM1155.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1156.so > /build/iconvdata/IBM1156.so.dynsymT test -s /build/iconvdata/IBM1156.so.dynsymT mv -f /build/iconvdata/IBM1156.so.dynsymT /build/iconvdata/IBM1156.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1157.so > /build/iconvdata/IBM1157.so.dynsymT test -s /build/iconvdata/IBM1157.so.dynsymT mv -f /build/iconvdata/IBM1157.so.dynsymT /build/iconvdata/IBM1157.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1158.so > /build/iconvdata/IBM1158.so.dynsymT test -s /build/iconvdata/IBM1158.so.dynsymT mv -f /build/iconvdata/IBM1158.so.dynsymT /build/iconvdata/IBM1158.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1160.so > /build/iconvdata/IBM1160.so.dynsymT test -s /build/iconvdata/IBM1160.so.dynsymT mv -f /build/iconvdata/IBM1160.so.dynsymT /build/iconvdata/IBM1160.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1161.so > /build/iconvdata/IBM1161.so.dynsymT test -s /build/iconvdata/IBM1161.so.dynsymT mv -f /build/iconvdata/IBM1161.so.dynsymT /build/iconvdata/IBM1161.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1162.so > /build/iconvdata/IBM1162.so.dynsymT test -s /build/iconvdata/IBM1162.so.dynsymT mv -f /build/iconvdata/IBM1162.so.dynsymT /build/iconvdata/IBM1162.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1163.so > /build/iconvdata/IBM1163.so.dynsymT test -s /build/iconvdata/IBM1163.so.dynsymT mv -f /build/iconvdata/IBM1163.so.dynsymT /build/iconvdata/IBM1163.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1164.so > /build/iconvdata/IBM1164.so.dynsymT test -s /build/iconvdata/IBM1164.so.dynsymT mv -f /build/iconvdata/IBM1164.so.dynsymT /build/iconvdata/IBM1164.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1166.so > /build/iconvdata/IBM1166.so.dynsymT test -s /build/iconvdata/IBM1166.so.dynsymT mv -f /build/iconvdata/IBM1166.so.dynsymT /build/iconvdata/IBM1166.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1167.so > /build/iconvdata/IBM1167.so.dynsymT test -s /build/iconvdata/IBM1167.so.dynsymT mv -f /build/iconvdata/IBM1167.so.dynsymT /build/iconvdata/IBM1167.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM12712.so > /build/iconvdata/IBM12712.so.dynsymT test -s /build/iconvdata/IBM12712.so.dynsymT mv -f /build/iconvdata/IBM12712.so.dynsymT /build/iconvdata/IBM12712.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1371.so > /build/iconvdata/IBM1371.so.dynsymT test -s /build/iconvdata/IBM1371.so.dynsymT mv -f /build/iconvdata/IBM1371.so.dynsymT /build/iconvdata/IBM1371.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1364.so > /build/iconvdata/IBM1364.so.dynsymT test -s /build/iconvdata/IBM1364.so.dynsymT mv -f /build/iconvdata/IBM1364.so.dynsymT /build/iconvdata/IBM1364.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1388.so > /build/iconvdata/IBM1388.so.dynsymT test -s /build/iconvdata/IBM1388.so.dynsymT mv -f /build/iconvdata/IBM1388.so.dynsymT /build/iconvdata/IBM1388.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1399.so > /build/iconvdata/IBM1399.so.dynsymT test -s /build/iconvdata/IBM1399.so.dynsymT mv -f /build/iconvdata/IBM1399.so.dynsymT /build/iconvdata/IBM1399.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM1390.so > /build/iconvdata/IBM1390.so.dynsymT test -s /build/iconvdata/IBM1390.so.dynsymT mv -f /build/iconvdata/IBM1390.so.dynsymT /build/iconvdata/IBM1390.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM16804.so > /build/iconvdata/IBM16804.so.dynsymT test -s /build/iconvdata/IBM16804.so.dynsymT mv -f /build/iconvdata/IBM16804.so.dynsymT /build/iconvdata/IBM16804.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM256.so > /build/iconvdata/IBM256.so.dynsymT test -s /build/iconvdata/IBM256.so.dynsymT mv -f /build/iconvdata/IBM256.so.dynsymT /build/iconvdata/IBM256.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM273.so > /build/iconvdata/IBM273.so.dynsymT test -s /build/iconvdata/IBM273.so.dynsymT mv -f /build/iconvdata/IBM273.so.dynsymT /build/iconvdata/IBM273.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM274.so > /build/iconvdata/IBM274.so.dynsymT test -s /build/iconvdata/IBM274.so.dynsymT mv -f /build/iconvdata/IBM274.so.dynsymT /build/iconvdata/IBM274.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM275.so > /build/iconvdata/IBM275.so.dynsymT test -s /build/iconvdata/IBM275.so.dynsymT mv -f /build/iconvdata/IBM275.so.dynsymT /build/iconvdata/IBM275.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM278.so > /build/iconvdata/IBM278.so.dynsymT test -s /build/iconvdata/IBM278.so.dynsymT mv -f /build/iconvdata/IBM278.so.dynsymT /build/iconvdata/IBM278.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM277.so > /build/iconvdata/IBM277.so.dynsymT test -s /build/iconvdata/IBM277.so.dynsymT mv -f /build/iconvdata/IBM277.so.dynsymT /build/iconvdata/IBM277.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM280.so > /build/iconvdata/IBM280.so.dynsymT test -s /build/iconvdata/IBM280.so.dynsymT mv -f /build/iconvdata/IBM280.so.dynsymT /build/iconvdata/IBM280.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM281.so > /build/iconvdata/IBM281.so.dynsymT test -s /build/iconvdata/IBM281.so.dynsymT mv -f /build/iconvdata/IBM281.so.dynsymT /build/iconvdata/IBM281.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM284.so > /build/iconvdata/IBM284.so.dynsymT test -s /build/iconvdata/IBM284.so.dynsymT mv -f /build/iconvdata/IBM284.so.dynsymT /build/iconvdata/IBM284.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM285.so > /build/iconvdata/IBM285.so.dynsymT test -s /build/iconvdata/IBM285.so.dynsymT mv -f /build/iconvdata/IBM285.so.dynsymT /build/iconvdata/IBM285.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM290.so > /build/iconvdata/IBM290.so.dynsymT test -s /build/iconvdata/IBM290.so.dynsymT mv -f /build/iconvdata/IBM290.so.dynsymT /build/iconvdata/IBM290.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM297.so > /build/iconvdata/IBM297.so.dynsymT test -s /build/iconvdata/IBM297.so.dynsymT mv -f /build/iconvdata/IBM297.so.dynsymT /build/iconvdata/IBM297.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM420.so > /build/iconvdata/IBM420.so.dynsymT test -s /build/iconvdata/IBM420.so.dynsymT mv -f /build/iconvdata/IBM420.so.dynsymT /build/iconvdata/IBM420.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM423.so > /build/iconvdata/IBM423.so.dynsymT test -s /build/iconvdata/IBM423.so.dynsymT mv -f /build/iconvdata/IBM423.so.dynsymT /build/iconvdata/IBM423.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM424.so > /build/iconvdata/IBM424.so.dynsymT test -s /build/iconvdata/IBM424.so.dynsymT mv -f /build/iconvdata/IBM424.so.dynsymT /build/iconvdata/IBM424.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM437.so > /build/iconvdata/IBM437.so.dynsymT test -s /build/iconvdata/IBM437.so.dynsymT mv -f /build/iconvdata/IBM437.so.dynsymT /build/iconvdata/IBM437.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM4517.so > /build/iconvdata/IBM4517.so.dynsymT test -s /build/iconvdata/IBM4517.so.dynsymT mv -f /build/iconvdata/IBM4517.so.dynsymT /build/iconvdata/IBM4517.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM4899.so > /build/iconvdata/IBM4899.so.dynsymT test -s /build/iconvdata/IBM4899.so.dynsymT mv -f /build/iconvdata/IBM4899.so.dynsymT /build/iconvdata/IBM4899.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM4909.so > /build/iconvdata/IBM4909.so.dynsymT test -s /build/iconvdata/IBM4909.so.dynsymT mv -f /build/iconvdata/IBM4909.so.dynsymT /build/iconvdata/IBM4909.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM4971.so > /build/iconvdata/IBM4971.so.dynsymT test -s /build/iconvdata/IBM4971.so.dynsymT mv -f /build/iconvdata/IBM4971.so.dynsymT /build/iconvdata/IBM4971.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM500.so > /build/iconvdata/IBM500.so.dynsymT test -s /build/iconvdata/IBM500.so.dynsymT mv -f /build/iconvdata/IBM500.so.dynsymT /build/iconvdata/IBM500.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM5347.so > /build/iconvdata/IBM5347.so.dynsymT test -s /build/iconvdata/IBM5347.so.dynsymT mv -f /build/iconvdata/IBM5347.so.dynsymT /build/iconvdata/IBM5347.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM803.so > /build/iconvdata/IBM803.so.dynsymT test -s /build/iconvdata/IBM803.so.dynsymT mv -f /build/iconvdata/IBM803.so.dynsymT /build/iconvdata/IBM803.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM850.so > /build/iconvdata/IBM850.so.dynsymT test -s /build/iconvdata/IBM850.so.dynsymT mv -f /build/iconvdata/IBM850.so.dynsymT /build/iconvdata/IBM850.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM851.so > /build/iconvdata/IBM851.so.dynsymT test -s /build/iconvdata/IBM851.so.dynsymT mv -f /build/iconvdata/IBM851.so.dynsymT /build/iconvdata/IBM851.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM852.so > /build/iconvdata/IBM852.so.dynsymT test -s /build/iconvdata/IBM852.so.dynsymT mv -f /build/iconvdata/IBM852.so.dynsymT /build/iconvdata/IBM852.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM855.so > /build/iconvdata/IBM855.so.dynsymT test -s /build/iconvdata/IBM855.so.dynsymT mv -f /build/iconvdata/IBM855.so.dynsymT /build/iconvdata/IBM855.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM856.so > /build/iconvdata/IBM856.so.dynsymT test -s /build/iconvdata/IBM856.so.dynsymT mv -f /build/iconvdata/IBM856.so.dynsymT /build/iconvdata/IBM856.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM857.so > /build/iconvdata/IBM857.so.dynsymT test -s /build/iconvdata/IBM857.so.dynsymT mv -f /build/iconvdata/IBM857.so.dynsymT /build/iconvdata/IBM857.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM858.so > /build/iconvdata/IBM858.so.dynsymT test -s /build/iconvdata/IBM858.so.dynsymT mv -f /build/iconvdata/IBM858.so.dynsymT /build/iconvdata/IBM858.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM860.so > /build/iconvdata/IBM860.so.dynsymT test -s /build/iconvdata/IBM860.so.dynsymT mv -f /build/iconvdata/IBM860.so.dynsymT /build/iconvdata/IBM860.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM861.so > /build/iconvdata/IBM861.so.dynsymT test -s /build/iconvdata/IBM861.so.dynsymT mv -f /build/iconvdata/IBM861.so.dynsymT /build/iconvdata/IBM861.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM862.so > /build/iconvdata/IBM862.so.dynsymT test -s /build/iconvdata/IBM862.so.dynsymT mv -f /build/iconvdata/IBM862.so.dynsymT /build/iconvdata/IBM862.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM863.so > /build/iconvdata/IBM863.so.dynsymT test -s /build/iconvdata/IBM863.so.dynsymT mv -f /build/iconvdata/IBM863.so.dynsymT /build/iconvdata/IBM863.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM864.so > /build/iconvdata/IBM864.so.dynsymT test -s /build/iconvdata/IBM864.so.dynsymT mv -f /build/iconvdata/IBM864.so.dynsymT /build/iconvdata/IBM864.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM865.so > /build/iconvdata/IBM865.so.dynsymT test -s /build/iconvdata/IBM865.so.dynsymT mv -f /build/iconvdata/IBM865.so.dynsymT /build/iconvdata/IBM865.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM866.so > /build/iconvdata/IBM866.so.dynsymT test -s /build/iconvdata/IBM866.so.dynsymT mv -f /build/iconvdata/IBM866.so.dynsymT /build/iconvdata/IBM866.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM868.so > /build/iconvdata/IBM868.so.dynsymT test -s /build/iconvdata/IBM868.so.dynsymT mv -f /build/iconvdata/IBM868.so.dynsymT /build/iconvdata/IBM868.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM866NAV.so > /build/iconvdata/IBM866NAV.so.dynsymT test -s /build/iconvdata/IBM866NAV.so.dynsymT mv -f /build/iconvdata/IBM866NAV.so.dynsymT /build/iconvdata/IBM866NAV.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM869.so > /build/iconvdata/IBM869.so.dynsymT test -s /build/iconvdata/IBM869.so.dynsymT mv -f /build/iconvdata/IBM869.so.dynsymT /build/iconvdata/IBM869.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM870.so > /build/iconvdata/IBM870.so.dynsymT test -s /build/iconvdata/IBM870.so.dynsymT mv -f /build/iconvdata/IBM870.so.dynsymT /build/iconvdata/IBM870.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM871.so > /build/iconvdata/IBM871.so.dynsymT test -s /build/iconvdata/IBM871.so.dynsymT mv -f /build/iconvdata/IBM871.so.dynsymT /build/iconvdata/IBM871.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM874.so > /build/iconvdata/IBM874.so.dynsymT test -s /build/iconvdata/IBM874.so.dynsymT mv -f /build/iconvdata/IBM874.so.dynsymT /build/iconvdata/IBM874.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM875.so > /build/iconvdata/IBM875.so.dynsymT test -s /build/iconvdata/IBM875.so.dynsymT mv -f /build/iconvdata/IBM875.so.dynsymT /build/iconvdata/IBM875.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM880.so > /build/iconvdata/IBM880.so.dynsymT test -s /build/iconvdata/IBM880.so.dynsymT mv -f /build/iconvdata/IBM880.so.dynsymT /build/iconvdata/IBM880.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM891.so > /build/iconvdata/IBM891.so.dynsymT test -s /build/iconvdata/IBM891.so.dynsymT mv -f /build/iconvdata/IBM891.so.dynsymT /build/iconvdata/IBM891.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM901.so > /build/iconvdata/IBM901.so.dynsymT test -s /build/iconvdata/IBM901.so.dynsymT mv -f /build/iconvdata/IBM901.so.dynsymT /build/iconvdata/IBM901.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM902.so > /build/iconvdata/IBM902.so.dynsymT test -s /build/iconvdata/IBM902.so.dynsymT mv -f /build/iconvdata/IBM902.so.dynsymT /build/iconvdata/IBM902.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM903.so > /build/iconvdata/IBM903.so.dynsymT test -s /build/iconvdata/IBM903.so.dynsymT mv -f /build/iconvdata/IBM903.so.dynsymT /build/iconvdata/IBM903.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM9030.so > /build/iconvdata/IBM9030.so.dynsymT test -s /build/iconvdata/IBM9030.so.dynsymT mv -f /build/iconvdata/IBM9030.so.dynsymT /build/iconvdata/IBM9030.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM904.so > /build/iconvdata/IBM904.so.dynsymT test -s /build/iconvdata/IBM904.so.dynsymT mv -f /build/iconvdata/IBM904.so.dynsymT /build/iconvdata/IBM904.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM905.so > /build/iconvdata/IBM905.so.dynsymT test -s /build/iconvdata/IBM905.so.dynsymT mv -f /build/iconvdata/IBM905.so.dynsymT /build/iconvdata/IBM905.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM9066.so > /build/iconvdata/IBM9066.so.dynsymT test -s /build/iconvdata/IBM9066.so.dynsymT mv -f /build/iconvdata/IBM9066.so.dynsymT /build/iconvdata/IBM9066.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM918.so > /build/iconvdata/IBM918.so.dynsymT test -s /build/iconvdata/IBM918.so.dynsymT mv -f /build/iconvdata/IBM918.so.dynsymT /build/iconvdata/IBM918.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM921.so > /build/iconvdata/IBM921.so.dynsymT test -s /build/iconvdata/IBM921.so.dynsymT mv -f /build/iconvdata/IBM921.so.dynsymT /build/iconvdata/IBM921.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM922.so > /build/iconvdata/IBM922.so.dynsymT test -s /build/iconvdata/IBM922.so.dynsymT mv -f /build/iconvdata/IBM922.so.dynsymT /build/iconvdata/IBM922.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM930.so > /build/iconvdata/IBM930.so.dynsymT test -s /build/iconvdata/IBM930.so.dynsymT mv -f /build/iconvdata/IBM930.so.dynsymT /build/iconvdata/IBM930.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM932.so > /build/iconvdata/IBM932.so.dynsymT test -s /build/iconvdata/IBM932.so.dynsymT mv -f /build/iconvdata/IBM932.so.dynsymT /build/iconvdata/IBM932.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM933.so > /build/iconvdata/IBM933.so.dynsymT test -s /build/iconvdata/IBM933.so.dynsymT mv -f /build/iconvdata/IBM933.so.dynsymT /build/iconvdata/IBM933.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM935.so > /build/iconvdata/IBM935.so.dynsymT test -s /build/iconvdata/IBM935.so.dynsymT mv -f /build/iconvdata/IBM935.so.dynsymT /build/iconvdata/IBM935.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM937.so > /build/iconvdata/IBM937.so.dynsymT test -s /build/iconvdata/IBM937.so.dynsymT mv -f /build/iconvdata/IBM937.so.dynsymT /build/iconvdata/IBM937.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM939.so > /build/iconvdata/IBM939.so.dynsymT test -s /build/iconvdata/IBM939.so.dynsymT mv -f /build/iconvdata/IBM939.so.dynsymT /build/iconvdata/IBM939.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM943.so > /build/iconvdata/IBM943.so.dynsymT test -s /build/iconvdata/IBM943.so.dynsymT mv -f /build/iconvdata/IBM943.so.dynsymT /build/iconvdata/IBM943.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IBM9448.so > /build/iconvdata/IBM9448.so.dynsymT test -s /build/iconvdata/IBM9448.so.dynsymT mv -f /build/iconvdata/IBM9448.so.dynsymT /build/iconvdata/IBM9448.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/IEC_P27-1.so > /build/iconvdata/IEC_P27-1.so.dynsymT test -s /build/iconvdata/IEC_P27-1.so.dynsymT mv -f /build/iconvdata/IEC_P27-1.so.dynsymT /build/iconvdata/IEC_P27-1.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/INIS-8.so > /build/iconvdata/INIS-8.so.dynsymT test -s /build/iconvdata/INIS-8.so.dynsymT mv -f /build/iconvdata/INIS-8.so.dynsymT /build/iconvdata/INIS-8.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/INIS-CYRILLIC.so > /build/iconvdata/INIS-CYRILLIC.so.dynsymT test -s /build/iconvdata/INIS-CYRILLIC.so.dynsymT mv -f /build/iconvdata/INIS-CYRILLIC.so.dynsymT /build/iconvdata/INIS-CYRILLIC.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/INIS.so > /build/iconvdata/INIS.so.dynsymT test -s /build/iconvdata/INIS.so.dynsymT mv -f /build/iconvdata/INIS.so.dynsymT /build/iconvdata/INIS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISIRI-3342.so > /build/iconvdata/ISIRI-3342.so.dynsymT test -s /build/iconvdata/ISIRI-3342.so.dynsymT mv -f /build/iconvdata/ISIRI-3342.so.dynsymT /build/iconvdata/ISIRI-3342.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO-2022-CN-EXT.so > /build/iconvdata/ISO-2022-CN-EXT.so.dynsymT test -s /build/iconvdata/ISO-2022-CN-EXT.so.dynsymT mv -f /build/iconvdata/ISO-2022-CN-EXT.so.dynsymT /build/iconvdata/ISO-2022-CN-EXT.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO-2022-CN.so > /build/iconvdata/ISO-2022-CN.so.dynsymT test -s /build/iconvdata/ISO-2022-CN.so.dynsymT mv -f /build/iconvdata/ISO-2022-CN.so.dynsymT /build/iconvdata/ISO-2022-CN.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO-2022-JP-3.so > /build/iconvdata/ISO-2022-JP-3.so.dynsymT test -s /build/iconvdata/ISO-2022-JP-3.so.dynsymT mv -f /build/iconvdata/ISO-2022-JP-3.so.dynsymT /build/iconvdata/ISO-2022-JP-3.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO-2022-JP.so > /build/iconvdata/ISO-2022-JP.so.dynsymT test -s /build/iconvdata/ISO-2022-JP.so.dynsymT mv -f /build/iconvdata/ISO-2022-JP.so.dynsymT /build/iconvdata/ISO-2022-JP.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO-2022-KR.so > /build/iconvdata/ISO-2022-KR.so.dynsymT test -s /build/iconvdata/ISO-2022-KR.so.dynsymT mv -f /build/iconvdata/ISO-2022-KR.so.dynsymT /build/iconvdata/ISO-2022-KR.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO-IR-197.so > /build/iconvdata/ISO-IR-197.so.dynsymT test -s /build/iconvdata/ISO-IR-197.so.dynsymT mv -f /build/iconvdata/ISO-IR-197.so.dynsymT /build/iconvdata/ISO-IR-197.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO646.so > /build/iconvdata/ISO646.so.dynsymT test -s /build/iconvdata/ISO646.so.dynsymT mv -f /build/iconvdata/ISO646.so.dynsymT /build/iconvdata/ISO646.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO-IR-209.so > /build/iconvdata/ISO-IR-209.so.dynsymT test -s /build/iconvdata/ISO-IR-209.so.dynsymT mv -f /build/iconvdata/ISO-IR-209.so.dynsymT /build/iconvdata/ISO-IR-209.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-1.so > /build/iconvdata/ISO8859-1.so.dynsymT test -s /build/iconvdata/ISO8859-1.so.dynsymT mv -f /build/iconvdata/ISO8859-1.so.dynsymT /build/iconvdata/ISO8859-1.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-11.so > /build/iconvdata/ISO8859-11.so.dynsymT test -s /build/iconvdata/ISO8859-11.so.dynsymT mv -f /build/iconvdata/ISO8859-11.so.dynsymT /build/iconvdata/ISO8859-11.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-10.so > /build/iconvdata/ISO8859-10.so.dynsymT test -s /build/iconvdata/ISO8859-10.so.dynsymT mv -f /build/iconvdata/ISO8859-10.so.dynsymT /build/iconvdata/ISO8859-10.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-14.so > /build/iconvdata/ISO8859-14.so.dynsymT test -s /build/iconvdata/ISO8859-14.so.dynsymT mv -f /build/iconvdata/ISO8859-14.so.dynsymT /build/iconvdata/ISO8859-14.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-15.so > /build/iconvdata/ISO8859-15.so.dynsymT test -s /build/iconvdata/ISO8859-15.so.dynsymT mv -f /build/iconvdata/ISO8859-15.so.dynsymT /build/iconvdata/ISO8859-15.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-13.so > /build/iconvdata/ISO8859-13.so.dynsymT test -s /build/iconvdata/ISO8859-13.so.dynsymT mv -f /build/iconvdata/ISO8859-13.so.dynsymT /build/iconvdata/ISO8859-13.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-16.so > /build/iconvdata/ISO8859-16.so.dynsymT test -s /build/iconvdata/ISO8859-16.so.dynsymT mv -f /build/iconvdata/ISO8859-16.so.dynsymT /build/iconvdata/ISO8859-16.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-2.so > /build/iconvdata/ISO8859-2.so.dynsymT test -s /build/iconvdata/ISO8859-2.so.dynsymT mv -f /build/iconvdata/ISO8859-2.so.dynsymT /build/iconvdata/ISO8859-2.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-3.so > /build/iconvdata/ISO8859-3.so.dynsymT test -s /build/iconvdata/ISO8859-3.so.dynsymT mv -f /build/iconvdata/ISO8859-3.so.dynsymT /build/iconvdata/ISO8859-3.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-4.so > /build/iconvdata/ISO8859-4.so.dynsymT test -s /build/iconvdata/ISO8859-4.so.dynsymT mv -f /build/iconvdata/ISO8859-4.so.dynsymT /build/iconvdata/ISO8859-4.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-5.so > /build/iconvdata/ISO8859-5.so.dynsymT test -s /build/iconvdata/ISO8859-5.so.dynsymT mv -f /build/iconvdata/ISO8859-5.so.dynsymT /build/iconvdata/ISO8859-5.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-6.so > /build/iconvdata/ISO8859-6.so.dynsymT test -s /build/iconvdata/ISO8859-6.so.dynsymT mv -f /build/iconvdata/ISO8859-6.so.dynsymT /build/iconvdata/ISO8859-6.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-7.so > /build/iconvdata/ISO8859-7.so.dynsymT test -s /build/iconvdata/ISO8859-7.so.dynsymT mv -f /build/iconvdata/ISO8859-7.so.dynsymT /build/iconvdata/ISO8859-7.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-8.so > /build/iconvdata/ISO8859-8.so.dynsymT test -s /build/iconvdata/ISO8859-8.so.dynsymT mv -f /build/iconvdata/ISO8859-8.so.dynsymT /build/iconvdata/ISO8859-8.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-9.so > /build/iconvdata/ISO8859-9.so.dynsymT test -s /build/iconvdata/ISO8859-9.so.dynsymT mv -f /build/iconvdata/ISO8859-9.so.dynsymT /build/iconvdata/ISO8859-9.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO8859-9E.so > /build/iconvdata/ISO8859-9E.so.dynsymT test -s /build/iconvdata/ISO8859-9E.so.dynsymT mv -f /build/iconvdata/ISO8859-9E.so.dynsymT /build/iconvdata/ISO8859-9E.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO_10367-BOX.so > /build/iconvdata/ISO_10367-BOX.so.dynsymT test -s /build/iconvdata/ISO_10367-BOX.so.dynsymT mv -f /build/iconvdata/ISO_10367-BOX.so.dynsymT /build/iconvdata/ISO_10367-BOX.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO_11548-1.so > /build/iconvdata/ISO_11548-1.so.dynsymT test -s /build/iconvdata/ISO_11548-1.so.dynsymT mv -f /build/iconvdata/ISO_11548-1.so.dynsymT /build/iconvdata/ISO_11548-1.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO_2033.so > /build/iconvdata/ISO_2033.so.dynsymT test -s /build/iconvdata/ISO_2033.so.dynsymT mv -f /build/iconvdata/ISO_2033.so.dynsymT /build/iconvdata/ISO_2033.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO_5427-EXT.so > /build/iconvdata/ISO_5427-EXT.so.dynsymT test -s /build/iconvdata/ISO_5427-EXT.so.dynsymT mv -f /build/iconvdata/ISO_5427-EXT.so.dynsymT /build/iconvdata/ISO_5427-EXT.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO_5427.so > /build/iconvdata/ISO_5427.so.dynsymT test -s /build/iconvdata/ISO_5427.so.dynsymT mv -f /build/iconvdata/ISO_5427.so.dynsymT /build/iconvdata/ISO_5427.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO_5428.so > /build/iconvdata/ISO_5428.so.dynsymT test -s /build/iconvdata/ISO_5428.so.dynsymT mv -f /build/iconvdata/ISO_5428.so.dynsymT /build/iconvdata/ISO_5428.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO_6937-2.so > /build/iconvdata/ISO_6937-2.so.dynsymT test -s /build/iconvdata/ISO_6937-2.so.dynsymT mv -f /build/iconvdata/ISO_6937-2.so.dynsymT /build/iconvdata/ISO_6937-2.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/ISO_6937.so > /build/iconvdata/ISO_6937.so.dynsymT test -s /build/iconvdata/ISO_6937.so.dynsymT mv -f /build/iconvdata/ISO_6937.so.dynsymT /build/iconvdata/ISO_6937.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/JOHAB.so > /build/iconvdata/JOHAB.so.dynsymT test -s /build/iconvdata/JOHAB.so.dynsymT mv -f /build/iconvdata/JOHAB.so.dynsymT /build/iconvdata/JOHAB.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/KOI-8.so > /build/iconvdata/KOI-8.so.dynsymT test -s /build/iconvdata/KOI-8.so.dynsymT mv -f /build/iconvdata/KOI-8.so.dynsymT /build/iconvdata/KOI-8.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/KOI8-R.so > /build/iconvdata/KOI8-R.so.dynsymT test -s /build/iconvdata/KOI8-R.so.dynsymT mv -f /build/iconvdata/KOI8-R.so.dynsymT /build/iconvdata/KOI8-R.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/KOI8-RU.so > /build/iconvdata/KOI8-RU.so.dynsymT test -s /build/iconvdata/KOI8-RU.so.dynsymT mv -f /build/iconvdata/KOI8-RU.so.dynsymT /build/iconvdata/KOI8-RU.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/KOI8-T.so > /build/iconvdata/KOI8-T.so.dynsymT test -s /build/iconvdata/KOI8-T.so.dynsymT mv -f /build/iconvdata/KOI8-T.so.dynsymT /build/iconvdata/KOI8-T.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/KOI8-U.so > /build/iconvdata/KOI8-U.so.dynsymT test -s /build/iconvdata/KOI8-U.so.dynsymT mv -f /build/iconvdata/KOI8-U.so.dynsymT /build/iconvdata/KOI8-U.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/LATIN-GREEK-1.so > /build/iconvdata/LATIN-GREEK-1.so.dynsymT test -s /build/iconvdata/LATIN-GREEK-1.so.dynsymT mv -f /build/iconvdata/LATIN-GREEK-1.so.dynsymT /build/iconvdata/LATIN-GREEK-1.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/LATIN-GREEK.so > /build/iconvdata/LATIN-GREEK.so.dynsymT test -s /build/iconvdata/LATIN-GREEK.so.dynsymT mv -f /build/iconvdata/LATIN-GREEK.so.dynsymT /build/iconvdata/LATIN-GREEK.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/MAC-CENTRALEUROPE.so > /build/iconvdata/MAC-CENTRALEUROPE.so.dynsymT test -s /build/iconvdata/MAC-CENTRALEUROPE.so.dynsymT mv -f /build/iconvdata/MAC-CENTRALEUROPE.so.dynsymT /build/iconvdata/MAC-CENTRALEUROPE.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/MAC-IS.so > /build/iconvdata/MAC-IS.so.dynsymT test -s /build/iconvdata/MAC-IS.so.dynsymT mv -f /build/iconvdata/MAC-IS.so.dynsymT /build/iconvdata/MAC-IS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/MAC-SAMI.so > /build/iconvdata/MAC-SAMI.so.dynsymT test -s /build/iconvdata/MAC-SAMI.so.dynsymT mv -f /build/iconvdata/MAC-SAMI.so.dynsymT /build/iconvdata/MAC-SAMI.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/MAC-UK.so > /build/iconvdata/MAC-UK.so.dynsymT test -s /build/iconvdata/MAC-UK.so.dynsymT mv -f /build/iconvdata/MAC-UK.so.dynsymT /build/iconvdata/MAC-UK.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/MACINTOSH.so > /build/iconvdata/MACINTOSH.so.dynsymT test -s /build/iconvdata/MACINTOSH.so.dynsymT mv -f /build/iconvdata/MACINTOSH.so.dynsymT /build/iconvdata/MACINTOSH.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/MIK.so > /build/iconvdata/MIK.so.dynsymT test -s /build/iconvdata/MIK.so.dynsymT mv -f /build/iconvdata/MIK.so.dynsymT /build/iconvdata/MIK.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/NATS-DANO.so > /build/iconvdata/NATS-DANO.so.dynsymT test -s /build/iconvdata/NATS-DANO.so.dynsymT mv -f /build/iconvdata/NATS-DANO.so.dynsymT /build/iconvdata/NATS-DANO.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/NATS-SEFI.so > /build/iconvdata/NATS-SEFI.so.dynsymT test -s /build/iconvdata/NATS-SEFI.so.dynsymT mv -f /build/iconvdata/NATS-SEFI.so.dynsymT /build/iconvdata/NATS-SEFI.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/PT154.so > /build/iconvdata/PT154.so.dynsymT test -s /build/iconvdata/PT154.so.dynsymT mv -f /build/iconvdata/PT154.so.dynsymT /build/iconvdata/PT154.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/RK1048.so > /build/iconvdata/RK1048.so.dynsymT test -s /build/iconvdata/RK1048.so.dynsymT mv -f /build/iconvdata/RK1048.so.dynsymT /build/iconvdata/RK1048.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/SAMI-WS2.so > /build/iconvdata/SAMI-WS2.so.dynsymT test -s /build/iconvdata/SAMI-WS2.so.dynsymT mv -f /build/iconvdata/SAMI-WS2.so.dynsymT /build/iconvdata/SAMI-WS2.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/SHIFT_JISX0213.so > /build/iconvdata/SHIFT_JISX0213.so.dynsymT test -s /build/iconvdata/SHIFT_JISX0213.so.dynsymT mv -f /build/iconvdata/SHIFT_JISX0213.so.dynsymT /build/iconvdata/SHIFT_JISX0213.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/SJIS.so > /build/iconvdata/SJIS.so.dynsymT test -s /build/iconvdata/SJIS.so.dynsymT mv -f /build/iconvdata/SJIS.so.dynsymT /build/iconvdata/SJIS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/T.61.so > /build/iconvdata/T.61.so.dynsymT test -s /build/iconvdata/T.61.so.dynsymT mv -f /build/iconvdata/T.61.so.dynsymT /build/iconvdata/T.61.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/TCVN5712-1.so > /build/iconvdata/TCVN5712-1.so.dynsymT test -s /build/iconvdata/TCVN5712-1.so.dynsymT mv -f /build/iconvdata/TCVN5712-1.so.dynsymT /build/iconvdata/TCVN5712-1.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/TIS-620.so > /build/iconvdata/TIS-620.so.dynsymT test -s /build/iconvdata/TIS-620.so.dynsymT mv -f /build/iconvdata/TIS-620.so.dynsymT /build/iconvdata/TIS-620.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/TSCII.so > /build/iconvdata/TSCII.so.dynsymT test -s /build/iconvdata/TSCII.so.dynsymT mv -f /build/iconvdata/TSCII.so.dynsymT /build/iconvdata/TSCII.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/UHC.so > /build/iconvdata/UHC.so.dynsymT test -s /build/iconvdata/UHC.so.dynsymT mv -f /build/iconvdata/UHC.so.dynsymT /build/iconvdata/UHC.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/UNICODE.so > /build/iconvdata/UNICODE.so.dynsymT test -s /build/iconvdata/UNICODE.so.dynsymT mv -f /build/iconvdata/UNICODE.so.dynsymT /build/iconvdata/UNICODE.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/UTF-16.so > /build/iconvdata/UTF-16.so.dynsymT test -s /build/iconvdata/UTF-16.so.dynsymT mv -f /build/iconvdata/UTF-16.so.dynsymT /build/iconvdata/UTF-16.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/UTF-32.so > /build/iconvdata/UTF-32.so.dynsymT test -s /build/iconvdata/UTF-32.so.dynsymT mv -f /build/iconvdata/UTF-32.so.dynsymT /build/iconvdata/UTF-32.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/UTF-7.so > /build/iconvdata/UTF-7.so.dynsymT test -s /build/iconvdata/UTF-7.so.dynsymT mv -f /build/iconvdata/UTF-7.so.dynsymT /build/iconvdata/UTF-7.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/VISCII.so > /build/iconvdata/VISCII.so.dynsymT test -s /build/iconvdata/VISCII.so.dynsymT mv -f /build/iconvdata/VISCII.so.dynsymT /build/iconvdata/VISCII.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/libCNS.so > /build/iconvdata/libCNS.so.dynsymT test -s /build/iconvdata/libCNS.so.dynsymT mv -f /build/iconvdata/libCNS.so.dynsymT /build/iconvdata/libCNS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/libGB.so > /build/iconvdata/libGB.so.dynsymT test -s /build/iconvdata/libGB.so.dynsymT mv -f /build/iconvdata/libGB.so.dynsymT /build/iconvdata/libGB.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/libISOIR165.so > /build/iconvdata/libISOIR165.so.dynsymT test -s /build/iconvdata/libISOIR165.so.dynsymT mv -f /build/iconvdata/libISOIR165.so.dynsymT /build/iconvdata/libISOIR165.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/libJIS.so > /build/iconvdata/libJIS.so.dynsymT test -s /build/iconvdata/libJIS.so.dynsymT mv -f /build/iconvdata/libJIS.so.dynsymT /build/iconvdata/libJIS.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/libJISX0213.so > /build/iconvdata/libJISX0213.so.dynsymT test -s /build/iconvdata/libJISX0213.so.dynsymT mv -f /build/iconvdata/libJISX0213.so.dynsymT /build/iconvdata/libJISX0213.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/iconvdata/libKSC.so > /build/iconvdata/libKSC.so.dynsymT test -s /build/iconvdata/libKSC.so.dynsymT mv -f /build/iconvdata/libKSC.so.dynsymT /build/iconvdata/libKSC.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nss/libnss_test1.so > /build/nss/libnss_test1.so.dynsymT test -s /build/nss/libnss_test1.so.dynsymT mv -f /build/nss/libnss_test1.so.dynsymT /build/nss/libnss_test1.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nss/libnss_test2.so > /build/nss/libnss_test2.so.dynsymT test -s /build/nss/libnss_test2.so.dynsymT mv -f /build/nss/libnss_test2.so.dynsymT /build/nss/libnss_test2.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nss/libnss_test_errno.so > /build/nss/libnss_test_errno.so.dynsymT test -s /build/nss/libnss_test_errno.so.dynsymT mv -f /build/nss/libnss_test_errno.so.dynsymT /build/nss/libnss_test_errno.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nss/libnss_test_gai_hv2_canonname.so > /build/nss/libnss_test_gai_hv2_canonname.so.dynsymT test -s /build/nss/libnss_test_gai_hv2_canonname.so.dynsymT mv -f /build/nss/libnss_test_gai_hv2_canonname.so.dynsymT /build/nss/libnss_test_gai_hv2_canonname.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ANSI_X3.110.so > /build/iconvdata/ANSI_X3.110.so.dynT test -s /build/iconvdata/ANSI_X3.110.so.dynT mv -f /build/iconvdata/ANSI_X3.110.so.dynT /build/iconvdata/ANSI_X3.110.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ARMSCII-8.so > /build/iconvdata/ARMSCII-8.so.dynT test -s /build/iconvdata/ARMSCII-8.so.dynT mv -f /build/iconvdata/ARMSCII-8.so.dynT /build/iconvdata/ARMSCII-8.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ASMO_449.so > /build/iconvdata/ASMO_449.so.dynT test -s /build/iconvdata/ASMO_449.so.dynT mv -f /build/iconvdata/ASMO_449.so.dynT /build/iconvdata/ASMO_449.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/BIG5.so > /build/iconvdata/BIG5.so.dynT test -s /build/iconvdata/BIG5.so.dynT mv -f /build/iconvdata/BIG5.so.dynT /build/iconvdata/BIG5.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/BIG5HKSCS.so > /build/iconvdata/BIG5HKSCS.so.dynT test -s /build/iconvdata/BIG5HKSCS.so.dynT mv -f /build/iconvdata/BIG5HKSCS.so.dynT /build/iconvdata/BIG5HKSCS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/BRF.so > /build/iconvdata/BRF.so.dynT test -s /build/iconvdata/BRF.so.dynT mv -f /build/iconvdata/BRF.so.dynT /build/iconvdata/BRF.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP10007.so > /build/iconvdata/CP10007.so.dynT test -s /build/iconvdata/CP10007.so.dynT mv -f /build/iconvdata/CP10007.so.dynT /build/iconvdata/CP10007.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1125.so > /build/iconvdata/CP1125.so.dynT test -s /build/iconvdata/CP1125.so.dynT mv -f /build/iconvdata/CP1125.so.dynT /build/iconvdata/CP1125.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1250.so > /build/iconvdata/CP1250.so.dynT test -s /build/iconvdata/CP1250.so.dynT mv -f /build/iconvdata/CP1250.so.dynT /build/iconvdata/CP1250.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1251.so > /build/iconvdata/CP1251.so.dynT test -s /build/iconvdata/CP1251.so.dynT mv -f /build/iconvdata/CP1251.so.dynT /build/iconvdata/CP1251.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1252.so > /build/iconvdata/CP1252.so.dynT test -s /build/iconvdata/CP1252.so.dynT mv -f /build/iconvdata/CP1252.so.dynT /build/iconvdata/CP1252.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1253.so > /build/iconvdata/CP1253.so.dynT test -s /build/iconvdata/CP1253.so.dynT mv -f /build/iconvdata/CP1253.so.dynT /build/iconvdata/CP1253.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1254.so > /build/iconvdata/CP1254.so.dynT test -s /build/iconvdata/CP1254.so.dynT mv -f /build/iconvdata/CP1254.so.dynT /build/iconvdata/CP1254.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1255.so > /build/iconvdata/CP1255.so.dynT test -s /build/iconvdata/CP1255.so.dynT mv -f /build/iconvdata/CP1255.so.dynT /build/iconvdata/CP1255.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1256.so > /build/iconvdata/CP1256.so.dynT test -s /build/iconvdata/CP1256.so.dynT mv -f /build/iconvdata/CP1256.so.dynT /build/iconvdata/CP1256.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1257.so > /build/iconvdata/CP1257.so.dynT test -s /build/iconvdata/CP1257.so.dynT mv -f /build/iconvdata/CP1257.so.dynT /build/iconvdata/CP1257.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP1258.so > /build/iconvdata/CP1258.so.dynT test -s /build/iconvdata/CP1258.so.dynT mv -f /build/iconvdata/CP1258.so.dynT /build/iconvdata/CP1258.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP737.so > /build/iconvdata/CP737.so.dynT test -s /build/iconvdata/CP737.so.dynT mv -f /build/iconvdata/CP737.so.dynT /build/iconvdata/CP737.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP770.so > /build/iconvdata/CP770.so.dynT test -s /build/iconvdata/CP770.so.dynT mv -f /build/iconvdata/CP770.so.dynT /build/iconvdata/CP770.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP771.so > /build/iconvdata/CP771.so.dynT test -s /build/iconvdata/CP771.so.dynT mv -f /build/iconvdata/CP771.so.dynT /build/iconvdata/CP771.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP772.so > /build/iconvdata/CP772.so.dynT test -s /build/iconvdata/CP772.so.dynT mv -f /build/iconvdata/CP772.so.dynT /build/iconvdata/CP772.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP773.so > /build/iconvdata/CP773.so.dynT test -s /build/iconvdata/CP773.so.dynT mv -f /build/iconvdata/CP773.so.dynT /build/iconvdata/CP773.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP774.so > /build/iconvdata/CP774.so.dynT test -s /build/iconvdata/CP774.so.dynT mv -f /build/iconvdata/CP774.so.dynT /build/iconvdata/CP774.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP775.so > /build/iconvdata/CP775.so.dynT test -s /build/iconvdata/CP775.so.dynT mv -f /build/iconvdata/CP775.so.dynT /build/iconvdata/CP775.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CP932.so > /build/iconvdata/CP932.so.dynT test -s /build/iconvdata/CP932.so.dynT mv -f /build/iconvdata/CP932.so.dynT /build/iconvdata/CP932.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CSN_369103.so > /build/iconvdata/CSN_369103.so.dynT test -s /build/iconvdata/CSN_369103.so.dynT mv -f /build/iconvdata/CSN_369103.so.dynT /build/iconvdata/CSN_369103.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/CWI.so > /build/iconvdata/CWI.so.dynT test -s /build/iconvdata/CWI.so.dynT mv -f /build/iconvdata/CWI.so.dynT /build/iconvdata/CWI.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/DEC-MCS.so > /build/iconvdata/DEC-MCS.so.dynT test -s /build/iconvdata/DEC-MCS.so.dynT mv -f /build/iconvdata/DEC-MCS.so.dynT /build/iconvdata/DEC-MCS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-AT-DE-A.so > /build/iconvdata/EBCDIC-AT-DE-A.so.dynT test -s /build/iconvdata/EBCDIC-AT-DE-A.so.dynT mv -f /build/iconvdata/EBCDIC-AT-DE-A.so.dynT /build/iconvdata/EBCDIC-AT-DE-A.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-AT-DE.so > /build/iconvdata/EBCDIC-AT-DE.so.dynT test -s /build/iconvdata/EBCDIC-AT-DE.so.dynT mv -f /build/iconvdata/EBCDIC-AT-DE.so.dynT /build/iconvdata/EBCDIC-AT-DE.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-CA-FR.so > /build/iconvdata/EBCDIC-CA-FR.so.dynT test -s /build/iconvdata/EBCDIC-CA-FR.so.dynT mv -f /build/iconvdata/EBCDIC-CA-FR.so.dynT /build/iconvdata/EBCDIC-CA-FR.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-DK-NO-A.so > /build/iconvdata/EBCDIC-DK-NO-A.so.dynT test -s /build/iconvdata/EBCDIC-DK-NO-A.so.dynT mv -f /build/iconvdata/EBCDIC-DK-NO-A.so.dynT /build/iconvdata/EBCDIC-DK-NO-A.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-DK-NO.so > /build/iconvdata/EBCDIC-DK-NO.so.dynT test -s /build/iconvdata/EBCDIC-DK-NO.so.dynT mv -f /build/iconvdata/EBCDIC-DK-NO.so.dynT /build/iconvdata/EBCDIC-DK-NO.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-ES-A.so > /build/iconvdata/EBCDIC-ES-A.so.dynT test -s /build/iconvdata/EBCDIC-ES-A.so.dynT mv -f /build/iconvdata/EBCDIC-ES-A.so.dynT /build/iconvdata/EBCDIC-ES-A.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-ES-S.so > /build/iconvdata/EBCDIC-ES-S.so.dynT test -s /build/iconvdata/EBCDIC-ES-S.so.dynT mv -f /build/iconvdata/EBCDIC-ES-S.so.dynT /build/iconvdata/EBCDIC-ES-S.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-ES.so > /build/iconvdata/EBCDIC-ES.so.dynT test -s /build/iconvdata/EBCDIC-ES.so.dynT mv -f /build/iconvdata/EBCDIC-ES.so.dynT /build/iconvdata/EBCDIC-ES.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-FI-SE-A.so > /build/iconvdata/EBCDIC-FI-SE-A.so.dynT test -s /build/iconvdata/EBCDIC-FI-SE-A.so.dynT mv -f /build/iconvdata/EBCDIC-FI-SE-A.so.dynT /build/iconvdata/EBCDIC-FI-SE-A.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-FI-SE.so > /build/iconvdata/EBCDIC-FI-SE.so.dynT test -s /build/iconvdata/EBCDIC-FI-SE.so.dynT mv -f /build/iconvdata/EBCDIC-FI-SE.so.dynT /build/iconvdata/EBCDIC-FI-SE.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-FR.so > /build/iconvdata/EBCDIC-FR.so.dynT test -s /build/iconvdata/EBCDIC-FR.so.dynT mv -f /build/iconvdata/EBCDIC-FR.so.dynT /build/iconvdata/EBCDIC-FR.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-IS-FRISS.so > /build/iconvdata/EBCDIC-IS-FRISS.so.dynT test -s /build/iconvdata/EBCDIC-IS-FRISS.so.dynT mv -f /build/iconvdata/EBCDIC-IS-FRISS.so.dynT /build/iconvdata/EBCDIC-IS-FRISS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-IT.so > /build/iconvdata/EBCDIC-IT.so.dynT test -s /build/iconvdata/EBCDIC-IT.so.dynT mv -f /build/iconvdata/EBCDIC-IT.so.dynT /build/iconvdata/EBCDIC-IT.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-PT.so > /build/iconvdata/EBCDIC-PT.so.dynT test -s /build/iconvdata/EBCDIC-PT.so.dynT mv -f /build/iconvdata/EBCDIC-PT.so.dynT /build/iconvdata/EBCDIC-PT.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-UK.so > /build/iconvdata/EBCDIC-UK.so.dynT test -s /build/iconvdata/EBCDIC-UK.so.dynT mv -f /build/iconvdata/EBCDIC-UK.so.dynT /build/iconvdata/EBCDIC-UK.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EBCDIC-US.so > /build/iconvdata/EBCDIC-US.so.dynT test -s /build/iconvdata/EBCDIC-US.so.dynT mv -f /build/iconvdata/EBCDIC-US.so.dynT /build/iconvdata/EBCDIC-US.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ECMA-CYRILLIC.so > /build/iconvdata/ECMA-CYRILLIC.so.dynT test -s /build/iconvdata/ECMA-CYRILLIC.so.dynT mv -f /build/iconvdata/ECMA-CYRILLIC.so.dynT /build/iconvdata/ECMA-CYRILLIC.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EUC-CN.so > /build/iconvdata/EUC-CN.so.dynT test -s /build/iconvdata/EUC-CN.so.dynT mv -f /build/iconvdata/EUC-CN.so.dynT /build/iconvdata/EUC-CN.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EUC-JISX0213.so > /build/iconvdata/EUC-JISX0213.so.dynT test -s /build/iconvdata/EUC-JISX0213.so.dynT mv -f /build/iconvdata/EUC-JISX0213.so.dynT /build/iconvdata/EUC-JISX0213.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EUC-JP-MS.so > /build/iconvdata/EUC-JP-MS.so.dynT test -s /build/iconvdata/EUC-JP-MS.so.dynT mv -f /build/iconvdata/EUC-JP-MS.so.dynT /build/iconvdata/EUC-JP-MS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EUC-JP.so > /build/iconvdata/EUC-JP.so.dynT test -s /build/iconvdata/EUC-JP.so.dynT mv -f /build/iconvdata/EUC-JP.so.dynT /build/iconvdata/EUC-JP.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EUC-KR.so > /build/iconvdata/EUC-KR.so.dynT test -s /build/iconvdata/EUC-KR.so.dynT mv -f /build/iconvdata/EUC-KR.so.dynT /build/iconvdata/EUC-KR.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/EUC-TW.so > /build/iconvdata/EUC-TW.so.dynT test -s /build/iconvdata/EUC-TW.so.dynT mv -f /build/iconvdata/EUC-TW.so.dynT /build/iconvdata/EUC-TW.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GB18030.so > /build/iconvdata/GB18030.so.dynT test -s /build/iconvdata/GB18030.so.dynT mv -f /build/iconvdata/GB18030.so.dynT /build/iconvdata/GB18030.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GBBIG5.so > /build/iconvdata/GBBIG5.so.dynT test -s /build/iconvdata/GBBIG5.so.dynT mv -f /build/iconvdata/GBBIG5.so.dynT /build/iconvdata/GBBIG5.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GBGBK.so > /build/iconvdata/GBGBK.so.dynT test -s /build/iconvdata/GBGBK.so.dynT mv -f /build/iconvdata/GBGBK.so.dynT /build/iconvdata/GBGBK.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GBK.so > /build/iconvdata/GBK.so.dynT test -s /build/iconvdata/GBK.so.dynT mv -f /build/iconvdata/GBK.so.dynT /build/iconvdata/GBK.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GEORGIAN-ACADEMY.so > /build/iconvdata/GEORGIAN-ACADEMY.so.dynT test -s /build/iconvdata/GEORGIAN-ACADEMY.so.dynT mv -f /build/iconvdata/GEORGIAN-ACADEMY.so.dynT /build/iconvdata/GEORGIAN-ACADEMY.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GEORGIAN-PS.so > /build/iconvdata/GEORGIAN-PS.so.dynT test -s /build/iconvdata/GEORGIAN-PS.so.dynT mv -f /build/iconvdata/GEORGIAN-PS.so.dynT /build/iconvdata/GEORGIAN-PS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GOST_19768-74.so > /build/iconvdata/GOST_19768-74.so.dynT test -s /build/iconvdata/GOST_19768-74.so.dynT mv -f /build/iconvdata/GOST_19768-74.so.dynT /build/iconvdata/GOST_19768-74.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GREEK-CCITT.so > /build/iconvdata/GREEK-CCITT.so.dynT test -s /build/iconvdata/GREEK-CCITT.so.dynT mv -f /build/iconvdata/GREEK-CCITT.so.dynT /build/iconvdata/GREEK-CCITT.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GREEK7-OLD.so > /build/iconvdata/GREEK7-OLD.so.dynT test -s /build/iconvdata/GREEK7-OLD.so.dynT mv -f /build/iconvdata/GREEK7-OLD.so.dynT /build/iconvdata/GREEK7-OLD.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/GREEK7.so > /build/iconvdata/GREEK7.so.dynT test -s /build/iconvdata/GREEK7.so.dynT mv -f /build/iconvdata/GREEK7.so.dynT /build/iconvdata/GREEK7.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/HP-ROMAN8.so > /build/iconvdata/HP-ROMAN8.so.dynT test -s /build/iconvdata/HP-ROMAN8.so.dynT mv -f /build/iconvdata/HP-ROMAN8.so.dynT /build/iconvdata/HP-ROMAN8.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/HP-GREEK8.so > /build/iconvdata/HP-GREEK8.so.dynT test -s /build/iconvdata/HP-GREEK8.so.dynT mv -f /build/iconvdata/HP-GREEK8.so.dynT /build/iconvdata/HP-GREEK8.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/HP-ROMAN9.so > /build/iconvdata/HP-ROMAN9.so.dynT test -s /build/iconvdata/HP-ROMAN9.so.dynT mv -f /build/iconvdata/HP-ROMAN9.so.dynT /build/iconvdata/HP-ROMAN9.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/HP-THAI8.so > /build/iconvdata/HP-THAI8.so.dynT test -s /build/iconvdata/HP-THAI8.so.dynT mv -f /build/iconvdata/HP-THAI8.so.dynT /build/iconvdata/HP-THAI8.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/HP-TURKISH8.so > /build/iconvdata/HP-TURKISH8.so.dynT test -s /build/iconvdata/HP-TURKISH8.so.dynT mv -f /build/iconvdata/HP-TURKISH8.so.dynT /build/iconvdata/HP-TURKISH8.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM038.so > /build/iconvdata/IBM038.so.dynT test -s /build/iconvdata/IBM038.so.dynT mv -f /build/iconvdata/IBM038.so.dynT /build/iconvdata/IBM038.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM037.so > /build/iconvdata/IBM037.so.dynT test -s /build/iconvdata/IBM037.so.dynT mv -f /build/iconvdata/IBM037.so.dynT /build/iconvdata/IBM037.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1004.so > /build/iconvdata/IBM1004.so.dynT test -s /build/iconvdata/IBM1004.so.dynT mv -f /build/iconvdata/IBM1004.so.dynT /build/iconvdata/IBM1004.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1008_420.so > /build/iconvdata/IBM1008_420.so.dynT test -s /build/iconvdata/IBM1008_420.so.dynT mv -f /build/iconvdata/IBM1008_420.so.dynT /build/iconvdata/IBM1008_420.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1008.so > /build/iconvdata/IBM1008.so.dynT test -s /build/iconvdata/IBM1008.so.dynT mv -f /build/iconvdata/IBM1008.so.dynT /build/iconvdata/IBM1008.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1025.so > /build/iconvdata/IBM1025.so.dynT test -s /build/iconvdata/IBM1025.so.dynT mv -f /build/iconvdata/IBM1025.so.dynT /build/iconvdata/IBM1025.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1026.so > /build/iconvdata/IBM1026.so.dynT test -s /build/iconvdata/IBM1026.so.dynT mv -f /build/iconvdata/IBM1026.so.dynT /build/iconvdata/IBM1026.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1046.so > /build/iconvdata/IBM1046.so.dynT test -s /build/iconvdata/IBM1046.so.dynT mv -f /build/iconvdata/IBM1046.so.dynT /build/iconvdata/IBM1046.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1047.so > /build/iconvdata/IBM1047.so.dynT test -s /build/iconvdata/IBM1047.so.dynT mv -f /build/iconvdata/IBM1047.so.dynT /build/iconvdata/IBM1047.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1097.so > /build/iconvdata/IBM1097.so.dynT test -s /build/iconvdata/IBM1097.so.dynT mv -f /build/iconvdata/IBM1097.so.dynT /build/iconvdata/IBM1097.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1112.so > /build/iconvdata/IBM1112.so.dynT test -s /build/iconvdata/IBM1112.so.dynT mv -f /build/iconvdata/IBM1112.so.dynT /build/iconvdata/IBM1112.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1122.so > /build/iconvdata/IBM1122.so.dynT test -s /build/iconvdata/IBM1122.so.dynT mv -f /build/iconvdata/IBM1122.so.dynT /build/iconvdata/IBM1122.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1123.so > /build/iconvdata/IBM1123.so.dynT test -s /build/iconvdata/IBM1123.so.dynT mv -f /build/iconvdata/IBM1123.so.dynT /build/iconvdata/IBM1123.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1124.so > /build/iconvdata/IBM1124.so.dynT test -s /build/iconvdata/IBM1124.so.dynT mv -f /build/iconvdata/IBM1124.so.dynT /build/iconvdata/IBM1124.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1129.so > /build/iconvdata/IBM1129.so.dynT test -s /build/iconvdata/IBM1129.so.dynT mv -f /build/iconvdata/IBM1129.so.dynT /build/iconvdata/IBM1129.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1130.so > /build/iconvdata/IBM1130.so.dynT test -s /build/iconvdata/IBM1130.so.dynT mv -f /build/iconvdata/IBM1130.so.dynT /build/iconvdata/IBM1130.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1132.so > /build/iconvdata/IBM1132.so.dynT test -s /build/iconvdata/IBM1132.so.dynT mv -f /build/iconvdata/IBM1132.so.dynT /build/iconvdata/IBM1132.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1133.so > /build/iconvdata/IBM1133.so.dynT test -s /build/iconvdata/IBM1133.so.dynT mv -f /build/iconvdata/IBM1133.so.dynT /build/iconvdata/IBM1133.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1137.so > /build/iconvdata/IBM1137.so.dynT test -s /build/iconvdata/IBM1137.so.dynT mv -f /build/iconvdata/IBM1137.so.dynT /build/iconvdata/IBM1137.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1141.so > /build/iconvdata/IBM1141.so.dynT test -s /build/iconvdata/IBM1141.so.dynT mv -f /build/iconvdata/IBM1141.so.dynT /build/iconvdata/IBM1141.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1140.so > /build/iconvdata/IBM1140.so.dynT test -s /build/iconvdata/IBM1140.so.dynT mv -f /build/iconvdata/IBM1140.so.dynT /build/iconvdata/IBM1140.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1142.so > /build/iconvdata/IBM1142.so.dynT test -s /build/iconvdata/IBM1142.so.dynT mv -f /build/iconvdata/IBM1142.so.dynT /build/iconvdata/IBM1142.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1144.so > /build/iconvdata/IBM1144.so.dynT test -s /build/iconvdata/IBM1144.so.dynT mv -f /build/iconvdata/IBM1144.so.dynT /build/iconvdata/IBM1144.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1143.so > /build/iconvdata/IBM1143.so.dynT test -s /build/iconvdata/IBM1143.so.dynT mv -f /build/iconvdata/IBM1143.so.dynT /build/iconvdata/IBM1143.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1145.so > /build/iconvdata/IBM1145.so.dynT test -s /build/iconvdata/IBM1145.so.dynT mv -f /build/iconvdata/IBM1145.so.dynT /build/iconvdata/IBM1145.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1146.so > /build/iconvdata/IBM1146.so.dynT test -s /build/iconvdata/IBM1146.so.dynT mv -f /build/iconvdata/IBM1146.so.dynT /build/iconvdata/IBM1146.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1147.so > /build/iconvdata/IBM1147.so.dynT test -s /build/iconvdata/IBM1147.so.dynT mv -f /build/iconvdata/IBM1147.so.dynT /build/iconvdata/IBM1147.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1148.so > /build/iconvdata/IBM1148.so.dynT test -s /build/iconvdata/IBM1148.so.dynT mv -f /build/iconvdata/IBM1148.so.dynT /build/iconvdata/IBM1148.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1149.so > /build/iconvdata/IBM1149.so.dynT test -s /build/iconvdata/IBM1149.so.dynT mv -f /build/iconvdata/IBM1149.so.dynT /build/iconvdata/IBM1149.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1153.so > /build/iconvdata/IBM1153.so.dynT test -s /build/iconvdata/IBM1153.so.dynT mv -f /build/iconvdata/IBM1153.so.dynT /build/iconvdata/IBM1153.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1154.so > /build/iconvdata/IBM1154.so.dynT test -s /build/iconvdata/IBM1154.so.dynT mv -f /build/iconvdata/IBM1154.so.dynT /build/iconvdata/IBM1154.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1155.so > /build/iconvdata/IBM1155.so.dynT test -s /build/iconvdata/IBM1155.so.dynT mv -f /build/iconvdata/IBM1155.so.dynT /build/iconvdata/IBM1155.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1156.so > /build/iconvdata/IBM1156.so.dynT test -s /build/iconvdata/IBM1156.so.dynT mv -f /build/iconvdata/IBM1156.so.dynT /build/iconvdata/IBM1156.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1157.so > /build/iconvdata/IBM1157.so.dynT test -s /build/iconvdata/IBM1157.so.dynT mv -f /build/iconvdata/IBM1157.so.dynT /build/iconvdata/IBM1157.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1158.so > /build/iconvdata/IBM1158.so.dynT test -s /build/iconvdata/IBM1158.so.dynT mv -f /build/iconvdata/IBM1158.so.dynT /build/iconvdata/IBM1158.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1160.so > /build/iconvdata/IBM1160.so.dynT test -s /build/iconvdata/IBM1160.so.dynT mv -f /build/iconvdata/IBM1160.so.dynT /build/iconvdata/IBM1160.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1161.so > /build/iconvdata/IBM1161.so.dynT test -s /build/iconvdata/IBM1161.so.dynT mv -f /build/iconvdata/IBM1161.so.dynT /build/iconvdata/IBM1161.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1162.so > /build/iconvdata/IBM1162.so.dynT test -s /build/iconvdata/IBM1162.so.dynT mv -f /build/iconvdata/IBM1162.so.dynT /build/iconvdata/IBM1162.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1163.so > /build/iconvdata/IBM1163.so.dynT test -s /build/iconvdata/IBM1163.so.dynT mv -f /build/iconvdata/IBM1163.so.dynT /build/iconvdata/IBM1163.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1164.so > /build/iconvdata/IBM1164.so.dynT test -s /build/iconvdata/IBM1164.so.dynT mv -f /build/iconvdata/IBM1164.so.dynT /build/iconvdata/IBM1164.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1166.so > /build/iconvdata/IBM1166.so.dynT test -s /build/iconvdata/IBM1166.so.dynT mv -f /build/iconvdata/IBM1166.so.dynT /build/iconvdata/IBM1166.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1167.so > /build/iconvdata/IBM1167.so.dynT test -s /build/iconvdata/IBM1167.so.dynT mv -f /build/iconvdata/IBM1167.so.dynT /build/iconvdata/IBM1167.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM12712.so > /build/iconvdata/IBM12712.so.dynT test -s /build/iconvdata/IBM12712.so.dynT mv -f /build/iconvdata/IBM12712.so.dynT /build/iconvdata/IBM12712.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1364.so > /build/iconvdata/IBM1364.so.dynT test -s /build/iconvdata/IBM1364.so.dynT mv -f /build/iconvdata/IBM1364.so.dynT /build/iconvdata/IBM1364.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1371.so > /build/iconvdata/IBM1371.so.dynT test -s /build/iconvdata/IBM1371.so.dynT mv -f /build/iconvdata/IBM1371.so.dynT /build/iconvdata/IBM1371.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1388.so > /build/iconvdata/IBM1388.so.dynT test -s /build/iconvdata/IBM1388.so.dynT mv -f /build/iconvdata/IBM1388.so.dynT /build/iconvdata/IBM1388.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1390.so > /build/iconvdata/IBM1390.so.dynT test -s /build/iconvdata/IBM1390.so.dynT mv -f /build/iconvdata/IBM1390.so.dynT /build/iconvdata/IBM1390.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM1399.so > /build/iconvdata/IBM1399.so.dynT test -s /build/iconvdata/IBM1399.so.dynT mv -f /build/iconvdata/IBM1399.so.dynT /build/iconvdata/IBM1399.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM16804.so > /build/iconvdata/IBM16804.so.dynT test -s /build/iconvdata/IBM16804.so.dynT mv -f /build/iconvdata/IBM16804.so.dynT /build/iconvdata/IBM16804.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM256.so > /build/iconvdata/IBM256.so.dynT test -s /build/iconvdata/IBM256.so.dynT mv -f /build/iconvdata/IBM256.so.dynT /build/iconvdata/IBM256.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM273.so > /build/iconvdata/IBM273.so.dynT test -s /build/iconvdata/IBM273.so.dynT mv -f /build/iconvdata/IBM273.so.dynT /build/iconvdata/IBM273.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM274.so > /build/iconvdata/IBM274.so.dynT test -s /build/iconvdata/IBM274.so.dynT mv -f /build/iconvdata/IBM274.so.dynT /build/iconvdata/IBM274.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM275.so > /build/iconvdata/IBM275.so.dynT test -s /build/iconvdata/IBM275.so.dynT mv -f /build/iconvdata/IBM275.so.dynT /build/iconvdata/IBM275.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM277.so > /build/iconvdata/IBM277.so.dynT test -s /build/iconvdata/IBM277.so.dynT mv -f /build/iconvdata/IBM277.so.dynT /build/iconvdata/IBM277.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM278.so > /build/iconvdata/IBM278.so.dynT test -s /build/iconvdata/IBM278.so.dynT mv -f /build/iconvdata/IBM278.so.dynT /build/iconvdata/IBM278.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM281.so > /build/iconvdata/IBM281.so.dynT test -s /build/iconvdata/IBM281.so.dynT mv -f /build/iconvdata/IBM281.so.dynT /build/iconvdata/IBM281.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM280.so > /build/iconvdata/IBM280.so.dynT test -s /build/iconvdata/IBM280.so.dynT mv -f /build/iconvdata/IBM280.so.dynT /build/iconvdata/IBM280.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM285.so > /build/iconvdata/IBM285.so.dynT test -s /build/iconvdata/IBM285.so.dynT mv -f /build/iconvdata/IBM285.so.dynT /build/iconvdata/IBM285.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM284.so > /build/iconvdata/IBM284.so.dynT test -s /build/iconvdata/IBM284.so.dynT mv -f /build/iconvdata/IBM284.so.dynT /build/iconvdata/IBM284.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM290.so > /build/iconvdata/IBM290.so.dynT test -s /build/iconvdata/IBM290.so.dynT mv -f /build/iconvdata/IBM290.so.dynT /build/iconvdata/IBM290.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM297.so > /build/iconvdata/IBM297.so.dynT test -s /build/iconvdata/IBM297.so.dynT mv -f /build/iconvdata/IBM297.so.dynT /build/iconvdata/IBM297.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM420.so > /build/iconvdata/IBM420.so.dynT test -s /build/iconvdata/IBM420.so.dynT mv -f /build/iconvdata/IBM420.so.dynT /build/iconvdata/IBM420.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM423.so > /build/iconvdata/IBM423.so.dynT test -s /build/iconvdata/IBM423.so.dynT mv -f /build/iconvdata/IBM423.so.dynT /build/iconvdata/IBM423.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM424.so > /build/iconvdata/IBM424.so.dynT test -s /build/iconvdata/IBM424.so.dynT mv -f /build/iconvdata/IBM424.so.dynT /build/iconvdata/IBM424.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM437.so > /build/iconvdata/IBM437.so.dynT test -s /build/iconvdata/IBM437.so.dynT mv -f /build/iconvdata/IBM437.so.dynT /build/iconvdata/IBM437.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM4517.so > /build/iconvdata/IBM4517.so.dynT test -s /build/iconvdata/IBM4517.so.dynT mv -f /build/iconvdata/IBM4517.so.dynT /build/iconvdata/IBM4517.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM4899.so > /build/iconvdata/IBM4899.so.dynT test -s /build/iconvdata/IBM4899.so.dynT mv -f /build/iconvdata/IBM4899.so.dynT /build/iconvdata/IBM4899.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM4909.so > /build/iconvdata/IBM4909.so.dynT test -s /build/iconvdata/IBM4909.so.dynT mv -f /build/iconvdata/IBM4909.so.dynT /build/iconvdata/IBM4909.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM500.so > /build/iconvdata/IBM500.so.dynT test -s /build/iconvdata/IBM500.so.dynT mv -f /build/iconvdata/IBM500.so.dynT /build/iconvdata/IBM500.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM4971.so > /build/iconvdata/IBM4971.so.dynT test -s /build/iconvdata/IBM4971.so.dynT mv -f /build/iconvdata/IBM4971.so.dynT /build/iconvdata/IBM4971.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM5347.so > /build/iconvdata/IBM5347.so.dynT test -s /build/iconvdata/IBM5347.so.dynT mv -f /build/iconvdata/IBM5347.so.dynT /build/iconvdata/IBM5347.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM803.so > /build/iconvdata/IBM803.so.dynT test -s /build/iconvdata/IBM803.so.dynT mv -f /build/iconvdata/IBM803.so.dynT /build/iconvdata/IBM803.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM850.so > /build/iconvdata/IBM850.so.dynT test -s /build/iconvdata/IBM850.so.dynT mv -f /build/iconvdata/IBM850.so.dynT /build/iconvdata/IBM850.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM851.so > /build/iconvdata/IBM851.so.dynT test -s /build/iconvdata/IBM851.so.dynT mv -f /build/iconvdata/IBM851.so.dynT /build/iconvdata/IBM851.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM852.so > /build/iconvdata/IBM852.so.dynT test -s /build/iconvdata/IBM852.so.dynT mv -f /build/iconvdata/IBM852.so.dynT /build/iconvdata/IBM852.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM855.so > /build/iconvdata/IBM855.so.dynT test -s /build/iconvdata/IBM855.so.dynT mv -f /build/iconvdata/IBM855.so.dynT /build/iconvdata/IBM855.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM856.so > /build/iconvdata/IBM856.so.dynT test -s /build/iconvdata/IBM856.so.dynT mv -f /build/iconvdata/IBM856.so.dynT /build/iconvdata/IBM856.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM857.so > /build/iconvdata/IBM857.so.dynT test -s /build/iconvdata/IBM857.so.dynT mv -f /build/iconvdata/IBM857.so.dynT /build/iconvdata/IBM857.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM858.so > /build/iconvdata/IBM858.so.dynT test -s /build/iconvdata/IBM858.so.dynT mv -f /build/iconvdata/IBM858.so.dynT /build/iconvdata/IBM858.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM860.so > /build/iconvdata/IBM860.so.dynT test -s /build/iconvdata/IBM860.so.dynT mv -f /build/iconvdata/IBM860.so.dynT /build/iconvdata/IBM860.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM861.so > /build/iconvdata/IBM861.so.dynT test -s /build/iconvdata/IBM861.so.dynT mv -f /build/iconvdata/IBM861.so.dynT /build/iconvdata/IBM861.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM863.so > /build/iconvdata/IBM863.so.dynT test -s /build/iconvdata/IBM863.so.dynT mv -f /build/iconvdata/IBM863.so.dynT /build/iconvdata/IBM863.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM862.so > /build/iconvdata/IBM862.so.dynT test -s /build/iconvdata/IBM862.so.dynT mv -f /build/iconvdata/IBM862.so.dynT /build/iconvdata/IBM862.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM864.so > /build/iconvdata/IBM864.so.dynT test -s /build/iconvdata/IBM864.so.dynT mv -f /build/iconvdata/IBM864.so.dynT /build/iconvdata/IBM864.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM865.so > /build/iconvdata/IBM865.so.dynT test -s /build/iconvdata/IBM865.so.dynT mv -f /build/iconvdata/IBM865.so.dynT /build/iconvdata/IBM865.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM866.so > /build/iconvdata/IBM866.so.dynT test -s /build/iconvdata/IBM866.so.dynT mv -f /build/iconvdata/IBM866.so.dynT /build/iconvdata/IBM866.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM866NAV.so > /build/iconvdata/IBM866NAV.so.dynT test -s /build/iconvdata/IBM866NAV.so.dynT mv -f /build/iconvdata/IBM866NAV.so.dynT /build/iconvdata/IBM866NAV.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM868.so > /build/iconvdata/IBM868.so.dynT test -s /build/iconvdata/IBM868.so.dynT mv -f /build/iconvdata/IBM868.so.dynT /build/iconvdata/IBM868.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM869.so > /build/iconvdata/IBM869.so.dynT test -s /build/iconvdata/IBM869.so.dynT mv -f /build/iconvdata/IBM869.so.dynT /build/iconvdata/IBM869.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM870.so > /build/iconvdata/IBM870.so.dynT test -s /build/iconvdata/IBM870.so.dynT mv -f /build/iconvdata/IBM870.so.dynT /build/iconvdata/IBM870.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM871.so > /build/iconvdata/IBM871.so.dynT test -s /build/iconvdata/IBM871.so.dynT mv -f /build/iconvdata/IBM871.so.dynT /build/iconvdata/IBM871.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM874.so > /build/iconvdata/IBM874.so.dynT test -s /build/iconvdata/IBM874.so.dynT mv -f /build/iconvdata/IBM874.so.dynT /build/iconvdata/IBM874.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM880.so > /build/iconvdata/IBM880.so.dynT test -s /build/iconvdata/IBM880.so.dynT mv -f /build/iconvdata/IBM880.so.dynT /build/iconvdata/IBM880.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM875.so > /build/iconvdata/IBM875.so.dynT test -s /build/iconvdata/IBM875.so.dynT mv -f /build/iconvdata/IBM875.so.dynT /build/iconvdata/IBM875.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM891.so > /build/iconvdata/IBM891.so.dynT test -s /build/iconvdata/IBM891.so.dynT mv -f /build/iconvdata/IBM891.so.dynT /build/iconvdata/IBM891.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM901.so > /build/iconvdata/IBM901.so.dynT test -s /build/iconvdata/IBM901.so.dynT mv -f /build/iconvdata/IBM901.so.dynT /build/iconvdata/IBM901.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM902.so > /build/iconvdata/IBM902.so.dynT test -s /build/iconvdata/IBM902.so.dynT mv -f /build/iconvdata/IBM902.so.dynT /build/iconvdata/IBM902.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM903.so > /build/iconvdata/IBM903.so.dynT test -s /build/iconvdata/IBM903.so.dynT mv -f /build/iconvdata/IBM903.so.dynT /build/iconvdata/IBM903.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM9030.so > /build/iconvdata/IBM9030.so.dynT test -s /build/iconvdata/IBM9030.so.dynT mv -f /build/iconvdata/IBM9030.so.dynT /build/iconvdata/IBM9030.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM904.so > /build/iconvdata/IBM904.so.dynT test -s /build/iconvdata/IBM904.so.dynT mv -f /build/iconvdata/IBM904.so.dynT /build/iconvdata/IBM904.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM905.so > /build/iconvdata/IBM905.so.dynT test -s /build/iconvdata/IBM905.so.dynT mv -f /build/iconvdata/IBM905.so.dynT /build/iconvdata/IBM905.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM9066.so > /build/iconvdata/IBM9066.so.dynT test -s /build/iconvdata/IBM9066.so.dynT mv -f /build/iconvdata/IBM9066.so.dynT /build/iconvdata/IBM9066.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM918.so > /build/iconvdata/IBM918.so.dynT test -s /build/iconvdata/IBM918.so.dynT mv -f /build/iconvdata/IBM918.so.dynT /build/iconvdata/IBM918.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM921.so > /build/iconvdata/IBM921.so.dynT test -s /build/iconvdata/IBM921.so.dynT mv -f /build/iconvdata/IBM921.so.dynT /build/iconvdata/IBM921.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM922.so > /build/iconvdata/IBM922.so.dynT test -s /build/iconvdata/IBM922.so.dynT mv -f /build/iconvdata/IBM922.so.dynT /build/iconvdata/IBM922.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM930.so > /build/iconvdata/IBM930.so.dynT test -s /build/iconvdata/IBM930.so.dynT mv -f /build/iconvdata/IBM930.so.dynT /build/iconvdata/IBM930.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM932.so > /build/iconvdata/IBM932.so.dynT test -s /build/iconvdata/IBM932.so.dynT mv -f /build/iconvdata/IBM932.so.dynT /build/iconvdata/IBM932.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM933.so > /build/iconvdata/IBM933.so.dynT test -s /build/iconvdata/IBM933.so.dynT mv -f /build/iconvdata/IBM933.so.dynT /build/iconvdata/IBM933.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM935.so > /build/iconvdata/IBM935.so.dynT test -s /build/iconvdata/IBM935.so.dynT mv -f /build/iconvdata/IBM935.so.dynT /build/iconvdata/IBM935.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM937.so > /build/iconvdata/IBM937.so.dynT test -s /build/iconvdata/IBM937.so.dynT mv -f /build/iconvdata/IBM937.so.dynT /build/iconvdata/IBM937.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM939.so > /build/iconvdata/IBM939.so.dynT test -s /build/iconvdata/IBM939.so.dynT mv -f /build/iconvdata/IBM939.so.dynT /build/iconvdata/IBM939.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM943.so > /build/iconvdata/IBM943.so.dynT test -s /build/iconvdata/IBM943.so.dynT mv -f /build/iconvdata/IBM943.so.dynT /build/iconvdata/IBM943.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IBM9448.so > /build/iconvdata/IBM9448.so.dynT test -s /build/iconvdata/IBM9448.so.dynT mv -f /build/iconvdata/IBM9448.so.dynT /build/iconvdata/IBM9448.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/IEC_P27-1.so > /build/iconvdata/IEC_P27-1.so.dynT test -s /build/iconvdata/IEC_P27-1.so.dynT mv -f /build/iconvdata/IEC_P27-1.so.dynT /build/iconvdata/IEC_P27-1.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/INIS-8.so > /build/iconvdata/INIS-8.so.dynT test -s /build/iconvdata/INIS-8.so.dynT mv -f /build/iconvdata/INIS-8.so.dynT /build/iconvdata/INIS-8.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/INIS-CYRILLIC.so > /build/iconvdata/INIS-CYRILLIC.so.dynT test -s /build/iconvdata/INIS-CYRILLIC.so.dynT mv -f /build/iconvdata/INIS-CYRILLIC.so.dynT /build/iconvdata/INIS-CYRILLIC.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/INIS.so > /build/iconvdata/INIS.so.dynT test -s /build/iconvdata/INIS.so.dynT mv -f /build/iconvdata/INIS.so.dynT /build/iconvdata/INIS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISIRI-3342.so > /build/iconvdata/ISIRI-3342.so.dynT test -s /build/iconvdata/ISIRI-3342.so.dynT mv -f /build/iconvdata/ISIRI-3342.so.dynT /build/iconvdata/ISIRI-3342.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO-2022-CN-EXT.so > /build/iconvdata/ISO-2022-CN-EXT.so.dynT test -s /build/iconvdata/ISO-2022-CN-EXT.so.dynT mv -f /build/iconvdata/ISO-2022-CN-EXT.so.dynT /build/iconvdata/ISO-2022-CN-EXT.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO-2022-CN.so > /build/iconvdata/ISO-2022-CN.so.dynT test -s /build/iconvdata/ISO-2022-CN.so.dynT mv -f /build/iconvdata/ISO-2022-CN.so.dynT /build/iconvdata/ISO-2022-CN.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO-2022-JP-3.so > /build/iconvdata/ISO-2022-JP-3.so.dynT test -s /build/iconvdata/ISO-2022-JP-3.so.dynT mv -f /build/iconvdata/ISO-2022-JP-3.so.dynT /build/iconvdata/ISO-2022-JP-3.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO-2022-JP.so > /build/iconvdata/ISO-2022-JP.so.dynT test -s /build/iconvdata/ISO-2022-JP.so.dynT mv -f /build/iconvdata/ISO-2022-JP.so.dynT /build/iconvdata/ISO-2022-JP.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO-2022-KR.so > /build/iconvdata/ISO-2022-KR.so.dynT test -s /build/iconvdata/ISO-2022-KR.so.dynT mv -f /build/iconvdata/ISO-2022-KR.so.dynT /build/iconvdata/ISO-2022-KR.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO-IR-197.so > /build/iconvdata/ISO-IR-197.so.dynT test -s /build/iconvdata/ISO-IR-197.so.dynT mv -f /build/iconvdata/ISO-IR-197.so.dynT /build/iconvdata/ISO-IR-197.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO-IR-209.so > /build/iconvdata/ISO-IR-209.so.dynT test -s /build/iconvdata/ISO-IR-209.so.dynT mv -f /build/iconvdata/ISO-IR-209.so.dynT /build/iconvdata/ISO-IR-209.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO646.so > /build/iconvdata/ISO646.so.dynT test -s /build/iconvdata/ISO646.so.dynT mv -f /build/iconvdata/ISO646.so.dynT /build/iconvdata/ISO646.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-1.so > /build/iconvdata/ISO8859-1.so.dynT test -s /build/iconvdata/ISO8859-1.so.dynT mv -f /build/iconvdata/ISO8859-1.so.dynT /build/iconvdata/ISO8859-1.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-10.so > /build/iconvdata/ISO8859-10.so.dynT test -s /build/iconvdata/ISO8859-10.so.dynT mv -f /build/iconvdata/ISO8859-10.so.dynT /build/iconvdata/ISO8859-10.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-11.so > /build/iconvdata/ISO8859-11.so.dynT test -s /build/iconvdata/ISO8859-11.so.dynT mv -f /build/iconvdata/ISO8859-11.so.dynT /build/iconvdata/ISO8859-11.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-13.so > /build/iconvdata/ISO8859-13.so.dynT test -s /build/iconvdata/ISO8859-13.so.dynT mv -f /build/iconvdata/ISO8859-13.so.dynT /build/iconvdata/ISO8859-13.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-14.so > /build/iconvdata/ISO8859-14.so.dynT test -s /build/iconvdata/ISO8859-14.so.dynT mv -f /build/iconvdata/ISO8859-14.so.dynT /build/iconvdata/ISO8859-14.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-15.so > /build/iconvdata/ISO8859-15.so.dynT test -s /build/iconvdata/ISO8859-15.so.dynT mv -f /build/iconvdata/ISO8859-15.so.dynT /build/iconvdata/ISO8859-15.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-16.so > /build/iconvdata/ISO8859-16.so.dynT test -s /build/iconvdata/ISO8859-16.so.dynT mv -f /build/iconvdata/ISO8859-16.so.dynT /build/iconvdata/ISO8859-16.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-2.so > /build/iconvdata/ISO8859-2.so.dynT test -s /build/iconvdata/ISO8859-2.so.dynT mv -f /build/iconvdata/ISO8859-2.so.dynT /build/iconvdata/ISO8859-2.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-3.so > /build/iconvdata/ISO8859-3.so.dynT test -s /build/iconvdata/ISO8859-3.so.dynT mv -f /build/iconvdata/ISO8859-3.so.dynT /build/iconvdata/ISO8859-3.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-4.so > /build/iconvdata/ISO8859-4.so.dynT test -s /build/iconvdata/ISO8859-4.so.dynT mv -f /build/iconvdata/ISO8859-4.so.dynT /build/iconvdata/ISO8859-4.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-5.so > /build/iconvdata/ISO8859-5.so.dynT test -s /build/iconvdata/ISO8859-5.so.dynT mv -f /build/iconvdata/ISO8859-5.so.dynT /build/iconvdata/ISO8859-5.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-6.so > /build/iconvdata/ISO8859-6.so.dynT test -s /build/iconvdata/ISO8859-6.so.dynT mv -f /build/iconvdata/ISO8859-6.so.dynT /build/iconvdata/ISO8859-6.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-7.so > /build/iconvdata/ISO8859-7.so.dynT test -s /build/iconvdata/ISO8859-7.so.dynT mv -f /build/iconvdata/ISO8859-7.so.dynT /build/iconvdata/ISO8859-7.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-8.so > /build/iconvdata/ISO8859-8.so.dynT test -s /build/iconvdata/ISO8859-8.so.dynT mv -f /build/iconvdata/ISO8859-8.so.dynT /build/iconvdata/ISO8859-8.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-9.so > /build/iconvdata/ISO8859-9.so.dynT test -s /build/iconvdata/ISO8859-9.so.dynT mv -f /build/iconvdata/ISO8859-9.so.dynT /build/iconvdata/ISO8859-9.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO8859-9E.so > /build/iconvdata/ISO8859-9E.so.dynT test -s /build/iconvdata/ISO8859-9E.so.dynT mv -f /build/iconvdata/ISO8859-9E.so.dynT /build/iconvdata/ISO8859-9E.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO_10367-BOX.so > /build/iconvdata/ISO_10367-BOX.so.dynT test -s /build/iconvdata/ISO_10367-BOX.so.dynT mv -f /build/iconvdata/ISO_10367-BOX.so.dynT /build/iconvdata/ISO_10367-BOX.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO_11548-1.so > /build/iconvdata/ISO_11548-1.so.dynT test -s /build/iconvdata/ISO_11548-1.so.dynT mv -f /build/iconvdata/ISO_11548-1.so.dynT /build/iconvdata/ISO_11548-1.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO_2033.so > /build/iconvdata/ISO_2033.so.dynT test -s /build/iconvdata/ISO_2033.so.dynT mv -f /build/iconvdata/ISO_2033.so.dynT /build/iconvdata/ISO_2033.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO_5427-EXT.so > /build/iconvdata/ISO_5427-EXT.so.dynT test -s /build/iconvdata/ISO_5427-EXT.so.dynT mv -f /build/iconvdata/ISO_5427-EXT.so.dynT /build/iconvdata/ISO_5427-EXT.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO_5427.so > /build/iconvdata/ISO_5427.so.dynT test -s /build/iconvdata/ISO_5427.so.dynT mv -f /build/iconvdata/ISO_5427.so.dynT /build/iconvdata/ISO_5427.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO_5428.so > /build/iconvdata/ISO_5428.so.dynT test -s /build/iconvdata/ISO_5428.so.dynT mv -f /build/iconvdata/ISO_5428.so.dynT /build/iconvdata/ISO_5428.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO_6937-2.so > /build/iconvdata/ISO_6937-2.so.dynT test -s /build/iconvdata/ISO_6937-2.so.dynT mv -f /build/iconvdata/ISO_6937-2.so.dynT /build/iconvdata/ISO_6937-2.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/ISO_6937.so > /build/iconvdata/ISO_6937.so.dynT test -s /build/iconvdata/ISO_6937.so.dynT mv -f /build/iconvdata/ISO_6937.so.dynT /build/iconvdata/ISO_6937.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/JOHAB.so > /build/iconvdata/JOHAB.so.dynT test -s /build/iconvdata/JOHAB.so.dynT mv -f /build/iconvdata/JOHAB.so.dynT /build/iconvdata/JOHAB.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/KOI-8.so > /build/iconvdata/KOI-8.so.dynT test -s /build/iconvdata/KOI-8.so.dynT mv -f /build/iconvdata/KOI-8.so.dynT /build/iconvdata/KOI-8.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/KOI8-R.so > /build/iconvdata/KOI8-R.so.dynT test -s /build/iconvdata/KOI8-R.so.dynT mv -f /build/iconvdata/KOI8-R.so.dynT /build/iconvdata/KOI8-R.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/KOI8-RU.so > /build/iconvdata/KOI8-RU.so.dynT test -s /build/iconvdata/KOI8-RU.so.dynT mv -f /build/iconvdata/KOI8-RU.so.dynT /build/iconvdata/KOI8-RU.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/KOI8-T.so > /build/iconvdata/KOI8-T.so.dynT test -s /build/iconvdata/KOI8-T.so.dynT mv -f /build/iconvdata/KOI8-T.so.dynT /build/iconvdata/KOI8-T.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/KOI8-U.so > /build/iconvdata/KOI8-U.so.dynT test -s /build/iconvdata/KOI8-U.so.dynT mv -f /build/iconvdata/KOI8-U.so.dynT /build/iconvdata/KOI8-U.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/LATIN-GREEK-1.so > /build/iconvdata/LATIN-GREEK-1.so.dynT test -s /build/iconvdata/LATIN-GREEK-1.so.dynT mv -f /build/iconvdata/LATIN-GREEK-1.so.dynT /build/iconvdata/LATIN-GREEK-1.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/LATIN-GREEK.so > /build/iconvdata/LATIN-GREEK.so.dynT test -s /build/iconvdata/LATIN-GREEK.so.dynT mv -f /build/iconvdata/LATIN-GREEK.so.dynT /build/iconvdata/LATIN-GREEK.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/MAC-CENTRALEUROPE.so > /build/iconvdata/MAC-CENTRALEUROPE.so.dynT test -s /build/iconvdata/MAC-CENTRALEUROPE.so.dynT mv -f /build/iconvdata/MAC-CENTRALEUROPE.so.dynT /build/iconvdata/MAC-CENTRALEUROPE.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/MAC-IS.so > /build/iconvdata/MAC-IS.so.dynT test -s /build/iconvdata/MAC-IS.so.dynT mv -f /build/iconvdata/MAC-IS.so.dynT /build/iconvdata/MAC-IS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/MAC-SAMI.so > /build/iconvdata/MAC-SAMI.so.dynT test -s /build/iconvdata/MAC-SAMI.so.dynT mv -f /build/iconvdata/MAC-SAMI.so.dynT /build/iconvdata/MAC-SAMI.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/MAC-UK.so > /build/iconvdata/MAC-UK.so.dynT test -s /build/iconvdata/MAC-UK.so.dynT mv -f /build/iconvdata/MAC-UK.so.dynT /build/iconvdata/MAC-UK.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/MACINTOSH.so > /build/iconvdata/MACINTOSH.so.dynT test -s /build/iconvdata/MACINTOSH.so.dynT mv -f /build/iconvdata/MACINTOSH.so.dynT /build/iconvdata/MACINTOSH.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/MIK.so > /build/iconvdata/MIK.so.dynT test -s /build/iconvdata/MIK.so.dynT mv -f /build/iconvdata/MIK.so.dynT /build/iconvdata/MIK.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/NATS-SEFI.so > /build/iconvdata/NATS-SEFI.so.dynT test -s /build/iconvdata/NATS-SEFI.so.dynT mv -f /build/iconvdata/NATS-SEFI.so.dynT /build/iconvdata/NATS-SEFI.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/NATS-DANO.so > /build/iconvdata/NATS-DANO.so.dynT test -s /build/iconvdata/NATS-DANO.so.dynT mv -f /build/iconvdata/NATS-DANO.so.dynT /build/iconvdata/NATS-DANO.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/PT154.so > /build/iconvdata/PT154.so.dynT test -s /build/iconvdata/PT154.so.dynT mv -f /build/iconvdata/PT154.so.dynT /build/iconvdata/PT154.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/RK1048.so > /build/iconvdata/RK1048.so.dynT test -s /build/iconvdata/RK1048.so.dynT mv -f /build/iconvdata/RK1048.so.dynT /build/iconvdata/RK1048.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/SAMI-WS2.so > /build/iconvdata/SAMI-WS2.so.dynT test -s /build/iconvdata/SAMI-WS2.so.dynT mv -f /build/iconvdata/SAMI-WS2.so.dynT /build/iconvdata/SAMI-WS2.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/SHIFT_JISX0213.so > /build/iconvdata/SHIFT_JISX0213.so.dynT test -s /build/iconvdata/SHIFT_JISX0213.so.dynT mv -f /build/iconvdata/SHIFT_JISX0213.so.dynT /build/iconvdata/SHIFT_JISX0213.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/SJIS.so > /build/iconvdata/SJIS.so.dynT test -s /build/iconvdata/SJIS.so.dynT mv -f /build/iconvdata/SJIS.so.dynT /build/iconvdata/SJIS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/T.61.so > /build/iconvdata/T.61.so.dynT test -s /build/iconvdata/T.61.so.dynT mv -f /build/iconvdata/T.61.so.dynT /build/iconvdata/T.61.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/TIS-620.so > /build/iconvdata/TIS-620.so.dynT test -s /build/iconvdata/TIS-620.so.dynT mv -f /build/iconvdata/TIS-620.so.dynT /build/iconvdata/TIS-620.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/TCVN5712-1.so > /build/iconvdata/TCVN5712-1.so.dynT test -s /build/iconvdata/TCVN5712-1.so.dynT mv -f /build/iconvdata/TCVN5712-1.so.dynT /build/iconvdata/TCVN5712-1.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/TSCII.so > /build/iconvdata/TSCII.so.dynT test -s /build/iconvdata/TSCII.so.dynT mv -f /build/iconvdata/TSCII.so.dynT /build/iconvdata/TSCII.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/UHC.so > /build/iconvdata/UHC.so.dynT test -s /build/iconvdata/UHC.so.dynT mv -f /build/iconvdata/UHC.so.dynT /build/iconvdata/UHC.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/UNICODE.so > /build/iconvdata/UNICODE.so.dynT test -s /build/iconvdata/UNICODE.so.dynT mv -f /build/iconvdata/UNICODE.so.dynT /build/iconvdata/UNICODE.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/UTF-16.so > /build/iconvdata/UTF-16.so.dynT test -s /build/iconvdata/UTF-16.so.dynT mv -f /build/iconvdata/UTF-16.so.dynT /build/iconvdata/UTF-16.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/UTF-32.so > /build/iconvdata/UTF-32.so.dynT test -s /build/iconvdata/UTF-32.so.dynT mv -f /build/iconvdata/UTF-32.so.dynT /build/iconvdata/UTF-32.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/UTF-7.so > /build/iconvdata/UTF-7.so.dynT test -s /build/iconvdata/UTF-7.so.dynT mv -f /build/iconvdata/UTF-7.so.dynT /build/iconvdata/UTF-7.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/VISCII.so > /build/iconvdata/VISCII.so.dynT test -s /build/iconvdata/VISCII.so.dynT mv -f /build/iconvdata/VISCII.so.dynT /build/iconvdata/VISCII.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/libCNS.so > /build/iconvdata/libCNS.so.dynT test -s /build/iconvdata/libCNS.so.dynT mv -f /build/iconvdata/libCNS.so.dynT /build/iconvdata/libCNS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/libGB.so > /build/iconvdata/libGB.so.dynT test -s /build/iconvdata/libGB.so.dynT mv -f /build/iconvdata/libGB.so.dynT /build/iconvdata/libGB.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/libISOIR165.so > /build/iconvdata/libISOIR165.so.dynT test -s /build/iconvdata/libISOIR165.so.dynT mv -f /build/iconvdata/libISOIR165.so.dynT /build/iconvdata/libISOIR165.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/libJIS.so > /build/iconvdata/libJIS.so.dynT test -s /build/iconvdata/libJIS.so.dynT mv -f /build/iconvdata/libJIS.so.dynT /build/iconvdata/libJIS.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/libJISX0213.so > /build/iconvdata/libJISX0213.so.dynT test -s /build/iconvdata/libJISX0213.so.dynT mv -f /build/iconvdata/libJISX0213.so.dynT /build/iconvdata/libJISX0213.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/iconvdata/libKSC.so > /build/iconvdata/libKSC.so.dynT test -s /build/iconvdata/libKSC.so.dynT mv -f /build/iconvdata/libKSC.so.dynT /build/iconvdata/libKSC.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nss/libnss_test1.so > /build/nss/libnss_test1.so.dynT test -s /build/nss/libnss_test1.so.dynT mv -f /build/nss/libnss_test1.so.dynT /build/nss/libnss_test1.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nss/libnss_test2.so > /build/nss/libnss_test2.so.dynT test -s /build/nss/libnss_test2.so.dynT mv -f /build/nss/libnss_test2.so.dynT /build/nss/libnss_test2.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nss/libnss_test_errno.so > /build/nss/libnss_test_errno.so.dynT test -s /build/nss/libnss_test_errno.so.dynT mv -f /build/nss/libnss_test_errno.so.dynT /build/nss/libnss_test_errno.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nss/libnss_test_gai_hv2_canonname.so > /build/nss/libnss_test_gai_hv2_canonname.so.dynT test -s /build/nss/libnss_test_gai_hv2_canonname.so.dynT mv -f /build/nss/libnss_test_gai_hv2_canonname.so.dynT /build/nss/libnss_test_gai_hv2_canonname.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_1-a_bc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering5_2-a_cb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_4-abdec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_1-abcde.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_2-abced.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_3-abdce.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_6-abedc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_7-acbde.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_10-acdeb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_9-acdbe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_11-acebd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_5-abecd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_12-acedb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_8-acbed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_13-adbce.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_14-adbec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_15-adcbe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_16-adceb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_17-adebc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_19-aebcd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_22-aecdb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_18-adecb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_24-aedcb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_20-aebdc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_26-baced.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_21-aecbd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_25-bacde.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_27-badce.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_23-aedbc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_28-badec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_29-baecd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_30-baedc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_31-bcade.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_38-bdaec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_32-bcaed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_33-bcdae.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_39-bdcae.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_35-bcead.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_40-bdcea.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_34-bcdea.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_42-bdeca.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_36-bceda.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_41-bdeac.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_37-bdace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_44-beadc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_43-beacd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_52-cadeb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_47-bedac.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_45-becad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_48-bedca.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_49-cabde.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_51-cadbe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_50-cabed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_55-cbade.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_56-cbaed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_57-cbdae.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_46-becda.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_53-caebd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_58-cbdea.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_54-caedb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_63-cdbae.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_64-cdbea.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_65-cdeab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_61-cdabe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_59-cbead.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_60-cbeda.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_62-cdaeb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_68-ceadb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_66-cdeba.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_67-ceabd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_70-cebda.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_69-cebad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_71-cedab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_74-dabec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_72-cedba.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_75-dacbe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_73-dabce.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_80-dbaec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_77-daebc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_85-dcabe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_78-daecb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_86-dcaeb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_76-daceb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_79-dbace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_82-dbcea.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_87-dcbae.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_83-dbeac.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_81-dbcae.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_84-dbeca.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_88-dcbea.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_89-dceab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_94-debca.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_92-deacb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_90-dceba.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_93-debac.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_95-decab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_91-deabc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_100-eacdb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_102-eadcb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_97-eabcd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_96-decba.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_101-eadbc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_98-eabdc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_99-eacbd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_103-ebacd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_107-ebdac.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_109-ecabd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_104-ebadc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_105-ebcad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_106-ebcda.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_108-ebdca.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_110-ecadb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_112-ecbda.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_111-ecbad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_115-edabc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_113-ecdab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_114-ecdba.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_120-edcba.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_117-edbac.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_118-edbca.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_116-edacb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering9_119-edcab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-dso-ordering10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-array1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-array1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-array2dep.so /build/csu/abi-note.o /build/elf/tst-array2dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' python3 -B ../scripts/check-wrapper-headers.py --root=../ --subdir=elf bits/elfclass.h bits/link.h bits/link_lavcurrent.h elf.h link.h bits/platform/features.h bits/platform/x86.h sys/platform/x86.h > /build/elf/check-wrapper-headers.out; \ ../scripts/evaluate-test.sh elf/check-wrapper-headers $? false false > /build/elf/check-wrapper-headers.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-array3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-array3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-array5dep.so /build/csu/abi-note.o /build/elf/tst-array5dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -nostdlib -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod5.so /build/csu/abi-note.o /build/elf/tst-tlsmod5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-array4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-array4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--version-script=tst-sonamemove-runmod2.map -Wl,-soname,tst-sonamemove-runmod2.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-sonamemove-runmod2.so /build/csu/abi-note.o /build/elf/tst-sonamemove-runmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -nostdlib -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod6.so /build/csu/abi-note.o /build/elf/tst-tlsmod6.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-auxv -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-auxv.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz28937.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz28937-dir/tst-bz28937.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dl-hash -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dl-hash.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 /build/elf/dso-sort-tests-src/tst-bz15311.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tst-bz15311-dir/tst-bz15311.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-decorate-maps -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-decorate-maps.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-leaks1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-leaks1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-stringtable -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-stringtable.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/constload3.so /build/csu/abi-note.o /build/elf/constload3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/dblloadmod3.so /build/csu/abi-note.o /build/elf/dblloadmod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' python3 -B ../scripts/check-obsolete-constructs.py ../bits/elfclass.h ../sysdeps/x86/bits/link.h ../bits/link_lavcurrent.h elf.h link.h ../sysdeps/unix/sysv/linux/x86/bits/platform/features.h ../sysdeps/x86/bits/platform/x86.h ../sysdeps/x86/sys/platform/x86.h > /build/elf/check-obsolete-constructs.out 2>&1; \ ../scripts/evaluate-test.sh elf/check-obsolete-constructs $? false false > /build/elf/check-obsolete-constructs.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/constload2.so /build/csu/abi-note.o /build/elf/constload2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/constload1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/constload1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/filtmod2.so /build/csu/abi-note.o /build/elf/filtmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tunables-enable_secure-env -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tunables-enable_secure-env.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/argv0test -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/argv0test.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/dblunload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/dblunload.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/globalmod1.so /build/csu/abi-note.o /build/elf/globalmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/dblload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/dblload.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/firstobj.so /build/csu/abi-note.o /build/elf/firstobj.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldepmod1.so /build/csu/abi-note.o /build/elf/reldepmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldepmod4.so /build/csu/abi-note.o /build/elf/reldepmod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/ltglobmod1.so /build/csu/abi-note.o /build/elf/ltglobmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/ltglobmod2.so /build/csu/abi-note.o /build/elf/ltglobmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/testobj1.so /build/csu/abi-note.o /build/elf/testobj1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/testobj4.so /build/csu/abi-note.o /build/elf/testobj4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/initfirst -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/initfirst.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/loadfail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/loadfail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/testobj3.so /build/csu/abi-note.o /build/elf/testobj3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/testobj5.so /build/csu/abi-note.o /build/elf/testobj5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/lateglobal -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/lateglobal.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nextmod1.so /build/csu/abi-note.o /build/elf/nextmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--enable-new-dtags,-z,nodelete -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nodelmod1.so /build/csu/abi-note.o /build/elf/nodelmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nextmod2.so /build/csu/abi-note.o /build/elf/nextmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nodelmod2.so /build/csu/abi-note.o /build/elf/nodelmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/multiload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/multiload.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--enable-new-dtags,-z,nodelete -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nodelmod4.so /build/csu/abi-note.o /build/elf/nodelmod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nodel2mod1.so /build/csu/abi-note.o /build/elf/nodel2mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--enable-new-dtags,-z,nodelete -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nodel2mod2.so /build/csu/abi-note.o /build/elf/nodel2mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/nodelete2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/nodelete2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--enable-new-dtags,-z,nodlopen -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nodlopenmod.so /build/csu/abi-note.o /build/elf/nodlopenmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/dep3.so /build/csu/abi-note.o /build/elf/dep3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/nodelete -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/nodelete.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/nodlopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/nodlopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/order2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/order2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/order2mod3.so /build/csu/abi-note.o /build/elf/order2mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/nodlopen2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/nodlopen2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/noload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/noload.o /build/support/libsupport_nonshared.a /build/elf/testobj1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/origtest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/origtest.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldepmod2.so /build/csu/abi-note.o /build/elf/reldepmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldepmod3.so /build/csu/abi-note.o /build/elf/reldepmod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/reldep -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/reldep.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep4mod4.so /build/csu/abi-note.o /build/elf/reldep4mod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/reldep4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/reldep4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep4mod3.so /build/csu/abi-note.o /build/elf/reldep4mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/reldep2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/reldep2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep6mod0.so /build/csu/abi-note.o /build/elf/reldep6mod0.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/reldep3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/reldep3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep7mod1.so /build/csu/abi-note.o /build/elf/reldep7mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep7mod2.so /build/csu/abi-note.o /build/elf/reldep7mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' PYTHONPATH=../scripts python3 -B tst-glibcelf.py \ --cc="gcc -m32 -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=testsuite -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc" \ < /dev/null > /build/elf/tst-glibcelf.out 2>&1; ../scripts/evaluate-test.sh elf/tst-glibcelf $? false false > /build/elf/tst-glibcelf.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/reldep6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/reldep6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/reldep5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/reldep5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep8mod1.so /build/csu/abi-note.o /build/elf/reldep8mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostdlib -nostartfiles -Wl,-z,pack-relative-relocs \ -Wl,-soname,tst-relr-mod2.so \ -shared -o /build/elf/tst-relr-mod2.so.new /build/elf/tst-relr-mod2.os mv -f /build/elf/tst-relr-mod2.so.new /build/elf/tst-relr-mod2.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/reldep8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/reldep8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/reldep7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/reldep7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep8mod2.so /build/csu/abi-note.o /build/elf/reldep8mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostdlib -nostartfiles -Wl,-z,pack-relative-relocs \ -Wl,-soname,tst-relr-mod3b.so \ -shared -o /build/elf/tst-relr-mod3b.so.new /build/elf/tst-relr-mod3b.os mv -f /build/elf/tst-relr-mod3b.so.new /build/elf/tst-relr-mod3b.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostdlib -nostartfiles -Wl,-z,pack-relative-relocs \ -Wl,-soname,tst-relr-mod4b.so \ -Wl,--version-script=tst-relr-mod4b.map \ -shared -o /build/elf/tst-relr-mod4b.so.new /build/elf/tst-relr-mod4b.os mv -f /build/elf/tst-relr-mod4b.so.new /build/elf/tst-relr-mod4b.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/testobj1_1.so /build/csu/abi-note.o /build/elf/testobj1_1.os /build/elf/testobj1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/resolvfail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/resolvfail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/circlemod3a.so /build/csu/abi-note.o /build/elf/circlemod3a.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/circlemod3.so /build/csu/abi-note.o /build/elf/circlemod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod1-2.so /build/csu/abi-note.o /build/elf/libmarkermod1-2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libmarkermod1.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod1-1.so /build/csu/abi-note.o /build/elf/libmarkermod1-1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod1-3.so /build/csu/abi-note.o /build/elf/libmarkermod1-3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libmarkermod2.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod2-1.so /build/csu/abi-note.o /build/elf/libmarkermod2-1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod2-2.so /build/csu/abi-note.o /build/elf/libmarkermod2-2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libmarkermod3.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod3-1.so /build/csu/abi-note.o /build/elf/libmarkermod3-1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod3-2.so /build/csu/abi-note.o /build/elf/libmarkermod3-2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod3-3.so /build/csu/abi-note.o /build/elf/libmarkermod3-3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libmarkermod4.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod4-1.so /build/csu/abi-note.o /build/elf/libmarkermod4-1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod4-2.so /build/csu/abi-note.o /build/elf/libmarkermod4-2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod4-3.so /build/csu/abi-note.o /build/elf/libmarkermod4-3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod4-4.so /build/csu/abi-note.o /build/elf/libmarkermod4-4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libmarkermod5.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod5-1.so /build/csu/abi-note.o /build/elf/libmarkermod5-1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod5-2.so /build/csu/abi-note.o /build/elf/libmarkermod5-2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod5-3.so /build/csu/abi-note.o /build/elf/libmarkermod5-3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod5-4.so /build/csu/abi-note.o /build/elf/libmarkermod5-4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libmarkermod5-5.so /build/csu/abi-note.o /build/elf/libmarkermod5-5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libtracemod4.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libtracemod4-1.so /build/csu/abi-note.o /build/elf/libtracemod4-1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libtracemod5.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libtracemod5-1.so /build/csu/abi-note.o /build/elf/libtracemod5-1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libtracemod3.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libtracemod3-1.so /build/csu/abi-note.o /build/elf/libtracemod3-1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/neededobj1.so /build/csu/abi-note.o /build/elf/neededobj1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/neededobj5.so /build/csu/abi-note.o /build/elf/neededobj5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/pathoptobj.so /build/csu/abi-note.o /build/elf/pathoptobj.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--version-script=nextmod3.map -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nextmod3.so /build/csu/abi-note.o /build/elf/nextmod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-absolute-sym-lib.so /build/csu/abi-note.o /build/elf/tst-absolute-sym-lib.os tst-absolute-sym-lib.lds -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep9mod1.so /build/csu/abi-note.o /build/elf/reldep9mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-absolute-zero-lib.so /build/csu/abi-note.o /build/elf/tst-absolute-zero-lib.os tst-absolute-zero-lib.lds -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-alignmod.so /build/csu/abi-note.o /build/elf/tst-alignmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-alignmod2.so /build/csu/abi-note.o /build/elf/tst-alignmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit-tlsdesc-mod2.so /build/csu/abi-note.o /build/elf/tst-audit-tlsdesc-mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--version-script=tst-audit11mod2.map,-soname,tst-audit11mod2.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit11mod2.so /build/csu/abi-note.o /build/elf/tst-audit11mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit12mod3.so /build/csu/abi-note.o /build/elf/tst-audit12mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--version-script=tst-audit12mod2.map -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit12mod2.so /build/csu/abi-note.o /build/elf/tst-audit12mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,max-page-size=0x200000 -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-alignmod3.so /build/csu/abi-note.o /build/elf/tst-alignmod3.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit13mod1.so /build/csu/abi-note.o /build/elf/tst-audit13mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostdlib -nostartfiles -shared -o /build/elf/tst-audit24bmod1.so.new /build/elf/tst-audit24bmod1.os \ -Wl,-z,now mv -f /build/elf/tst-audit24bmod1.so.new /build/elf/tst-audit24bmod1.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit18mod.so /build/csu/abi-note.o /build/elf/tst-audit18mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit19bmod.so /build/csu/abi-note.o /build/elf/tst-audit19bmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit23mod.so /build/csu/abi-note.o /build/elf/tst-audit23mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit24amod1.so /build/csu/abi-note.o /build/elf/tst-audit24amod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostdlib -nostartfiles -shared -o /build/elf/tst-audit24bmod2.so.new /build/elf/tst-audit24bmod2.os mv -f /build/elf/tst-audit24bmod2.so.new /build/elf/tst-audit24bmod2.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit24amod2.so /build/csu/abi-note.o /build/elf/tst-audit24amod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit24dmod3.so /build/csu/abi-note.o /build/elf/tst-audit24dmod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit24dmod4.so /build/csu/abi-note.o /build/elf/tst-audit24dmod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit25mod3.so /build/csu/abi-note.o /build/elf/tst-audit25mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit25mod4.so /build/csu/abi-note.o /build/elf/tst-audit25mod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditlogmod-1.so /build/csu/abi-note.o /build/elf/tst-auditlogmod-1.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditlogmod-2.so /build/csu/abi-note.o /build/elf/tst-auditlogmod-2.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditlogmod-3.so /build/csu/abi-note.o /build/elf/tst-auditlogmod-3.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmanymod1.so /build/csu/abi-note.o /build/elf/tst-auditmanymod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmanymod2.so /build/csu/abi-note.o /build/elf/tst-auditmanymod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmanymod4.so /build/csu/abi-note.o /build/elf/tst-auditmanymod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmanymod7.so /build/csu/abi-note.o /build/elf/tst-auditmanymod7.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmanymod3.so /build/csu/abi-note.o /build/elf/tst-auditmanymod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmanymod5.so /build/csu/abi-note.o /build/elf/tst-auditmanymod5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmanymod6.so /build/csu/abi-note.o /build/elf/tst-auditmanymod6.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmanymod8.so /build/csu/abi-note.o /build/elf/tst-auditmanymod8.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmanymod9.so /build/csu/abi-note.o /build/elf/tst-auditmanymod9.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod1.so /build/csu/abi-note.o /build/elf/tst-auditmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod-tlsdesc.so /build/csu/abi-note.o /build/elf/tst-auditmod-tlsdesc.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod11.so /build/csu/abi-note.o /build/elf/tst-auditmod11.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod12.so /build/csu/abi-note.o /build/elf/tst-auditmod12.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod18.so /build/csu/abi-note.o /build/elf/tst-auditmod18.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod19b.so /build/csu/abi-note.o /build/elf/tst-auditmod19b.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod20.so /build/csu/abi-note.o /build/elf/tst-auditmod20.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod21b.so /build/csu/abi-note.o /build/elf/tst-auditmod21b.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod19a.so /build/csu/abi-note.o /build/elf/tst-auditmod19a.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod23.so /build/csu/abi-note.o /build/elf/tst-auditmod23.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod24a.so /build/csu/abi-note.o /build/elf/tst-auditmod24a.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod22.so /build/csu/abi-note.o /build/elf/tst-auditmod22.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod24b.so /build/csu/abi-note.o /build/elf/tst-auditmod24b.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod24c.so /build/csu/abi-note.o /build/elf/tst-auditmod24c.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod24d.so /build/csu/abi-note.o /build/elf/tst-auditmod24d.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod25.so /build/csu/abi-note.o /build/elf/tst-auditmod25.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod9a.so /build/csu/abi-note.o /build/elf/tst-auditmod9a.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod9b.so /build/csu/abi-note.o /build/elf/tst-auditmod9b.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auxvalmod.so /build/csu/abi-note.o /build/elf/tst-auxvalmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-deep1mod1.so /build/csu/abi-note.o /build/elf/tst-deep1mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-deep1mod3.so /build/csu/abi-note.o /build/elf/tst-deep1mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod28.so /build/csu/abi-note.o /build/elf/tst-auditmod28.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dl_find_object-mod1.so /build/csu/abi-note.o /build/elf/tst-dl_find_object-mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--enable-new-dtags,-z,nodelete -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dl_find_object-mod2.so /build/csu/abi-note.o /build/elf/tst-dl_find_object-mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dl_find_object-mod4.so /build/csu/abi-note.o /build/elf/tst-dl_find_object-mod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dl_find_object-mod3.so /build/csu/abi-note.o /build/elf/tst-dl_find_object-mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dl_find_object-mod5.so /build/csu/abi-note.o /build/elf/tst-dl_find_object-mod5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -o /build/elf/tst-big-note-lib.so -Wl,-z,relro -Wl,-z,pack-relative-relocs /build/elf/tst-big-note-lib.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dl_find_object-mod6.so /build/csu/abi-note.o /build/elf/tst-dl_find_object-mod6.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dl_find_object-mod7.so /build/csu/abi-note.o /build/elf/tst-dl_find_object-mod7.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dl_find_object-mod8.so /build/csu/abi-note.o /build/elf/tst-dl_find_object-mod8.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dl_find_object-mod9.so /build/csu/abi-note.o /build/elf/tst-dl_find_object-mod9.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlclose-lazy-mod2.so /build/csu/abi-note.o /build/elf/tst-dlclose-lazy-mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlmopen-twice-mod1.so /build/csu/abi-note.o /build/elf/tst-dlmopen-twice-mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlmopen-gethostbyname-mod.so /build/csu/abi-note.o /build/elf/tst-dlmopen-gethostbyname-mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlmopen-dlerror-mod.so /build/csu/abi-note.o /build/elf/tst-dlmopen-dlerror-mod.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlmopen-twice-mod2.so /build/csu/abi-note.o /build/elf/tst-dlmopen-twice-mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlmopen1mod.so /build/csu/abi-note.o /build/elf/tst-dlmopen1mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlopen-tlsreinitmod3.so /build/csu/abi-note.o /build/elf/tst-dlopen-tlsreinitmod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlopen-tlsreinitmod2.so /build/csu/abi-note.o /build/elf/tst-dlopen-tlsreinitmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,tst-dlopenfail-missingmod.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlopenfaillinkmod.so /build/csu/abi-note.o /build/elf/tst-dlopenfaillinkmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlopenfailmod3.so /build/csu/abi-note.o /build/elf/tst-dlopenfailmod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-rpath,\$ORIGIN/test-subdir -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlopenrpathmod.so /build/csu/abi-note.o /build/elf/tst-dlopenrpathmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--auxiliary=/build/elf/tst-filterobj-filtee.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-filterobj-aux.so /build/csu/abi-note.o /build/elf/tst-filterobj-aux.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-filterobj-filtee.so /build/csu/abi-note.o /build/elf/tst-filterobj-filtee.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlopenfailnodelmod.so /build/csu/abi-note.o /build/elf/tst-dlopenfailnodelmod.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--filter=/build/elf/tst-filterobj-filtee.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-filterobj-flt.so /build/csu/abi-note.o /build/elf/tst-filterobj-flt.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--enable-new-dtags -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-globalmod2.so /build/csu/abi-note.o /build/elf/tst-globalmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-gnu2-tls2mod0.so /build/csu/abi-note.o /build/elf/tst-gnu2-tls2mod0.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -Wl,--unresolved-symbols=ignore-all -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-finilazyfailmod.so /build/csu/abi-note.o /build/elf/tst-finilazyfailmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-gnu2-tls2mod1.so /build/csu/abi-note.o /build/elf/tst-gnu2-tls2mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-gnu2-tls2mod2.so /build/csu/abi-note.o /build/elf/tst-gnu2-tls2mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -Wl,--unresolved-symbols=ignore-all -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initlazyfailmod.so /build/csu/abi-note.o /build/elf/tst-initlazyfailmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initorder2d.so /build/csu/abi-note.o /build/elf/tst-initorder2d.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initordera1.so /build/csu/abi-note.o /build/elf/tst-initordera1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initorderb1.so /build/csu/abi-note.o /build/elf/tst-initorderb1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -Wl,--unresolved-symbols=ignore-all -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-latepthreadmod.so /build/csu/abi-note.o /build/elf/tst-latepthreadmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libtst-ldconfig-soname-lib-with-soname.so.1 -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-ldconfig-soname-lib-with-soname.so /build/csu/abi-note.o /build/elf/tst-ldconfig-soname-lib-with-soname.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostartfiles -nostdlib -shared -o /build/elf/tst-nodeps1-mod.so /build/elf/tst-nodeps1-mod.os make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-ldconfig-ld-mod.so /build/csu/abi-note.o /build/elf/tst-ldconfig-ld-mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-ldconfig-soname-lib-without-soname.so /build/csu/abi-note.o /build/elf/tst-ldconfig-soname-lib-without-soname.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-main1mod.so /build/csu/abi-note.o /build/elf/tst-main1mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-nodelete-dlclose-dso.so /build/csu/abi-note.o /build/elf/tst-nodelete-dlclose-dso.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-nodelete-opened-lib.so /build/csu/abi-note.o /build/elf/tst-nodelete-opened-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-nodelete2mod.so /build/csu/abi-note.o /build/elf/tst-nodelete2mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,tst-non-directory-mod.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-non-directory-mod.so /build/csu/abi-note.o /build/elf/tst-non-directory-mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-null-argv-lib.so /build/csu/abi-note.o /build/elf/tst-null-argv-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,max-page-size=0x100,-z,common-page-size=0x100 -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-p_alignmod3.so /build/csu/abi-note.o /build/elf/tst-p_alignmod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,max-page-size=0x200000 -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-p_alignmod-base.so /build/csu/abi-note.o /build/elf/tst-p_alignmod-base.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmallocmod.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmallocmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod0.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod0.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod1.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod2.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod4.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod3.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod6.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod6.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod8.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod8.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod7.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod7.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod5.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod9.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod9.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod10.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod10.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod11.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod11.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostdlib -nostartfiles -shared -o /build/elf/tst-ro-dynamic-mod.so \ -Wl,-z,pack-relative-relocs \ -Wl,--script=tst-ro-dynamic-mod.map \ /build/elf/tst-ro-dynamic-mod.os /usr/bin/ld: /build/elf/tst-ro-dynamic-mod.so: section `.relr.dyn' can't be allocated in segment 0 LOAD: .dynamic .rodata .dynsym .dynstr .gnu.hash .relr.dyn .note make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod12.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod12.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod13.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod13.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod14.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod14.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-recursive-tlsmod15.so /build/csu/abi-note.o /build/elf/tst-recursive-tlsmod15.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-rootdir-lib.so /build/csu/abi-note.o /build/elf/tst-rootdir-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-relsort1mod2.so /build/csu/abi-note.o /build/elf/tst-relsort1mod2.os /build/math/libm.so.6 -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-single_threaded-mod1.so /build/csu/abi-note.o /build/elf/tst-single_threaded-mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-single_threaded-mod2.so /build/csu/abi-note.o /build/elf/tst-single_threaded-mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-single_threaded-mod3.so /build/csu/abi-note.o /build/elf/tst-single_threaded-mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-single_threaded-mod4.so /build/csu/abi-note.o /build/elf/tst-single_threaded-mod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--version-script=tst-sonamemove-linkmod1.map -Wl,-soname,tst-sonamemove-runmod1.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-sonamemove-linkmod1.so /build/csu/abi-note.o /build/elf/tst-sonamemove-linkmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,--version-script=tst-sonamemove-runmod1.map -Wl,-soname,tst-sonamemove-runmod1.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-sonamemove-runmod1.so /build/csu/abi-note.o /build/elf/tst-sonamemove-runmod1.os /build/elf/tst-sonamemove-runmod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,tst-sprof-mod.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-sprof-mod.so /build/csu/abi-note.o /build/elf/tst-sprof-mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-ie-mod0.so /build/csu/abi-note.o /build/elf/tst-tls-ie-mod0.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-ie-mod1.so /build/csu/abi-note.o /build/elf/tst-tls-ie-mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-ie-mod2.so /build/csu/abi-note.o /build/elf/tst-tls-ie-mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-ie-mod3.so /build/csu/abi-note.o /build/elf/tst-tls-ie-mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-ie-mod4.so /build/csu/abi-note.o /build/elf/tst-tls-ie-mod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-ie-mod5.so /build/csu/abi-note.o /build/elf/tst-tls-ie-mod5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-ie-mod6.so /build/csu/abi-note.o /build/elf/tst-tls-ie-mod6.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls19mod2.so /build/csu/abi-note.o /build/elf/tst-tls19mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls19mod3.so /build/csu/abi-note.o /build/elf/tst-tls19mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls20mod-bad.so /build/csu/abi-note.o /build/elf/tst-tls20mod-bad.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic00mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic00mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic10mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic10mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic20mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic20mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic30mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic30mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic40mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic40mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic50mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic50mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic60mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic60mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic70mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic70mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic80mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic80mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic90mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic90mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic01mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic01mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic21mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic21mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic11mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic11mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic31mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic31mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic41mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic41mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic51mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic51mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic61mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic61mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic71mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic71mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic81mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic81mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic91mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic91mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic02mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic02mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic12mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic12mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic22mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic22mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic32mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic32mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic42mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic42mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic52mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic52mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic62mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic62mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic92mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic92mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic72mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic72mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic82mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic82mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic03mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic03mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic13mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic13mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic33mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic33mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic53mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic53mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic23mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic23mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic43mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic43mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic63mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic63mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic73mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic73mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic04mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic04mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic83mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic83mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic93mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic93mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic14mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic14mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic24mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic24mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic34mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic34mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic44mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic44mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic64mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic64mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic54mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic54mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic74mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic74mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic05mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic05mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic94mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic94mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic15mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic15mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic84mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic84mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic25mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic25mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic35mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic35mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic45mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic45mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic55mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic55mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic75mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic75mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic65mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic65mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic85mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic85mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic06mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic06mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic16mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic16mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic26mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic26mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic95mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic95mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic36mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic36mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic46mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic46mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic56mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic56mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic66mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic66mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic76mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic76mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic86mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic86mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic07mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic07mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic96mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic96mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic17mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic17mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic27mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic27mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic47mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic47mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic37mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic37mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic57mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic57mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic77mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic77mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic67mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic67mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic87mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic87mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic97mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic97mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic08mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic08mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic18mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic18mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic38mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic38mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic28mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic28mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic48mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic48mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic58mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic58mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic68mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic68mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic78mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic78mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic88mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic88mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic98mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic98mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic09mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic09mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic19mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic19mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic29mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic29mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic39mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic39mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic49mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic49mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic59mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic59mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic69mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic69mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic79mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic79mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic89mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic89mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic99mod.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic99mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsalign-lib.so /build/csu/abi-note.o /build/elf/tst-tlsalign-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsgap-mod0.so /build/csu/abi-note.o /build/elf/tst-tlsgap-mod0.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsgap-mod1.so /build/csu/abi-note.o /build/elf/tst-tlsgap-mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsgap-mod2.so /build/csu/abi-note.o /build/elf/tst-tlsgap-mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod1.so /build/csu/abi-note.o /build/elf/tst-tlsmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod9.so /build/csu/abi-note.o /build/elf/tst-tlsmod9.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod11.so /build/csu/abi-note.o /build/elf/tst-tlsmod11.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod13.so /build/csu/abi-note.o /build/elf/tst-tlsmod13.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod14a.so /build/csu/abi-note.o /build/elf/tst-tlsmod14a.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod14b.so /build/csu/abi-note.o /build/elf/tst-tlsmod14b.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod15a.so /build/csu/abi-note.o /build/elf/tst-tlsmod15a.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod15b.so /build/csu/abi-note.o /build/elf/tst-tlsmod15b.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod16a.so /build/csu/abi-note.o /build/elf/tst-tlsmod16a.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod16b.so /build/csu/abi-note.o /build/elf/tst-tlsmod16b.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a0.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a0.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a1.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a2.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a3.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a4.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a5.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a6.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a6.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a7.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a7.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a9.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a9.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a11.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a11.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a8.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a8.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a10.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a10.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a12.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a12.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a13.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a13.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a14.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a14.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a15.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a15.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a16.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a16.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a17.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a17.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a18.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a18.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17a19.so /build/csu/abi-note.o /build/elf/tst-tlsmod17a19.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod2.so /build/csu/abi-note.o /build/elf/tst-tlsmod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod4.so /build/csu/abi-note.o /build/elf/tst-tlsmod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod7.so /build/csu/abi-note.o /build/elf/tst-tlsmod7.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-unique1mod1.so /build/csu/abi-note.o /build/elf/tst-unique1mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-unique1mod2.so /build/csu/abi-note.o /build/elf/tst-unique1mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-unique2mod1.so /build/csu/abi-note.o /build/elf/tst-unique2mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-unique2mod2.so /build/csu/abi-note.o /build/elf/tst-unique2mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-unwind-ctor-lib.so /build/csu/abi-note.o /build/elf/tst-unwind-ctor-lib.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload2dep.so /build/csu/abi-note.o /build/elf/unload2dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload3mod4.so /build/csu/abi-note.o /build/elf/unload3mod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload4mod4.so /build/csu/abi-note.o /build/elf/unload4mod4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload4mod3.so /build/csu/abi-note.o /build/elf/unload4mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload6mod1.so /build/csu/abi-note.o /build/elf/unload6mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload6mod2.so /build/csu/abi-note.o /build/elf/unload6mod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload6mod3.so /build/csu/abi-note.o /build/elf/unload6mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload7mod1.so /build/csu/abi-note.o /build/elf/unload7mod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload8mod3.so /build/csu/abi-note.o /build/elf/unload8mod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload8mod1x.so /build/csu/abi-note.o /build/elf/unload8mod1x.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unloadmod.so /build/csu/abi-note.o /build/elf/unloadmod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/vismod1.so /build/csu/abi-note.o /build/elf/vismod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/vismod2.so /build/csu/abi-note.o /build/elf/vismod2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,execstack -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-execstack-mod.so /build/csu/abi-note.o /build/elf/tst-execstack-mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group /usr/bin/ld: warning: enabling an executable stack because of -z execstack command line option make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a0.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a0.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/vismod3.so /build/csu/abi-note.o /build/elf/vismod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a1.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a2.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a3.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a4.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a5.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a7.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a7.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a9.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a9.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a6.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a6.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a8.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a8.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a10.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a10.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a11.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a11.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a12.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a12.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a13.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a13.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a14.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a14.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a15.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a15.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a16.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a16.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a17.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a17.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a18.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a18.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod18a19.so /build/csu/abi-note.o /build/elf/tst-tlsmod18a19.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic1mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic1mod-dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic3mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic3mod-dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic4mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic4mod-dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic8mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic8mod-dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic13mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic13mod-dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic11mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic11mod-dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic18mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic18mod-dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic19mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic19mod-dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic17mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic17mod-dep.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic0mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic0mod-dep-bad.os /build/elf/tst-tls20mod-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic4mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic4mod-dep-bad.os /build/elf/tst-tls20mod-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic2mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic2mod-dep-bad.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic5mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic5mod-dep-bad.os /build/elf/tst-tls20mod-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic9mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic9mod-dep-bad.os /build/elf/tst-tls20mod-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic8mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic8mod-dep-bad.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic14mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic14mod-dep-bad.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic13mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic13mod-dep-bad.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-gnu2-tls1mod.so /build/csu/abi-note.o /build/elf/tst-gnu2-tls1mod.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/ifuncmod1.so /build/csu/abi-note.o /build/elf/ifuncmod1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/ifuncmod3.so /build/csu/abi-note.o /build/elf/ifuncmod3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-piemod1.so /build/csu/abi-note.o /build/elf/tst-piemod1.os /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/ifuncmod6.so /build/csu/abi-note.o /build/elf/ifuncmod6.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/ifuncmod5.so /build/csu/abi-note.o /build/elf/ifuncmod5.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-c.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-i.so /build/csu/abi-note.o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-i.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-d.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-d.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-f.so /build/csu/abi-note.o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-f.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-d.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-f.so /build/csu/abi-note.o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-f.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-c.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-c.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-c.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz15311-dir/tst-bz15311-d.so /build/csu/abi-note.o /build/elf/tst-bz15311-dir/tst-bz15311-d.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz15311-dir/tst-bz15311-e.so /build/csu/abi-note.o /build/elf/tst-bz15311-dir/tst-bz15311-e.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz15311-dir/tst-bz15311-f.so /build/csu/abi-note.o /build/elf/tst-bz15311-dir/tst-bz15311-f.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz28937-dir/tst-bz28937-a1.so /build/csu/abi-note.o /build/elf/tst-bz28937-dir/tst-bz28937-a1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-bz28937-dir/tst-bz28937-a.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz28937-dir/tst-bz28937-a.FAKE.so /build/csu/abi-note.o /build/elf/tst-bz28937-dir/tst-bz28937-a.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz28937-dir/tst-bz28937-b1.so /build/csu/abi-note.o /build/elf/tst-bz28937-dir/tst-bz28937-b1.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz15311-dir/tst-bz15311-g.so /build/csu/abi-note.o /build/elf/tst-bz15311-dir/tst-bz15311-g.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A133.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A133.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A133.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A101.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A101.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A101.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A160.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A160.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A160.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A125.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A125.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A125.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A109.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A109.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A109.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A171.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A171.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A171.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A113.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A113.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A113.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A121.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A121.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A121.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A187.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A187.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A187.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A137.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A137.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A137.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A159.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A159.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A159.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A197.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A197.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A197.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A175.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A175.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A175.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A185.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A185.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A185.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A149.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A149.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A149.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A181.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A181.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A181.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A153.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A153.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A153.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A163.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A163.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A163.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A143.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A143.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A143.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A141.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A141.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A141.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A193.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A193.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A193.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A183.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A183.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A183.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A103.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A103.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A103.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A173.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A173.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A173.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A161.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A161.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A161.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A157.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A157.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A157.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A195.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A195.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A195.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A177.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A177.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A177.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A145.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A145.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A145.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A189.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A189.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A189.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A165.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A165.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A165.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A119.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A119.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A119.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A169.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A169.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A169.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A151.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A151.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A151.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A127.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A127.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A127.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A117.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A117.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A117.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A115.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A115.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A115.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A179.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A179.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A179.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A105.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A105.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A105.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A131.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A131.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A131.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A167.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A167.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A167.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A129.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A129.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A129.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A155.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A155.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A155.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A191.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A191.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A191.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A199.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A199.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A199.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A147.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A147.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A147.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A135.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A135.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A135.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A111.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A111.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A111.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A107.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A107.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A107.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A139.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A139.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A139.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A123.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A123.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A123.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X22.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X21.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X25.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X14.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X20.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X12.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X13.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X18.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X17.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X16.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X11.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X15.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X24.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X19.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X23.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X11.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X11.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X11.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.FAKE.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.FAKE.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod3a.so /build/csu/abi-note.o /build/elf/tst-auditmod3a.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod3b.so /build/csu/abi-note.o /build/elf/tst-auditmod3b.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-isa-level-mod-1-baseline.so /build/csu/abi-note.o /build/elf/tst-isa-level-mod-1-baseline.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-isa-level-mod-1-v2.so /build/csu/abi-note.o /build/elf/tst-isa-level-mod-1-v2.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-isa-level-mod-1-v4.so /build/csu/abi-note.o /build/elf/tst-isa-level-mod-1-v4.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-isa-level-mod-1-v3.so /build/csu/abi-note.o /build/elf/tst-isa-level-mod-1-v3.os -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/restest2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/restest2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-absolute-sym -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-absolute-sym.o /build/support/libsupport_nonshared.a /build/elf/tst-absolute-sym-lib.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-absolute-zero -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-absolute-zero.o /build/support/libsupport_nonshared.a /build/elf/tst-absolute-zero-lib.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostdlib -nostartfiles -shared -o /build/elf/tst-auditmod17.so.new \ /build/elf/tst-auditmod17.os mv -f /build/elf/tst-auditmod17.so.new /build/elf/tst-auditmod17.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-align -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-align.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-align2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-align2.o /build/support/libsupport_nonshared.a /build/elf/tst-alignmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-align3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,max-page-size=0x200000 -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-align3.o /build/support/libsupport_nonshared.a /build/elf/tst-alignmod3.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-addr1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-addr1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit-tlsdesc-dlopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit-tlsdesc-dlopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit8.o /build/support/libsupport_nonshared.a /build/math/libm.so.6 -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit11.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit12.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' objcopy --only-keep-debug /build/elf/testobj1.so /build/elf/tst-debug1mod1.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit20 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit20.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit21 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit21.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit24a -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit24a.o /build/support/libsupport_nonshared.a /build/elf/tst-audit24amod1.so /build/elf/tst-audit24amod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit19b -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit19b.o /build/support/libsupport_nonshared.a /build/elf/tst-audit19bmod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit18 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit18.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-auditmany -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-auditmany.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit22 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit22.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit24c -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,lazy -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit24c.o /build/support/libsupport_nonshared.a /build/elf/tst-audit24amod1.so /build/elf/tst-audit24amod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit24b -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit24b.o /build/support/libsupport_nonshared.a /build/elf/tst-audit24bmod1.so /build/elf/tst-audit24bmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit28 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit28.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit23 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit23.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-big-note -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-big-note.o /build/support/libsupport_nonshared.a /build/elf/tst-big-note-lib.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-auxobj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-auxobj.o /build/support/libsupport_nonshared.a /build/elf/tst-filterobj-aux.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-auxobj-dlopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-auxobj-dlopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-debug1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-debug1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-deep1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-deep1.o /build/support/libsupport_nonshared.a /build/elf/tst-deep1mod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlclose-lazy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlclose-lazy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dl-is_dso -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dl-is_dso.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlmodcount -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlmodcount.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlmopen-dlerror -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlmopen-dlerror.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cp /build/elf/libmarkermod1-1.so /build/elf/libmarkermod1.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlmopen-gethostbyname -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlmopen-gethostbyname.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlmopen1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlmopen1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlmopen3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlmopen3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-self -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-self.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlmopen-twice -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlmopen-twice.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/elf/glibc-hwcaps/power9 mkdir -p -- /build/elf/glibc-hwcaps/power9 cp /build/elf/libmarkermod1-3.so /build/elf/glibc-hwcaps/power9/libmarkermod1.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/elf/glibc-hwcaps/z13 mkdir -p -- /build/elf/glibc-hwcaps/z13 cp /build/elf/libmarkermod1-3.so /build/elf/glibc-hwcaps/z13/libmarkermod1.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlmopen4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlmopen4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-tlsmodid -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-tlsmodid.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/elf/glibc-hwcaps/x86-64-v2 mkdir -p -- /build/elf/glibc-hwcaps/x86-64-v2 cp /build/elf/libmarkermod1-3.so /build/elf/glibc-hwcaps/x86-64-v2/libmarkermod1.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-tlsreinit1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-tlsreinit1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-tlsreinit2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-tlsreinit2.o /build/support/libsupport_nonshared.a /build/elf/tst-dlopen-tlsreinitmod3.so /build/elf/tst-dlopen-tlsreinitmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-tlsreinit3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-tlsreinit3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/elf/glibc-hwcaps/prepend-markermod1 mkdir -p -- /build/elf/glibc-hwcaps/prepend-markermod1 cp /build/elf/libmarkermod1-2.so /build/elf/glibc-hwcaps/prepend-markermod1/libmarkermod1.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-tlsreinit4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-tlsreinit4.o /build/support/libsupport_nonshared.a /build/elf/tst-dlopen-tlsreinitmod3.so /build/elf/tst-dlopen-tlsreinitmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopenfail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-E -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopenfail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopenfail-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopenfail-2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopenrpath -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopenrpath.o /build/support/libsupport_nonshared.a /build/elf/tst-dlopenrpathmod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlsym-error -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlsym-error.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-filterobj-dlopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-filterobj-dlopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-filterobj -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-filterobj.o /build/support/libsupport_nonshared.a /build/elf/tst-filterobj-flt.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-glibc-hwcaps -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-glibc-hwcaps.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-glibc-hwcaps-mask -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-glibc-hwcaps-mask.o /build/support/libsupport_nonshared.a /build/elf/libmarkermod1-1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-glibc-hwcaps-prepend -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-glibc-hwcaps-prepend.o /build/support/libsupport_nonshared.a /build/elf/libmarkermod1-1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-global1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-global1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-global2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--enable-new-dtags -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-global2.o /build/support/libsupport_nonshared.a /build/elf/tst-globalmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-gnu2-tls2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-gnu2-tls2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-latepthread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-latepthread.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-nodelete-dlclose -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-nodelete-dlclose.o /build/support/libsupport_nonshared.a /build/elf/tst-nodelete-dlclose-dso.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-main1 -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/crt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-main1.o /build/elf/tst-main1mod.so /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-next-ver -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-next-ver.o /build/support/libsupport_nonshared.a /build/elf/nextmod3.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-initfinilazyfail -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-initfinilazyfail.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-nodelete-opened -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-nodelete-opened.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-nodeps1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles /build/libc.so /build/elf/tst-nodeps1-mod.so -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-nodeps1.o /build/support/libsupport_nonshared.a /build/elf/tst-nodeps1-mod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-nodelete2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-nodelete2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-non-directory-path -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-non-directory-path.o /build/support/libsupport_nonshared.a /build/elf/tst-non-directory-mod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-nodeps2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-nodeps2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-null-argv -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-null-argv.o /build/support/libsupport_nonshared.a /build/elf/tst-null-argv-lib.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-noload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-noload.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' rm -f /build/elf/tst-p_alignmod1.so cp /build/elf/tst-p_alignmod-base.so /build/elf/tst-p_alignmod1.so python3 -B ../scripts/tst-elf-edit.py -a half /build/elf/tst-p_alignmod1.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' rm -f /build/elf/tst-p_alignmod2.so cp /build/elf/tst-p_alignmod-base.so /build/elf/tst-p_alignmod2.so python3 -B ../scripts/tst-elf-edit.py -a 1 /build/elf/tst-p_alignmod2.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-p_align3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-p_align3.o /build/support/libsupport_nonshared.a /build/elf/tst-p_alignmod3.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-recursive-tls -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-recursive-tls.o /build/support/libsupport_nonshared.a /build/elf/tst-recursive-tlsmallocmod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-relsort1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-relsort1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ro-dynamic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ro-dynamic.o /build/support/libsupport_nonshared.a /build/elf/tst-ro-dynamic-mod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-startup-errno -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-startup-errno.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-single_threaded -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-single_threaded.o /build/support/libsupport_nonshared.a /build/elf/tst-single_threaded-mod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-rtld-run-static -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-rtld-run-static.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-sonamemove-dlopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-sonamemove-dlopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-single_threaded-pthread -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-single_threaded-pthread.o /build/support/libsupport_nonshared.a /build/elf/tst-single_threaded-mod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-thrlock -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-thrlock.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-sonamemove-link -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-sonamemove-link.o /build/support/libsupport_nonshared.a /build/elf/tst-sonamemove-linkmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls-dlinfo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls-dlinfo.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls-ie-dlmopen -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls-ie-dlmopen.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls-ie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls-ie.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls13 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls13.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls14.o /build/support/libsupport_nonshared.a /build/elf/tst-tlsmod14a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls-manydynamic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls-manydynamic.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls17 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls17.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls18 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls18.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls19 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls19.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tlsalign -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tlsalign.o /build/support/libsupport_nonshared.a /build/elf/tst-tlsalign-lib.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls21 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls21.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tlsalign-extern -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tlsalign-extern.o /build/support/libsupport_nonshared.a /build/elf/tst-tlsalign-vars.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls20 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls20.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-unwind-ctor -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-unwind-ctor.o /build/support/libsupport_nonshared.a /build/elf/tst-unwind-ctor-lib.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-unwind-main -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-unwind-main.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-unique1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-unique1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/unload3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/unload3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-unique2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-unique2.o /build/support/libsupport_nonshared.a /build/elf/tst-unique2mod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/unload4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/unload4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/unload5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/unload5.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tlsgap -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tlsgap.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/unload6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/unload6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/unload7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/unload7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/unload8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/unload8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/valgrind-test -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/valgrind-test.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit14a -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--audit=tst-auditlogmod-1.so,--enable-new-dtags -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit14a.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-relr -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,pack-relative-relocs -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-relr.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit16 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--audit=tst-auditlogmod-1.so:tst-auditlogmod-2.so -Wl,--depaudit=tst-auditlogmod-3.so -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit16.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-relr2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-relr2.o /build/support/libsupport_nonshared.a /build/elf/tst-relr-mod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit14 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--audit=tst-auditlogmod-1.so,--disable-new-dtags -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit14.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit15 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--audit=tst-auditlogmod-1.so,--depaudit=tst-auditlogmod-2.so -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit15.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-relr-pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,pack-relative-relocs -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-relr-pie.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-execstack -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,noexecstack -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-execstack.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-pie1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-pie1.o /build/support/libsupport_nonshared.a /build/elf/tst-piemod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-execstack-prog -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,execstack -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-execstack-prog.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: warning: enabling an executable stack because of -z execstack command line option make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-execstack-needed -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,noexecstack -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-execstack-needed.o /build/support/libsupport_nonshared.a /build/elf/tst-execstack-mod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-gnu2-tls1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-gnu2-tls1.o /build/support/libsupport_nonshared.a /build/elf/tst-gnu2-tls1mod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-self-pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-self-pie.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-pie2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-pie2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-pie.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-tlsmodid-pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-tlsmodid-pie.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-array1-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-array1-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-array5-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-array5-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dst-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dst-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ifunc-fault-bindnow -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ifunc-fault-bindnow.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ifunc-fault-lazy -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,lazy -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ifunc-fault-lazy.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit3.o /build/support/libsupport_nonshared.a /build/elf/tst-auditmod3a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-cpu-features-cpuinfo -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-cpu-features-cpuinfo.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls-allocation-failure-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls-allocation-failure-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-cpu-features-supports -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-cpu-features-supports.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-get-cpu-features -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-get-cpu-features.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dl-iter-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dl-iter-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-single_threaded-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-single_threaded-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-getauxval-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-getauxval-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/support/libsupport_nonshared.a(xdlfcn.oS): in function `xdlopen': /glibc/support/xdlfcn.c:26:(.text+0x18): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tlsalign-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tlsalign-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-hwcap-tunables -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-hwcap-tunables.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ifunc-isa-1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ifunc-isa-1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-env-setuid-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-env-setuid-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tlsalign-extern-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tlsalign-extern-static.o /build/support/libsupport_nonshared.a /build/elf/tst-tlsalign-vars.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dl-printf-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dl-printf-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls1-static-non-pie -nostdlib -nostartfiles -static -Wl,-z,pack-relative-relocs /build/csu/crt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginT.o` /build/elf/tst-tls1-static-non-pie.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtend.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dl_find_object-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs -Wl,--eh-frame-hdr /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dl_find_object-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/support/libsupport_nonshared.a(xdlfcn.oS): in function `xdlopen': /glibc/support/xdlfcn.c:26:(.text+0x18): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls1-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls1-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ifunc-isa-2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ifunc-isa-2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-single_threaded-pthread-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-single_threaded-pthread-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls9-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls9-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/elf/tst-tls9-static.o: in function `do_test': /glibc/elf/tst-tls9-static.c:14:(.text+0x1c): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/circleload1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/circleload1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/loadtest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/loadtest.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-single_threaded-static-dlopen -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-single_threaded-static-dlopen.o /build/support/libsupport_nonshared.a /build/elf/tst-single_threaded-mod1.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/elf/tst-single_threaded-static-dlopen.o: in function `do_test': /glibc/elf/tst-single_threaded-static-dlopen.c:38:(.text+0x3c): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-stackguard1-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-stackguard1-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tunables-enable_secure -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tunables-enable_secure.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-isa-level-1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-isa-level-1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ptrguard1-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ptrguard1-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/neededtest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/neededtest.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/neededtest2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/neededtest2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tunables -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tunables.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-env-setuid-tunables -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-env-setuid-tunables.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/neededtest3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/neededtest3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/neededtest4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/neededtest4.o /build/support/libsupport_nonshared.a /build/elf/neededobj1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit19a -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit19a.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlmopen2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlmopen2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dl-hwcaps_split -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dl-hwcaps_split.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-create_format1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-create_format1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dl_find_object -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dl_find_object.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dl_find_object-threads -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dl_find_object-threads.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls3.o /build/support/libsupport_nonshared.a /build/elf/tst-tlsmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ptrguard1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ptrguard1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/unload -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/unload.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-stackguard1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-stackguard1.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/unload2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/unload2.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls-surplus -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls-surplus.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls6.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls8.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-linkall-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-linkall-static.o /build/support/libsupport_nonshared.a /build/math/libm.a /build/resolv/libresolv.a /build/login/libutil.a /build/rt/librt.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/elf/tst-linkall-static.o:(.data.rel+0xc): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /build/libc.a(gai_misc.o): in function `handle_requests': /glibc/resolv/gai_misc.c:329:(.text+0x119): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1staticpic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1staticpic.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep1pic.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1pic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1pic.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1vispic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1vispic.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1vis -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1vis.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain2.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep2.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain2pic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain2pic.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep2pic.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-export-dynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain3.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain5staticpic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain5staticpic.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep5pic.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain4.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain7.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain7pic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain7pic.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain5.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod5.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain5pic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain5pic.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod5.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain9 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain9.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-cpu-features-cpuinfo-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-cpu-features-cpuinfo-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1pie.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain9pic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain9pic.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1staticpie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1staticpie.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep1pic.o -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1vispie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1vispie.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain6pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,lazy -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain6pie.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod6.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-cpu-features-supports-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-cpu-features-supports-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain7pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain7pie.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain9pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain9pie.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain5pie -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain5pie.o /build/support/libsupport_nonshared.a /build/elf/ifuncmod5.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ifunc-textrel -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ifunc-textrel.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o /usr/bin/ld: /build/elf/tst-ifunc-textrel.o: warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-get-cpu-features-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-get-cpu-features-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-_dl_addr_inside_object -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-_dl_addr_inside_object.o /build/support/libsupport_nonshared.a /build/elf/dl-addr-obj.os -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ldconfig-ld_so_conf-update -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ldconfig-ld_so_conf-update.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-self-container -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-rpath,\$ORIGIN -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-self-container.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-rtld-list-tunables.sh /build/elf/ld.so ' env' \ '' > /build/elf//tst-rtld-list-tunables.out cmp tst-rtld-list-tunables.exp \ /build/elf//tst-rtld-list-tunables.out > /build/elf/list-tunables.out; \ ../scripts/evaluate-test.sh elf/list-tunables $? false false > /build/elf/list-tunables.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ldconfig-bad-aux-cache -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ldconfig-bad-aux-cache.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dlopen-tlsmodid-container -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-rpath,\$ORIGIN -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dlopen-tlsmodid-container.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-preload-pthread-libc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-preload-pthread-libc.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-glibc-hwcaps-prepend-cache -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-glibc-hwcaps-prepend-cache.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C objdump -p /build/elf/tst-relr-pie \ | sed -ne '/required from libc.so/,$ p' \ | grep GLIBC_ABI_DT_RELR > /build/elf/check-tst-relr-pie.out; \ ../scripts/evaluate-test.sh elf/check-tst-relr-pie $? false false > /build/elf/check-tst-relr-pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-valgrind-smoke.sh /build/elf/ld.so /lib/ld-linux.so.2 ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' '/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' /build/elf/valgrind-test > /build/elf/tst-valgrind-smoke.out; ../scripts/evaluate-test.sh elf/tst-valgrind-smoke $? false false > /build/elf/tst-valgrind-smoke.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-pldd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-pldd.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-rootdir -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-rootdir.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-rtld-does-not-exist.sh /build/elf/ld.so > /build/elf/tst-rtld-does-not-exist.out; \ ../scripts/evaluate-test.sh elf/tst-rtld-does-not-exist $? false false > /build/elf/tst-rtld-does-not-exist.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl --help > /build/elf/tst-rtld-help.out; \ status=$?; \ echo "info: ld.so exit status: $status" >> /build/elf/tst-rtld-help.out; \ (exit $status); \ ../scripts/evaluate-test.sh elf/tst-rtld-help $? false false > /build/elf/tst-rtld-help.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-rtld-dash-dash.sh /build/elf/ld.so > /build/elf/tst-rtld-dash-dash.out; \ ../scripts/evaluate-test.sh elf/tst-rtld-dash-dash $? false false > /build/elf/tst-rtld-dash-dash.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-ldconfig-soname.sh '/build/' ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-ldconfig-soname.out; \ ../scripts/evaluate-test.sh elf/tst-ldconfig-soname $? false false > /build/elf/tst-ldconfig-soname.test-result + common_objpfx=/build/ + test_wrapper_env=' env' + run_program_env='GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' + testroot=/build/elf/bug30125-test-directory + trap cleanup 0 + rm -rf /build/elf/bug30125-test-directory + mkdir -p /build/elf/bug30125-test-directory/lib + cp /build/elf/tst-ldconfig-soname-lib-with-soname.so /build/elf/bug30125-test-directory/lib/libtst-ldconfig-soname-lib-with-soname.so.1.2.3 + cp /build/elf/tst-ldconfig-soname-lib-without-soname.so /build/elf/bug30125-test-directory/lib/libtst-ldconfig-soname-lib-without-soname.so.1.2.3 + env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ldconfig -vn /build/elf/bug30125-test-directory/lib ++ cd /build/elf/bug30125-test-directory/lib ++ find . -type l + LINKS=./libtst-ldconfig-soname-lib-with-soname.so.1 + '[' ./libtst-ldconfig-soname-lib-with-soname.so.1 '!=' ./libtst-ldconfig-soname-lib-with-soname.so.1 ']' + cleanup + rm -rf /build/elf/bug30125-test-directory make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-rtld-load-self.sh /build/elf/ld.so '' ' env' > /build/elf/tst-rtld-load-self.out; \ ../scripts/evaluate-test.sh elf/tst-rtld-load-self $? false false > /build/elf/tst-rtld-load-self.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1picstatic -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1picstatic.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep1pic.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ifunc-isa-1-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ifunc-isa-1-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/elf/ld.so > /build/elf/ld.so.phdrT test -s /build/elf/ld.so.phdrT mv -f /build/elf/ld.so.phdrT /build/elf/ld.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-ifunc-isa-2-static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-ifunc-isa-2-static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/libc.so > /build/libc.so.phdrT test -s /build/libc.so.phdrT mv -f /build/libc.so.phdrT /build/libc.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-pathopt -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-pathopt.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/debug/libpcprofile.so > /build/debug/libpcprofile.so.phdrT test -s /build/debug/libpcprofile.so.phdrT mv -f /build/debug/libpcprofile.so.phdrT /build/debug/libpcprofile.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/dlfcn/libdl.so > /build/dlfcn/libdl.so.phdrT test -s /build/dlfcn/libdl.so.phdrT mv -f /build/dlfcn/libdl.so.phdrT /build/dlfcn/libdl.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-sprof-basic -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-sprof-basic.o /build/support/libsupport_nonshared.a /build/elf/tst-sprof-mod.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/hesiod/libnss_hesiod.so > /build/hesiod/libnss_hesiod.so.phdrT test -s /build/hesiod/libnss_hesiod.so.phdrT mv -f /build/hesiod/libnss_hesiod.so.phdrT /build/hesiod/libnss_hesiod.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/locale/libBrokenLocale.so > /build/locale/libBrokenLocale.so.phdrT test -s /build/locale/libBrokenLocale.so.phdrT mv -f /build/locale/libBrokenLocale.so.phdrT /build/locale/libBrokenLocale.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain1static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain1static.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep1.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/login/libutil.so > /build/login/libutil.so.phdrT test -s /build/login/libutil.so.phdrT mv -f /build/login/libutil.so.phdrT /build/login/libutil.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/malloc/libc_malloc_debug.so > /build/malloc/libc_malloc_debug.so.phdrT test -s /build/malloc/libc_malloc_debug.so.phdrT mv -f /build/malloc/libc_malloc_debug.so.phdrT /build/malloc/libc_malloc_debug.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain2picstatic -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain2picstatic.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep2pic.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/malloc/libmemusage.so > /build/malloc/libmemusage.so.phdrT test -s /build/malloc/libmemusage.so.phdrT mv -f /build/malloc/libmemusage.so.phdrT /build/malloc/libmemusage.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain2static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain2static.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep2.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain4picstatic -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain4picstatic.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' python3 -B tst-relro-symbols.py /build/elf/ld.so \ --required=_rtld_global_ro \ > /build/elf/tst-relro-ldso.out 2>&1; ../scripts/evaluate-test.sh elf/tst-relro-ldso $? false false > /build/elf/tst-relro-ldso.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/math/libm.so > /build/math/libm.so.phdrT test -s /build/math/libm.so.phdrT mv -f /build/math/libm.so.phdrT /build/math/libm.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain4static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain4static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nis/libnsl.so > /build/nis/libnsl.so.phdrT test -s /build/nis/libnsl.so.phdrT mv -f /build/nis/libnsl.so.phdrT /build/nis/libnsl.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain7picstatic -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain7picstatic.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain5picstatic -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain5picstatic.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep5pic.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nptl_db/libthread_db.so > /build/nptl_db/libthread_db.so.phdrT test -s /build/nptl_db/libthread_db.so.phdrT mv -f /build/nptl_db/libthread_db.so.phdrT /build/nptl_db/libthread_db.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain5static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain5static.o /build/support/libsupport_nonshared.a /build/elf/ifuncdep5.o -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain9picstatic -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain9picstatic.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nptl/libpthread.so > /build/nptl/libpthread.so.phdrT test -s /build/nptl/libpthread.so.phdrT mv -f /build/nptl/libpthread.so.phdrT /build/nptl/libpthread.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nss/libnss_compat.so > /build/nss/libnss_compat.so.phdrT test -s /build/nss/libnss_compat.so.phdrT mv -f /build/nss/libnss_compat.so.phdrT /build/nss/libnss_compat.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nss/libnss_db.so > /build/nss/libnss_db.so.phdrT test -s /build/nss/libnss_db.so.phdrT mv -f /build/nss/libnss_db.so.phdrT /build/nss/libnss_db.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/resolv/libanl.so > /build/resolv/libanl.so.phdrT test -s /build/resolv/libanl.so.phdrT mv -f /build/resolv/libanl.so.phdrT /build/resolv/libanl.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain7static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain7static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/resolv/libresolv.so > /build/resolv/libresolv.so.phdrT test -s /build/resolv/libresolv.so.phdrT mv -f /build/resolv/libresolv.so.phdrT /build/resolv/libresolv.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/resolv/libnss_dns.so > /build/resolv/libnss_dns.so.phdrT test -s /build/resolv/libnss_dns.so.phdrT mv -f /build/resolv/libnss_dns.so.phdrT /build/resolv/libnss_dns.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' python3 -B tst-relro-symbols.py /build/libc.so \ --required=_IO_file_jumps \ --required=_IO_wfile_jumps \ --required=__io_vtables \ > /build/elf/tst-relro-libc.out 2>&1; ../scripts/evaluate-test.sh elf/tst-relro-libc $? false false > /build/elf/tst-relro-libc.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/ifuncmain9static -nostdlib -nostartfiles -static -static-pie -Wl,-z,pack-relative-relocs /build/csu/rcrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/ifuncmain9static.o /build/support/libsupport_nonshared.a -Wl,--start-group /build/libc.a -lgcc -lgcc_eh -Wl,--end-group `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/nss/libnss_files.so > /build/nss/libnss_files.so.phdrT test -s /build/nss/libnss_files.so.phdrT mv -f /build/nss/libnss_files.so.phdrT /build/nss/libnss_files.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -l /build/rt/librt.so > /build/rt/librt.so.phdrT test -s /build/rt/librt.so.phdrT mv -f /build/rt/librt.so.phdrT /build/rt/librt.so.phdr make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/elf/ld.so > /build/elf/ld.so.dynsymT test -s /build/elf/ld.so.dynsymT mv -f /build/elf/ld.so.dynsymT /build/elf/ld.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/debug/libpcprofile.so > /build/debug/libpcprofile.so.dynsymT test -s /build/debug/libpcprofile.so.dynsymT mv -f /build/debug/libpcprofile.so.dynsymT /build/debug/libpcprofile.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/dlfcn/libdl.so > /build/dlfcn/libdl.so.dynsymT test -s /build/dlfcn/libdl.so.dynsymT mv -f /build/dlfcn/libdl.so.dynsymT /build/dlfcn/libdl.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/hesiod/libnss_hesiod.so > /build/hesiod/libnss_hesiod.so.dynsymT test -s /build/hesiod/libnss_hesiod.so.dynsymT mv -f /build/hesiod/libnss_hesiod.so.dynsymT /build/hesiod/libnss_hesiod.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/locale/libBrokenLocale.so > /build/locale/libBrokenLocale.so.dynsymT test -s /build/locale/libBrokenLocale.so.dynsymT mv -f /build/locale/libBrokenLocale.so.dynsymT /build/locale/libBrokenLocale.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/login/libutil.so > /build/login/libutil.so.dynsymT test -s /build/login/libutil.so.dynsymT mv -f /build/login/libutil.so.dynsymT /build/login/libutil.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/malloc/libc_malloc_debug.so > /build/malloc/libc_malloc_debug.so.dynsymT test -s /build/malloc/libc_malloc_debug.so.dynsymT mv -f /build/malloc/libc_malloc_debug.so.dynsymT /build/malloc/libc_malloc_debug.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/malloc/libmemusage.so > /build/malloc/libmemusage.so.dynsymT test -s /build/malloc/libmemusage.so.dynsymT mv -f /build/malloc/libmemusage.so.dynsymT /build/malloc/libmemusage.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nis/libnsl.so > /build/nis/libnsl.so.dynsymT test -s /build/nis/libnsl.so.dynsymT mv -f /build/nis/libnsl.so.dynsymT /build/nis/libnsl.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nptl/libpthread.so > /build/nptl/libpthread.so.dynsymT test -s /build/nptl/libpthread.so.dynsymT mv -f /build/nptl/libpthread.so.dynsymT /build/nptl/libpthread.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nss/libnss_compat.so > /build/nss/libnss_compat.so.dynsymT test -s /build/nss/libnss_compat.so.dynsymT mv -f /build/nss/libnss_compat.so.dynsymT /build/nss/libnss_compat.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/resolv/libanl.so > /build/resolv/libanl.so.dynsymT test -s /build/resolv/libanl.so.dynsymT mv -f /build/resolv/libanl.so.dynsymT /build/resolv/libanl.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nptl_db/libthread_db.so > /build/nptl_db/libthread_db.so.dynsymT test -s /build/nptl_db/libthread_db.so.dynsymT mv -f /build/nptl_db/libthread_db.so.dynsymT /build/nptl_db/libthread_db.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/libc.so > /build/libc.so.dynsymT test -s /build/libc.so.dynsymT mv -f /build/libc.so.dynsymT /build/libc.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nss/libnss_files.so > /build/nss/libnss_files.so.dynsymT test -s /build/nss/libnss_files.so.dynsymT mv -f /build/nss/libnss_files.so.dynsymT /build/nss/libnss_files.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/resolv/libnss_dns.so > /build/resolv/libnss_dns.so.dynsymT test -s /build/resolv/libnss_dns.so.dynsymT mv -f /build/resolv/libnss_dns.so.dynsymT /build/resolv/libnss_dns.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/math/libm.so > /build/math/libm.so.dynsymT test -s /build/math/libm.so.dynsymT mv -f /build/math/libm.so.dynsymT /build/math/libm.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/nss/libnss_db.so > /build/nss/libnss_db.so.dynsymT test -s /build/nss/libnss_db.so.dynsymT mv -f /build/nss/libnss_db.so.dynsymT /build/nss/libnss_db.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/rt/librt.so > /build/rt/librt.so.dynsymT test -s /build/rt/librt.so.dynsymT mv -f /build/rt/librt.so.dynsymT /build/rt/librt.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -S -d -r /build/libc.so > /build/libc.so.jmprelT test -s /build/libc.so.jmprelT mv -f /build/libc.so.jmprelT /build/libc.so.jmprel make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W --dyn-syms /build/resolv/libresolv.so > /build/resolv/libresolv.so.dynsymT test -s /build/resolv/libresolv.so.dynsymT mv -f /build/resolv/libresolv.so.dynsymT /build/resolv/libresolv.so.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -S -d -r /build/elf/ld.so > /build/elf/ld.so.jmprelT test -s /build/elf/ld.so.jmprelT mv -f /build/elf/ld.so.jmprelT /build/elf/ld.so.jmprel make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -S -d -r /build/math/libm.so > /build/math/libm.so.jmprelT test -s /build/math/libm.so.jmprelT mv -f /build/math/libm.so.jmprelT /build/math/libm.so.jmprel make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -S -d -r /build/dlfcn/libdl.so > /build/dlfcn/libdl.so.jmprelT test -s /build/dlfcn/libdl.so.jmprelT mv -f /build/dlfcn/libdl.so.jmprelT /build/dlfcn/libdl.so.jmprel make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -S -d -r /build/resolv/libresolv.so > /build/resolv/libresolv.so.jmprelT test -s /build/resolv/libresolv.so.jmprelT mv -f /build/resolv/libresolv.so.jmprelT /build/resolv/libresolv.so.jmprel make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/elf/ld.so > /build/elf/ld.so.dynT test -s /build/elf/ld.so.dynT mv -f /build/elf/ld.so.dynT /build/elf/ld.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/debug/libpcprofile.so > /build/debug/libpcprofile.so.dynT test -s /build/debug/libpcprofile.so.dynT mv -f /build/debug/libpcprofile.so.dynT /build/debug/libpcprofile.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/libc.so > /build/libc.so.dynT test -s /build/libc.so.dynT mv -f /build/libc.so.dynT /build/libc.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/dlfcn/libdl.so > /build/dlfcn/libdl.so.dynT test -s /build/dlfcn/libdl.so.dynT mv -f /build/dlfcn/libdl.so.dynT /build/dlfcn/libdl.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/hesiod/libnss_hesiod.so > /build/hesiod/libnss_hesiod.so.dynT test -s /build/hesiod/libnss_hesiod.so.dynT mv -f /build/hesiod/libnss_hesiod.so.dynT /build/hesiod/libnss_hesiod.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/locale/libBrokenLocale.so > /build/locale/libBrokenLocale.so.dynT test -s /build/locale/libBrokenLocale.so.dynT mv -f /build/locale/libBrokenLocale.so.dynT /build/locale/libBrokenLocale.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/login/libutil.so > /build/login/libutil.so.dynT test -s /build/login/libutil.so.dynT mv -f /build/login/libutil.so.dynT /build/login/libutil.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/malloc/libc_malloc_debug.so > /build/malloc/libc_malloc_debug.so.dynT test -s /build/malloc/libc_malloc_debug.so.dynT mv -f /build/malloc/libc_malloc_debug.so.dynT /build/malloc/libc_malloc_debug.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/malloc/libmemusage.so > /build/malloc/libmemusage.so.dynT test -s /build/malloc/libmemusage.so.dynT mv -f /build/malloc/libmemusage.so.dynT /build/malloc/libmemusage.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/math/libm.so > /build/math/libm.so.dynT test -s /build/math/libm.so.dynT mv -f /build/math/libm.so.dynT /build/math/libm.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nis/libnsl.so > /build/nis/libnsl.so.dynT test -s /build/nis/libnsl.so.dynT mv -f /build/nis/libnsl.so.dynT /build/nis/libnsl.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nptl/libpthread.so > /build/nptl/libpthread.so.dynT test -s /build/nptl/libpthread.so.dynT mv -f /build/nptl/libpthread.so.dynT /build/nptl/libpthread.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nptl_db/libthread_db.so > /build/nptl_db/libthread_db.so.dynT test -s /build/nptl_db/libthread_db.so.dynT mv -f /build/nptl_db/libthread_db.so.dynT /build/nptl_db/libthread_db.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nss/libnss_compat.so > /build/nss/libnss_compat.so.dynT test -s /build/nss/libnss_compat.so.dynT mv -f /build/nss/libnss_compat.so.dynT /build/nss/libnss_compat.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nss/libnss_db.so > /build/nss/libnss_db.so.dynT test -s /build/nss/libnss_db.so.dynT mv -f /build/nss/libnss_db.so.dynT /build/nss/libnss_db.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/nss/libnss_files.so > /build/nss/libnss_files.so.dynT test -s /build/nss/libnss_files.so.dynT mv -f /build/nss/libnss_files.so.dynT /build/nss/libnss_files.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/resolv/libanl.so > /build/resolv/libanl.so.dynT test -s /build/resolv/libanl.so.dynT mv -f /build/resolv/libanl.so.dynT /build/resolv/libanl.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env \ LD_TRACE_LOADED_OBJECTS=1 \ LD_DEBUG=unused \ LD_PRELOAD= \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/elf/testobj1.so > /build/elf/tst-unused-dep.out; \ ../scripts/evaluate-test.sh elf/tst-unused-dep $? false false > /build/elf/tst-unused-dep.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/elf/libtracemod3 mkdir -p -- /build/elf/libtracemod3 cp /build/elf/libtracemod3-1.so /build/elf/libtracemod3/libtracemod3.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/elf/libtracemod4 mkdir -p -- /build/elf/libtracemod4 cp /build/elf/libtracemod4-1.so /build/elf/libtracemod4/libtracemod4.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/resolv/libnss_dns.so > /build/resolv/libnss_dns.so.dynT test -s /build/resolv/libnss_dns.so.dynT mv -f /build/resolv/libnss_dns.so.dynT /build/resolv/libnss_dns.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/elf/libtracemod5 mkdir -p -- /build/elf/libtracemod5 cp /build/elf/libtracemod5-1.so /build/elf/libtracemod5/libtracemod5.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/resolv/libresolv.so > /build/resolv/libresolv.so.dynT test -s /build/resolv/libresolv.so.dynT mv -f /build/resolv/libresolv.so.dynT /build/resolv/libresolv.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -W -d /build/rt/librt.so > /build/rt/librt.so.dynT test -s /build/rt/librt.so.dynT mv -f /build/rt/librt.so.dynT /build/rt/librt.so.dyn make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C objdump --dynamic-syms /build/elf/ld.so > /build/elf/ld.dynsymT mv -f /build/elf/ld.dynsymT /build/elf/ld.dynsym make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-array3 > /build/elf/tst-array3.out; \ ../scripts/evaluate-test.sh elf/tst-array3 $? false false > /build/elf/tst-array3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-array4 > /build/elf/tst-array4.out; \ ../scripts/evaluate-test.sh elf/tst-array4 $? false false > /build/elf/tst-array4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-auxv > /build/elf/tst-auxv.out; \ ../scripts/evaluate-test.sh elf/tst-auxv $? false false > /build/elf/tst-auxv.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-array1 > /build/elf/tst-array1.out; \ ../scripts/evaluate-test.sh elf/tst-array1 $? false false > /build/elf/tst-array1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C gawk -f ../scripts/abilist.awk /build/libc.dynsym > /build/libc.symlistT mv -f /build/libc.symlistT /build/libc.symlist make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.malloc.arena_max=8:glibc.malloc.mmap_threshold=1024:glibc.mem.decorate_maps=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-decorate-maps 8 > /build/elf/tst-decorate-maps.out; \ ../scripts/evaluate-test.sh elf/tst-decorate-maps $? false false > /build/elf/tst-decorate-maps.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/elf/tst-leaks1.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-leaks1 > /build/elf/tst-leaks1.out; \ ../scripts/evaluate-test.sh elf/tst-leaks1 $? false false > /build/elf/tst-leaks1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-stringtable > /build/elf/tst-stringtable.out; \ ../scripts/evaluate-test.sh elf/tst-stringtable $? false false > /build/elf/tst-stringtable.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls9 > /build/elf/tst-tls9.out; \ ../scripts/evaluate-test.sh elf/tst-tls9 $? false false > /build/elf/tst-tls9.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tunables-enable_secure-env -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tunables-enable_secure-env > /build/elf/tst-tunables-enable_secure-env.out; \ ../scripts/evaluate-test.sh elf/tst-tunables-enable_secure-env $? false false > /build/elf/tst-tunables-enable_secure-env.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-bz15311-dir/tst-bz15311 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-bz15311-dir/tst-bz15311.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-bz28937-dir/tst-bz28937 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-bz28937-dir/tst-bz28937.o /build/support/libsupport_nonshared.a -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-rtld-argv0.sh /build/elf/ld.so /build/elf/argv0test \ ' env' '' \ '/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' 'test-argv0' > /build/elf/argv0test.out; \ ../scripts/evaluate-test.sh elf/argv0test $? false false > /build/elf/argv0test.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/constload1 > /build/elf/constload1.out; \ ../scripts/evaluate-test.sh elf/constload1 $? false false > /build/elf/constload1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cp /build/elf/tst-tls-allocation-failure-static /build/elf/tst-tls-allocation-failure-static-patched python3 -B ../scripts/tst-elf-edit.py --maximize-tls-size /build/elf/tst-tls-allocation-failure-static-patched make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/lateglobal > /build/elf/lateglobal.out; \ ../scripts/evaluate-test.sh elf/lateglobal $? false false > /build/elf/lateglobal.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-array2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-array2.o /build/support/libsupport_nonshared.a /build/elf/tst-array2dep.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/initfirst > /build/elf/initfirst.out; \ ../scripts/evaluate-test.sh elf/initfirst $? false false > /build/elf/initfirst.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/multiload > /build/elf/multiload.out; \ ../scripts/evaluate-test.sh elf/multiload $? false false > /build/elf/multiload.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C readelf -V -W /build/libc.so \ | sed -ne '/.gnu.version_d/, /.gnu.version_r/ p' \ | grep GLIBC_ABI_DT_RELR > /build/elf/check-abi-version-libc.out; \ ../scripts/evaluate-test.sh elf/check-abi-version-libc $? false false > /build/elf/check-abi-version-libc.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-array5 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-array5.o /build/support/libsupport_nonshared.a /build/elf/tst-array5dep.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/nodlopen > /build/elf/nodlopen.out; \ ../scripts/evaluate-test.sh elf/nodlopen $? false false > /build/elf/nodlopen.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/dblloadmod1.so /build/csu/abi-note.o /build/elf/dblloadmod1.os /build/elf/dblloadmod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/dblloadmod2.so /build/csu/abi-note.o /build/elf/dblloadmod2.os /build/elf/dblloadmod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_TRACE=/build/elf/noload.mtrace LD_PRELOAD=/build//malloc/libc_malloc_debug.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/noload > /build/elf/noload.out; \ ../scripts/evaluate-test.sh elf/noload $? false false > /build/elf/noload.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -o /build/elf/filtmod1.so -B/build/csu/ -Wl,-z,relro \ -Wl,-z,pack-relative-relocs \ -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl \ -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/elf/filtmod1.os -Wl,-F,/build/elf/filtmod2.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/origtest > /build/elf/origtest.out; \ ../scripts/evaluate-test.sh elf/origtest $? false false > /build/elf/origtest.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/testobj2.so /build/csu/abi-note.o /build/elf/testobj2.os /build/elf/testobj1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nodelmod3.so /build/csu/abi-note.o /build/elf/nodelmod3.os /build/elf/nodelmod4.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nodel2mod3.so /build/csu/abi-note.o /build/elf/nodel2mod3.os /build/elf/nodel2mod1.so /build/elf/nodel2mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/reldep > /build/elf/reldep.out; \ ../scripts/evaluate-test.sh elf/reldep $? false false > /build/elf/reldep.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/reldep2 > /build/elf/reldep2.out; \ ../scripts/evaluate-test.sh elf/reldep2 $? false false > /build/elf/reldep2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/reldep3 > /build/elf/reldep3.out; \ ../scripts/evaluate-test.sh elf/reldep3 $? false false > /build/elf/reldep3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-env-setuid -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-env-setuid.o /build/support/libsupport_nonshared.a /build/elf/tst-sonamemove-runmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/nodlopenmod2.so /build/csu/abi-note.o /build/elf/nodlopenmod2.os /build/elf/nodlopenmod.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/dep4.so /build/csu/abi-note.o /build/elf/dep4.os /build/elf/dep3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' python3 -B ../scripts/check-wx-segment.py /build/elf/ld.so.phdr /build/libc.so.phdr /build/debug/libpcprofile.so.phdr /build/dlfcn/libdl.so.phdr /build/hesiod/libnss_hesiod.so.phdr /build/iconvdata/ANSI_X3.110.so.phdr /build/iconvdata/ARMSCII-8.so.phdr /build/iconvdata/ASMO_449.so.phdr /build/iconvdata/BIG5.so.phdr /build/iconvdata/BIG5HKSCS.so.phdr /build/iconvdata/BRF.so.phdr /build/iconvdata/CP10007.so.phdr /build/iconvdata/CP1125.so.phdr /build/iconvdata/CP1250.so.phdr /build/iconvdata/CP1251.so.phdr /build/iconvdata/CP1252.so.phdr /build/iconvdata/CP1253.so.phdr /build/iconvdata/CP1254.so.phdr /build/iconvdata/CP1255.so.phdr /build/iconvdata/CP1256.so.phdr /build/iconvdata/CP1257.so.phdr /build/iconvdata/CP1258.so.phdr /build/iconvdata/CP737.so.phdr /build/iconvdata/CP770.so.phdr /build/iconvdata/CP771.so.phdr /build/iconvdata/CP772.so.phdr /build/iconvdata/CP773.so.phdr /build/iconvdata/CP774.so.phdr /build/iconvdata/CP775.so.phdr /build/iconvdata/CP932.so.phdr /build/iconvdata/CSN_369103.so.phdr /build/iconvdata/CWI.so.phdr /build/iconvdata/DEC-MCS.so.phdr /build/iconvdata/EBCDIC-AT-DE-A.so.phdr /build/iconvdata/EBCDIC-AT-DE.so.phdr /build/iconvdata/EBCDIC-CA-FR.so.phdr /build/iconvdata/EBCDIC-DK-NO-A.so.phdr /build/iconvdata/EBCDIC-DK-NO.so.phdr /build/iconvdata/EBCDIC-ES-A.so.phdr /build/iconvdata/EBCDIC-ES-S.so.phdr /build/iconvdata/EBCDIC-ES.so.phdr /build/iconvdata/EBCDIC-FI-SE-A.so.phdr /build/iconvdata/EBCDIC-FI-SE.so.phdr /build/iconvdata/EBCDIC-FR.so.phdr /build/iconvdata/EBCDIC-IS-FRISS.so.phdr /build/iconvdata/EBCDIC-IT.so.phdr /build/iconvdata/EBCDIC-PT.so.phdr /build/iconvdata/EBCDIC-UK.so.phdr /build/iconvdata/EBCDIC-US.so.phdr /build/iconvdata/ECMA-CYRILLIC.so.phdr /build/iconvdata/EUC-CN.so.phdr /build/iconvdata/EUC-JISX0213.so.phdr /build/iconvdata/EUC-JP-MS.so.phdr /build/iconvdata/EUC-JP.so.phdr /build/iconvdata/EUC-KR.so.phdr /build/iconvdata/EUC-TW.so.phdr /build/iconvdata/GB18030.so.phdr /build/iconvdata/GBBIG5.so.phdr /build/iconvdata/GBGBK.so.phdr /build/iconvdata/GBK.so.phdr /build/iconvdata/GEORGIAN-ACADEMY.so.phdr /build/iconvdata/GEORGIAN-PS.so.phdr /build/iconvdata/GOST_19768-74.so.phdr /build/iconvdata/GREEK-CCITT.so.phdr /build/iconvdata/GREEK7-OLD.so.phdr /build/iconvdata/GREEK7.so.phdr /build/iconvdata/HP-GREEK8.so.phdr /build/iconvdata/HP-ROMAN8.so.phdr /build/iconvdata/HP-ROMAN9.so.phdr /build/iconvdata/HP-THAI8.so.phdr /build/iconvdata/HP-TURKISH8.so.phdr /build/iconvdata/IBM037.so.phdr /build/iconvdata/IBM038.so.phdr /build/iconvdata/IBM1004.so.phdr /build/iconvdata/IBM1008.so.phdr /build/iconvdata/IBM1008_420.so.phdr /build/iconvdata/IBM1025.so.phdr /build/iconvdata/IBM1026.so.phdr /build/iconvdata/IBM1046.so.phdr /build/iconvdata/IBM1047.so.phdr /build/iconvdata/IBM1097.so.phdr /build/iconvdata/IBM1112.so.phdr /build/iconvdata/IBM1122.so.phdr /build/iconvdata/IBM1123.so.phdr /build/iconvdata/IBM1124.so.phdr /build/iconvdata/IBM1129.so.phdr /build/iconvdata/IBM1130.so.phdr /build/iconvdata/IBM1132.so.phdr /build/iconvdata/IBM1133.so.phdr /build/iconvdata/IBM1137.so.phdr /build/iconvdata/IBM1140.so.phdr /build/iconvdata/IBM1141.so.phdr /build/iconvdata/IBM1142.so.phdr /build/iconvdata/IBM1143.so.phdr /build/iconvdata/IBM1144.so.phdr /build/iconvdata/IBM1145.so.phdr /build/iconvdata/IBM1146.so.phdr /build/iconvdata/IBM1147.so.phdr /build/iconvdata/IBM1148.so.phdr /build/iconvdata/IBM1149.so.phdr /build/iconvdata/IBM1153.so.phdr /build/iconvdata/IBM1154.so.phdr /build/iconvdata/IBM1155.so.phdr /build/iconvdata/IBM1156.so.phdr /build/iconvdata/IBM1157.so.phdr /build/iconvdata/IBM1158.so.phdr /build/iconvdata/IBM1160.so.phdr /build/iconvdata/IBM1161.so.phdr /build/iconvdata/IBM1162.so.phdr /build/iconvdata/IBM1163.so.phdr /build/iconvdata/IBM1164.so.phdr /build/iconvdata/IBM1166.so.phdr /build/iconvdata/IBM1167.so.phdr /build/iconvdata/IBM12712.so.phdr /build/iconvdata/IBM1364.so.phdr /build/iconvdata/IBM1371.so.phdr /build/iconvdata/IBM1388.so.phdr /build/iconvdata/IBM1390.so.phdr /build/iconvdata/IBM1399.so.phdr /build/iconvdata/IBM16804.so.phdr /build/iconvdata/IBM256.so.phdr /build/iconvdata/IBM273.so.phdr /build/iconvdata/IBM274.so.phdr /build/iconvdata/IBM275.so.phdr /build/iconvdata/IBM277.so.phdr /build/iconvdata/IBM278.so.phdr /build/iconvdata/IBM280.so.phdr /build/iconvdata/IBM281.so.phdr /build/iconvdata/IBM284.so.phdr /build/iconvdata/IBM285.so.phdr /build/iconvdata/IBM290.so.phdr /build/iconvdata/IBM297.so.phdr /build/iconvdata/IBM420.so.phdr /build/iconvdata/IBM423.so.phdr /build/iconvdata/IBM424.so.phdr /build/iconvdata/IBM437.so.phdr /build/iconvdata/IBM4517.so.phdr /build/iconvdata/IBM4899.so.phdr /build/iconvdata/IBM4909.so.phdr /build/iconvdata/IBM4971.so.phdr /build/iconvdata/IBM500.so.phdr /build/iconvdata/IBM5347.so.phdr /build/iconvdata/IBM803.so.phdr /build/iconvdata/IBM850.so.phdr /build/iconvdata/IBM851.so.phdr /build/iconvdata/IBM852.so.phdr /build/iconvdata/IBM855.so.phdr /build/iconvdata/IBM856.so.phdr /build/iconvdata/IBM857.so.phdr /build/iconvdata/IBM858.so.phdr /build/iconvdata/IBM860.so.phdr /build/iconvdata/IBM861.so.phdr /build/iconvdata/IBM862.so.phdr /build/iconvdata/IBM863.so.phdr /build/iconvdata/IBM864.so.phdr /build/iconvdata/IBM865.so.phdr /build/iconvdata/IBM866.so.phdr /build/iconvdata/IBM866NAV.so.phdr /build/iconvdata/IBM868.so.phdr /build/iconvdata/IBM869.so.phdr /build/iconvdata/IBM870.so.phdr /build/iconvdata/IBM871.so.phdr /build/iconvdata/IBM874.so.phdr /build/iconvdata/IBM875.so.phdr /build/iconvdata/IBM880.so.phdr /build/iconvdata/IBM891.so.phdr /build/iconvdata/IBM901.so.phdr /build/iconvdata/IBM902.so.phdr /build/iconvdata/IBM903.so.phdr /build/iconvdata/IBM9030.so.phdr /build/iconvdata/IBM904.so.phdr /build/iconvdata/IBM905.so.phdr /build/iconvdata/IBM9066.so.phdr /build/iconvdata/IBM918.so.phdr /build/iconvdata/IBM921.so.phdr /build/iconvdata/IBM922.so.phdr /build/iconvdata/IBM930.so.phdr /build/iconvdata/IBM932.so.phdr /build/iconvdata/IBM933.so.phdr /build/iconvdata/IBM935.so.phdr /build/iconvdata/IBM937.so.phdr /build/iconvdata/IBM939.so.phdr /build/iconvdata/IBM943.so.phdr /build/iconvdata/IBM9448.so.phdr /build/iconvdata/IEC_P27-1.so.phdr /build/iconvdata/INIS-8.so.phdr /build/iconvdata/INIS-CYRILLIC.so.phdr /build/iconvdata/INIS.so.phdr /build/iconvdata/ISIRI-3342.so.phdr /build/iconvdata/ISO-2022-CN-EXT.so.phdr /build/iconvdata/ISO-2022-CN.so.phdr /build/iconvdata/ISO-2022-JP-3.so.phdr /build/iconvdata/ISO-2022-JP.so.phdr /build/iconvdata/ISO-2022-KR.so.phdr /build/iconvdata/ISO-IR-197.so.phdr /build/iconvdata/ISO-IR-209.so.phdr /build/iconvdata/ISO646.so.phdr /build/iconvdata/ISO8859-1.so.phdr /build/iconvdata/ISO8859-10.so.phdr /build/iconvdata/ISO8859-11.so.phdr /build/iconvdata/ISO8859-13.so.phdr /build/iconvdata/ISO8859-14.so.phdr /build/iconvdata/ISO8859-15.so.phdr /build/iconvdata/ISO8859-16.so.phdr /build/iconvdata/ISO8859-2.so.phdr /build/iconvdata/ISO8859-3.so.phdr /build/iconvdata/ISO8859-4.so.phdr /build/iconvdata/ISO8859-5.so.phdr /build/iconvdata/ISO8859-6.so.phdr /build/iconvdata/ISO8859-7.so.phdr /build/iconvdata/ISO8859-8.so.phdr /build/iconvdata/ISO8859-9.so.phdr /build/iconvdata/ISO8859-9E.so.phdr /build/iconvdata/ISO_10367-BOX.so.phdr /build/iconvdata/ISO_11548-1.so.phdr /build/iconvdata/ISO_2033.so.phdr /build/iconvdata/ISO_5427-EXT.so.phdr /build/iconvdata/ISO_5427.so.phdr /build/iconvdata/ISO_5428.so.phdr /build/iconvdata/ISO_6937-2.so.phdr /build/iconvdata/ISO_6937.so.phdr /build/iconvdata/JOHAB.so.phdr /build/iconvdata/KOI-8.so.phdr /build/iconvdata/KOI8-R.so.phdr /build/iconvdata/KOI8-RU.so.phdr /build/iconvdata/KOI8-T.so.phdr /build/iconvdata/KOI8-U.so.phdr /build/iconvdata/LATIN-GREEK-1.so.phdr /build/iconvdata/LATIN-GREEK.so.phdr /build/iconvdata/MAC-CENTRALEUROPE.so.phdr /build/iconvdata/MAC-IS.so.phdr /build/iconvdata/MAC-SAMI.so.phdr /build/iconvdata/MAC-UK.so.phdr /build/iconvdata/MACINTOSH.so.phdr /build/iconvdata/MIK.so.phdr /build/iconvdata/NATS-DANO.so.phdr /build/iconvdata/NATS-SEFI.so.phdr /build/iconvdata/PT154.so.phdr /build/iconvdata/RK1048.so.phdr /build/iconvdata/SAMI-WS2.so.phdr /build/iconvdata/SHIFT_JISX0213.so.phdr /build/iconvdata/SJIS.so.phdr /build/iconvdata/T.61.so.phdr /build/iconvdata/TCVN5712-1.so.phdr /build/iconvdata/TIS-620.so.phdr /build/iconvdata/TSCII.so.phdr /build/iconvdata/UHC.so.phdr /build/iconvdata/UNICODE.so.phdr /build/iconvdata/UTF-16.so.phdr /build/iconvdata/UTF-32.so.phdr /build/iconvdata/UTF-7.so.phdr /build/iconvdata/VISCII.so.phdr /build/iconvdata/libCNS.so.phdr /build/iconvdata/libGB.so.phdr /build/iconvdata/libISOIR165.so.phdr /build/iconvdata/libJIS.so.phdr /build/iconvdata/libJISX0213.so.phdr /build/iconvdata/libKSC.so.phdr /build/locale/libBrokenLocale.so.phdr /build/login/libutil.so.phdr /build/malloc/libc_malloc_debug.so.phdr /build/malloc/libmemusage.so.phdr /build/math/libm.so.phdr /build/nis/libnsl.so.phdr /build/nptl/libpthread.so.phdr /build/nptl_db/libthread_db.so.phdr /build/nss/libnss_compat.so.phdr /build/nss/libnss_db.so.phdr /build/nss/libnss_files.so.phdr /build/nss/libnss_test1.so.phdr /build/nss/libnss_test2.so.phdr /build/nss/libnss_test_errno.so.phdr /build/nss/libnss_test_gai_hv2_canonname.so.phdr /build/resolv/libanl.so.phdr /build/resolv/libnss_dns.so.phdr /build/resolv/libresolv.so.phdr /build/rt/librt.so.phdr --xfail="" > /build/elf/check-wx-segment.out; \ ../scripts/evaluate-test.sh elf/check-wx-segment $? false false > /build/elf/check-wx-segment.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/next -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/next.o /build/support/libsupport_nonshared.a /build/elf/nextmod1.so /build/elf/nextmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/reldep7 > /build/elf/reldep7.out; \ ../scripts/evaluate-test.sh elf/reldep7 $? false false > /build/elf/reldep7.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/global -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/global.o /build/support/libsupport_nonshared.a /build/elf/globalmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/order2mod4.so /build/csu/abi-note.o /build/elf/order2mod4.os /build/elf/order2mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/order2mod2.so /build/csu/abi-note.o /build/elf/order2mod2.os /build/elf/order2mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/resolvfail > /build/elf/resolvfail.out; \ ../scripts/evaluate-test.sh elf/resolvfail $? false false > /build/elf/resolvfail.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep4mod1.so /build/csu/abi-note.o /build/elf/reldep4mod1.os /build/elf/reldep4mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldepmod5.so /build/csu/abi-note.o /build/elf/reldepmod5.os /build/elf/reldepmod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep4mod2.so /build/csu/abi-note.o /build/elf/reldep4mod2.os /build/elf/reldep4mod4.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' python3 -B tst-rtld-list-diagnostics.py \ --manual=../manual/dynlink.texi \ " env /build/elf/ld-linux.so.2 --list-diagnostics" \ > /build/elf/tst-rtld-list-diagnostics.out; \ ../scripts/evaluate-test.sh elf/tst-rtld-list-diagnostics $? false false > /build/elf/tst-rtld-list-diagnostics.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostdlib -nostartfiles -Wl,-z,pack-relative-relocs \ -Wl,-soname,tst-relr-mod3a.so -Wl,-rpath,'$ORIGIN' \ -shared -o /build/elf/tst-relr-mod3a.so.new /build/elf/tst-relr-mod3a.os /build/elf/tst-relr-mod3b.so mv -f /build/elf/tst-relr-mod3a.so.new /build/elf/tst-relr-mod3a.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -nostdlib -nostartfiles -Wl,-z,pack-relative-relocs \ -Wl,-soname,tst-relr-mod4a.so -Wl,-rpath,'$ORIGIN' \ -shared -o /build/elf/tst-relr-mod4a.so.new /build/elf/tst-relr-mod4a.os /build/elf/tst-relr-mod4b.so mv -f /build/elf/tst-relr-mod4a.so.new /build/elf/tst-relr-mod4a.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep6mod1.so /build/csu/abi-note.o /build/elf/reldep6mod1.os /build/elf/reldep6mod0.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep8mod3.so /build/csu/abi-note.o /build/elf/reldep8mod3.os /build/elf/reldep8mod1.so /build/elf/reldep8mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldepmod6.so /build/csu/abi-note.o /build/elf/reldepmod6.os /build/elf/reldepmod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/circlemod2.so /build/csu/abi-note.o /build/elf/circlemod2.os /build/elf/circlemod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/neededobj2.so /build/csu/abi-note.o /build/elf/neededobj2.os /build/elf/neededobj1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libtracemod2.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libtracemod2-1.so /build/csu/abi-note.o /build/elf/libtracemod2-1.os /build/elf/libtracemod4-1.so /build/elf/libtracemod5-1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/circlemod2a.so /build/csu/abi-note.o /build/elf/circlemod2a.os /build/elf/circlemod3a.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep9mod2.so /build/csu/abi-note.o /build/elf/reldep9mod2.os /build/elf/reldep9mod1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/restest1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/restest1.o /build/support/libsupport_nonshared.a /build/elf/testobj1.so /build/elf/testobj1_1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/neededobj6.so /build/csu/abi-note.o /build/elf/neededobj6.os /build/elf/neededobj5.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit-tlsdesc-mod1.so /build/csu/abi-note.o /build/elf/tst-audit-tlsdesc-mod1.os /build/elf/tst-audit-tlsdesc-mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit11mod1.so /build/csu/abi-note.o /build/elf/tst-audit11mod1.os /build/elf/tst-audit11mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit12mod1.so /build/csu/abi-note.o /build/elf/tst-audit12mod1.os /build/elf/tst-audit12mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,now -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit25mod1.so /build/csu/abi-note.o /build/elf/tst-audit25mod1.os /build/elf/tst-audit25mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,now -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit24dmod1.so /build/csu/abi-note.o /build/elf/tst-audit24dmod1.os /build/elf/tst-audit24dmod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit24dmod2.so /build/csu/abi-note.o /build/elf/tst-audit24dmod2.os /build/elf/tst-audit24dmod4.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-audit25mod2.so /build/csu/abi-note.o /build/elf/tst-audit25mod2.os /build/elf/tst-audit25mod4.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-auditmod21a.so /build/csu/abi-note.o /build/elf/tst-auditmod21a.os /build/elf/tst-auditmod21b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-deep1mod2.so /build/csu/abi-note.o /build/elf/tst-deep1mod2.os /build/elf/tst-deep1mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlclose-lazy-mod1.so /build/csu/abi-note.o /build/elf/tst-dlclose-lazy-mod1.os /build/elf/tst-dlclose-lazy-mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlopen-tlsreinitmod1.so /build/csu/abi-note.o /build/elf/tst-dlopen-tlsreinitmod1.os /build/elf/tst-dlopen-tlsreinitmod3.so /build/elf/tst-dlopen-tlsreinitmod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlopenfailmod1.so /build/csu/abi-note.o /build/elf/tst-dlopenfailmod1.os /build/elf/tst-dlopenfaillinkmod.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dlopenfailmod2.so /build/csu/abi-note.o /build/elf/tst-dlopenfailmod2.os /build/elf/tst-dlopenfailnodelmod.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -Wl,--no-as-needed -nostartfiles -nostdlib -shared -o /build/elf/tst-nodeps2-mod.so /build/libc.so /build/elf/tst-nodeps1-mod.so /build/elf/tst-nodeps2-mod.os \ make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-nodelete-dlclose-plugin.so /build/csu/abi-note.o /build/elf/tst-nodelete-dlclose-plugin.os /build/elf/tst-nodelete-dlclose-dso.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initorder2c.so /build/csu/abi-note.o /build/elf/tst-initorder2c.os /build/elf/tst-initorder2d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls19mod1.so /build/csu/abi-note.o /build/elf/tst-tls19mod1.os /build/elf/tst-tls19mod2.so /build/elf/tst-tls19mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initordera2.so /build/csu/abi-note.o /build/elf/tst-initordera2.os /build/elf/tst-initordera1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-relsort1mod1.so /build/csu/abi-note.o /build/elf/tst-relsort1mod1.os /build/math/libm.so.6 /build/elf/tst-relsort1mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod10.so /build/csu/abi-note.o /build/elf/tst-tlsmod10.os /build/elf/tst-tlsmod9.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod12.so /build/csu/abi-note.o /build/elf/tst-tlsmod12.os /build/elf/tst-tlsmod11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload2mod.so /build/csu/abi-note.o /build/elf/unload2mod.os /build/elf/unload2dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod3.so /build/csu/abi-note.o /build/elf/tst-tlsmod3.os /build/elf/tst-tlsmod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls21mod.so /build/csu/abi-note.o /build/elf/tst-tls21mod.os /build/elf/tst-tls-manydynamic00mod.so /build/elf/tst-tls-manydynamic10mod.so /build/elf/tst-tls-manydynamic20mod.so /build/elf/tst-tls-manydynamic30mod.so /build/elf/tst-tls-manydynamic40mod.so /build/elf/tst-tls-manydynamic50mod.so /build/elf/tst-tls-manydynamic60mod.so /build/elf/tst-tls-manydynamic70mod.so /build/elf/tst-tls-manydynamic80mod.so /build/elf/tst-tls-manydynamic90mod.so /build/elf/tst-tls-manydynamic01mod.so /build/elf/tst-tls-manydynamic11mod.so /build/elf/tst-tls-manydynamic21mod.so /build/elf/tst-tls-manydynamic31mod.so /build/elf/tst-tls-manydynamic41mod.so /build/elf/tst-tls-manydynamic51mod.so /build/elf/tst-tls-manydynamic61mod.so /build/elf/tst-tls-manydynamic71mod.so /build/elf/tst-tls-manydynamic81mod.so /build/elf/tst-tls-manydynamic91mod.so /build/elf/tst-tls-manydynamic02mod.so /build/elf/tst-tls-manydynamic12mod.so /build/elf/tst-tls-manydynamic22mod.so /build/elf/tst-tls-manydynamic32mod.so /build/elf/tst-tls-manydynamic42mod.so /build/elf/tst-tls-manydynamic52mod.so /build/elf/tst-tls-manydynamic62mod.so /build/elf/tst-tls-manydynamic72mod.so /build/elf/tst-tls-manydynamic82mod.so /build/elf/tst-tls-manydynamic92mod.so /build/elf/tst-tls-manydynamic03mod.so /build/elf/tst-tls-manydynamic13mod.so /build/elf/tst-tls-manydynamic23mod.so /build/elf/tst-tls-manydynamic33mod.so /build/elf/tst-tls-manydynamic43mod.so /build/elf/tst-tls-manydynamic53mod.so /build/elf/tst-tls-manydynamic63mod.so /build/elf/tst-tls-manydynamic73mod.so /build/elf/tst-tls-manydynamic83mod.so /build/elf/tst-tls-manydynamic93mod.so /build/elf/tst-tls-manydynamic04mod.so /build/elf/tst-tls-manydynamic14mod.so /build/elf/tst-tls-manydynamic24mod.so /build/elf/tst-tls-manydynamic34mod.so /build/elf/tst-tls-manydynamic44mod.so /build/elf/tst-tls-manydynamic54mod.so /build/elf/tst-tls-manydynamic64mod.so /build/elf/tst-tls-manydynamic74mod.so /build/elf/tst-tls-manydynamic84mod.so /build/elf/tst-tls-manydynamic94mod.so /build/elf/tst-tls-manydynamic05mod.so /build/elf/tst-tls-manydynamic15mod.so /build/elf/tst-tls-manydynamic25mod.so /build/elf/tst-tls-manydynamic35mod.so /build/elf/tst-tls-manydynamic45mod.so /build/elf/tst-tls-manydynamic55mod.so /build/elf/tst-tls-manydynamic65mod.so /build/elf/tst-tls-manydynamic75mod.so /build/elf/tst-tls-manydynamic85mod.so /build/elf/tst-tls-manydynamic95mod.so /build/elf/tst-tls-manydynamic06mod.so /build/elf/tst-tls-manydynamic16mod.so /build/elf/tst-tls-manydynamic26mod.so /build/elf/tst-tls-manydynamic36mod.so /build/elf/tst-tls-manydynamic46mod.so /build/elf/tst-tls-manydynamic56mod.so /build/elf/tst-tls-manydynamic66mod.so /build/elf/tst-tls-manydynamic76mod.so /build/elf/tst-tls-manydynamic86mod.so /build/elf/tst-tls-manydynamic96mod.so /build/elf/tst-tls-manydynamic07mod.so /build/elf/tst-tls-manydynamic17mod.so /build/elf/tst-tls-manydynamic27mod.so /build/elf/tst-tls-manydynamic37mod.so /build/elf/tst-tls-manydynamic47mod.so /build/elf/tst-tls-manydynamic57mod.so /build/elf/tst-tls-manydynamic67mod.so /build/elf/tst-tls-manydynamic77mod.so /build/elf/tst-tls-manydynamic87mod.so /build/elf/tst-tls-manydynamic97mod.so /build/elf/tst-tls-manydynamic08mod.so /build/elf/tst-tls-manydynamic18mod.so /build/elf/tst-tls-manydynamic28mod.so /build/elf/tst-tls-manydynamic38mod.so /build/elf/tst-tls-manydynamic48mod.so /build/elf/tst-tls-manydynamic58mod.so /build/elf/tst-tls-manydynamic68mod.so /build/elf/tst-tls-manydynamic78mod.so /build/elf/tst-tls-manydynamic88mod.so /build/elf/tst-tls-manydynamic98mod.so /build/elf/tst-tls-manydynamic09mod.so /build/elf/tst-tls-manydynamic19mod.so /build/elf/tst-tls-manydynamic29mod.so /build/elf/tst-tls-manydynamic39mod.so /build/elf/tst-tls-manydynamic49mod.so /build/elf/tst-tls-manydynamic59mod.so /build/elf/tst-tls-manydynamic69mod.so /build/elf/tst-tls-manydynamic79mod.so /build/elf/tst-tls-manydynamic89mod.so /build/elf/tst-tls-manydynamic99mod.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod17b.so /build/csu/abi-note.o /build/elf/tst-tlsmod17b.os /build/elf/tst-tlsmod17a0.so /build/elf/tst-tlsmod17a1.so /build/elf/tst-tlsmod17a2.so /build/elf/tst-tlsmod17a3.so /build/elf/tst-tlsmod17a4.so /build/elf/tst-tlsmod17a5.so /build/elf/tst-tlsmod17a6.so /build/elf/tst-tlsmod17a7.so /build/elf/tst-tlsmod17a8.so /build/elf/tst-tlsmod17a9.so /build/elf/tst-tlsmod17a10.so /build/elf/tst-tlsmod17a11.so /build/elf/tst-tlsmod17a12.so /build/elf/tst-tlsmod17a13.so /build/elf/tst-tlsmod17a14.so /build/elf/tst-tlsmod17a15.so /build/elf/tst-tlsmod17a16.so /build/elf/tst-tlsmod17a17.so /build/elf/tst-tlsmod17a18.so /build/elf/tst-tlsmod17a19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod13a.so /build/csu/abi-note.o /build/elf/tst-tlsmod13a.os /build/elf/tst-tlsmod13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tlsmod8.so /build/csu/abi-note.o /build/elf/tst-tlsmod8.os /build/elf/tst-tlsmod7.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload3mod3.so /build/csu/abi-note.o /build/elf/unload3mod3.os /build/elf/unload3mod4.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload4mod2.so /build/csu/abi-note.o /build/elf/unload4mod2.os /build/elf/unload4mod4.so /build/elf/unload4mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload7mod2.so /build/csu/abi-note.o /build/elf/unload7mod2.os /build/elf/unload7mod1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload8mod2.so /build/csu/abi-note.o /build/elf/unload8mod2.os /build/elf/unload8mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic0mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic0mod-dep.os /build/elf/tst-tls-manydynamic1mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic2mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic2mod-dep.os /build/elf/tst-tls-manydynamic3mod-dep.so /build/elf/tst-tls-manydynamic4mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic6mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic6mod-dep.os /build/elf/tst-tls-manydynamic8mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic7mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic7mod-dep.os /build/elf/tst-tls-manydynamic8mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic12mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic12mod-dep.os /build/elf/tst-tls-manydynamic13mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic16mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic16mod-dep.os /build/elf/tst-tls-manydynamic18mod-dep.so /build/elf/tst-tls-manydynamic19mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic1mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic1mod-dep-bad.os /build/elf/tst-tls-manydynamic2mod-dep-bad.so /build/elf/tst-tls20mod-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic3mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic3mod-dep-bad.os /build/elf/tst-tls-manydynamic4mod-dep-bad.so /build/elf/tst-tls-manydynamic5mod-dep-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic12mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic12mod-dep-bad.os /build/elf/tst-tls-manydynamic14mod-dep-bad.so /build/elf/tst-tls20mod-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic7mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic7mod-dep-bad.os /build/elf/tst-tls-manydynamic9mod-dep-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-c.os /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-d.os /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-b.os /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-g.so /build/csu/abi-note.o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-g.os /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-i.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-h.so /build/csu/abi-note.o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-h.os /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-i.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-c.os /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-c.os /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-b.os /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-f.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-d.os /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-c.os /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-f.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-d.os /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-f.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-e.os /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-f.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-e.os /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-f.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-b.os /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-d.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-b.os /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz15311-dir/tst-bz15311-c.so /build/csu/abi-note.o /build/elf/tst-bz15311-dir/tst-bz15311-c.os /build/elf/tst-bz15311-dir/tst-bz15311-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz28937-dir/tst-bz28937-b.so /build/csu/abi-note.o /build/elf/tst-bz28937-dir/tst-bz28937-b.os /build/elf/tst-bz28937-dir/tst-bz28937-b1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz28937-dir/tst-bz28937-c.so /build/csu/abi-note.o /build/elf/tst-bz28937-dir/tst-bz28937-c.os /build/elf/tst-bz28937-dir/tst-bz28937-a1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz28937-dir/tst-bz28937-a2.so /build/csu/abi-note.o /build/elf/tst-bz28937-dir/tst-bz28937-a2.os /build/elf/tst-bz28937-dir/tst-bz28937-a.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C103.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C103.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A101.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A160.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B186.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B186.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A182.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A182.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/restest2 > /build/elf/restest2.out; \ ../scripts/evaluate-test.sh elf/restest2 $? false false > /build/elf/restest2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-absolute-sym > /build/elf/tst-absolute-sym.out; \ ../scripts/evaluate-test.sh elf/tst-absolute-sym $? false false > /build/elf/tst-absolute-sym.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-absolute-zero > /build/elf/tst-absolute-zero.out; \ ../scripts/evaluate-test.sh elf/tst-absolute-zero $? false false > /build/elf/tst-absolute-zero.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-addr1 > /build/elf/tst-addr1.out; \ ../scripts/evaluate-test.sh elf/tst-addr1 $? false false > /build/elf/tst-addr1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-align > /build/elf/tst-align.out; \ ../scripts/evaluate-test.sh elf/tst-align $? false false > /build/elf/tst-align.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-align2 > /build/elf/tst-align2.out; \ ../scripts/evaluate-test.sh elf/tst-align2 $? false false > /build/elf/tst-align2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-align3 > /build/elf/tst-align3.out; \ ../scripts/evaluate-test.sh elf/tst-align3 $? false false > /build/elf/tst-align3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod-tlsdesc.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit-tlsdesc-dlopen > /build/elf/tst-audit-tlsdesc-dlopen.out; \ ../scripts/evaluate-test.sh elf/tst-audit-tlsdesc-dlopen $? false false > /build/elf/tst-audit-tlsdesc-dlopen.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod1.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit1 > /build/elf/tst-audit1.out; \ ../scripts/evaluate-test.sh elf/tst-audit1 $? false false > /build/elf/tst-audit1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod9a.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit9 > /build/elf/tst-audit9.out; \ ../scripts/evaluate-test.sh elf/tst-audit9 $? false false > /build/elf/tst-audit9.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod11.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit11 > /build/elf/tst-audit11.out; \ ../scripts/evaluate-test.sh elf/tst-audit11 $? false false > /build/elf/tst-audit11.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod1.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit2 > /build/elf/tst-audit2.out; \ ../scripts/evaluate-test.sh elf/tst-audit2 $? false false > /build/elf/tst-audit2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod1.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit8 > /build/elf/tst-audit8.out; \ ../scripts/evaluate-test.sh elf/tst-audit8 $? false false > /build/elf/tst-audit8.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod12.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit12 > /build/elf/tst-audit12.out; \ ../scripts/evaluate-test.sh elf/tst-audit12 $? false false > /build/elf/tst-audit12.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-audit13mod1.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit13 > /build/elf/tst-audit13.out; \ ../scripts/evaluate-test.sh elf/tst-audit13 $? false false > /build/elf/tst-audit13.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod17.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit17 > /build/elf/tst-audit17.out; \ ../scripts/evaluate-test.sh elf/tst-audit17 $? false false > /build/elf/tst-audit17.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit18 -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit18 > /build/elf/tst-audit18.out; \ ../scripts/evaluate-test.sh elf/tst-audit18 $? false false > /build/elf/tst-audit18.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit19b -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit19b > /build/elf/tst-audit19b.out; \ ../scripts/evaluate-test.sh elf/tst-audit19b $? false false > /build/elf/tst-audit19b.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod20.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit20 > /build/elf/tst-audit20.out; \ ../scripts/evaluate-test.sh elf/tst-audit20 $? false false > /build/elf/tst-audit20.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod21a.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit21 > /build/elf/tst-audit21.out; \ ../scripts/evaluate-test.sh elf/tst-audit21 $? false false > /build/elf/tst-audit21.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit22 -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit22 > /build/elf/tst-audit22.out; \ ../scripts/evaluate-test.sh elf/tst-audit22 $? false false > /build/elf/tst-audit22.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod24a.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit24a > /build/elf/tst-audit24a.out; \ ../scripts/evaluate-test.sh elf/tst-audit24a $? false false > /build/elf/tst-audit24a.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit23 -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit23 > /build/elf/tst-audit23.out; \ ../scripts/evaluate-test.sh elf/tst-audit23 $? false false > /build/elf/tst-audit23.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod24b.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit24b > /build/elf/tst-audit24b.out; \ ../scripts/evaluate-test.sh elf/tst-audit24b $? false false > /build/elf/tst-audit24b.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_BIND_NOW=1 LD_AUDIT=/build/elf/tst-auditmod24c.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit24c > /build/elf/tst-audit24c.out; \ ../scripts/evaluate-test.sh elf/tst-audit24c $? false false > /build/elf/tst-audit24c.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod28.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit28 > /build/elf/tst-audit28.out; \ ../scripts/evaluate-test.sh elf/tst-audit28 $? false false > /build/elf/tst-audit28.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-auxobj > /build/elf/tst-auxobj.out; \ ../scripts/evaluate-test.sh elf/tst-auxobj $? false false > /build/elf/tst-auxobj.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit-tlsdesc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit-tlsdesc.o /build/support/libsupport_nonshared.a /build/elf/tst-audit-tlsdesc-mod1.so /build/elf/tst-audit-tlsdesc-mod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-big-note > /build/elf/tst-big-note.out; \ ../scripts/evaluate-test.sh elf/tst-big-note $? false false > /build/elf/tst-big-note.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-debug1 > /build/elf/tst-debug1.out; \ ../scripts/evaluate-test.sh elf/tst-debug1 $? false false > /build/elf/tst-debug1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dl-is_dso > /build/elf/tst-dl-is_dso.out; \ ../scripts/evaluate-test.sh elf/tst-dl-is_dso $? false false > /build/elf/tst-dl-is_dso.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-auxobj-dlopen > /build/elf/tst-auxobj-dlopen.out; \ ../scripts/evaluate-test.sh elf/tst-auxobj-dlopen $? false false > /build/elf/tst-auxobj-dlopen.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-deep1 > /build/elf/tst-deep1.out; \ ../scripts/evaluate-test.sh elf/tst-deep1 $? false false > /build/elf/tst-deep1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlclose-lazy > /build/elf/tst-dlclose-lazy.out; \ ../scripts/evaluate-test.sh elf/tst-dlclose-lazy $? false false > /build/elf/tst-dlclose-lazy.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=tst-auditmanymod1.so:tst-auditmanymod2.so:tst-auditmanymod3.so:tst-auditmanymod4.so:tst-auditmanymod5.so:tst-auditmanymod6.so:tst-auditmanymod7.so:tst-auditmanymod8.so:tst-auditmanymod9.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-auditmany > /build/elf/tst-auditmany.out; \ ../scripts/evaluate-test.sh elf/tst-auditmany $? false false > /build/elf/tst-auditmany.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlmopen-gethostbyname > /build/elf/tst-dlmopen-gethostbyname.out; \ ../scripts/evaluate-test.sh elf/tst-dlmopen-gethostbyname $? false false > /build/elf/tst-dlmopen-gethostbyname.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlmopen1 > /build/elf/tst-dlmopen1.out; \ ../scripts/evaluate-test.sh elf/tst-dlmopen1 $? false false > /build/elf/tst-dlmopen1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlmopen3 > /build/elf/tst-dlmopen3.out; \ ../scripts/evaluate-test.sh elf/tst-dlmopen3 $? false false > /build/elf/tst-dlmopen3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-self > /build/elf/tst-dlopen-self.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-self $? false false > /build/elf/tst-dlopen-self.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlmopen4 > /build/elf/tst-dlmopen4.out; \ ../scripts/evaluate-test.sh elf/tst-dlmopen4 $? false false > /build/elf/tst-dlmopen4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlmopen-twice > /build/elf/tst-dlmopen-twice.out; \ ../scripts/evaluate-test.sh elf/tst-dlmopen-twice $? false false > /build/elf/tst-dlmopen-twice.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-tlsreinit1 > /build/elf/tst-dlopen-tlsreinit1.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-tlsreinit1 $? false false > /build/elf/tst-dlopen-tlsreinit1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-tlsreinit2 > /build/elf/tst-dlopen-tlsreinit2.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-tlsreinit2 $? false false > /build/elf/tst-dlopen-tlsreinit2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit24d -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,lazy -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit24d.o /build/support/libsupport_nonshared.a /build/elf/tst-audit24dmod1.so /build/elf/tst-audit24dmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopenfail-2 > /build/elf/tst-dlopenfail-2.out; \ ../scripts/evaluate-test.sh elf/tst-dlopenfail-2 $? false false > /build/elf/tst-dlopenfail-2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopenfail > /build/elf/tst-dlopenfail.out; \ ../scripts/evaluate-test.sh elf/tst-dlopenfail $? false false > /build/elf/tst-dlopenfail.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod1.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-tlsreinit3 > /build/elf/tst-dlopen-tlsreinit3.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-tlsreinit3 $? false false > /build/elf/tst-dlopen-tlsreinit3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlsym-error > /build/elf/tst-dlsym-error.out; \ ../scripts/evaluate-test.sh elf/tst-dlsym-error $? false false > /build/elf/tst-dlsym-error.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-filterobj > /build/elf/tst-filterobj.out; \ ../scripts/evaluate-test.sh elf/tst-filterobj $? false false > /build/elf/tst-filterobj.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod1.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-tlsreinit4 > /build/elf/tst-dlopen-tlsreinit4.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-tlsreinit4 $? false false > /build/elf/tst-dlopen-tlsreinit4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-filterobj-dlopen > /build/elf/tst-filterobj-dlopen.out; \ ../scripts/evaluate-test.sh elf/tst-filterobj-dlopen $? false false > /build/elf/tst-filterobj-dlopen.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-glibc-hwcaps > /build/elf/tst-glibc-hwcaps.out; \ ../scripts/evaluate-test.sh elf/tst-glibc-hwcaps $? false false > /build/elf/tst-glibc-hwcaps.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopenrpath > /build/elf/tst-dlopenrpath.out; \ ../scripts/evaluate-test.sh elf/tst-dlopenrpath $? false false > /build/elf/tst-dlopenrpath.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ --glibc-hwcaps-mask does-not-exist \ /build/elf/tst-glibc-hwcaps-mask > /build/elf/tst-glibc-hwcaps-mask.out; \ ../scripts/evaluate-test.sh elf/tst-glibc-hwcaps-mask $? false false > /build/elf/tst-glibc-hwcaps-mask.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ --glibc-hwcaps-prepend prepend-markermod1 \ /build/elf/tst-glibc-hwcaps-prepend > /build/elf/tst-glibc-hwcaps-prepend.out; \ ../scripts/evaluate-test.sh elf/tst-glibc-hwcaps-prepend $? false false > /build/elf/tst-glibc-hwcaps-prepend.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit25a -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,lazy -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit25a.o /build/support/libsupport_nonshared.a /build/elf/tst-audit25mod1.so /build/elf/tst-audit25mod2.so /build/elf/tst-audit25mod3.so /build/elf/tst-audit25mod4.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-tlsmodid > /build/elf/tst-dlopen-tlsmodid.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-tlsmodid $? false false > /build/elf/tst-dlopen-tlsmodid.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-global2 > /build/elf/tst-global2.out; \ ../scripts/evaluate-test.sh elf/tst-global2 $? false false > /build/elf/tst-global2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-gnu2-tls2 > /build/elf/tst-gnu2-tls2.out; \ ../scripts/evaluate-test.sh elf/tst-gnu2-tls2 $? false false > /build/elf/tst-gnu2-tls2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-audit25b -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,now -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-audit25b.o /build/support/libsupport_nonshared.a /build/elf/tst-audit25mod1.so /build/elf/tst-audit25mod2.so /build/elf/tst-audit25mod3.so /build/elf/tst-audit25mod4.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-initfinilazyfail > /build/elf/tst-initfinilazyfail.out; \ ../scripts/evaluate-test.sh elf/tst-initfinilazyfail $? false false > /build/elf/tst-initfinilazyfail.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-latepthread > /build/elf/tst-latepthread.out; \ ../scripts/evaluate-test.sh elf/tst-latepthread $? false false > /build/elf/tst-latepthread.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-main1 > /build/elf/tst-main1.out; \ ../scripts/evaluate-test.sh elf/tst-main1 $? false false > /build/elf/tst-main1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-next-ver > /build/elf/tst-next-ver.out; \ ../scripts/evaluate-test.sh elf/tst-next-ver $? false false > /build/elf/tst-next-ver.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-nodelete-dlclose > /build/elf/tst-nodelete-dlclose.out; \ ../scripts/evaluate-test.sh elf/tst-nodelete-dlclose $? false false > /build/elf/tst-nodelete-dlclose.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-nodelete-opened > /build/elf/tst-nodelete-opened.out; \ ../scripts/evaluate-test.sh elf/tst-nodelete-opened $? false false > /build/elf/tst-nodelete-opened.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-nodelete2 > /build/elf/tst-nodelete2.out; \ ../scripts/evaluate-test.sh elf/tst-nodelete2 $? false false > /build/elf/tst-nodelete2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-nodeps1 > /build/elf/tst-nodeps1.out; \ ../scripts/evaluate-test.sh elf/tst-nodeps1 $? false false > /build/elf/tst-nodeps1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-nodeps2 > /build/elf/tst-nodeps2.out; \ ../scripts/evaluate-test.sh elf/tst-nodeps2 $? false false > /build/elf/tst-nodeps2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-noload > /build/elf/tst-noload.out; \ ../scripts/evaluate-test.sh elf/tst-noload $? false false > /build/elf/tst-noload.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ro-dynamic > /build/elf/tst-ro-dynamic.out; \ ../scripts/evaluate-test.sh elf/tst-ro-dynamic $? false false > /build/elf/tst-ro-dynamic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-p_align3.sh /build/ ' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl'; \ ../scripts/evaluate-test.sh elf/tst-p_align3 $? false false > /build/elf/tst-p_align3.test-result /build/elf/tst-p_align3: error while loading shared libraries: /build/elf/tst-p_alignmod3.so: ELF load command address/offset not page-aligned make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-relsort1 > /build/elf/tst-relsort1.out; \ ../scripts/evaluate-test.sh elf/tst-relsort1 $? false false > /build/elf/tst-relsort1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-recursive-tls > /build/elf/tst-recursive-tls.out; \ ../scripts/evaluate-test.sh elf/tst-recursive-tls $? false false > /build/elf/tst-recursive-tls.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-rtld-run-static > /build/elf/tst-rtld-run-static.out; \ ../scripts/evaluate-test.sh elf/tst-rtld-run-static $? false false > /build/elf/tst-rtld-run-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-sonamemove-dlopen > /build/elf/tst-sonamemove-dlopen.out; \ ../scripts/evaluate-test.sh elf/tst-sonamemove-dlopen $? false false > /build/elf/tst-sonamemove-dlopen.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-single_threaded > /build/elf/tst-single_threaded.out; \ ../scripts/evaluate-test.sh elf/tst-single_threaded $? false false > /build/elf/tst-single_threaded.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-single_threaded-pthread > /build/elf/tst-single_threaded-pthread.out; \ ../scripts/evaluate-test.sh elf/tst-single_threaded-pthread $? false false > /build/elf/tst-single_threaded-pthread.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-startup-errno > /build/elf/tst-startup-errno.out; \ ../scripts/evaluate-test.sh elf/tst-startup-errno $? false false > /build/elf/tst-startup-errno.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-sonamemove-link > /build/elf/tst-sonamemove-link.out; \ ../scripts/evaluate-test.sh elf/tst-sonamemove-link $? false false > /build/elf/tst-sonamemove-link.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_DEBUG=all LD_DEBUG_OUTPUT=/build/elf/tst-null-argv.debug.out /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-null-argv > /build/elf/tst-null-argv.out; \ ../scripts/evaluate-test.sh elf/tst-null-argv $? false false > /build/elf/tst-null-argv.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-non-directory-path.sh /build/elf/ld.so /build/elf/tst-non-directory-path \ ' env' '' \ '/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' /build/elf/ > /build/elf/tst-non-directory-path.out; \ ../scripts/evaluate-test.sh elf/tst-non-directory-path $? false false > /build/elf/tst-non-directory-path.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-thrlock > /build/elf/tst-thrlock.out; \ ../scripts/evaluate-test.sh elf/tst-thrlock $? false false > /build/elf/tst-thrlock.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls-dlinfo > /build/elf/tst-tls-dlinfo.out; \ ../scripts/evaluate-test.sh elf/tst-tls-dlinfo $? false false > /build/elf/tst-tls-dlinfo.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls-ie > /build/elf/tst-tls-ie.out; \ ../scripts/evaluate-test.sh elf/tst-tls-ie $? false false > /build/elf/tst-tls-ie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls4 > /build/elf/tst-tls4.out; \ ../scripts/evaluate-test.sh elf/tst-tls4 $? false false > /build/elf/tst-tls4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-p_align2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-p_align2.o /build/support/libsupport_nonshared.a /build/elf/tst-p_alignmod2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls-ie-dlmopen > /build/elf/tst-tls-ie-dlmopen.out; \ ../scripts/evaluate-test.sh elf/tst-tls-ie-dlmopen $? false false > /build/elf/tst-tls-ie-dlmopen.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls5 > /build/elf/tst-tls5.out; \ ../scripts/evaluate-test.sh elf/tst-tls5 $? false false > /build/elf/tst-tls5.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-p_align1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-p_align1.o /build/support/libsupport_nonshared.a /build/elf/tst-p_alignmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls14 > /build/elf/tst-tls14.out; \ ../scripts/evaluate-test.sh elf/tst-tls14 $? false false > /build/elf/tst-tls14.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls15 > /build/elf/tst-tls15.out; \ ../scripts/evaluate-test.sh elf/tst-tls15 $? false false > /build/elf/tst-tls15.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls16 > /build/elf/tst-tls16.out; \ ../scripts/evaluate-test.sh elf/tst-tls16 $? false false > /build/elf/tst-tls16.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls17 > /build/elf/tst-tls17.out; \ ../scripts/evaluate-test.sh elf/tst-tls17 $? false false > /build/elf/tst-tls17.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls19 > /build/elf/tst-tls19.out; \ ../scripts/evaluate-test.sh elf/tst-tls19 $? false false > /build/elf/tst-tls19.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls18 > /build/elf/tst-tls18.out; \ ../scripts/evaluate-test.sh elf/tst-tls18 $? false false > /build/elf/tst-tls18.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tlsalign > /build/elf/tst-tlsalign.out; \ ../scripts/evaluate-test.sh elf/tst-tlsalign $? false false > /build/elf/tst-tlsalign.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tlsalign-extern > /build/elf/tst-tlsalign-extern.out; \ ../scripts/evaluate-test.sh elf/tst-tlsalign-extern $? false false > /build/elf/tst-tlsalign-extern.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tlsgap > /build/elf/tst-tlsgap.out; \ ../scripts/evaluate-test.sh elf/tst-tlsgap $? false false > /build/elf/tst-tlsgap.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-unique1 > /build/elf/tst-unique1.out; \ ../scripts/evaluate-test.sh elf/tst-unique1 $? false false > /build/elf/tst-unique1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls-manydynamic > /build/elf/tst-tls-manydynamic.out; \ ../scripts/evaluate-test.sh elf/tst-tls-manydynamic $? false false > /build/elf/tst-tls-manydynamic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-unique2 > /build/elf/tst-unique2.out; \ ../scripts/evaluate-test.sh elf/tst-unique2 $? false false > /build/elf/tst-unique2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-unwind-ctor > /build/elf/tst-unwind-ctor.out; \ ../scripts/evaluate-test.sh elf/tst-unwind-ctor $? false false > /build/elf/tst-unwind-ctor.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-unwind-main > /build/elf/tst-unwind-main.out; \ ../scripts/evaluate-test.sh elf/tst-unwind-main $? false false > /build/elf/tst-unwind-main.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/unload6 > /build/elf/unload6.out; \ ../scripts/evaluate-test.sh elf/unload6 $? false false > /build/elf/unload6.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls10.o /build/support/libsupport_nonshared.a /build/elf/tst-tlsmod8.so /build/elf/tst-tlsmod7.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C MALLOC_PERTURB_=85 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/unload7 > /build/elf/unload7.out; \ ../scripts/evaluate-test.sh elf/unload7 $? false false > /build/elf/unload7.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/valgrind-test > /build/elf/valgrind-test.out; \ ../scripts/evaluate-test.sh elf/valgrind-test $? false false > /build/elf/valgrind-test.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit14 > /build/elf/tst-audit14.out; \ ../scripts/evaluate-test.sh elf/tst-audit14 $? false false > /build/elf/tst-audit14.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls11 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls11.o /build/support/libsupport_nonshared.a /build/elf/tst-tlsmod10.so /build/elf/tst-tlsmod9.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-tls12 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-tls12.o /build/support/libsupport_nonshared.a /build/elf/tst-tlsmod12.so /build/elf/tst-tlsmod11.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls21 > /build/elf/tst-tls21.out; \ ../scripts/evaluate-test.sh elf/tst-tls21 $? false false > /build/elf/tst-tls21.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit14a > /build/elf/tst-audit14a.out; \ ../scripts/evaluate-test.sh elf/tst-audit14a $? false false > /build/elf/tst-audit14a.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit15 > /build/elf/tst-audit15.out; \ ../scripts/evaluate-test.sh elf/tst-audit15 $? false false > /build/elf/tst-audit15.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit16 > /build/elf/tst-audit16.out; \ ../scripts/evaluate-test.sh elf/tst-audit16 $? false false > /build/elf/tst-audit16.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-relr > /build/elf/tst-relr.out; \ ../scripts/evaluate-test.sh elf/tst-relr $? false false > /build/elf/tst-relr.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-relr2 > /build/elf/tst-relr2.out; \ ../scripts/evaluate-test.sh elf/tst-relr2 $? false false > /build/elf/tst-relr2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-relr-pie > /build/elf/tst-relr-pie.out; \ ../scripts/evaluate-test.sh elf/tst-relr-pie $? false false > /build/elf/tst-relr-pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-execstack > /build/elf/tst-execstack.out; \ ../scripts/evaluate-test.sh elf/tst-execstack $? false false > /build/elf/tst-execstack.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-execstack-needed > /build/elf/tst-execstack-needed.out; \ ../scripts/evaluate-test.sh elf/tst-execstack-needed $? false false > /build/elf/tst-execstack-needed.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-execstack-prog > /build/elf/tst-execstack-prog.out; \ ../scripts/evaluate-test.sh elf/tst-execstack-prog $? false false > /build/elf/tst-execstack-prog.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-gnu2-tls1 > /build/elf/tst-gnu2-tls1.out; \ ../scripts/evaluate-test.sh elf/tst-gnu2-tls1 $? false false > /build/elf/tst-gnu2-tls1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-pie > /build/elf/tst-dlopen-pie.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-pie $? false false > /build/elf/tst-dlopen-pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-self-pie > /build/elf/tst-dlopen-self-pie.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-self-pie $? false false > /build/elf/tst-dlopen-self-pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-pie1 > /build/elf/tst-pie1.out; \ ../scripts/evaluate-test.sh elf/tst-pie1 $? false false > /build/elf/tst-pie1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-pie2 > /build/elf/tst-pie2.out; \ ../scripts/evaluate-test.sh elf/tst-pie2 $? false false > /build/elf/tst-pie2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-array5-static > /build/elf/tst-array5-static.out; \ ../scripts/evaluate-test.sh elf/tst-array5-static $? false false > /build/elf/tst-array5-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-array1-static > /build/elf/tst-array1-static.out; \ ../scripts/evaluate-test.sh elf/tst-array1-static $? false false > /build/elf/tst-array1-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH='$ORIGIN' /build/elf/tst-dst-static > /build/elf/tst-dst-static.out; \ ../scripts/evaluate-test.sh elf/tst-dst-static $? false false > /build/elf/tst-dst-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-dl-iter-static > /build/elf/tst-dl-iter-static.out; \ ../scripts/evaluate-test.sh elf/tst-dl-iter-static $? false false > /build/elf/tst-dl-iter-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-env-setuid-static > /build/elf/tst-env-setuid-static.out; \ ../scripts/evaluate-test.sh elf/tst-env-setuid-static $? false false > /build/elf/tst-env-setuid-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/elf/:/build/ /build/elf/tst-getauxval-static > /build/elf/tst-getauxval-static.out; \ ../scripts/evaluate-test.sh elf/tst-getauxval-static $? false false > /build/elf/tst-getauxval-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-linkall-static > /build/elf/tst-linkall-static.out; \ ../scripts/evaluate-test.sh elf/tst-linkall-static $? false false > /build/elf/tst-linkall-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-single_threaded-pthread-static > /build/elf/tst-single_threaded-pthread-static.out; \ ../scripts/evaluate-test.sh elf/tst-single_threaded-pthread-static $? false false > /build/elf/tst-single_threaded-pthread-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-single_threaded-static > /build/elf/tst-single_threaded-static.out; \ ../scripts/evaluate-test.sh elf/tst-single_threaded-static $? false false > /build/elf/tst-single_threaded-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-tls-allocation-failure-static > /build/elf/tst-tls-allocation-failure-static.out; \ ../scripts/evaluate-test.sh elf/tst-tls-allocation-failure-static $? false false > /build/elf/tst-tls-allocation-failure-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-tlsalign-extern-static > /build/elf/tst-tlsalign-extern-static.out; \ ../scripts/evaluate-test.sh elf/tst-tlsalign-extern-static $? false false > /build/elf/tst-tlsalign-extern-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-tlsalign-static > /build/elf/tst-tlsalign-static.out; \ ../scripts/evaluate-test.sh elf/tst-tlsalign-static $? false false > /build/elf/tst-tlsalign-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-tlsmodid-pie > /build/elf/tst-dlopen-tlsmodid-pie.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-tlsmodid-pie $? false false > /build/elf/tst-dlopen-tlsmodid-pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-relr3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-relr3.o /build/support/libsupport_nonshared.a /build/elf/tst-relr-mod3a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-dl-printf-static > /build/elf/tst-dl-printf-static.out; \ ../scripts/evaluate-test.sh elf/tst-dl-printf-static $? false false > /build/elf/tst-dl-printf-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/elf/:/build/:/build/dlfcn /build/elf/tst-dl_find_object-static > /build/elf/tst-dl_find_object-static.out; \ ../scripts/evaluate-test.sh elf/tst-dl_find_object-static $? false false > /build/elf/tst-dl_find_object-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-env-setuid-tunables > /build/elf/tst-env-setuid-tunables.out; \ ../scripts/evaluate-test.sh elf/tst-env-setuid-tunables $? false false > /build/elf/tst-env-setuid-tunables.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-relr4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-relr4.o /build/support/libsupport_nonshared.a /build/elf/tst-relr-mod4a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-tls1-static > /build/elf/tst-tls1-static.out; \ ../scripts/evaluate-test.sh elf/tst-tls1-static $? false false > /build/elf/tst-tls1-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-tls1-static-non-pie > /build/elf/tst-tls1-static-non-pie.out; \ ../scripts/evaluate-test.sh elf/tst-tls1-static-non-pie $? false false > /build/elf/tst-tls1-static-non-pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/elf/:/build/:/build/dlfcn /build/elf/tst-single_threaded-static-dlopen > /build/elf/tst-single_threaded-static-dlopen.out; \ ../scripts/evaluate-test.sh elf/tst-single_threaded-static-dlopen $? false false > /build/elf/tst-single_threaded-static-dlopen.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/build/elf/:/build/:/build/dlfcn /build/elf/tst-tls9-static > /build/elf/tst-tls9-static.out; \ ../scripts/evaluate-test.sh elf/tst-tls9-static $? false false > /build/elf/tst-tls9-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' ( /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl --verify /build/elf/tst-ifunc-fault-lazy /build/elf/ld.so && env LD_TRACE_LOADED_OBJECTS=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ifunc-fault-lazy /build/elf/ld.so && env LD_TRACE_LOADED_OBJECTS=1 LD_DEBUG=unused /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ifunc-fault-lazy /build/elf/ld.so ) > /build/elf/tst-ifunc-fault-lazy.out; ../scripts/evaluate-test.sh elf/tst-ifunc-fault-lazy $? false false > /build/elf/tst-ifunc-fault-lazy.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' ( /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl --verify /build/elf/tst-ifunc-fault-bindnow /build/elf/ld.so && env LD_TRACE_LOADED_OBJECTS=1 /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ifunc-fault-bindnow /build/elf/ld.so && env LD_TRACE_LOADED_OBJECTS=1 LD_DEBUG=unused /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ifunc-fault-bindnow /build/elf/ld.so ) > /build/elf/tst-ifunc-fault-bindnow.out; ../scripts/evaluate-test.sh elf/tst-ifunc-fault-bindnow $? false false > /build/elf/tst-ifunc-fault-bindnow.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-tunables-enable_secure -- /build/elf/tst-tunables-enable_secure > /build/elf/tst-tunables-enable_secure.out; \ ../scripts/evaluate-test.sh elf/tst-tunables-enable_secure $? false false > /build/elf/tst-tunables-enable_secure.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod3b.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit3 > /build/elf/tst-audit3.out; \ ../scripts/evaluate-test.sh elf/tst-audit3 $? false false > /build/elf/tst-audit3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-hwcap-tunables -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-hwcap-tunables > /build/elf/tst-hwcap-tunables.out; \ ../scripts/evaluate-test.sh elf/tst-hwcap-tunables $? false false > /build/elf/tst-hwcap-tunables.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ifunc-isa-1 > /build/elf/tst-ifunc-isa-1.out; \ ../scripts/evaluate-test.sh elf/tst-ifunc-isa-1 $? true false > /build/elf/tst-ifunc-isa-1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-tunables -- /build/elf/tst-tunables > /build/elf/tst-tunables.out; \ ../scripts/evaluate-test.sh elf/tst-tunables $? false false > /build/elf/tst-tunables.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-ifunc-isa-1-static > /build/elf/tst-ifunc-isa-1-static.out; \ ../scripts/evaluate-test.sh elf/tst-ifunc-isa-1-static $? true false > /build/elf/tst-ifunc-isa-1-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.cpu.hwcaps=-SSE4_2,-AVX,-AVX2,-AVX512F /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ifunc-isa-2 > /build/elf/tst-ifunc-isa-2.out; \ ../scripts/evaluate-test.sh elf/tst-ifunc-isa-2 $? true false > /build/elf/tst-ifunc-isa-2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C GLIBC_TUNABLES=glibc.cpu.hwcaps=-SSE4_2,-AVX,-AVX2,-AVX512F /build/elf/tst-ifunc-isa-2-static > /build/elf/tst-ifunc-isa-2-static.out; \ ../scripts/evaluate-test.sh elf/tst-ifunc-isa-2-static $? true false > /build/elf/tst-ifunc-isa-2-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-cpu-features-supports > /build/elf/tst-cpu-features-supports.out; \ ../scripts/evaluate-test.sh elf/tst-cpu-features-supports $? false false > /build/elf/tst-cpu-features-supports.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-get-cpu-features > /build/elf/tst-get-cpu-features.out; \ ../scripts/evaluate-test.sh elf/tst-get-cpu-features $? false false > /build/elf/tst-get-cpu-features.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-cpu-features-supports-static > /build/elf/tst-cpu-features-supports-static.out; \ ../scripts/evaluate-test.sh elf/tst-cpu-features-supports-static $? false false > /build/elf/tst-cpu-features-supports-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-isa-level-1 > /build/elf/tst-isa-level-1.out; \ ../scripts/evaluate-test.sh elf/tst-isa-level-1 $? false false > /build/elf/tst-isa-level-1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls1 > /build/elf/tst-tls1.out; \ ../scripts/evaluate-test.sh elf/tst-tls1 $? false false > /build/elf/tst-tls1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-cpu-features-cpuinfo > /build/elf/tst-cpu-features-cpuinfo.out; \ ../scripts/evaluate-test.sh elf/tst-cpu-features-cpuinfo $? false false > /build/elf/tst-cpu-features-cpuinfo.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-get-cpu-features-static > /build/elf/tst-get-cpu-features-static.out; \ ../scripts/evaluate-test.sh elf/tst-get-cpu-features-static $? false false > /build/elf/tst-get-cpu-features-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/neededtest4 > /build/elf/neededtest4.out; \ ../scripts/evaluate-test.sh elf/neededtest4 $? false false > /build/elf/neededtest4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod19a.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit19a > /build/elf/tst-audit19a.out; \ ../scripts/evaluate-test.sh elf/tst-audit19a $? false false > /build/elf/tst-audit19a.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-create_format1 > /build/elf/tst-create_format1.out; \ ../scripts/evaluate-test.sh elf/tst-create_format1 $? false false > /build/elf/tst-create_format1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-cpu-features-cpuinfo-static > /build/elf/tst-cpu-features-cpuinfo-static.out; \ ../scripts/evaluate-test.sh elf/tst-cpu-features-cpuinfo-static $? false false > /build/elf/tst-cpu-features-cpuinfo-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dl-hwcaps_split > /build/elf/tst-dl-hwcaps_split.out; \ ../scripts/evaluate-test.sh elf/tst-dl-hwcaps_split $? false false > /build/elf/tst-dl-hwcaps_split.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dl_find_object > /build/elf/tst-dl_find_object.out; \ ../scripts/evaluate-test.sh elf/tst-dl_find_object $? false false > /build/elf/tst-dl_find_object.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-ptrguard1-static --command "/build/elf/tst-ptrguard1-static --child" > /build/elf/tst-ptrguard1-static.out; \ ../scripts/evaluate-test.sh elf/tst-ptrguard1-static $? false false > /build/elf/tst-ptrguard1-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlmopen2 > /build/elf/tst-dlmopen2.out; \ ../scripts/evaluate-test.sh elf/tst-dlmopen2 $? false false > /build/elf/tst-dlmopen2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls-surplus > /build/elf/tst-tls-surplus.out; \ ../scripts/evaluate-test.sh elf/tst-tls-surplus $? false false > /build/elf/tst-tls-surplus.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls3 > /build/elf/tst-tls3.out; \ ../scripts/evaluate-test.sh elf/tst-tls3 $? false false > /build/elf/tst-tls3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/tst-stackguard1-static --command "/build/elf/tst-stackguard1-static --child" > /build/elf/tst-stackguard1-static.out; \ ../scripts/evaluate-test.sh elf/tst-stackguard1-static $? false false > /build/elf/tst-stackguard1-static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls6 > /build/elf/tst-tls6.out; \ ../scripts/evaluate-test.sh elf/tst-tls6 $? false false > /build/elf/tst-tls6.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/unload > /build/elf/unload.out; \ ../scripts/evaluate-test.sh elf/unload $? false false > /build/elf/unload.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/unload2 > /build/elf/unload2.out; \ ../scripts/evaluate-test.sh elf/unload2 $? false false > /build/elf/unload2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain1picstatic > /build/elf/ifuncmain1picstatic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1picstatic $? false false > /build/elf/ifuncmain1picstatic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls7 > /build/elf/tst-tls7.out; \ ../scripts/evaluate-test.sh elf/tst-tls7 $? false false > /build/elf/tst-tls7.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain1static > /build/elf/ifuncmain1static.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1static $? false false > /build/elf/ifuncmain1static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain2picstatic > /build/elf/ifuncmain2picstatic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain2picstatic $? false false > /build/elf/ifuncmain2picstatic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain2static > /build/elf/ifuncmain2static.out; \ ../scripts/evaluate-test.sh elf/ifuncmain2static $? false false > /build/elf/ifuncmain2static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain4picstatic > /build/elf/ifuncmain4picstatic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain4picstatic $? false false > /build/elf/ifuncmain4picstatic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain4static > /build/elf/ifuncmain4static.out; \ ../scripts/evaluate-test.sh elf/ifuncmain4static $? false false > /build/elf/ifuncmain4static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain5picstatic > /build/elf/ifuncmain5picstatic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain5picstatic $? false false > /build/elf/ifuncmain5picstatic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain5static > /build/elf/ifuncmain5static.out; \ ../scripts/evaluate-test.sh elf/ifuncmain5static $? false false > /build/elf/ifuncmain5static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls8 > /build/elf/tst-tls8.out; \ ../scripts/evaluate-test.sh elf/tst-tls8 $? false false > /build/elf/tst-tls8.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain7picstatic > /build/elf/ifuncmain7picstatic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain7picstatic $? false false > /build/elf/ifuncmain7picstatic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain7static > /build/elf/ifuncmain7static.out; \ ../scripts/evaluate-test.sh elf/ifuncmain7static $? false false > /build/elf/ifuncmain7static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain9static > /build/elf/ifuncmain9static.out; \ ../scripts/evaluate-test.sh elf/ifuncmain9static $? false false > /build/elf/ifuncmain9static.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ifuncmain9picstatic > /build/elf/ifuncmain9picstatic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain9picstatic $? false false > /build/elf/ifuncmain9picstatic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain1pic > /build/elf/ifuncmain1pic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1pic $? false false > /build/elf/ifuncmain1pic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain1staticpic > /build/elf/ifuncmain1staticpic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1staticpic $? false false > /build/elf/ifuncmain1staticpic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain1vis > /build/elf/ifuncmain1vis.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1vis $? false false > /build/elf/ifuncmain1vis.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain1vispic > /build/elf/ifuncmain1vispic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1vispic $? false false > /build/elf/ifuncmain1vispic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain2 > /build/elf/ifuncmain2.out; \ ../scripts/evaluate-test.sh elf/ifuncmain2 $? false false > /build/elf/ifuncmain2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain2pic > /build/elf/ifuncmain2pic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain2pic $? false false > /build/elf/ifuncmain2pic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain3 > /build/elf/ifuncmain3.out; \ ../scripts/evaluate-test.sh elf/ifuncmain3 $? false false > /build/elf/ifuncmain3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain4 > /build/elf/ifuncmain4.out; \ ../scripts/evaluate-test.sh elf/ifuncmain4 $? false false > /build/elf/ifuncmain4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain7 > /build/elf/ifuncmain7.out; \ ../scripts/evaluate-test.sh elf/ifuncmain7 $? false false > /build/elf/ifuncmain7.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain5staticpic > /build/elf/ifuncmain5staticpic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain5staticpic $? false false > /build/elf/ifuncmain5staticpic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain7pic > /build/elf/ifuncmain7pic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain7pic $? false false > /build/elf/ifuncmain7pic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain1 > /build/elf/ifuncmain1.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1 $? false false > /build/elf/ifuncmain1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain5 > /build/elf/ifuncmain5.out; \ ../scripts/evaluate-test.sh elf/ifuncmain5 $? false false > /build/elf/ifuncmain5.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain5pic > /build/elf/ifuncmain5pic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain5pic $? false false > /build/elf/ifuncmain5pic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain9pic > /build/elf/ifuncmain9pic.out; \ ../scripts/evaluate-test.sh elf/ifuncmain9pic $? false false > /build/elf/ifuncmain9pic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain9 > /build/elf/ifuncmain9.out; \ ../scripts/evaluate-test.sh elf/ifuncmain9 $? false false > /build/elf/ifuncmain9.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain1pie > /build/elf/ifuncmain1pie.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1pie $? false false > /build/elf/ifuncmain1pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ptrguard1 --command " /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ptrguard1 --child" > /build/elf/tst-ptrguard1.out; \ ../scripts/evaluate-test.sh elf/tst-ptrguard1 $? false false > /build/elf/tst-ptrguard1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain1staticpie > /build/elf/ifuncmain1staticpie.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1staticpie $? false false > /build/elf/ifuncmain1staticpie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain1vispie > /build/elf/ifuncmain1vispie.out; \ ../scripts/evaluate-test.sh elf/ifuncmain1vispie $? false false > /build/elf/ifuncmain1vispie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-stackguard1 --command " /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-stackguard1 --child" > /build/elf/tst-stackguard1.out; \ ../scripts/evaluate-test.sh elf/tst-stackguard1 $? false false > /build/elf/tst-stackguard1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain7pie > /build/elf/ifuncmain7pie.out; \ ../scripts/evaluate-test.sh elf/ifuncmain7pie $? false false > /build/elf/ifuncmain7pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain6pie > /build/elf/ifuncmain6pie.out; \ ../scripts/evaluate-test.sh elf/ifuncmain6pie $? false false > /build/elf/ifuncmain6pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain9pie > /build/elf/ifuncmain9pie.out; \ ../scripts/evaluate-test.sh elf/ifuncmain9pie $? false false > /build/elf/ifuncmain9pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/ifuncmain5pie > /build/elf/ifuncmain5pie.out; \ ../scripts/evaluate-test.sh elf/ifuncmain5pie $? false false > /build/elf/ifuncmain5pie.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ifunc-textrel > /build/elf/tst-ifunc-textrel.out; \ ../scripts/evaluate-test.sh elf/tst-ifunc-textrel $? false false > /build/elf/tst-ifunc-textrel.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-_dl_addr_inside_object > /build/elf/tst-_dl_addr_inside_object.out; \ ../scripts/evaluate-test.sh elf/tst-_dl_addr_inside_object $? false false > /build/elf/tst-_dl_addr_inside_object.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-audit14.exp /build/elf/tst-audit14a.out > /build/elf/tst-audit14a-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-audit14a-cmp $? false false > /build/elf/tst-audit14a-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-audit15.exp /build/elf/tst-audit15.out > /build/elf/tst-audit15-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-audit15-cmp $? false false > /build/elf/tst-audit15-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-audit14.exp /build/elf/tst-audit14.out > /build/elf/tst-audit14-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-audit14-cmp $? false false > /build/elf/tst-audit14-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-audit16.exp /build/elf/tst-audit16.out > /build/elf/tst-audit16-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-audit16-cmp $? false false > /build/elf/tst-audit16-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dl_find_object-threads > /build/elf/tst-dl_find_object-threads.out; \ ../scripts/evaluate-test.sh elf/tst-dl_find_object-threads $? false false > /build/elf/tst-dl_find_object-threads.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /build/malloc/mtrace /build/elf/noload.mtrace > /build/elf/noload-mem.out; \ ../scripts/evaluate-test.sh elf/noload-mem $? false false > /build/elf/noload-mem.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /build/malloc/mtrace /build/elf/tst-leaks1.mtrace > /build/elf/tst-leaks1-mem.out; \ ../scripts/evaluate-test.sh elf/tst-leaks1-mem $? false false > /build/elf/tst-leaks1-mem.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-sprof-basic.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-sprof-basic.out; \ ../scripts/evaluate-test.sh elf/tst-sprof-basic $? false false > /build/elf/tst-sprof-basic.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-pathopt.sh /build/ ' env' \ 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C'; \ ../scripts/evaluate-test.sh elf/tst-pathopt $? false false > /build/elf/tst-pathopt.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C gawk -f ../scripts/localplt.awk /build/libc.so.jmprel /build/elf/ld.so.jmprel /build/math/libm.so.jmprel /build/dlfcn/libdl.so.jmprel /build/resolv/libresolv.so.jmprel | \ LC_ALL=C gawk -f ../scripts/check-localplt.awk ../sysdeps/unix/sysv/linux/i386/localplt.data - \ > /build/elf/check-localplt.out; \ ../scripts/evaluate-test.sh elf/check-localplt $? false false > /build/elf/check-localplt.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-array1.exp /build/elf/tst-array1.out > /build/elf/tst-array1-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-array1-cmp $? false false > /build/elf/tst-array1-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-array1.exp /build/elf/tst-array1-static.out > /build/elf/tst-array1-static-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-array1-static-cmp $? false false > /build/elf/tst-array1-static-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-array1.exp /build/elf/tst-array3.out > /build/elf/tst-array3-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-array3-cmp $? false false > /build/elf/tst-array3-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-array4.exp /build/elf/tst-array4.out > /build/elf/tst-array4-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-array4-cmp $? false false > /build/elf/tst-array4-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dl-hash > /build/elf/tst-dl-hash.out; \ ../scripts/evaluate-test.sh elf/tst-dl-hash $? false false > /build/elf/tst-dl-hash.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-array5-static.exp /build/elf/tst-array5-static.out > /build/elf/tst-array5-static-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-array5-static-cmp $? false false > /build/elf/tst-array5-static-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp /build/elf/tst-unused-dep.out /dev/null > /build/elf/tst-unused-dep-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-unused-dep-cmp $? false false > /build/elf/tst-unused-dep-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/elf/libtracemod2 mkdir -p -- /build/elf/libtracemod2 cp /build/elf/libtracemod2-1.so /build/elf/libtracemod2/libtracemod2.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/libc.abilist /build/libc.symlist > /build/elf/check-abi-libc.out; \ ../scripts/evaluate-test.sh elf/check-abi-libc $? false false > /build/elf/check-abi-libc.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /build/elf/tst-tls-allocation-failure-static-patched > /build/elf/tst-tls-allocation-failure-static-patched.out 2>&1; echo "status: $?" >> /build/elf/tst-tls-allocation-failure-static-patched.out grep -q '^Fatal glibc error: Cannot allocate TLS block$' /build/elf/tst-tls-allocation-failure-static-patched.out \ && grep -q '^status: 127$' /build/elf/tst-tls-allocation-failure-static-patched.out; \ ../scripts/evaluate-test.sh elf/tst-tls-allocation-failure-static-patched $? false false > /build/elf/tst-tls-allocation-failure-static-patched.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-array2 > /build/elf/tst-array2.out; \ ../scripts/evaluate-test.sh elf/tst-array2 $? false false > /build/elf/tst-array2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-array5 > /build/elf/tst-array5.out; \ ../scripts/evaluate-test.sh elf/tst-array5 $? false false > /build/elf/tst-array5.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C gawk -f ../scripts/abilist.awk /build/elf/ld.dynsym > /build/elf/ld.symlistT mv -f /build/elf/ld.symlistT /build/elf/ld.symlist make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-env-setuid -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-env-setuid > /build/elf/tst-env-setuid.out; \ ../scripts/evaluate-test.sh elf/tst-env-setuid $? false false > /build/elf/tst-env-setuid.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/dblload > /build/elf/dblload.out; \ ../scripts/evaluate-test.sh elf/dblload $? false false > /build/elf/dblload.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/dblunload > /build/elf/dblunload.out; \ ../scripts/evaluate-test.sh elf/dblunload $? false false > /build/elf/dblunload.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/global > /build/elf/global.out; \ ../scripts/evaluate-test.sh elf/global $? false false > /build/elf/global.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/next > /build/elf/next.out; \ ../scripts/evaluate-test.sh elf/next $? false false > /build/elf/next.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C gawk -f ../scripts/check-initfini.awk /build/elf/ld.so.dynsym /build/libc.so.dynsym /build/debug/libpcprofile.so.dynsym /build/dlfcn/libdl.so.dynsym /build/hesiod/libnss_hesiod.so.dynsym /build/iconvdata/ANSI_X3.110.so.dynsym /build/iconvdata/ARMSCII-8.so.dynsym /build/iconvdata/ASMO_449.so.dynsym /build/iconvdata/BIG5.so.dynsym /build/iconvdata/BIG5HKSCS.so.dynsym /build/iconvdata/BRF.so.dynsym /build/iconvdata/CP10007.so.dynsym /build/iconvdata/CP1125.so.dynsym /build/iconvdata/CP1250.so.dynsym /build/iconvdata/CP1251.so.dynsym /build/iconvdata/CP1252.so.dynsym /build/iconvdata/CP1253.so.dynsym /build/iconvdata/CP1254.so.dynsym /build/iconvdata/CP1255.so.dynsym /build/iconvdata/CP1256.so.dynsym /build/iconvdata/CP1257.so.dynsym /build/iconvdata/CP1258.so.dynsym /build/iconvdata/CP737.so.dynsym /build/iconvdata/CP770.so.dynsym /build/iconvdata/CP771.so.dynsym /build/iconvdata/CP772.so.dynsym /build/iconvdata/CP773.so.dynsym /build/iconvdata/CP774.so.dynsym /build/iconvdata/CP775.so.dynsym /build/iconvdata/CP932.so.dynsym /build/iconvdata/CSN_369103.so.dynsym /build/iconvdata/CWI.so.dynsym /build/iconvdata/DEC-MCS.so.dynsym /build/iconvdata/EBCDIC-AT-DE-A.so.dynsym /build/iconvdata/EBCDIC-AT-DE.so.dynsym /build/iconvdata/EBCDIC-CA-FR.so.dynsym /build/iconvdata/EBCDIC-DK-NO-A.so.dynsym /build/iconvdata/EBCDIC-DK-NO.so.dynsym /build/iconvdata/EBCDIC-ES-A.so.dynsym /build/iconvdata/EBCDIC-ES-S.so.dynsym /build/iconvdata/EBCDIC-ES.so.dynsym /build/iconvdata/EBCDIC-FI-SE-A.so.dynsym /build/iconvdata/EBCDIC-FI-SE.so.dynsym /build/iconvdata/EBCDIC-FR.so.dynsym /build/iconvdata/EBCDIC-IS-FRISS.so.dynsym /build/iconvdata/EBCDIC-IT.so.dynsym /build/iconvdata/EBCDIC-PT.so.dynsym /build/iconvdata/EBCDIC-UK.so.dynsym /build/iconvdata/EBCDIC-US.so.dynsym /build/iconvdata/ECMA-CYRILLIC.so.dynsym /build/iconvdata/EUC-CN.so.dynsym /build/iconvdata/EUC-JISX0213.so.dynsym /build/iconvdata/EUC-JP-MS.so.dynsym /build/iconvdata/EUC-JP.so.dynsym /build/iconvdata/EUC-KR.so.dynsym /build/iconvdata/EUC-TW.so.dynsym /build/iconvdata/GB18030.so.dynsym /build/iconvdata/GBBIG5.so.dynsym /build/iconvdata/GBGBK.so.dynsym /build/iconvdata/GBK.so.dynsym /build/iconvdata/GEORGIAN-ACADEMY.so.dynsym /build/iconvdata/GEORGIAN-PS.so.dynsym /build/iconvdata/GOST_19768-74.so.dynsym /build/iconvdata/GREEK-CCITT.so.dynsym /build/iconvdata/GREEK7-OLD.so.dynsym /build/iconvdata/GREEK7.so.dynsym /build/iconvdata/HP-GREEK8.so.dynsym /build/iconvdata/HP-ROMAN8.so.dynsym /build/iconvdata/HP-ROMAN9.so.dynsym /build/iconvdata/HP-THAI8.so.dynsym /build/iconvdata/HP-TURKISH8.so.dynsym /build/iconvdata/IBM037.so.dynsym /build/iconvdata/IBM038.so.dynsym /build/iconvdata/IBM1004.so.dynsym /build/iconvdata/IBM1008.so.dynsym /build/iconvdata/IBM1008_420.so.dynsym /build/iconvdata/IBM1025.so.dynsym /build/iconvdata/IBM1026.so.dynsym /build/iconvdata/IBM1046.so.dynsym /build/iconvdata/IBM1047.so.dynsym /build/iconvdata/IBM1097.so.dynsym /build/iconvdata/IBM1112.so.dynsym /build/iconvdata/IBM1122.so.dynsym /build/iconvdata/IBM1123.so.dynsym /build/iconvdata/IBM1124.so.dynsym /build/iconvdata/IBM1129.so.dynsym /build/iconvdata/IBM1130.so.dynsym /build/iconvdata/IBM1132.so.dynsym /build/iconvdata/IBM1133.so.dynsym /build/iconvdata/IBM1137.so.dynsym /build/iconvdata/IBM1140.so.dynsym /build/iconvdata/IBM1141.so.dynsym /build/iconvdata/IBM1142.so.dynsym /build/iconvdata/IBM1143.so.dynsym /build/iconvdata/IBM1144.so.dynsym /build/iconvdata/IBM1145.so.dynsym /build/iconvdata/IBM1146.so.dynsym /build/iconvdata/IBM1147.so.dynsym /build/iconvdata/IBM1148.so.dynsym /build/iconvdata/IBM1149.so.dynsym /build/iconvdata/IBM1153.so.dynsym /build/iconvdata/IBM1154.so.dynsym /build/iconvdata/IBM1155.so.dynsym /build/iconvdata/IBM1156.so.dynsym /build/iconvdata/IBM1157.so.dynsym /build/iconvdata/IBM1158.so.dynsym /build/iconvdata/IBM1160.so.dynsym /build/iconvdata/IBM1161.so.dynsym /build/iconvdata/IBM1162.so.dynsym /build/iconvdata/IBM1163.so.dynsym /build/iconvdata/IBM1164.so.dynsym /build/iconvdata/IBM1166.so.dynsym /build/iconvdata/IBM1167.so.dynsym /build/iconvdata/IBM12712.so.dynsym /build/iconvdata/IBM1364.so.dynsym /build/iconvdata/IBM1371.so.dynsym /build/iconvdata/IBM1388.so.dynsym /build/iconvdata/IBM1390.so.dynsym /build/iconvdata/IBM1399.so.dynsym /build/iconvdata/IBM16804.so.dynsym /build/iconvdata/IBM256.so.dynsym /build/iconvdata/IBM273.so.dynsym /build/iconvdata/IBM274.so.dynsym /build/iconvdata/IBM275.so.dynsym /build/iconvdata/IBM277.so.dynsym /build/iconvdata/IBM278.so.dynsym /build/iconvdata/IBM280.so.dynsym /build/iconvdata/IBM281.so.dynsym /build/iconvdata/IBM284.so.dynsym /build/iconvdata/IBM285.so.dynsym /build/iconvdata/IBM290.so.dynsym /build/iconvdata/IBM297.so.dynsym /build/iconvdata/IBM420.so.dynsym /build/iconvdata/IBM423.so.dynsym /build/iconvdata/IBM424.so.dynsym /build/iconvdata/IBM437.so.dynsym /build/iconvdata/IBM4517.so.dynsym /build/iconvdata/IBM4899.so.dynsym /build/iconvdata/IBM4909.so.dynsym /build/iconvdata/IBM4971.so.dynsym /build/iconvdata/IBM500.so.dynsym /build/iconvdata/IBM5347.so.dynsym /build/iconvdata/IBM803.so.dynsym /build/iconvdata/IBM850.so.dynsym /build/iconvdata/IBM851.so.dynsym /build/iconvdata/IBM852.so.dynsym /build/iconvdata/IBM855.so.dynsym /build/iconvdata/IBM856.so.dynsym /build/iconvdata/IBM857.so.dynsym /build/iconvdata/IBM858.so.dynsym /build/iconvdata/IBM860.so.dynsym /build/iconvdata/IBM861.so.dynsym /build/iconvdata/IBM862.so.dynsym /build/iconvdata/IBM863.so.dynsym /build/iconvdata/IBM864.so.dynsym /build/iconvdata/IBM865.so.dynsym /build/iconvdata/IBM866.so.dynsym /build/iconvdata/IBM866NAV.so.dynsym /build/iconvdata/IBM868.so.dynsym /build/iconvdata/IBM869.so.dynsym /build/iconvdata/IBM870.so.dynsym /build/iconvdata/IBM871.so.dynsym /build/iconvdata/IBM874.so.dynsym /build/iconvdata/IBM875.so.dynsym /build/iconvdata/IBM880.so.dynsym /build/iconvdata/IBM891.so.dynsym /build/iconvdata/IBM901.so.dynsym /build/iconvdata/IBM902.so.dynsym /build/iconvdata/IBM903.so.dynsym /build/iconvdata/IBM9030.so.dynsym /build/iconvdata/IBM904.so.dynsym /build/iconvdata/IBM905.so.dynsym /build/iconvdata/IBM9066.so.dynsym /build/iconvdata/IBM918.so.dynsym /build/iconvdata/IBM921.so.dynsym /build/iconvdata/IBM922.so.dynsym /build/iconvdata/IBM930.so.dynsym /build/iconvdata/IBM932.so.dynsym /build/iconvdata/IBM933.so.dynsym /build/iconvdata/IBM935.so.dynsym /build/iconvdata/IBM937.so.dynsym /build/iconvdata/IBM939.so.dynsym /build/iconvdata/IBM943.so.dynsym /build/iconvdata/IBM9448.so.dynsym /build/iconvdata/IEC_P27-1.so.dynsym /build/iconvdata/INIS-8.so.dynsym /build/iconvdata/INIS-CYRILLIC.so.dynsym /build/iconvdata/INIS.so.dynsym /build/iconvdata/ISIRI-3342.so.dynsym /build/iconvdata/ISO-2022-CN-EXT.so.dynsym /build/iconvdata/ISO-2022-CN.so.dynsym /build/iconvdata/ISO-2022-JP-3.so.dynsym /build/iconvdata/ISO-2022-JP.so.dynsym /build/iconvdata/ISO-2022-KR.so.dynsym /build/iconvdata/ISO-IR-197.so.dynsym /build/iconvdata/ISO-IR-209.so.dynsym /build/iconvdata/ISO646.so.dynsym /build/iconvdata/ISO8859-1.so.dynsym /build/iconvdata/ISO8859-10.so.dynsym /build/iconvdata/ISO8859-11.so.dynsym /build/iconvdata/ISO8859-13.so.dynsym /build/iconvdata/ISO8859-14.so.dynsym /build/iconvdata/ISO8859-15.so.dynsym /build/iconvdata/ISO8859-16.so.dynsym /build/iconvdata/ISO8859-2.so.dynsym /build/iconvdata/ISO8859-3.so.dynsym /build/iconvdata/ISO8859-4.so.dynsym /build/iconvdata/ISO8859-5.so.dynsym /build/iconvdata/ISO8859-6.so.dynsym /build/iconvdata/ISO8859-7.so.dynsym /build/iconvdata/ISO8859-8.so.dynsym /build/iconvdata/ISO8859-9.so.dynsym /build/iconvdata/ISO8859-9E.so.dynsym /build/iconvdata/ISO_10367-BOX.so.dynsym /build/iconvdata/ISO_11548-1.so.dynsym /build/iconvdata/ISO_2033.so.dynsym /build/iconvdata/ISO_5427-EXT.so.dynsym /build/iconvdata/ISO_5427.so.dynsym /build/iconvdata/ISO_5428.so.dynsym /build/iconvdata/ISO_6937-2.so.dynsym /build/iconvdata/ISO_6937.so.dynsym /build/iconvdata/JOHAB.so.dynsym /build/iconvdata/KOI-8.so.dynsym /build/iconvdata/KOI8-R.so.dynsym /build/iconvdata/KOI8-RU.so.dynsym /build/iconvdata/KOI8-T.so.dynsym /build/iconvdata/KOI8-U.so.dynsym /build/iconvdata/LATIN-GREEK-1.so.dynsym /build/iconvdata/LATIN-GREEK.so.dynsym /build/iconvdata/MAC-CENTRALEUROPE.so.dynsym /build/iconvdata/MAC-IS.so.dynsym /build/iconvdata/MAC-SAMI.so.dynsym /build/iconvdata/MAC-UK.so.dynsym /build/iconvdata/MACINTOSH.so.dynsym /build/iconvdata/MIK.so.dynsym /build/iconvdata/NATS-DANO.so.dynsym /build/iconvdata/NATS-SEFI.so.dynsym /build/iconvdata/PT154.so.dynsym /build/iconvdata/RK1048.so.dynsym /build/iconvdata/SAMI-WS2.so.dynsym /build/iconvdata/SHIFT_JISX0213.so.dynsym /build/iconvdata/SJIS.so.dynsym /build/iconvdata/T.61.so.dynsym /build/iconvdata/TCVN5712-1.so.dynsym /build/iconvdata/TIS-620.so.dynsym /build/iconvdata/TSCII.so.dynsym /build/iconvdata/UHC.so.dynsym /build/iconvdata/UNICODE.so.dynsym /build/iconvdata/UTF-16.so.dynsym /build/iconvdata/UTF-32.so.dynsym /build/iconvdata/UTF-7.so.dynsym /build/iconvdata/VISCII.so.dynsym /build/iconvdata/libCNS.so.dynsym /build/iconvdata/libGB.so.dynsym /build/iconvdata/libISOIR165.so.dynsym /build/iconvdata/libJIS.so.dynsym /build/iconvdata/libJISX0213.so.dynsym /build/iconvdata/libKSC.so.dynsym /build/locale/libBrokenLocale.so.dynsym /build/login/libutil.so.dynsym /build/malloc/libc_malloc_debug.so.dynsym /build/malloc/libmemusage.so.dynsym /build/math/libm.so.dynsym /build/nis/libnsl.so.dynsym /build/nptl/libpthread.so.dynsym /build/nptl_db/libthread_db.so.dynsym /build/nss/libnss_compat.so.dynsym /build/nss/libnss_db.so.dynsym /build/nss/libnss_files.so.dynsym /build/nss/libnss_test1.so.dynsym /build/nss/libnss_test2.so.dynsym /build/nss/libnss_test_errno.so.dynsym /build/nss/libnss_test_gai_hv2_canonname.so.dynsym /build/resolv/libanl.so.dynsym /build/resolv/libnss_dns.so.dynsym /build/resolv/libresolv.so.dynsym /build/rt/librt.so.dynsym > /build/elf/check-initfini.out; \ ../scripts/evaluate-test.sh elf/check-initfini $? false false > /build/elf/check-initfini.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/nodelete > /build/elf/nodelete.out; \ ../scripts/evaluate-test.sh elf/nodelete $? false false > /build/elf/nodelete.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C gawk -v "xfail=" -f ../scripts/check-execstack.awk /build/elf/execstack-default /build/elf/ld.so.phdr /build/libc.so.phdr /build/debug/libpcprofile.so.phdr /build/dlfcn/libdl.so.phdr /build/hesiod/libnss_hesiod.so.phdr /build/iconvdata/ANSI_X3.110.so.phdr /build/iconvdata/ARMSCII-8.so.phdr /build/iconvdata/ASMO_449.so.phdr /build/iconvdata/BIG5.so.phdr /build/iconvdata/BIG5HKSCS.so.phdr /build/iconvdata/BRF.so.phdr /build/iconvdata/CP10007.so.phdr /build/iconvdata/CP1125.so.phdr /build/iconvdata/CP1250.so.phdr /build/iconvdata/CP1251.so.phdr /build/iconvdata/CP1252.so.phdr /build/iconvdata/CP1253.so.phdr /build/iconvdata/CP1254.so.phdr /build/iconvdata/CP1255.so.phdr /build/iconvdata/CP1256.so.phdr /build/iconvdata/CP1257.so.phdr /build/iconvdata/CP1258.so.phdr /build/iconvdata/CP737.so.phdr /build/iconvdata/CP770.so.phdr /build/iconvdata/CP771.so.phdr /build/iconvdata/CP772.so.phdr /build/iconvdata/CP773.so.phdr /build/iconvdata/CP774.so.phdr /build/iconvdata/CP775.so.phdr /build/iconvdata/CP932.so.phdr /build/iconvdata/CSN_369103.so.phdr /build/iconvdata/CWI.so.phdr /build/iconvdata/DEC-MCS.so.phdr /build/iconvdata/EBCDIC-AT-DE-A.so.phdr /build/iconvdata/EBCDIC-AT-DE.so.phdr /build/iconvdata/EBCDIC-CA-FR.so.phdr /build/iconvdata/EBCDIC-DK-NO-A.so.phdr /build/iconvdata/EBCDIC-DK-NO.so.phdr /build/iconvdata/EBCDIC-ES-A.so.phdr /build/iconvdata/EBCDIC-ES-S.so.phdr /build/iconvdata/EBCDIC-ES.so.phdr /build/iconvdata/EBCDIC-FI-SE-A.so.phdr /build/iconvdata/EBCDIC-FI-SE.so.phdr /build/iconvdata/EBCDIC-FR.so.phdr /build/iconvdata/EBCDIC-IS-FRISS.so.phdr /build/iconvdata/EBCDIC-IT.so.phdr /build/iconvdata/EBCDIC-PT.so.phdr /build/iconvdata/EBCDIC-UK.so.phdr /build/iconvdata/EBCDIC-US.so.phdr /build/iconvdata/ECMA-CYRILLIC.so.phdr /build/iconvdata/EUC-CN.so.phdr /build/iconvdata/EUC-JISX0213.so.phdr /build/iconvdata/EUC-JP-MS.so.phdr /build/iconvdata/EUC-JP.so.phdr /build/iconvdata/EUC-KR.so.phdr /build/iconvdata/EUC-TW.so.phdr /build/iconvdata/GB18030.so.phdr /build/iconvdata/GBBIG5.so.phdr /build/iconvdata/GBGBK.so.phdr /build/iconvdata/GBK.so.phdr /build/iconvdata/GEORGIAN-ACADEMY.so.phdr /build/iconvdata/GEORGIAN-PS.so.phdr /build/iconvdata/GOST_19768-74.so.phdr /build/iconvdata/GREEK-CCITT.so.phdr /build/iconvdata/GREEK7-OLD.so.phdr /build/iconvdata/GREEK7.so.phdr /build/iconvdata/HP-GREEK8.so.phdr /build/iconvdata/HP-ROMAN8.so.phdr /build/iconvdata/HP-ROMAN9.so.phdr /build/iconvdata/HP-THAI8.so.phdr /build/iconvdata/HP-TURKISH8.so.phdr /build/iconvdata/IBM037.so.phdr /build/iconvdata/IBM038.so.phdr /build/iconvdata/IBM1004.so.phdr /build/iconvdata/IBM1008.so.phdr /build/iconvdata/IBM1008_420.so.phdr /build/iconvdata/IBM1025.so.phdr /build/iconvdata/IBM1026.so.phdr /build/iconvdata/IBM1046.so.phdr /build/iconvdata/IBM1047.so.phdr /build/iconvdata/IBM1097.so.phdr /build/iconvdata/IBM1112.so.phdr /build/iconvdata/IBM1122.so.phdr /build/iconvdata/IBM1123.so.phdr /build/iconvdata/IBM1124.so.phdr /build/iconvdata/IBM1129.so.phdr /build/iconvdata/IBM1130.so.phdr /build/iconvdata/IBM1132.so.phdr /build/iconvdata/IBM1133.so.phdr /build/iconvdata/IBM1137.so.phdr /build/iconvdata/IBM1140.so.phdr /build/iconvdata/IBM1141.so.phdr /build/iconvdata/IBM1142.so.phdr /build/iconvdata/IBM1143.so.phdr /build/iconvdata/IBM1144.so.phdr /build/iconvdata/IBM1145.so.phdr /build/iconvdata/IBM1146.so.phdr /build/iconvdata/IBM1147.so.phdr /build/iconvdata/IBM1148.so.phdr /build/iconvdata/IBM1149.so.phdr /build/iconvdata/IBM1153.so.phdr /build/iconvdata/IBM1154.so.phdr /build/iconvdata/IBM1155.so.phdr /build/iconvdata/IBM1156.so.phdr /build/iconvdata/IBM1157.so.phdr /build/iconvdata/IBM1158.so.phdr /build/iconvdata/IBM1160.so.phdr /build/iconvdata/IBM1161.so.phdr /build/iconvdata/IBM1162.so.phdr /build/iconvdata/IBM1163.so.phdr /build/iconvdata/IBM1164.so.phdr /build/iconvdata/IBM1166.so.phdr /build/iconvdata/IBM1167.so.phdr /build/iconvdata/IBM12712.so.phdr /build/iconvdata/IBM1364.so.phdr /build/iconvdata/IBM1371.so.phdr /build/iconvdata/IBM1388.so.phdr /build/iconvdata/IBM1390.so.phdr /build/iconvdata/IBM1399.so.phdr /build/iconvdata/IBM16804.so.phdr /build/iconvdata/IBM256.so.phdr /build/iconvdata/IBM273.so.phdr /build/iconvdata/IBM274.so.phdr /build/iconvdata/IBM275.so.phdr /build/iconvdata/IBM277.so.phdr /build/iconvdata/IBM278.so.phdr /build/iconvdata/IBM280.so.phdr /build/iconvdata/IBM281.so.phdr /build/iconvdata/IBM284.so.phdr /build/iconvdata/IBM285.so.phdr /build/iconvdata/IBM290.so.phdr /build/iconvdata/IBM297.so.phdr /build/iconvdata/IBM420.so.phdr /build/iconvdata/IBM423.so.phdr /build/iconvdata/IBM424.so.phdr /build/iconvdata/IBM437.so.phdr /build/iconvdata/IBM4517.so.phdr /build/iconvdata/IBM4899.so.phdr /build/iconvdata/IBM4909.so.phdr /build/iconvdata/IBM4971.so.phdr /build/iconvdata/IBM500.so.phdr /build/iconvdata/IBM5347.so.phdr /build/iconvdata/IBM803.so.phdr /build/iconvdata/IBM850.so.phdr /build/iconvdata/IBM851.so.phdr /build/iconvdata/IBM852.so.phdr /build/iconvdata/IBM855.so.phdr /build/iconvdata/IBM856.so.phdr /build/iconvdata/IBM857.so.phdr /build/iconvdata/IBM858.so.phdr /build/iconvdata/IBM860.so.phdr /build/iconvdata/IBM861.so.phdr /build/iconvdata/IBM862.so.phdr /build/iconvdata/IBM863.so.phdr /build/iconvdata/IBM864.so.phdr /build/iconvdata/IBM865.so.phdr /build/iconvdata/IBM866.so.phdr /build/iconvdata/IBM866NAV.so.phdr /build/iconvdata/IBM868.so.phdr /build/iconvdata/IBM869.so.phdr /build/iconvdata/IBM870.so.phdr /build/iconvdata/IBM871.so.phdr /build/iconvdata/IBM874.so.phdr /build/iconvdata/IBM875.so.phdr /build/iconvdata/IBM880.so.phdr /build/iconvdata/IBM891.so.phdr /build/iconvdata/IBM901.so.phdr /build/iconvdata/IBM902.so.phdr /build/iconvdata/IBM903.so.phdr /build/iconvdata/IBM9030.so.phdr /build/iconvdata/IBM904.so.phdr /build/iconvdata/IBM905.so.phdr /build/iconvdata/IBM9066.so.phdr /build/iconvdata/IBM918.so.phdr /build/iconvdata/IBM921.so.phdr /build/iconvdata/IBM922.so.phdr /build/iconvdata/IBM930.so.phdr /build/iconvdata/IBM932.so.phdr /build/iconvdata/IBM933.so.phdr /build/iconvdata/IBM935.so.phdr /build/iconvdata/IBM937.so.phdr /build/iconvdata/IBM939.so.phdr /build/iconvdata/IBM943.so.phdr /build/iconvdata/IBM9448.so.phdr /build/iconvdata/IEC_P27-1.so.phdr /build/iconvdata/INIS-8.so.phdr /build/iconvdata/INIS-CYRILLIC.so.phdr /build/iconvdata/INIS.so.phdr /build/iconvdata/ISIRI-3342.so.phdr /build/iconvdata/ISO-2022-CN-EXT.so.phdr /build/iconvdata/ISO-2022-CN.so.phdr /build/iconvdata/ISO-2022-JP-3.so.phdr /build/iconvdata/ISO-2022-JP.so.phdr /build/iconvdata/ISO-2022-KR.so.phdr /build/iconvdata/ISO-IR-197.so.phdr /build/iconvdata/ISO-IR-209.so.phdr /build/iconvdata/ISO646.so.phdr /build/iconvdata/ISO8859-1.so.phdr /build/iconvdata/ISO8859-10.so.phdr /build/iconvdata/ISO8859-11.so.phdr /build/iconvdata/ISO8859-13.so.phdr /build/iconvdata/ISO8859-14.so.phdr /build/iconvdata/ISO8859-15.so.phdr /build/iconvdata/ISO8859-16.so.phdr /build/iconvdata/ISO8859-2.so.phdr /build/iconvdata/ISO8859-3.so.phdr /build/iconvdata/ISO8859-4.so.phdr /build/iconvdata/ISO8859-5.so.phdr /build/iconvdata/ISO8859-6.so.phdr /build/iconvdata/ISO8859-7.so.phdr /build/iconvdata/ISO8859-8.so.phdr /build/iconvdata/ISO8859-9.so.phdr /build/iconvdata/ISO8859-9E.so.phdr /build/iconvdata/ISO_10367-BOX.so.phdr /build/iconvdata/ISO_11548-1.so.phdr /build/iconvdata/ISO_2033.so.phdr /build/iconvdata/ISO_5427-EXT.so.phdr /build/iconvdata/ISO_5427.so.phdr /build/iconvdata/ISO_5428.so.phdr /build/iconvdata/ISO_6937-2.so.phdr /build/iconvdata/ISO_6937.so.phdr /build/iconvdata/JOHAB.so.phdr /build/iconvdata/KOI-8.so.phdr /build/iconvdata/KOI8-R.so.phdr /build/iconvdata/KOI8-RU.so.phdr /build/iconvdata/KOI8-T.so.phdr /build/iconvdata/KOI8-U.so.phdr /build/iconvdata/LATIN-GREEK-1.so.phdr /build/iconvdata/LATIN-GREEK.so.phdr /build/iconvdata/MAC-CENTRALEUROPE.so.phdr /build/iconvdata/MAC-IS.so.phdr /build/iconvdata/MAC-SAMI.so.phdr /build/iconvdata/MAC-UK.so.phdr /build/iconvdata/MACINTOSH.so.phdr /build/iconvdata/MIK.so.phdr /build/iconvdata/NATS-DANO.so.phdr /build/iconvdata/NATS-SEFI.so.phdr /build/iconvdata/PT154.so.phdr /build/iconvdata/RK1048.so.phdr /build/iconvdata/SAMI-WS2.so.phdr /build/iconvdata/SHIFT_JISX0213.so.phdr /build/iconvdata/SJIS.so.phdr /build/iconvdata/T.61.so.phdr /build/iconvdata/TCVN5712-1.so.phdr /build/iconvdata/TIS-620.so.phdr /build/iconvdata/TSCII.so.phdr /build/iconvdata/UHC.so.phdr /build/iconvdata/UNICODE.so.phdr /build/iconvdata/UTF-16.so.phdr /build/iconvdata/UTF-32.so.phdr /build/iconvdata/UTF-7.so.phdr /build/iconvdata/VISCII.so.phdr /build/iconvdata/libCNS.so.phdr /build/iconvdata/libGB.so.phdr /build/iconvdata/libISOIR165.so.phdr /build/iconvdata/libJIS.so.phdr /build/iconvdata/libJISX0213.so.phdr /build/iconvdata/libKSC.so.phdr /build/locale/libBrokenLocale.so.phdr /build/login/libutil.so.phdr /build/malloc/libc_malloc_debug.so.phdr /build/malloc/libmemusage.so.phdr /build/math/libm.so.phdr /build/nis/libnsl.so.phdr /build/nptl/libpthread.so.phdr /build/nptl_db/libthread_db.so.phdr /build/nss/libnss_compat.so.phdr /build/nss/libnss_db.so.phdr /build/nss/libnss_files.so.phdr /build/nss/libnss_test1.so.phdr /build/nss/libnss_test2.so.phdr /build/nss/libnss_test_errno.so.phdr /build/nss/libnss_test_gai_hv2_canonname.so.phdr /build/resolv/libanl.so.phdr /build/resolv/libnss_dns.so.phdr /build/resolv/libresolv.so.phdr /build/rt/librt.so.phdr > /build/elf/check-execstack.out; \ ../scripts/evaluate-test.sh elf/check-execstack $? false false > /build/elf/check-execstack.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/nodelete2 > /build/elf/nodelete2.out; \ ../scripts/evaluate-test.sh elf/nodelete2 $? false false > /build/elf/nodelete2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/nodlopen2 > /build/elf/nodlopen2.out; \ ../scripts/evaluate-test.sh elf/nodlopen2 $? false false > /build/elf/nodlopen2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' LC_ALL=C gawk -f ../scripts/check-textrel.awk /build/elf/ld.so.dyn /build/libc.so.dyn /build/debug/libpcprofile.so.dyn /build/dlfcn/libdl.so.dyn /build/hesiod/libnss_hesiod.so.dyn /build/iconvdata/ANSI_X3.110.so.dyn /build/iconvdata/ARMSCII-8.so.dyn /build/iconvdata/ASMO_449.so.dyn /build/iconvdata/BIG5.so.dyn /build/iconvdata/BIG5HKSCS.so.dyn /build/iconvdata/BRF.so.dyn /build/iconvdata/CP10007.so.dyn /build/iconvdata/CP1125.so.dyn /build/iconvdata/CP1250.so.dyn /build/iconvdata/CP1251.so.dyn /build/iconvdata/CP1252.so.dyn /build/iconvdata/CP1253.so.dyn /build/iconvdata/CP1254.so.dyn /build/iconvdata/CP1255.so.dyn /build/iconvdata/CP1256.so.dyn /build/iconvdata/CP1257.so.dyn /build/iconvdata/CP1258.so.dyn /build/iconvdata/CP737.so.dyn /build/iconvdata/CP770.so.dyn /build/iconvdata/CP771.so.dyn /build/iconvdata/CP772.so.dyn /build/iconvdata/CP773.so.dyn /build/iconvdata/CP774.so.dyn /build/iconvdata/CP775.so.dyn /build/iconvdata/CP932.so.dyn /build/iconvdata/CSN_369103.so.dyn /build/iconvdata/CWI.so.dyn /build/iconvdata/DEC-MCS.so.dyn /build/iconvdata/EBCDIC-AT-DE-A.so.dyn /build/iconvdata/EBCDIC-AT-DE.so.dyn /build/iconvdata/EBCDIC-CA-FR.so.dyn /build/iconvdata/EBCDIC-DK-NO-A.so.dyn /build/iconvdata/EBCDIC-DK-NO.so.dyn /build/iconvdata/EBCDIC-ES-A.so.dyn /build/iconvdata/EBCDIC-ES-S.so.dyn /build/iconvdata/EBCDIC-ES.so.dyn /build/iconvdata/EBCDIC-FI-SE-A.so.dyn /build/iconvdata/EBCDIC-FI-SE.so.dyn /build/iconvdata/EBCDIC-FR.so.dyn /build/iconvdata/EBCDIC-IS-FRISS.so.dyn /build/iconvdata/EBCDIC-IT.so.dyn /build/iconvdata/EBCDIC-PT.so.dyn /build/iconvdata/EBCDIC-UK.so.dyn /build/iconvdata/EBCDIC-US.so.dyn /build/iconvdata/ECMA-CYRILLIC.so.dyn /build/iconvdata/EUC-CN.so.dyn /build/iconvdata/EUC-JISX0213.so.dyn /build/iconvdata/EUC-JP-MS.so.dyn /build/iconvdata/EUC-JP.so.dyn /build/iconvdata/EUC-KR.so.dyn /build/iconvdata/EUC-TW.so.dyn /build/iconvdata/GB18030.so.dyn /build/iconvdata/GBBIG5.so.dyn /build/iconvdata/GBGBK.so.dyn /build/iconvdata/GBK.so.dyn /build/iconvdata/GEORGIAN-ACADEMY.so.dyn /build/iconvdata/GEORGIAN-PS.so.dyn /build/iconvdata/GOST_19768-74.so.dyn /build/iconvdata/GREEK-CCITT.so.dyn /build/iconvdata/GREEK7-OLD.so.dyn /build/iconvdata/GREEK7.so.dyn /build/iconvdata/HP-GREEK8.so.dyn /build/iconvdata/HP-ROMAN8.so.dyn /build/iconvdata/HP-ROMAN9.so.dyn /build/iconvdata/HP-THAI8.so.dyn /build/iconvdata/HP-TURKISH8.so.dyn /build/iconvdata/IBM037.so.dyn /build/iconvdata/IBM038.so.dyn /build/iconvdata/IBM1004.so.dyn /build/iconvdata/IBM1008.so.dyn /build/iconvdata/IBM1008_420.so.dyn /build/iconvdata/IBM1025.so.dyn /build/iconvdata/IBM1026.so.dyn /build/iconvdata/IBM1046.so.dyn /build/iconvdata/IBM1047.so.dyn /build/iconvdata/IBM1097.so.dyn /build/iconvdata/IBM1112.so.dyn /build/iconvdata/IBM1122.so.dyn /build/iconvdata/IBM1123.so.dyn /build/iconvdata/IBM1124.so.dyn /build/iconvdata/IBM1129.so.dyn /build/iconvdata/IBM1130.so.dyn /build/iconvdata/IBM1132.so.dyn /build/iconvdata/IBM1133.so.dyn /build/iconvdata/IBM1137.so.dyn /build/iconvdata/IBM1140.so.dyn /build/iconvdata/IBM1141.so.dyn /build/iconvdata/IBM1142.so.dyn /build/iconvdata/IBM1143.so.dyn /build/iconvdata/IBM1144.so.dyn /build/iconvdata/IBM1145.so.dyn /build/iconvdata/IBM1146.so.dyn /build/iconvdata/IBM1147.so.dyn /build/iconvdata/IBM1148.so.dyn /build/iconvdata/IBM1149.so.dyn /build/iconvdata/IBM1153.so.dyn /build/iconvdata/IBM1154.so.dyn /build/iconvdata/IBM1155.so.dyn /build/iconvdata/IBM1156.so.dyn /build/iconvdata/IBM1157.so.dyn /build/iconvdata/IBM1158.so.dyn /build/iconvdata/IBM1160.so.dyn /build/iconvdata/IBM1161.so.dyn /build/iconvdata/IBM1162.so.dyn /build/iconvdata/IBM1163.so.dyn /build/iconvdata/IBM1164.so.dyn /build/iconvdata/IBM1166.so.dyn /build/iconvdata/IBM1167.so.dyn /build/iconvdata/IBM12712.so.dyn /build/iconvdata/IBM1364.so.dyn /build/iconvdata/IBM1371.so.dyn /build/iconvdata/IBM1388.so.dyn /build/iconvdata/IBM1390.so.dyn /build/iconvdata/IBM1399.so.dyn /build/iconvdata/IBM16804.so.dyn /build/iconvdata/IBM256.so.dyn /build/iconvdata/IBM273.so.dyn /build/iconvdata/IBM274.so.dyn /build/iconvdata/IBM275.so.dyn /build/iconvdata/IBM277.so.dyn /build/iconvdata/IBM278.so.dyn /build/iconvdata/IBM280.so.dyn /build/iconvdata/IBM281.so.dyn /build/iconvdata/IBM284.so.dyn /build/iconvdata/IBM285.so.dyn /build/iconvdata/IBM290.so.dyn /build/iconvdata/IBM297.so.dyn /build/iconvdata/IBM420.so.dyn /build/iconvdata/IBM423.so.dyn /build/iconvdata/IBM424.so.dyn /build/iconvdata/IBM437.so.dyn /build/iconvdata/IBM4517.so.dyn /build/iconvdata/IBM4899.so.dyn /build/iconvdata/IBM4909.so.dyn /build/iconvdata/IBM4971.so.dyn /build/iconvdata/IBM500.so.dyn /build/iconvdata/IBM5347.so.dyn /build/iconvdata/IBM803.so.dyn /build/iconvdata/IBM850.so.dyn /build/iconvdata/IBM851.so.dyn /build/iconvdata/IBM852.so.dyn /build/iconvdata/IBM855.so.dyn /build/iconvdata/IBM856.so.dyn /build/iconvdata/IBM857.so.dyn /build/iconvdata/IBM858.so.dyn /build/iconvdata/IBM860.so.dyn /build/iconvdata/IBM861.so.dyn /build/iconvdata/IBM862.so.dyn /build/iconvdata/IBM863.so.dyn /build/iconvdata/IBM864.so.dyn /build/iconvdata/IBM865.so.dyn /build/iconvdata/IBM866.so.dyn /build/iconvdata/IBM866NAV.so.dyn /build/iconvdata/IBM868.so.dyn /build/iconvdata/IBM869.so.dyn /build/iconvdata/IBM870.so.dyn /build/iconvdata/IBM871.so.dyn /build/iconvdata/IBM874.so.dyn /build/iconvdata/IBM875.so.dyn /build/iconvdata/IBM880.so.dyn /build/iconvdata/IBM891.so.dyn /build/iconvdata/IBM901.so.dyn /build/iconvdata/IBM902.so.dyn /build/iconvdata/IBM903.so.dyn /build/iconvdata/IBM9030.so.dyn /build/iconvdata/IBM904.so.dyn /build/iconvdata/IBM905.so.dyn /build/iconvdata/IBM9066.so.dyn /build/iconvdata/IBM918.so.dyn /build/iconvdata/IBM921.so.dyn /build/iconvdata/IBM922.so.dyn /build/iconvdata/IBM930.so.dyn /build/iconvdata/IBM932.so.dyn /build/iconvdata/IBM933.so.dyn /build/iconvdata/IBM935.so.dyn /build/iconvdata/IBM937.so.dyn /build/iconvdata/IBM939.so.dyn /build/iconvdata/IBM943.so.dyn /build/iconvdata/IBM9448.so.dyn /build/iconvdata/IEC_P27-1.so.dyn /build/iconvdata/INIS-8.so.dyn /build/iconvdata/INIS-CYRILLIC.so.dyn /build/iconvdata/INIS.so.dyn /build/iconvdata/ISIRI-3342.so.dyn /build/iconvdata/ISO-2022-CN-EXT.so.dyn /build/iconvdata/ISO-2022-CN.so.dyn /build/iconvdata/ISO-2022-JP-3.so.dyn /build/iconvdata/ISO-2022-JP.so.dyn /build/iconvdata/ISO-2022-KR.so.dyn /build/iconvdata/ISO-IR-197.so.dyn /build/iconvdata/ISO-IR-209.so.dyn /build/iconvdata/ISO646.so.dyn /build/iconvdata/ISO8859-1.so.dyn /build/iconvdata/ISO8859-10.so.dyn /build/iconvdata/ISO8859-11.so.dyn /build/iconvdata/ISO8859-13.so.dyn /build/iconvdata/ISO8859-14.so.dyn /build/iconvdata/ISO8859-15.so.dyn /build/iconvdata/ISO8859-16.so.dyn /build/iconvdata/ISO8859-2.so.dyn /build/iconvdata/ISO8859-3.so.dyn /build/iconvdata/ISO8859-4.so.dyn /build/iconvdata/ISO8859-5.so.dyn /build/iconvdata/ISO8859-6.so.dyn /build/iconvdata/ISO8859-7.so.dyn /build/iconvdata/ISO8859-8.so.dyn /build/iconvdata/ISO8859-9.so.dyn /build/iconvdata/ISO8859-9E.so.dyn /build/iconvdata/ISO_10367-BOX.so.dyn /build/iconvdata/ISO_11548-1.so.dyn /build/iconvdata/ISO_2033.so.dyn /build/iconvdata/ISO_5427-EXT.so.dyn /build/iconvdata/ISO_5427.so.dyn /build/iconvdata/ISO_5428.so.dyn /build/iconvdata/ISO_6937-2.so.dyn /build/iconvdata/ISO_6937.so.dyn /build/iconvdata/JOHAB.so.dyn /build/iconvdata/KOI-8.so.dyn /build/iconvdata/KOI8-R.so.dyn /build/iconvdata/KOI8-RU.so.dyn /build/iconvdata/KOI8-T.so.dyn /build/iconvdata/KOI8-U.so.dyn /build/iconvdata/LATIN-GREEK-1.so.dyn /build/iconvdata/LATIN-GREEK.so.dyn /build/iconvdata/MAC-CENTRALEUROPE.so.dyn /build/iconvdata/MAC-IS.so.dyn /build/iconvdata/MAC-SAMI.so.dyn /build/iconvdata/MAC-UK.so.dyn /build/iconvdata/MACINTOSH.so.dyn /build/iconvdata/MIK.so.dyn /build/iconvdata/NATS-DANO.so.dyn /build/iconvdata/NATS-SEFI.so.dyn /build/iconvdata/PT154.so.dyn /build/iconvdata/RK1048.so.dyn /build/iconvdata/SAMI-WS2.so.dyn /build/iconvdata/SHIFT_JISX0213.so.dyn /build/iconvdata/SJIS.so.dyn /build/iconvdata/T.61.so.dyn /build/iconvdata/TCVN5712-1.so.dyn /build/iconvdata/TIS-620.so.dyn /build/iconvdata/TSCII.so.dyn /build/iconvdata/UHC.so.dyn /build/iconvdata/UNICODE.so.dyn /build/iconvdata/UTF-16.so.dyn /build/iconvdata/UTF-32.so.dyn /build/iconvdata/UTF-7.so.dyn /build/iconvdata/VISCII.so.dyn /build/iconvdata/libCNS.so.dyn /build/iconvdata/libGB.so.dyn /build/iconvdata/libISOIR165.so.dyn /build/iconvdata/libJIS.so.dyn /build/iconvdata/libJISX0213.so.dyn /build/iconvdata/libKSC.so.dyn /build/locale/libBrokenLocale.so.dyn /build/login/libutil.so.dyn /build/malloc/libc_malloc_debug.so.dyn /build/malloc/libmemusage.so.dyn /build/math/libm.so.dyn /build/nis/libnsl.so.dyn /build/nptl/libpthread.so.dyn /build/nptl_db/libthread_db.so.dyn /build/nss/libnss_compat.so.dyn /build/nss/libnss_db.so.dyn /build/nss/libnss_files.so.dyn /build/nss/libnss_test1.so.dyn /build/nss/libnss_test2.so.dyn /build/nss/libnss_test_errno.so.dyn /build/nss/libnss_test_gai_hv2_canonname.so.dyn /build/resolv/libanl.so.dyn /build/resolv/libnss_dns.so.dyn /build/resolv/libresolv.so.dyn /build/rt/librt.so.dyn > /build/elf/check-textrel.out; \ ../scripts/evaluate-test.sh elf/check-textrel $? false false > /build/elf/check-textrel.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/reldep4 > /build/elf/reldep4.out; \ ../scripts/evaluate-test.sh elf/reldep4 $? false false > /build/elf/reldep4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/reldep5 > /build/elf/reldep5.out; \ ../scripts/evaluate-test.sh elf/reldep5 $? false false > /build/elf/reldep5.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/testobj6.so /build/csu/abi-note.o /build/elf/testobj6.os /build/elf/testobj1.so /build/elf/testobj2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/reldep8 > /build/elf/reldep8.out; \ ../scripts/evaluate-test.sh elf/reldep8 $? false false > /build/elf/reldep8.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/filter -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/filter.o /build/support/libsupport_nonshared.a /build/elf/filtmod1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/order2mod1.so /build/csu/abi-note.o /build/elf/order2mod1.os /build/elf/order2mod4.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/dep2.so /build/csu/abi-note.o /build/elf/dep2.os /build/elf/dep3.so /build/elf/dep4.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep6mod2.so /build/csu/abi-note.o /build/elf/reldep6mod2.os /build/elf/reldep6mod1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep6mod4.so /build/csu/abi-note.o /build/elf/reldep6mod4.os /build/elf/reldep6mod1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/circlemod1a.so /build/csu/abi-note.o /build/elf/circlemod1a.os /build/elf/circlemod2a.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/circlemod1.so /build/csu/abi-note.o /build/elf/circlemod1.os /build/elf/circlemod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initorder2b.so /build/csu/abi-note.o /build/elf/tst-initorder2b.os /build/elf/tst-initorder2c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,-soname,libtracemod1.so -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/libtracemod1-1.so /build/csu/abi-note.o /build/elf/libtracemod1-1.os /build/elf/libtracemod2-1.so /build/elf/libtracemod3-1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep9mod3.so /build/csu/abi-note.o /build/elf/reldep9mod3.os /build/elf/reldep9mod1.so /build/elf/reldep9mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/neededobj3.so /build/csu/abi-note.o /build/elf/neededobj3.os /build/elf/neededobj1.so /build/elf/neededobj2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload3mod1.so /build/csu/abi-note.o /build/elf/unload3mod1.os /build/elf/unload3mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initorderb2.so /build/csu/abi-note.o /build/elf/tst-initorderb2.os /build/elf/tst-initorderb1.so /build/elf/tst-initordera2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload3mod2.so /build/csu/abi-note.o /build/elf/unload3mod2.os /build/elf/unload3mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic5mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic5mod-dep.os /build/elf/tst-tls-manydynamic6mod-dep.so /build/elf/tst-tls-manydynamic7mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload4mod1.so /build/csu/abi-note.o /build/elf/unload4mod1.os /build/elf/unload4mod2.so /build/elf/unload4mod3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/unload8mod1.so /build/csu/abi-note.o /build/elf/unload8mod1.os /build/elf/unload8mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ldconfig-bad-aux-cache > /build/elf/tst-ldconfig-bad-aux-cache.out; \ ../scripts/evaluate-test.sh elf/tst-ldconfig-bad-aux-cache $? false false > /build/elf/tst-ldconfig-bad-aux-cache.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic10mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic10mod-dep.os /build/elf/tst-tls-manydynamic12mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic15mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic15mod-dep.os /build/elf/tst-tls-manydynamic16mod-dep.so /build/elf/tst-tls-manydynamic17mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic6mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic6mod-dep-bad.os /build/elf/tst-tls-manydynamic7mod-dep-bad.so /build/elf/tst-tls-manydynamic8mod-dep-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic11mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic11mod-dep-bad.os /build/elf/tst-tls-manydynamic12mod-dep-bad.so /build/elf/tst-tls-manydynamic13mod-dep-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-a.os /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-b.os /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-c.so /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-d.so /build/csu/abi-note.o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-d.os /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-g.so /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-h.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-f.so /build/csu/abi-note.o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-f.os /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-g.so /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-h.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-c.os /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-e.so /build/csu/abi-note.o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-e.os /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-g.so /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-h.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-b.os /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-d.so /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-b.os /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-d.so /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-a.os /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-b.so /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-c.so /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-d.so /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-b.os /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-d.so /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-b.os /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-c.so /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-d.so /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-e.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-a.os /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls13 > /build/elf/tst-tls13.out; \ ../scripts/evaluate-test.sh elf/tst-tls13 $? false false > /build/elf/tst-tls13.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-glibc-hwcaps-prepend-cache > /build/elf/tst-glibc-hwcaps-prepend-cache.out; \ ../scripts/evaluate-test.sh elf/tst-glibc-hwcaps-prepend-cache $? false false > /build/elf/tst-glibc-hwcaps-prepend-cache.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-ldconfig-ld_so_conf-update > /build/elf/tst-ldconfig-ld_so_conf-update.out; \ ../scripts/evaluate-test.sh elf/tst-ldconfig-ld_so_conf-update $? false false > /build/elf/tst-ldconfig-ld_so_conf-update.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-a.os /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-c.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-d.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -Wl,-z,lazy -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz15311-dir/tst-bz15311-b.so /build/csu/abi-note.o /build/elf/tst-bz15311-dir/tst-bz15311-b.os /build/elf/tst-bz15311-dir/tst-bz15311-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C182.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C182.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A123.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A182.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz28937-dir/tst-bz28937-a.so /build/csu/abi-note.o /build/elf/tst-bz28937-dir/tst-bz28937-a.os /build/elf/tst-bz28937-dir/tst-bz28937-a1.so /build/elf/tst-bz28937-dir/tst-bz28937-a2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A166.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A166.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B186.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-self-container > /build/elf/tst-dlopen-self-container.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-self-container $? false false > /build/elf/tst-dlopen-self-container.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod-tlsdesc.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit-tlsdesc > /build/elf/tst-audit-tlsdesc.out; \ ../scripts/evaluate-test.sh elf/tst-audit-tlsdesc $? false false > /build/elf/tst-audit-tlsdesc.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_AUDIT=/build/elf/tst-auditmod24d.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit24d > /build/elf/tst-audit24d.out; \ ../scripts/evaluate-test.sh elf/tst-audit24d $? false false > /build/elf/tst-audit24d.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit25a -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit25a > /build/elf/tst-audit25a.out; \ ../scripts/evaluate-test.sh elf/tst-audit25a $? false false > /build/elf/tst-audit25a.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit25b -- /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-audit25b > /build/elf/tst-audit25b.out; \ ../scripts/evaluate-test.sh elf/tst-audit25b $? false false > /build/elf/tst-audit25b.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-global1 > /build/elf/tst-global1.out; \ ../scripts/evaluate-test.sh elf/tst-global1 $? false false > /build/elf/tst-global1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-p_align1 > /build/elf/tst-p_align1.out; \ ../scripts/evaluate-test.sh elf/tst-p_align1 $? false false > /build/elf/tst-p_align1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-p_align2 > /build/elf/tst-p_align2.out; \ ../scripts/evaluate-test.sh elf/tst-p_align2 $? false false > /build/elf/tst-p_align2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls10 > /build/elf/tst-tls10.out; \ ../scripts/evaluate-test.sh elf/tst-tls10 $? false false > /build/elf/tst-tls10.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls11 > /build/elf/tst-tls11.out; \ ../scripts/evaluate-test.sh elf/tst-tls11 $? false false > /build/elf/tst-tls11.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls12 > /build/elf/tst-tls12.out; \ ../scripts/evaluate-test.sh elf/tst-tls12 $? false false > /build/elf/tst-tls12.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/unload3 > /build/elf/unload3.out; \ ../scripts/evaluate-test.sh elf/unload3 $? false false > /build/elf/unload3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/unload5 > /build/elf/unload5.out; \ ../scripts/evaluate-test.sh elf/unload5 $? false false > /build/elf/unload5.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/unload4 > /build/elf/unload4.out; \ ../scripts/evaluate-test.sh elf/unload4 $? false false > /build/elf/unload4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/unload8 > /build/elf/unload8.out; \ ../scripts/evaluate-test.sh elf/unload8 $? false false > /build/elf/unload8.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-relr3 > /build/elf/tst-relr3.out; \ ../scripts/evaluate-test.sh elf/tst-relr3 $? false false > /build/elf/tst-relr3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-relr4 > /build/elf/tst-relr4.out; \ ../scripts/evaluate-test.sh elf/tst-relr4 $? false false > /build/elf/tst-relr4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/neededtest > /build/elf/neededtest.out; \ ../scripts/evaluate-test.sh elf/neededtest $? false false > /build/elf/neededtest.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/circleload1 > /build/elf/circleload1.out; \ ../scripts/evaluate-test.sh elf/circleload1 $? false false > /build/elf/circleload1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/neededtest2 > /build/elf/neededtest2.out; \ ../scripts/evaluate-test.sh elf/neededtest2 $? false false > /build/elf/neededtest2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-array2.exp /build/elf/tst-array2.out > /build/elf/tst-array2-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-array2-cmp $? false false > /build/elf/tst-array2-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-array5.exp /build/elf/tst-array5.out > /build/elf/tst-array5-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-array5-cmp $? false false > /build/elf/tst-array5-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlopen-tlsmodid-container > /build/elf/tst-dlopen-tlsmodid-container.out; \ ../scripts/evaluate-test.sh elf/tst-dlopen-tlsmodid-container $? false false > /build/elf/tst-dlopen-tlsmodid-container.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' .././scripts/mkinstalldirs /build/elf/libtracemod1 mkdir -p -- /build/elf/libtracemod1 cp /build/elf/libtracemod1-1.so /build/elf/libtracemod1/libtracemod1.so make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/ld.abilist /build/elf/ld.symlist > /build/elf/check-abi-ld.out; \ ../scripts/evaluate-test.sh elf/check-abi-ld $? false false > /build/elf/check-abi-ld.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/filter > /build/elf/filter.out; \ ../scripts/evaluate-test.sh elf/filter $? false false > /build/elf/filter.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/order2 > /build/elf/order2.out; \ ../scripts/evaluate-test.sh elf/order2 $? false false > /build/elf/order2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-bz28937.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-bz28937.out; ../scripts/evaluate-test.sh elf/tst-bz28937 $? false false > /build/elf/tst-bz28937.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/failobj.so /build/csu/abi-note.o /build/elf/failobj.os /build/elf/testobj6.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering1-dir/tst-dso-ordering1-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/dep1.so /build/csu/abi-note.o /build/elf/dep1.os /build/elf/dep2.so /build/elf/dep4.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-b.so /build/elf/tst-dso-ordering8-dir/tst-dso-ordering8-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-pldd > /build/elf/tst-pldd.out; \ ../scripts/evaluate-test.sh elf/tst-pldd $? false false > /build/elf/tst-pldd.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering6-dir/tst-dso-ordering6-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-soname=/build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-c.so -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering10-dir/tst-dso-ordering10-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/reldep6mod3.so /build/csu/abi-note.o /build/elf/reldep6mod3.os /build/elf/reldep6mod2.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/neededobj4.so /build/csu/abi-note.o /build/elf/neededobj4.os /build/elf/neededobj1.so /build/elf/neededobj2.so /build/elf/neededobj3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initorder2a.so /build/csu/abi-note.o /build/elf/tst-initorder2a.os /build/elf/tst-initorder2b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/preloadtest -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -rdynamic -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/preloadtest.o /build/support/libsupport_nonshared.a /build/elf/testobj6.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initordera3.so /build/csu/abi-note.o /build/elf/tst-initordera3.os /build/elf/tst-initorderb2.so /build/elf/tst-initorderb1.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic9mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic9mod-dep.os /build/elf/tst-tls-manydynamic10mod-dep.so /build/elf/tst-tls-manydynamic11mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic14mod-dep.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic14mod-dep.os /build/elf/tst-tls-manydynamic15mod-dep.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-tls-manydynamic10mod-dep-bad.so /build/csu/abi-note.o /build/elf/tst-tls-manydynamic10mod-dep-bad.os /build/elf/tst-tls-manydynamic11mod-dep-bad.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-a.os /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-b.os /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-d.so /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-e.so /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-f.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-c.so /build/csu/abi-note.o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-c.os /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-d.so /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-e.so /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-f.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-a.os /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-b.so /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-a.os /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-c.so /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-a.os /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-b.so /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-a.os /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-b.so /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-preload-pthread-libc > /build/elf/tst-preload-pthread-libc.out; \ ../scripts/evaluate-test.sh elf/tst-preload-pthread-libc $? false false > /build/elf/tst-preload-pthread-libc.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlmopen-dlerror > /build/elf/tst-dlmopen-dlerror.out; \ ../scripts/evaluate-test.sh elf/tst-dlmopen-dlerror $? false false > /build/elf/tst-dlmopen-dlerror.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl \ /build/support/test-container env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_LIBRARY_PATH=/ \ /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-rootdir > /build/elf/tst-rootdir.out; \ ../scripts/evaluate-test.sh elf/tst-rootdir $? false false > /build/elf/tst-rootdir.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-b.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-b.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-bz15311-dir/tst-bz15311-a.so /build/csu/abi-note.o /build/elf/tst-bz15311-dir/tst-bz15311-a.os /build/elf/tst-bz15311-dir/tst-bz15311-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C170.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C170.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A107.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A166.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C182.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/neededtest3 > /build/elf/neededtest3.out; \ ../scripts/evaluate-test.sh elf/neededtest3 $? false false > /build/elf/neededtest3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' (echo "12345" | cmp /build/elf/order2.out -) > /build/elf/order2-cmp.out; \ ../scripts/evaluate-test.sh elf/order2-cmp $? false false > /build/elf/order2-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' > /build/elf/tst-trace1.out; ../scripts/evaluate-test.sh elf/tst-trace1 $? false false > /build/elf/tst-trace1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh tst-rtld-preload.sh /build/elf/ld.so /build/elf/preloadtest \ ' env' '' \ '/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl' 'testobj1.so:testobj2.so:testobj3.so:testobj4.so:testobj5.so' > /build/elf/tst-rtld-preload.out; \ ../scripts/evaluate-test.sh elf/tst-rtld-preload $? false false > /build/elf/tst-rtld-preload.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' > /build/elf/tst-trace2.out; ../scripts/evaluate-test.sh elf/tst-trace2 $? false false > /build/elf/tst-trace2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' > /build/elf/tst-trace3.out; ../scripts/evaluate-test.sh elf/tst-trace3 $? false false > /build/elf/tst-trace3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' > /build/elf/tst-trace4.out; ../scripts/evaluate-test.sh elf/tst-trace4 $? false false > /build/elf/tst-trace4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' > /build/elf/tst-trace5.out; ../scripts/evaluate-test.sh elf/tst-trace5 $? false false > /build/elf/tst-trace5.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-initorder2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-initorder2.o /build/support/libsupport_nonshared.a /build/elf/tst-initorder2a.so /build/elf/tst-initorder2d.so /build/elf/tst-initorder2c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering1.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering1.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering1 $? false false > /build/elf/tst-dso-ordering1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/loadfail > /build/elf/loadfail.out; \ ../scripts/evaluate-test.sh elf/loadfail $? false false > /build/elf/loadfail.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering6.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering6.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering6 $? false false > /build/elf/tst-dso-ordering6.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C LD_PRELOAD=testobj1.so:testobj2.so:testobj3.so:testobj4.so:testobj5.so /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/preloadtest > /build/elf/preloadtest.out; \ ../scripts/evaluate-test.sh elf/preloadtest $? false false > /build/elf/preloadtest.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering8.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering8.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering8 $? false false > /build/elf/tst-dso-ordering8.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-bz15311.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-bz15311.out; ../scripts/evaluate-test.sh elf/tst-bz15311 $? false false > /build/elf/tst-bz15311.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering10.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering10.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering10 $? false false > /build/elf/tst-dso-ordering10.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/reldep6 > /build/elf/reldep6.out; \ ../scripts/evaluate-test.sh elf/reldep6 $? false false > /build/elf/reldep6.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering2-dir/tst-dso-ordering2-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_2-a_cb-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering4-dir/tst-dso-ordering4-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering5-dir/tst-dso-ordering5_1-a_bc-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering7-dir/tst-dso-ordering7-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-a.os /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-b.so /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-c.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-initordera4.so /build/csu/abi-note.o /build/elf/tst-initordera4.os /build/elf/tst-initordera3.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/order -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/order.o /build/support/libsupport_nonshared.a /build/elf/dep4.so /build/elf/dep3.so /build/elf/dep2.so /build/elf/dep1.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-a.so /build/csu/abi-note.o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-a.os /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-b.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B170.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B170.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C170.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-initorder2 > /build/elf/tst-initorder2.out; \ ../scripts/evaluate-test.sh elf/tst-initorder2 $? false false > /build/elf/tst-initorder2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering2.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering2.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering2 $? false false > /build/elf/tst-dso-ordering2.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering4.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering4.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering4 $? false false > /build/elf/tst-dso-ordering4.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering7.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering7.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering7 $? false false > /build/elf/tst-dso-ordering7.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-initorder -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-initorder.o /build/support/libsupport_nonshared.a /build/elf/tst-initordera4.so /build/elf/tst-initordera1.so /build/elf/tst-initorderb2.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering5.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering5.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering5 $? false false > /build/elf/tst-dso-ordering5.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3 -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering3-dir/tst-dso-ordering3-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_2-abced-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_1-abcde-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_3-abdce-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_7-acbde-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_5-abecd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_4-abdec-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_6-abedc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_8-acbed-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_9-acdbe-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_10-acdeb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_13-adbce-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_14-adbec-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_12-acedb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_11-acebd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_15-adcbe-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_16-adceb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_20-aebdc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_17-adebc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_18-adecb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_19-aebcd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_21-aecbd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_22-aecdb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_23-aedbc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_24-aedcb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_25-bacde-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_26-baced-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_27-badce-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_28-badec-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_29-baecd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_31-bcade-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_30-baedc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_32-bcaed-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_33-bcdae-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_34-bcdea-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_35-bcead-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_36-bceda-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_38-bdaec-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_39-bdcae-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_40-bdcea-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_37-bdace-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_42-bdeca-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_41-bdeac-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_45-becad-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_46-becda-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_44-beadc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_47-bedac-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_43-beacd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_48-bedca-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_49-cabde-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_50-cabed-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_51-cadbe-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_52-cadeb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_55-cbade-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_56-cbaed-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_53-caebd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_54-caedb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_57-cbdae-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_58-cbdea-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_59-cbead-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_60-cbeda-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_66-cdeba-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_64-cdbea-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_63-cdbae-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_61-cdabe-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_67-ceabd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_62-cdaeb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_65-cdeab-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_68-ceadb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_71-cedab-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_70-cebda-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_69-cebad-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_72-cedba-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_73-dabce-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_74-dabec-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_75-dacbe-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_77-daebc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_78-daecb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_76-daceb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_80-dbaec-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_81-dbcae-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_83-dbeac-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_79-dbace-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_82-dbcea-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_84-dbeca-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_85-dcabe-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_86-dcaeb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_87-dcbae-e.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_88-dcbea-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_89-dceab-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_90-dceba-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_91-deabc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_94-debca-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_92-deacb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_97-eabcd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_93-debac-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_96-decba-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_95-decab-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_98-eabdc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_101-eadbc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_100-eacdb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_102-eadcb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_99-eacbd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_103-ebacd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_104-ebadc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_105-ebcad-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_107-ebdac-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/order > /build/elf/order.out; \ ../scripts/evaluate-test.sh elf/order $? false false > /build/elf/order.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_106-ebcda-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_110-ecadb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_108-ebdca-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_109-ecabd-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_113-ecdab-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_114-ecdba-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_112-ecbda-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_111-ecbad-d.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_115-edabc-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_116-edacb-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_117-edbac-c.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_118-edbca-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A170.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A170.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B170.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-a.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_119-edcab-b.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-initorder > /build/elf/tst-initorder.out; \ ../scripts/evaluate-test.sh elf/tst-initorder $? false false > /build/elf/tst-initorder.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -o /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,--no-as-needed -Wl,-z,relro /build/csu/Scrt1.o /build/csu/crti.o `gcc -m32 --print-file-name=crtbeginS.o` /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba.o /build/support/libsupport_nonshared.a /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-e.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-d.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-c.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-b.so /build/elf/tst-dso-ordering9-dir/tst-dso-ordering9_120-edcba-a.so -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed /build/libc.so.6 /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed `gcc -m32 --print-file-name=crtendS.o` /build/csu/crtn.o make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' (echo "0123456789" | cmp /build/elf/order.out -) > /build/elf/order-cmp.out; \ ../scripts/evaluate-test.sh elf/order-cmp $? false false > /build/elf/order-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-initorder2.exp /build/elf/tst-initorder2.out > /build/elf/tst-initorder2-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-initorder2-cmp $? false false > /build/elf/tst-initorder2-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' cmp tst-initorder.exp /build/elf/tst-initorder.out > /build/elf/tst-initorder-cmp.out; \ ../scripts/evaluate-test.sh elf/tst-initorder-cmp $? false false > /build/elf/tst-initorder-cmp.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering3.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering3.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering3 $? false false > /build/elf/tst-dso-ordering3.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C198.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C198.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A111.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A170.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B198.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B198.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C198.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A198.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A198.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B198.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C194.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C194.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A139.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A198.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C194.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X11.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A194.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A194.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C166.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C166.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A135.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A194.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C166.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A106.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A106.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C150.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C150.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A147.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A106.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C150.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-tls20 > /build/elf/tst-tls20.out; \ ../scripts/evaluate-test.sh elf/tst-tls20 $? false false > /build/elf/tst-tls20.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A150.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A150.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C158.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C158.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A191.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A150.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B158.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B158.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C158.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A158.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A158.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B158.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B170.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C114.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C114.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A199.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A158.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B114.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B114.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C114.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A114.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A114.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B114.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C106.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C106.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A155.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A114.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C106.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A126.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A126.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C190.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C190.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A167.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A126.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B190.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B190.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C190.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A190.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A190.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B190.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C188.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C188.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A131.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A190.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C188.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A188.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A188.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C199.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C199.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A129.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A188.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B199.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B199.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C199.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh ../scripts/check-installed-headers.sh c 3 \ "gcc -m32 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Wimplicit-fallthrough -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -U_FORTIFY_SOURCE -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_ISOMAC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. " \ bits/elfclass.h bits/link.h bits/link_lavcurrent.h elf.h link.h bits/platform/features.h bits/platform/x86.h sys/platform/x86.h > /build/elf/check-installed-headers-c.out; \ ../scripts/evaluate-test.sh elf/check-installed-headers-c $? false false > /build/elf/check-installed-headers-c.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A199.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A199.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B199.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C164.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C164.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A199.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A158.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C164.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A164.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A164.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B114.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C131.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C131.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A105.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A164.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B131.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B131.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C131.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A131.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A131.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B131.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C138.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C138.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A131.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A190.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B138.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B138.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C138.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C131.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A138.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A138.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B138.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A179.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A138.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B174.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B174.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C103.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A174.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A174.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B174.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A115.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A174.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C198.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' /bin/sh /build/elf/dso-sort-tests-src/tst-dso-ordering9.sh /build/ ' env' 'GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C' > /build/elf/tst-dso-ordering9.out; ../scripts/evaluate-test.sh elf/tst-dso-ordering9 $? false false > /build/elf/tst-dso-ordering9.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A176.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A176.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B138.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A117.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A176.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B115.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B115.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A115.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A115.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B115.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C126.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C126.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A115.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A174.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M30X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C126.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A186.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A186.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B186.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A127.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A186.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B110.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B110.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A110.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A110.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B110.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B115.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B174.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A151.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A110.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B128.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B128.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M29X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A128.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A128.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B128.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M28X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C179.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C179.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A169.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A128.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M27X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M26X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B179.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B179.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C179.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C170.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C188.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M25X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M24X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A179.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A179.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B179.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B128.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M23X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M22X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A179.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A138.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M21X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M20X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C194.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M19X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M18X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A124.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A124.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M17X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A165.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A124.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M16X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B151.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B151.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C114.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X11.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X11.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X11.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M15X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A151.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A151.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B151.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B131.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X22.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X22.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X12.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M14X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C178.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C178.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A151.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A110.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X15.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X15.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X13.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X25.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X13.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X13.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X18.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X20.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X20.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X20.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X17.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X17.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X17.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X16.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X16.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X21.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X18.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X18.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X14.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X13.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X23.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X23.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X23.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X19.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X19.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X12.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X11.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X24.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X21.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X21.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X19.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X16.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X24.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X24.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X22.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X21.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X20.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X19.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B178.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B178.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C178.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X25.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X25.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X18.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X15.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X12.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X12.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X25.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X24.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X23.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X22.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X14.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M11X14.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M13X17.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X16.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X15.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-M12X14.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A178.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A178.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B178.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B151.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B110.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C104.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C104.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A119.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A178.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B104.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B104.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C104.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A104.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A104.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B104.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A145.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A104.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A111.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A111.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B151.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A111.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A170.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A148.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A148.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A189.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A148.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B119.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B119.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C150.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A119.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A119.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B119.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A119.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A178.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C104.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A154.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A154.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A195.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A154.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A136.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A136.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B158.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A177.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A136.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C182.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A135.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A135.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B199.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A135.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A194.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C178.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A116.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A116.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A157.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A116.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A195.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A195.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B119.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A195.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A154.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B120.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B120.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A120.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A120.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B120.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C123.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C123.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A161.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A120.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C123.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C158.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A123.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A123.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A123.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A182.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A132.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A132.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B132.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A173.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A132.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C126.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A107.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A107.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A107.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A166.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C179.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A162.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A162.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B119.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B178.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A103.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A162.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A142.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A142.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B120.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B179.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B138.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A183.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A142.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C150.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A152.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A152.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B190.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C147.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C147.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A193.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A152.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C147.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C106.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A147.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A147.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A147.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A106.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A200.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A200.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B200.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B186.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B104.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A141.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A200.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C178.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A183.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A183.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B136.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A183.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A142.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A102.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A102.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B199.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B158.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A143.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A102.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B122.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B122.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C199.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A122.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A122.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B122.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B198.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A163.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A122.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C170.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A112.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A112.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B110.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B128.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A153.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A112.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C164.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A167.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A167.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B104.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A167.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A126.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C126.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A140.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A140.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A181.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A140.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C138.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A163.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A163.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A163.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A122.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C103.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A108.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A108.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B108.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B120.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A149.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A108.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B189.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B189.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C199.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C158.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A189.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A189.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B189.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B198.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A189.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A148.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C169.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C200.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A169.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A169.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B199.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B158.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A169.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A128.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B129.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B129.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C120.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C179.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C138.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A129.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A129.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B129.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B119.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B178.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A129.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A188.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C119.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C178.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A149.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A149.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A149.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A108.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C190.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A139.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A139.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B189.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A139.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A198.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A144.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A144.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B174.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A185.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A144.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C194.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A191.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A191.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B152.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A191.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A150.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C108.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C167.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C126.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A173.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A173.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B107.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B166.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A173.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A132.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C176.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C135.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C194.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A157.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A157.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A157.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A116.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C152.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C111.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C170.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A145.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A145.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B151.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B110.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B169.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A145.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A104.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C161.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C102.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A161.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A161.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B142.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A161.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A120.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A118.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A118.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B118.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B131.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B190.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A159.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A118.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C164.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C123.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A134.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A134.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B134.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B104.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B122.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A175.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A134.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C179.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C138.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A196.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A196.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B178.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A137.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A196.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C140.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A155.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A155.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B139.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A155.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A114.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C199.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C158.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A156.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A156.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B198.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B157.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B116.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A197.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A156.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A175.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A175.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B175.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B120.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B179.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A175.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A134.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B146.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B146.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C129.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C188.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C147.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A146.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A146.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B146.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B128.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A187.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A146.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C147.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C106.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A180.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A180.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B180.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B146.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B164.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A121.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A180.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C143.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C198.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C157.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A143.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A143.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B156.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B115.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A143.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A102.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C131.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C190.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C149.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A172.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A172.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B189.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B148.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A113.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A172.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C137.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C195.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A137.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A137.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B137.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B194.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A137.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A196.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C105.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C131.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C190.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A105.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A105.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B189.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A105.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A164.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C181.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C124.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C183.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C142.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A181.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A181.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B123.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B182.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A181.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A140.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C188.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C147.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C106.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A113.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A113.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B146.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B105.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A113.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A172.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C145.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C104.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A187.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A187.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B187.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B144.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C130.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C130.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A187.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A146.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C130.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A130.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A130.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B130.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B196.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B114.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A171.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A130.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C123.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C182.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A168.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A168.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B168.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B122.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B140.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A109.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A168.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C109.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C180.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C139.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C198.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A109.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A109.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B179.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B138.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A109.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A168.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C159.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C130.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A159.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A159.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B159.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B129.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A159.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A118.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C114.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C173.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A184.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A184.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B184.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B172.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A125.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A184.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C121.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C104.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C163.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C122.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A121.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A121.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B121.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B162.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A121.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A180.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C193.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C148.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C166.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A193.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A193.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B193.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B147.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A193.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A152.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C197.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C156.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C115.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C174.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A197.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A197.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B197.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B155.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B114.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B173.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A197.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A156.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C112.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C130.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A125.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A125.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B125.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B111.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B170.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B129.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A125.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A184.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C154.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C113.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C172.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A171.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A171.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B171.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B112.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A171.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A130.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C103.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C118.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C136.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A103.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A103.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B103.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B176.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B135.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A103.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A162.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C171.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C130.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C189.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A192.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A192.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B192.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B170.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B129.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B188.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A133.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A192.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C177.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C116.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C175.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C134.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A177.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A177.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B177.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B115.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B174.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.FAKE.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A177.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A136.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C185.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C132.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C191.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C150.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A185.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A185.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B131.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B190.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B149.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A185.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A144.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C141.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C144.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C103.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C162.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A141.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A141.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B141.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B143.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B102.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B161.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A141.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A200.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C133.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C128.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C187.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C146.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A133.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A133.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B133.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B186.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B145.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A133.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A192.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C166.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C184.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A127.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A127.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B127.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B183.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A127.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A186.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C160.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C107.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C166.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C125.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A160.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A160.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B160.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B106.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B124.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A101.FAKE.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A160.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C153.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C168.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C127.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C186.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A153.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A153.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B153.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B167.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B126.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B185.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A153.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A112.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C117.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C196.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C155.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C114.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A117.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A117.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B117.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B195.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B154.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B113.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A117.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A176.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C165.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C192.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C151.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C110.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A165.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A165.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B165.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B191.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B150.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B109.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A165.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A124.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C101.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C164.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C123.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-C182.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' gcc -m32 -shared -static-libgcc -Wl,-dynamic-linker=/lib/ld-linux.so.2 -Wl,-z,defs -Wl,-z,pack-relative-relocs -B/build/csu/ -Wl,-z,relro -Wl,--no-as-needed -L/build -L/build/math -L/build/elf -L/build/dlfcn -L/build/nss -L/build/nis -L/build/rt -L/build/resolv -L/build/mathvec -L/build/support -L/build/nptl -Wl,-rpath-link=/build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl -o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A101.so /build/csu/abi-note.o /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-A101.os /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B101.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B163.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B122.so /build/elf/tst-redhat-1162810-dir/tst-redhat-1162810-B181.so -Wl,--start-group /build/libc.so /build/libc_nonshared.a -Wl,--as-needed /build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/restest1 > /build/elf/restest1.out; \ ../scripts/evaluate-test.sh elf/restest1 $? false false > /build/elf/restest1.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/tst-dlmodcount > /build/elf/tst-dlmodcount.out; \ ../scripts/evaluate-test.sh elf/tst-dlmodcount $? false false > /build/elf/tst-dlmodcount.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' env GCONV_PATH=/build/iconvdata LOCPATH=/build/localedata LC_ALL=C /build/elf/ld-linux.so.2 --library-path /build:/build/math:/build/elf:/build/dlfcn:/build/nss:/build/nis:/build/rt:/build/resolv:/build/mathvec:/build/support:/build/nptl /build/elf/loadtest > /build/elf/loadtest.out; \ ../scripts/evaluate-test.sh elf/loadtest $? false false > /build/elf/loadtest.test-result make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' Checking ld.so for SSE register use. This will take a few seconds... /usr/bin/bash ../sysdeps/i386/tst-ld-sse-use.sh /build/elf/ 'nm' 'objdump' 'readelf' > /build/elf/tst-ld-sse-use.out; \ ../scripts/evaluate-test.sh elf/tst-ld-sse-use $? false false > /build/elf/tst-ld-sse-use.test-result nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memset-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-mempcpy-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memmove-ssse3-rep.os: no symbols nm: /build/elf/../string/rtld-memset-sse2-rep.os: no symbols nm: /build/elf/../string/rtld-strcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strncmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-strncmp-sse4.os: no symbols nm: /build/elf/../string/rtld-memcmp-ssse3.os: no symbols nm: /build/elf/../string/rtld-memcmp-sse4.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2.os: no symbols nm: /build/elf/../string/rtld-strlen-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-stpcpy-ssse3.os: no symbols nm: /build/elf/../string/rtld-stpcpy-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2.os: no symbols nm: /build/elf/../string/rtld-strchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2.os: no symbols nm: /build/elf/../string/rtld-memchr-sse2-bsf.os: no symbols nm: /build/elf/../string/rtld-strnlen-sse2.os: no symbols nm: /build/elf/../string/rtld-memcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-mempcpy-sse2-unaligned.os: no symbols nm: /build/elf/../string/rtld-memmove-sse2-unaligned.os: no symbols make[2]: Leaving directory '/glibc/elf' make[2]: Entering directory '/glibc/elf' ../scripts/merge-test-results.sh -s /build/elf/ elf \ argv0test check-abi-ld check-abi-libc check-abi-version-libc check-execstack check-initfini check-installed-headers-c check-localplt check-obsolete-constructs check-textrel check-tst-relr-pie check-wrapper-headers check-wx-segment circleload1 constload1 dblload dblunload filter global ifuncmain1 ifuncmain1pic ifuncmain1picstatic ifuncmain1pie ifuncmain1static ifuncmain1staticpic ifuncmain1staticpie ifuncmain1vis ifuncmain1vispic ifuncmain1vispie ifuncmain2 ifuncmain2pic ifuncmain2picstatic ifuncmain2static ifuncmain3 ifuncmain4 ifuncmain4picstatic ifuncmain4static ifuncmain5 ifuncmain5pic ifuncmain5picstatic ifuncmain5pie ifuncmain5static ifuncmain5staticpic ifuncmain6pie ifuncmain7 ifuncmain7pic ifuncmain7picstatic ifuncmain7pie ifuncmain7static ifuncmain9 ifuncmain9pic ifuncmain9picstatic ifuncmain9pie ifuncmain9static initfirst lateglobal list-tunables loadfail loadtest multiload neededtest neededtest2 neededtest3 neededtest4 next nodelete nodelete2 nodlopen nodlopen2 noload noload-mem order order-cmp order2 order2-cmp origtest preloadtest reldep reldep2 reldep3 reldep4 reldep5 reldep6 reldep7 reldep8 resolvfail restest1 restest2 tst-_dl_addr_inside_object tst-absolute-sym tst-absolute-zero tst-addr1 tst-align tst-align2 tst-align3 tst-array1 tst-array1-cmp tst-array1-static tst-array1-static-cmp tst-array2 tst-array2-cmp tst-array3 tst-array3-cmp tst-array4 tst-array4-cmp tst-array5 tst-array5-cmp tst-array5-static tst-array5-static-cmp tst-audit-tlsdesc tst-audit-tlsdesc-dlopen tst-audit1 tst-audit11 tst-audit12 tst-audit13 tst-audit14 tst-audit14-cmp tst-audit14a tst-audit14a-cmp tst-audit15 tst-audit15-cmp tst-audit16 tst-audit16-cmp tst-audit17 tst-audit18 tst-audit19a tst-audit19b tst-audit2 tst-audit20 tst-audit21 tst-audit22 tst-audit23 tst-audit24a tst-audit24b tst-audit24c tst-audit24d tst-audit25a tst-audit25b tst-audit28 tst-audit3 tst-audit8 tst-audit9 tst-auditmany tst-auxobj tst-auxobj-dlopen tst-auxv tst-big-note tst-bz15311 tst-bz28937 tst-cpu-features-cpuinfo tst-cpu-features-cpuinfo-static tst-cpu-features-supports tst-cpu-features-supports-static tst-create_format1 tst-debug1 tst-decorate-maps tst-deep1 tst-dl-hash tst-dl-hwcaps_split tst-dl-is_dso tst-dl-iter-static tst-dl-printf-static tst-dl_find_object tst-dl_find_object-static tst-dl_find_object-threads tst-dlclose-lazy tst-dlmodcount tst-dlmopen-dlerror tst-dlmopen-gethostbyname tst-dlmopen-twice tst-dlmopen1 tst-dlmopen2 tst-dlmopen3 tst-dlmopen4 tst-dlopen-pie tst-dlopen-self tst-dlopen-self-container tst-dlopen-self-pie tst-dlopen-tlsmodid tst-dlopen-tlsmodid-container tst-dlopen-tlsmodid-pie tst-dlopen-tlsreinit1 tst-dlopen-tlsreinit2 tst-dlopen-tlsreinit3 tst-dlopen-tlsreinit4 tst-dlopenfail tst-dlopenfail-2 tst-dlopenrpath tst-dlsym-error tst-dso-ordering1 tst-dso-ordering10 tst-dso-ordering2 tst-dso-ordering3 tst-dso-ordering4 tst-dso-ordering5 tst-dso-ordering6 tst-dso-ordering7 tst-dso-ordering8 tst-dso-ordering9 tst-dst-static tst-env-setuid tst-env-setuid-static tst-env-setuid-tunables tst-execstack tst-execstack-needed tst-execstack-prog tst-filterobj tst-filterobj-dlopen tst-get-cpu-features tst-get-cpu-features-static tst-getauxval-static tst-glibc-hwcaps tst-glibc-hwcaps-mask tst-glibc-hwcaps-prepend tst-glibc-hwcaps-prepend-cache tst-glibcelf tst-global1 tst-global2 tst-gnu2-tls1 tst-gnu2-tls2 tst-hwcap-tunables tst-ifunc-fault-bindnow tst-ifunc-fault-lazy tst-ifunc-isa-1 tst-ifunc-isa-1-static tst-ifunc-isa-2 tst-ifunc-isa-2-static tst-ifunc-textrel tst-initfinilazyfail tst-initorder tst-initorder-cmp tst-initorder2 tst-initorder2-cmp tst-isa-level-1 tst-latepthread tst-ld-sse-use tst-ldconfig-X tst-ldconfig-bad-aux-cache tst-ldconfig-ld_so_conf-update tst-ldconfig-p tst-ldconfig-soname tst-leaks1 tst-leaks1-mem tst-linkall-static tst-main1 tst-next-ver tst-nodelete-dlclose tst-nodelete-opened tst-nodelete2 tst-nodeps1 tst-nodeps2 tst-noload tst-non-directory-path tst-null-argv tst-p_align1 tst-p_align2 tst-p_align3 tst-pathopt tst-pie1 tst-pie2 tst-pldd tst-preload-pthread-libc tst-ptrguard1 tst-ptrguard1-static tst-recursive-tls tst-relr tst-relr-pie tst-relr2 tst-relr3 tst-relr4 tst-relro-ldso tst-relro-libc tst-relsort1 tst-ro-dynamic tst-rootdir tst-rtld-dash-dash tst-rtld-does-not-exist tst-rtld-help tst-rtld-list-diagnostics tst-rtld-load-self tst-rtld-preload tst-rtld-run-static tst-single_threaded tst-single_threaded-pthread tst-single_threaded-pthread-static tst-single_threaded-static tst-single_threaded-static-dlopen tst-sonamemove-dlopen tst-sonamemove-link tst-sprof-basic tst-stackguard1 tst-stackguard1-static tst-startup-errno tst-stringtable tst-thrlock tst-tls-allocation-failure-static tst-tls-allocation-failure-static-patched tst-tls-dlinfo tst-tls-ie tst-tls-ie-dlmopen tst-tls-manydynamic tst-tls-surplus tst-tls1 tst-tls1-static tst-tls1-static-non-pie tst-tls10 tst-tls11 tst-tls12 tst-tls13 tst-tls14 tst-tls15 tst-tls16 tst-tls17 tst-tls18 tst-tls19 tst-tls20 tst-tls21 tst-tls3 tst-tls4 tst-tls5 tst-tls6 tst-tls7 tst-tls8 tst-tls9 tst-tls9-static tst-tlsalign tst-tlsalign-extern tst-tlsalign-extern-static tst-tlsalign-static tst-tlsgap tst-trace1 tst-trace2 tst-trace3 tst-trace4 tst-trace5 tst-tunables tst-tunables-enable_secure tst-tunables-enable_secure-env tst-unique1 tst-unique2 tst-unused-dep tst-unused-dep-cmp tst-unwind-ctor tst-unwind-main tst-valgrind-smoke unload unload2 unload3 unload4 unload5 unload6 unload7 unload8 valgrind-test \ > /build/elf/subdir-tests.sum make[2]: Leaving directory '/glibc/elf' rm /build/elf/ld.dynsym make[1]: Entering directory '/glibc' scripts/merge-test-results.sh -s /build/ "" \ check-installed-headers-c check-local-headers check-wrapper-headers link-static-libc lint-makefiles \ > /build/subdir-tests.sum scripts/merge-test-results.sh -t /build/ subdir-tests.sum \ . argp assert catgets conform csu ctype debug dirent dlfcn elf gmon gnulib hesiod iconv iconvdata inet intl io libio locale localedata login malloc manual math mathvec misc nis nptl nptl_db nscd nss po posix resolv resource rt setjmp signal socket stdio-common stdlib string sunrpc support sysvipc termios time timezone wcsmbs wctype \ > /build/tests.sum UNSUPPORTED: assert/tst-assert-c++ UNSUPPORTED: assert/tst-assert-g++ UNSUPPORTED: debug/tst-fortify-cc-default-1-def UNSUPPORTED: debug/tst-fortify-cc-default-1-time64 UNSUPPORTED: debug/tst-fortify-cc-default-2-def UNSUPPORTED: debug/tst-fortify-cc-default-2-time64 UNSUPPORTED: debug/tst-fortify-cc-default-3-def UNSUPPORTED: debug/tst-fortify-cc-default-3-time64 UNSUPPORTED: debug/tst-fortify-cc-lfs-1-def UNSUPPORTED: debug/tst-fortify-cc-lfs-2-def UNSUPPORTED: debug/tst-fortify-cc-lfs-3-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-1-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-1-time64 UNSUPPORTED: debug/tst-fortify-cc-nongnu-2-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-2-time64 UNSUPPORTED: debug/tst-fortify-cc-nongnu-3-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-3-time64 FAIL: dirent/tst-fdopendir UNSUPPORTED: dirent/tst-readdir-long UNSUPPORTED: dirent/tst-readdir-zero-inode UNSUPPORTED: dirent/tst-rewinddir UNSUPPORTED: dlfcn/bug-atexit3 UNSUPPORTED: elf/tst-decorate-maps UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-static UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-ifunc-isa-1 XPASS: elf/tst-ifunc-isa-1-static XPASS: elf/tst-ifunc-isa-2 XPASS: elf/tst-ifunc-isa-2-static UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: io/tst-fchmod-fuse UNSUPPORTED: io/tst-ftw-bz28126 UNSUPPORTED: io/tst-futimens-time64 UNSUPPORTED: io/tst-futimes-time64 UNSUPPORTED: io/tst-getcwd-smallbuff UNSUPPORTED: io/tst-lstat-nofollow UNSUPPORTED: io/tst-lstat-nofollow-time64 UNSUPPORTED: io/tst-lutimes-time64 UNSUPPORTED: io/tst-utime-time64 UNSUPPORTED: io/tst-utimensat-time64 UNSUPPORTED: io/tst-utimes-time64 UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-adjtimex-time64 UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-clock_adjtime-time64 UNSUPPORTED: misc/tst-epoll-ioctls UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-ntp_adjtime-time64 FAIL: misc/tst-personality UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-ttyname-namespace UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-cancel24 UNSUPPORTED: nptl/tst-cancel24-static UNSUPPORTED: nptl/tst-minstack-throw UNSUPPORTED: nptl/tst-once5 UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: nptl/tst-thread-exit-clobber UNSUPPORTED: nptl/tst-thread_local1 UNSUPPORTED: posix/tst-spawn-cgroup UNSUPPORTED: resolv/tst-resolv-ai_idn UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1 FAIL: resolv/tst-resolv-res_init FAIL: resolv/tst-resolv-res_init-thread FAIL: stdlib/test-atexit-race FAIL: stdlib/test-cxa_atexit-race FAIL: stdlib/test-on_exit-race FAIL: stdlib/tst-arc4random-fork UNSUPPORTED: stdlib/tst-quick_exit UNSUPPORTED: stdlib/tst-realpath-toolong UNSUPPORTED: stdlib/tst-secure-getenv FAIL: stdlib/tst-system UNSUPPORTED: stdlib/tst-thread-quick_exit FAIL: support/tst-support_descriptors UNSUPPORTED: support/tst-support_fuse FAIL: support/tst-xreadlink UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-strftime4 UNSUPPORTED: time/tst-y2039 === Summary of results === 11 FAIL 4920 PASS 74 UNSUPPORTED 16 XFAIL 4 XPASS make[1]: *** [Makefile:671: tests] Error 1 make[1]: Leaving directory '/glibc' make[1]: Target 'check' not remade because of errors. make: *** [Makefile:9: check] Error 2